4.1.7 · D3Calculus I — Limits & Derivatives

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

2,682 words12 min readBack to topic

Everything here rests on the parent Continuity note and on Limits — definition and one-sided limits. If a word below feels unfamiliar, it is defined the first time it appears.


The scenario matrix

Read the table as: "Here is a shape the world can hand you, here is which of the three VLE conditions breaks, and here is the example that drills it." (VLE = Value, Limit, Equal — the mnemonic from the parent.)

# Case class What arrives Which condition breaks Verdict expected Example
A that cancels rational, factor kills the zero V fails (undefined) removable Ex 1
B that does NOT cancel rational, denom stronger V + L fail infinite Ex 2
C Piecewise, pieces agree two formulas meet cleanly none — continuous! continuous Ex 3
D Piecewise, pieces disagree stair-step E fails, jump Ex 4
E Wall with matching signs type V + L fail (both ) infinite (same sign) Ex 5
F Oscillation — no settle type L fails (no limit) essential (not removable) Ex 6
G Real-world word problem parking-cost step function E fails at breakpoints jump Ex 7
H Exam twist — find piecewise with unknown constant force E to hold solve for Ex 8

The columns "signs/quadrants" become left-vs-right sign of the denominator (cases B, E), "zero/degenerate input" is the column (A, B), "limiting values" is oscillation (F), the "word problem" is G, and the "exam twist" is H. Every cell gets hit below.

The figure below is your visual index to this matrix — a gallery of the four shapes these cells produce. Study it before reading the examples:

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

Example 1 — Cell A: the that cancels (removable)

