Continuity Calculator

Check if a function is continuous at a point using the three conditions for continuity.

Function & Test Point

Quick Examples

Result at x = 2

CONTINUOUS

Three Conditions

1. f(a) is definedYES

f(2) = 4

2. lim f(x) existsYES

Left: 3.999996, Right: 4.000004

3. lim f(x) = f(a)YES

Limit = 4, f(a) = 4

Types of Discontinuities

Removable

Limit exists but either f(a) is undefined or f(a) ≠ limit. Can be "fixed" by redefining f(a).

Jump

Left and right limits both exist but are not equal. Function "jumps" at the point.

Infinite

At least one of the one-sided limits is infinite. Usually involves vertical asymptotes.