limit/return
values returned by limit
Calling Sequence
Parameters
Description
Examples
limit(f, point, dir, parametric)
f
-
algebraic expression
point
equation, x=a, where x is a name and a is the limit point
dir
(optional) direction; either left, right, real (default) or complex
parametric
(optional) literal name
The meaning of a returned ∞ depends on dir. If dir is complex, then ∞ denotes complex infinity. Otherwise, the result ∞ denotes real positive infinity, and −∞ denotes real negative infinity.
A return value of ∞ means that when x approaches a, then the real part of f approaches ∞, but the imaginary part of f remains bounded, and similarly for other improper limits such as −∞, I⁢∞, and −I⁢∞. If specifically the limit of the real or imaginary part of f is desired, compute the limit of ℜ⁡f or ℑ⁡f, respectively, instead.
A return value of c⁢∞ for a finite complex constant c means that f approaches the North pole of the Riemann sphere along the ray ℝ≥0.
If limit returns a numeric range it means that the value of the limiting expression is known to lie in that range for arguments restricted to some neighborhood of the limit point. It does not necessarily imply that the limiting expression is known to achieve every value infinitely often in this range.
If the limit is known to be undefined, or each side of a two-sided limit has a different value, or for a multi-dimensional limit the limiting value depends on the direction from which the limit is approached, then undefined is returned.
If limit is unable to evaluate the limit, then it returns unevaluated. Unless the limit is unevaluated, the limit returned is independent of the variable given in point.
When option parametric is specified, often a piecewise expression is returned. One of the branches in this piecewise expression (typically the last one, or otherwise branch) may be an inert Limit.
See limit and limit/dir for more information.
limit⁡exp⁡x,x=∞
∞
limit⁡1x,x=0,complex
∞+∞⁢I
limit⁡ln⁡x,x=−∞
limit⁡ℑ⁡ln⁡x,x=−∞
π
limit⁡exp⁡x+I⁢π3+1x,x=∞
1+I⁢3⁢∞
limit⁡sin⁡1x,x=0
−1..1
limit⁡exp⁡x,x=∞,real
undefined
limit⁡tan⁡x,x=∞
limit⁡a⁢x,x=∞
signum⁡a⁢∞
limit⁡xa,x=∞,parametric
0a<01a=0∞0<alimx→∞⁡xaℑ⁡a≠0
See Also
limit
limit/dir
limit/multi
Download Help Document