Loading…

Continuity Checker

Math Calculus • Limits and Continuity

View all topics
3. Continuity Checker
Test whether \(f(x)\) is continuous at a point \(x=a\) using the three conditions: \(f(a)\) is defined, \(\lim_{x\to a} f(x)\) exists, and \(\lim_{x\to a} f(x)=f(a)\). Classifies removable, jump, and infinite discontinuities (with “fix” suggestions).
Inputs
Supported: + − * / ^, parentheses, x, pi, e, sin cos tan, ln log (base 10), sqrt abs exp. Implicit multiplication is allowed: 2x, (x+1)(x-1), 2sin(x).
Piecewise: piecewise(expr1, cond1, expr2, cond2, ..., defaultExpr) where a condition can be like x<1, x>=0, x=2, x!=3.
Accepts constants like pi, e, and expressions like 2*pi.
Interval scan is a best-effort numeric detector (useful for spotting breaks).

Uses \(a\pm 10^{-k}\), \(k=1..N\).
Graph uses \(x\in[a-w,a+w]\).
Used only in interval scan mode.
Used only in interval scan mode.
Ready
Graph and highlight
Drag to pan • wheel/pinch to zoom • dashed line is \(x=a\) • open/filled points highlight discontinuities
Animated approach on a number line:
x: 0, y: 0, zoom: 1
Result
Enter a function and click Check.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

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.