Intuitively, a function is continuous if you can draw its graph without lifting your pencil. There are no gaps, jumps, or holes. Most functions you work with in calculus (polynomials, trig functions, exponentials, logarithms) are continuous on their domains — but we need a precise definition to handle edge cases.
$$ \text{A function } f \text{ is continuous at } x = a \text{ if:} $$
$$ \boxed{\lim_{x \to a} f(x) = f(a)} $$
📌 The Three Conditions for Continuity at a Point
A function $f$ is continuous at $x = a$ if and only if all three of these are true:
$f(a)$ is defined — the function has a value at $x = a$
$\displaystyle \lim_{x \to a} f(x)$ exists — the left and right limits agree (finite)
$\displaystyle \lim_{x \to a} f(x) = f(a)$ — the limit equals the function value
📊 Visualizing Continuity vs. Discontinuity
Use the interactive graph below to see continuous and discontinuous functions:
🚗 Real-World Analogy: A Smooth Road
Imagine driving on a road:
Continuous: A smooth, unbroken road — you never need to jump or teleport.
Removable discontinuity (hole): A small pothole at one point — you can drive around it, but the road technically has a gap at that exact spot.
Jump discontinuity: A sudden step or cliff — you'd need to jump to continue.
Infinite discontinuity (asymptote): A bottomless pit — you cannot cross at all.
📋 Types of Discontinuities
Type
Description
Condition
Example
Removable
A hole in the graph
$\lim_{x \to a} f(x)$ exists but $f(a)$ is undefined or not equal to the limit