Continuity Checker
Math Calculus • Limits and Continuity
Frequently Asked Questions
How do I check if a function is continuous at x=a?
Continuity at x=a requires three conditions: f(a) is defined, lim_{x->a} f(x) exists, and lim_{x->a} f(x)=f(a). Enter f(x) and a, then run the checker to see whether each condition holds.
What is a removable discontinuity and how can it be fixed?
A removable discontinuity occurs when the limit lim_{x->a} f(x) exists and is finite, but f(a) is missing or not equal to that limit. It can often be fixed by redefining f(a) to equal the limit value.
What is the difference between a jump and an infinite discontinuity?
A jump discontinuity happens when the left-hand and right-hand limits both exist and are finite but are not equal. An infinite discontinuity happens when at least one one-sided limit diverges to infinity or -infinity, indicating a vertical asymptote.
How does the interval scan mode find discontinuities?
Interval scan mode performs a best-effort numeric sweep over [L, R] to flag likely breakpoints where the function behavior changes sharply. The flagged points are candidates that you can test more precisely in point mode.