Tested tool guide
Tested browser tools
Checked August 16, 2026
What Limit Explorer does, with a checked example
Limit Explorer centers a function graph on an approach point and lets you zoom in to inspect what happens from smaller and larger x-values. Its separate left-hand and right-hand results help distinguish an ordinary limit, a jump, a hole, and unbounded behavior near a vertical asymptote. The important surprise is that the limit concerns nearby values, not necessarily the value at the point. A finite limit can exist even when the function is undefined there.
Worked example
A concrete input and expected output from the current implementation.
Input
Function: (x^2 - 1)/(x - 1); point: x = 1
->
Expected output
Left-hand limit: 2; right-hand limit: 2; two-sided limit: 2; hole at (1, 2); f(1) is undefined.
For every x other than 1, factoring and canceling x - 1 reduces the expression to x + 1. Approaching 1 from either side therefore gives 2, while substitution into the original denominator gives zero.