4.1.7Calculus I — Limits & Derivatives

Continuity — definition, types of discontinuity (removable, jump, infinite)

1,698 words8 min readdifficulty · medium6 backlinks

WHAT is continuity?

WHY three conditions? Because each can fail independently:

  • The hole exists but no value → condition 1 fails.
  • Left and right approaches disagree → condition 2 fails.
  • Limit and value both exist but differ → condition 3 fails.

A function is continuous on an interval if it is continuous at every point of it. At endpoints we only demand the one-sided limit (you can't approach from outside the domain).


HOW to test continuity (the algorithm)


Types of discontinuity

Figure — Continuity — definition, types of discontinuity (removable, jump, infinite)

Worked examples


Forecast-then-Verify


Common mistakes (Steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine drawing a line with a crayon. If your crayon never leaves the paper, the line is continuous. Three things can make you lift it: (1) there's a tiny hole where one dot is missing — that's removable, just fill the dot. (2) The line suddenly jumps to a different height like a stair step — that's a jump, and no single dot fixes a whole step. (3) The line rockets up to the sky near a spot (a wall it can't cross) — that's infinite. So: hole, step, or rocket — those are the three ways your crayon jumps.


Flashcards

What are the 3 conditions for ff to be continuous at x=ax=a?
(1) f(a)f(a) defined, (2) limxaf(x)\lim_{x\to a}f(x) exists & finite, (3) limit =f(a)= f(a).
A removable discontinuity occurs when...
the two-sided limit exists (finite) but f(a)f(a) is undefined or \neq the limit.
A jump discontinuity occurs when...
both one-sided limits are finite but LL+L^-\neq L^+.
An infinite discontinuity occurs when...
at least one one-sided limit is ±\pm\infty (vertical asymptote).
Jump size formula
L+L|L^+ - L^-|, where L±L^\pm are the one-sided limits.
Is x21x1\frac{x^2-1}{x-1} continuous at x=1x=1?
No — removable; limit =2=2 but f(1)f(1) undefined.
Type of discontinuity of 1x3\frac1{x-3} at x=3x=3?
Infinite (one-sided limits \mp\infty).
"Limit exists ⇒ continuous" — true or false?
False; also need limit =f(a)=f(a).
Which discontinuity is fixable by redefining one point?
Removable.
Continuity at an interval endpoint requires?
Only the relevant one-sided limit equals f(endpoint)f(\text{endpoint}).

Connections

  • Limits — definition and one-sided limits (continuity is built from limits)
  • Standard limit sin(x)/x = 1 (used in Example 4)
  • Differentiability implies continuity (continuity is necessary for derivatives)
  • Intermediate Value Theorem (requires continuity on a closed interval)
  • Vertical asymptotes and rational functions (source of infinite discontinuities)
  • Piecewise functions (common source of jump discontinuities)

Concept Map

requires

requires

requires

tested by

any condition fails

limit exists but wrong value

L- and L+ finite but unequal

a side is infinite

fails gives

fails gives

jump size

Continuity at x=a

f a is defined

limit exists L- = L+

limit = f a

3-step check

Discontinuity

Removable

Jump

Infinite

abs L+ minus L-

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Continuity ka matlab simple hai: agar tum graph ko bina pen uthaaye ek point ke through draw kar sako, toh wahaan function continuous hai. Formally, teen cheezein chahiye — f(a)f(a) defined ho, limxaf(x)\lim_{x\to a}f(x) exist kare (left aur right limit equal aur finite), aur dono barabar ho: limit = value. Yaad rakhne ke liye soch lo "VLE" — Value, Limit, Equal. Agar in teeno mein se ek bhi fail, toh discontinuity hai.

Discontinuity teen type ki hoti hai. Removable (hole) — limit exist karti hai par value missing ya galat hai, jaise x21x1\frac{x^2-1}{x-1} at x=1x=1: factor karke cancel kar do, limit =2=2 aa jaati hai, bas dot fill kar do. Jump (step) — left limit aur right limit dono finite hain par alag-alag, jaise piecewise function jisme ek piece 33 pe land karta hai aur doosra 44 pe; ye ek single dot se fix nahi ho sakta. Infinite (pole) — koi ek side ±\pm\infty chala jaata hai, jaise 1x3\frac{1}{x-3} at x=3x=3, jahaan vertical asymptote banta hai.

Sabse common galti: log sochte hain "limit exist kar gayi matlab continuous" — galat! Limit ko actual value f(a)f(a) ke barabar bhi hona chahiye. Aur "f(a)f(a) undefined hai matlab removable" — bhi galat, kyunki 1x3\frac{1}{x-3} undefined hai par infinite type ka hai. Hamesha pehle predict karo (forecast) ki konsa type lagta hai, phir factor/limit nikaal ke verify karo. Isse concept solid baith jaata hai aur exam mein speed badhti hai.

Go deeper — visual, from zero

Test yourself — Calculus I — Limits & Derivatives

Connections