by Norbert Nopper
Thanks to Eric Lengyel for asking the initial right questions.
Thanks a lot, to my family and their patience having me as a 🤓.
Thanks to 🤖, for cross checking the math, wording and implementation.
The math formulas are encoded using MathJax.
If the rendering of the math formuls are not properly done, please use another editor/viewer like Visual Studio Code.
The expressions
However, compared to
A naive approach like
Existing required mathematical limits for the above assumption:
Assume the usage of the associative law is allowed:
The result is again 0 and does not provide the expected result.
In the case of the given two indeterminate forms, the result could be any number. However, the resulting number can be enclosed in an interval.
Using the extended real number system
Since an indeterminate form can evaluate to any value within a specific range, we introduce the interval number in to represent all possible values in that range:
Sign convention (for limits)
In the following,
The indeterminate form of
Rule I
Similarly, the expression for the indeterminate form of
Rule II
| Operation or rule | |
|---|---|
| Rule II | |
| Multiplication for interval number | |
| Operation in |
|
| Rule I | |
Regarding the algebraic structure [4], only the required multiplication for the given rules is investigated.
The algebraic structure of the interval numbers is at least a Magma [5], as all multiplications in
These are the given mathematical operations, following standard interval arithmetic [6].
For the indeterminate forms
For the indeterminate form
For the indeterminate form
For the indeterminate form
The absolute value depends on whether the interval contains zero (when
This general form handles both interval and scalar exponents (scalar
For the indeterminate forms involving exponentiation:
$0^0 = [0, ∞]in$ $1^∞ = [0, ∞]in$ $∞^0 = [0, ∞]in$
Special considerations:
- For even integer exponents with intervals containing zero: result includes
$0$ - For negative exponents with zero in base: result approaches infinity
- Interval-to-interval power computes all combinations of base and exponent endpoints to find the result range
In the test folder is a C++ implementation of the interval number and the unit tests.
This section demonstrates how various indeterminate forms can be expressed as interval numbers, with limit examples justifying the interval bounds.
The indeterminate form
Because the limits of the given example formulas result in
The indeterminate form
Because different limit approaches yield different results:
The indeterminate form
Because different limit approaches yield different results:
The indeterminate form
The indeterminate form
The indeterminate form
Because:
Because:
Using this approach, other indeterminate forms could be expressed as intervals and solved in equations as well. Especially the usage and current definition in measure theory should be further evaluated [7].
For now, it is shown that the algebraic structure of the interval number is a Magma. However, including the other mathematical operations, the algebraic structure could be further investigated.
Furthermore, other intervals for indeterminate forms could be estimated and defined.
https://en.wikipedia.org/wiki/Indeterminate_form
https://en.wikipedia.org/wiki/Extended_real_number_line
https://mathworld.wolfram.com/AffinelyExtendedRealNumbers.html
https://en.wikipedia.org/wiki/Algebraic_structure
https://en.wikipedia.org/wiki/Magma_(algebra)