Forecast: Plugging gives top and bottom . A . Guess now: does the top share the factor ? If yes → removable hole. If no → infinite wall.

  1. Compute . Top , bottom , so undefined. Condition V fails. Why this step? Before touching limits we always test whether the point even exists; here it does not.
  2. Factor the top. . So for , Why this step? The limit ignores the single point ; cancelling the common reveals the value the graph is aiming at. This is legal precisely because near the point.
  3. Take the limit. , finite, and left right (it's a polynomial). Condition L holds. Why this step? Removable-vs-infinite is decided by whether the limit is finite; a polynomial has one obvious two-sided value, so we read it off directly.
  4. Compare. Limit exists but is undefined → removable. Patch: define . Why this step? Classification is precisely the comparison of L against V; here L exists (finite) but V is missing, which is the definition of removable.

Verify: approach from : ; from : . Both squeeze onto . Single missing dot → removable. ✓


Example 2 — Cell B: the that does NOT cancel (infinite)

Forecast: Again top and bottom both vanish at . But watch the bottom: — a squared factor. After one cancel, a still hides in the denominator. Guess: wall, not hole.

  1. Compute . Top , bottom , so — undefined. V fails. Why? Same first check as always.
  2. Factor and cancel once. Why this step? We cancel exactly as many 's as both sides share. Here the bottom had two and the top one, so one survives downstairs — the tell-tale sign of a surviving wall.
  3. Take one-sided limits (see Vertical asymptotes and rational functions).
    • From the left, : , so .
    • From the right, : , so . Why split into sides? Because the sign of the tiny denominator flips as we cross ; a two-sided statement would hide that.
  4. Compare. A side is infinite → infinite discontinuity. This is the parent-note mistake in action: undefined ≠ removable. Why this step? Classification always ends by matching what we found against the parent-note definitions; an infinite one-sided limit is exactly the "infinite" case (the parent note's "pole" or vertical-asymptote type).

Verify: , — magnitudes explode, signs oppose → genuine pole (infinite discontinuity). ✓


Example 3 — Cell C: piecewise that is actually continuous

Forecast: Two different formulas meet at . Guess: do the two heights match there? If yes, the pen never lifts.

  1. Value. uses , so . V holds. Why the second piece? The inequality is , and satisfies "". (Parent mistake: pick by the exact inequality, not by proximity.)
  2. Left limit. . Why this piece? Coming from below, , which uses .
  3. Right limit. . Why this piece? Coming from above, , which uses .
  4. Compare. — all three equal → continuous. No discontinuity at all. Why this step? Continuity is exactly the VLE triple agreeing; we only declare "continuous" once we have literally checked all three numbers match.

Verify: , , — the VLE triple all agree. ✓ See Piecewise functions for why matching heights at a seam is exactly the continuity condition.


Example 4 — Cell D: piecewise that jumps

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

Forecast: Almost Example 3, but the second piece is now . Guess: the right side lands higher — a step.

  1. Value. . V holds. Why this piece? satisfies , so we use .
  2. Left limit. . Why this piece? Approaching from below uses .
  3. Right limit. . Why this piece? Approaching from above uses .
  4. Compare. , both finitejump. Jump size . Why "jump" not "removable"? Removable needs (limit exists). Here the two sides disagree, so no single dot can fill the gap.

Verify: left approaches , right approaches ; gap . Look at the figure: the pink left-piece open dot sits at height , the blue right-piece filled dot at . ✓


Example 5 — Cell E: a wall where BOTH sides go the same way

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

Forecast: In Example 2 the two sides shot to and . Here the denominator is squared, so it is always positive. Guess: both sides rocket the same way (up).

  1. Value. — undefined. V fails. Why this step? We always start with the value check; a tells us the point does not exist and warns of a possible wall.
  2. Analyse the sign of the denominator. for every , and it is a tiny positive number near (never negative). Why does sign matter? A positive tiny denominator makes a large positive number regardless of which side we come from — the squared power removes the sign flip we saw in Ex 2.
  3. One-sided limits.
    • Left, : , so .
    • Right, : , so . Why compute both sides? An infinite discontinuity only needs one side to blow up; checking both confirms it is a two-sided upward wall, not a one-sided oddity.
  4. Compare. Both sides infinite discontinuity (a two-sided upward asymptote / pole). Why this step? Matching our findings to the parent definitions: any side is the infinite case.

Verify: ; both blow up positively — contrast this with Ex 2 where the odd power flipped the sign. ✓


Example 6 — Cell F: oscillation that never settles

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

Forecast: As , the inside races to , so swings between and faster and faster. Guess: the graph never approaches one number — the limit simply does not exist, and not because of infinity.

  1. Value. — undefined. V fails. Why this step? The usual first check: inside means the point does not exist.
  2. Test whether the limit exists. Take two shrinking sequences that go to :
    • gives .
    • gives . Why two sequences? If a limit existed, every way of approaching would give the same value. We found two approaches giving and — so no single limit exists.
  3. Classify. The one-sided limits are neither finite-and-equal (not removable) nor (not the simple pole) — the function oscillates. Why this step? We rule out each named type in turn: not removable (no finite limit), not jump (no two finite one-sided values), not infinite (it does not blow up) — what remains is the oscillating case.

Verify: on the sequence the value is ; on the value is . Two limits ≠ one → no limit. ✓


Example 7 — Cell G: real-world word problem (parking meter)

Forecast: Cost is constant, then jumps up by ₹20 at each whole hour. Guess: jump discontinuity at , size ₹20.

  1. Value at . The clause includes , so . V holds. Why this clause? satisfies "", so the ₹30 rate still applies exactly at one hour.
  2. Left limit. For just below , still in : . Why this piece? Values just under one hour are billed at the flat ₹30 rate.
  3. Right limit. For just above , we enter : . Why this piece? The instant we pass one hour, the second-hour band ₹50 applies.
  4. Compare. , both finite → jump. Jump size , i.e. ₹20 — exactly the extra hour's charge. Why this step? Two finite but unequal one-sided values is precisely the jump definition; the gap size is what the customer is charged crossing the boundary.

Verify (with units): left-approach cost ₹30, right-approach cost ₹50, difference ₹20 = the stated second-hour fee. The model should jump — real fees step, they don't ramp. ✓


Example 8 — Cell H: the exam twist (find )

Forecast: The top piece has a removable hole (Ex-1 style). Guess: must equal whatever the pieces limit to — plug the hole with the right dot.

  1. Value. By definition (that's the whole point — is ours to choose). V holds for any . Why this step? We must know the actual value at before we can force it to equal the limit; the definition hands it to us as .
  2. Find the limit of the other piece. For , so . Why this step? Factor–cancel reveals the value the curve aims for at (the hole); this is the target must hit.
  3. Force condition E. Continuity needs limit , i.e. . So . Why solve this equation? We don't test here — we design. Setting equal to the limit closes the pen-lift.

Verify: with : (the polynomial ) and — all three agree, continuous. Any other (say ) would make it removable-again with a misplaced dot. ✓


Recall Self-test before you move on

A rational function gives but the denominator had a squared factor. Type? ::: Infinite (a pole) — one survives downstairs (Cell B/E). jumps from to at . Jump size? ::: . Why is at not removable? ::: The limit does not exist (it oscillates), and removable requires a finite limit — so it is essential/second-kind. To make continuous at , set ? ::: . In Cell E, why do both sides go to ? ::: The denominator is squared, so it is always positive near the point.


Connections