Intuition What this page is for
The parent note told you the rules . This page walks through every situation those rules can meet in the wild — good cases, broken cases, sneaky cases — one worked example per case. By the end there should be no limit-law problem shape you have not seen before .
A quick reminder of the language, so nothing here is a mystery symbol:
x → a lim f ( x ) = L is read "as x creeps toward the number a , the height f ( x ) heads toward the number L ."
The rules only "fire" when the pieces L and M exist and are finite , and (for division) the bottom M = 0 .
Here is every case class a limit-law problem can belong to. Each row is a genuinely different kind of trap. The worked examples below are tagged with the cell they cover.
#
Case class
What makes it different
Example
C1
Polynomial — plug in
Bottom is never a worry; sum + const-mult + power
Ex 1
C2
Quotient, M = 0
Denominator heads to a nonzero number — law fires cleanly
Ex 2
C3
Quotient 0 0 , factorable
Law fails; cancel a common factor
Ex 3
C4
Quotient 0 0 , needs rationalising
Square roots hide the common factor
Ex 4
C5
0 ( nonzero ) — one-sided split
Law fails, but the sign of the bottom decides ± ∞
Ex 5
C6
Product where one piece has no limit
Sum/product law forbidden; need Squeeze theorem
Ex 6
C7
Sum where each piece diverges but the sum is fine
Cannot split — Mistake B live
Ex 7
C8
Real-world word problem
Translate units, then apply a law
Ex 8
C9
Exam twist — solve for an unknown constant
Reverse-engineer so the law can fire
Ex 9
Let us walk every cell.
Worked example Example 1 (cell C1)
Find x → 2 lim ( 3 x 2 − 5 x + 4 ) .
Forecast: guess a single number before reading on. A polynomial is smooth with no gaps — what do you expect?
Split with the sum and constant-multiple laws:
lim x → 2 ( 3 x 2 − 5 x + 4 ) = 3 lim x → 2 x 2 − 5 lim x → 2 x + lim x → 2 4.
Why this step? Each piece is now one of the two atoms (lim x = a , lim c = c ) or a power of one — things we know outright.
Use lim x → 2 x = 2 , the power law lim x 2 = 2 2 , and lim 4 = 4 :
= 3 ( 4 ) − 5 ( 2 ) + 4.
Why this step? We are just cashing in each atom for its known value.
Arithmetic: 12 − 10 + 4 = 6 .
Verify: because it is a polynomial p ( x ) , the answer must equal p ( 2 ) . Direct substitution: 3 ⋅ 4 − 10 + 4 = 6 . ✓ Matches. The laws and plug-in agree, as they always do for polynomials.
Worked example Example 2 (cell C2)
Find x → 1 lim x + 2 x 2 + 3 .
Forecast: first ask only one question — where is the bottom heading?
Bottom first: x → 1 lim ( x + 2 ) = 3 .
Why this step? The quotient law's bouncer checks M = 0 before letting you in. 3 = 0 , so we may proceed.
Top: x → 1 lim ( x 2 + 3 ) = 1 + 3 = 4 .
Why this step? It's a polynomial (cell C1 skill) — plug in.
Apply the quotient law:
l i m ( bottom ) l i m ( top ) = 3 4 .
Verify: substitute x = 1 straight into the original: 1 + 2 1 + 3 = 3 4 . ✓ Since the bottom was nonzero, this rational function is continuous at x = 1 , so plug-in was always going to work.
Worked example Example 3 (cell C3)
Find x → 3 lim x − 3 x 2 − 9 .
Forecast: try to plug in x = 3 first. What breaks?
Test the bottom: lim x → 3 ( x − 3 ) = 0 , and the top → 9 − 9 = 0 too. So this is the indeterminate form $\tfrac00$ .
Why this step? The quotient law is forbidden here (M = 0 ). 0 0 does not mean "no limit" — it means "the law can't see the answer; dig deeper."
Factor the top: x 2 − 9 = ( x − 3 ) ( x + 3 ) .
Why this step? A 0 0 almost always hides a shared factor. Exposing it lets us cancel the thing that was going to zero.
Cancel — legally:
x − 3 ( x − 3 ) ( x + 3 ) = x + 3 , for x = 3.
Why this step? A limit only cares about x near 3 , never x = 3 itself, so x − 3 = 0 and dividing it out is honest.
Now sum law: lim x → 3 ( x + 3 ) = 6 .
Verify: table nearby x = 2.999 → 5.999 , x = 3.001 → 6.001 . Both squeeze on 6 . ✓ The graph is the line y = x + 3 with a single hole at ( 3 , 6 ) — see the figure.
Look at the red open circle: the function has no value there, but the limit is the height the line is aiming for — exactly 6 .
Worked example Example 4 (cell C4)
Find x → 0 lim x x + 4 − 2 .
Forecast: plug in x = 0 : top is 4 − 2 = 0 , bottom is 0 . Same 0 0 trap — but there's no obvious factor to cancel because of the square root.
Confirm the form: top → 0 , bottom → 0 , so quotient law is off-limits.
Multiply top and bottom by the conjugate x + 4 + 2 :
x x + 4 − 2 ⋅ x + 4 + 2 x + 4 + 2 .
Why this step? ( u − 2 ) ( u + 2 ) = u − 4 kills the square root and manufactures the hidden common factor. This is "rationalising" — the root version of factoring.
The top becomes ( x + 4 ) − 4 = x :
x ( x + 4 + 2 ) x = x + 4 + 2 1 , x = 0.
Why this step? The x that was forcing 0 0 cancels, leaving a piece whose bottom is now safely nonzero.
Apply the quotient law (bottom → 4 + 2 = 4 = 0 ):
0 + 4 + 2 1 = 4 1 .
Verify: x = 0.0001 : 0.0001 4.0001 − 2 ≈ 0.24999 … ≈ 4 1 . ✓
Worked example Example 5 (cell C5 — all sub-cases)
Investigate x → 2 lim x − 2 1 .
Forecast: top heads to 1 (nonzero), bottom heads to 0 . This is not 0 0 — it's 0 1 . Guess: does a single limit exist?
Bottom → 0 , so the quotient law fails. But top → 1 = 0 , so this cannot cancel to a nice number — it must blow up . The only question left: toward + ∞ or − ∞ ?
Why this step? When only the bottom hits zero, the magnitude explodes; the two sides can disagree in sign, so we must split.
Right side x → 2 + (so x > 2 ): x − 2 is a tiny positive number, e.g. 0.001 . Then 0.001 1 = + 1000 .
lim x → 2 + x − 2 1 = + ∞.
Left side x → 2 − (so x < 2 ): x − 2 is a tiny negative number, e.g. − 0.001 . Then − 0.001 1 = − 1000 .
lim x → 2 − x − 2 1 = − ∞.
The two one-sided limits disagree, so the two-sided limit does not exist .
Verify: x = 2.001 → + 1000 , x = 1.999 → − 1000 . ✓ Opposite signs, unbounded — see the vertical asymptote in the figure.
Common mistake Do not write "
= ∞ " and stop
0 1 is not one answer. The bottom's sign on each side is the whole story. Always test x → a + and x → a − separately when you meet 0 nonzero .
Worked example Example 6 (cell C6)
Find x → 0 lim x sin x 1 .
Forecast: the piece sin x 1 oscillates forever faster as x → 0 — it has no limit. Does the product still settle?
You may not use the product law. It needs both limits to exist, and lim x → 0 sin x 1 does not exist.
Why this step? Mistake B in reverse — a missing piece limit voids the law.
Bound the wild factor: for every input, − 1 ≤ sin x 1 ≤ 1 . Multiply through by ∣ x ∣ :
− ∣ x ∣ ≤ x sin x 1 ≤ ∣ x ∣.
Why this step? We can't track the wobble, but we can trap it between two tame walls that both go to 0 . This is the Squeeze theorem .
Both walls lim x → 0 ( − ∣ x ∣ ) = 0 and lim x → 0 ∣ x ∣ = 0 . Squeezed:
lim x → 0 x sin x 1 = 0.
Verify: x = 0.001 : value = 0.001 ⋅ sin ( 1000 ) , magnitude ≤ 0.001 . ✓ Trapped inside a shrinking corridor — the figure shows the two straight walls ± ∣ x ∣ pinching the oscillation to zero.
Worked example Example 7 (cell C7)
Find x → 0 lim ( x 1 − x 1 ) .
Forecast: each term blows up. Tempted to say "∞ − ∞ , undefined"? Look again.
You cannot split via the sum law: lim x → 0 x 1 does not exist, so lim f + lim g is meaningless here.
Why this step? This is exactly Mistake B: the sum can behave even when the parts don't.
Simplify before taking any limit: for x = 0 ,
x 1 − x 1 = 0.
Why this step? Algebra on the whole expression is always legal for x = 0 ; the limit only sees x = 0 .
So the function is the constant 0 near (not at) x = 0 : lim x → 0 0 = 0 .
Verify: at x = 0.5 : 2 − 2 = 0 ; at x = − 0.3 : ( − 3.33 … ) − ( − 3.33 … ) = 0 . ✓ Every point (except the hole at 0 ) reads 0 .
∞ − ∞ = 0 "
No universal value exists for ∞ − ∞ . Here it happens to be 0 because the two infinities are literally identical and cancel. Change one term — say x 2 − x 1 = x 1 — and the same form gives ± ∞ . Always simplify first, decide after.
Worked example Example 8 (cell C8)
A tank drains so that the water depth is D ( t ) = t + 4 60 t centimetres after t minutes. As the pump reaches its steady running speed at t = 6 minutes, what depth is the level heading toward?
Forecast: guess a depth in cm before computing.
We want t → 6 lim t + 4 60 t . Check the bottom: lim t → 6 ( t + 4 ) = 10 = 0 .
Why this step? Quotient-law bouncer — 10 = 0 , so the law fires and the model is continuous there.
Top: lim t → 6 60 t = 360 (constant-multiple of lim t = 6 ).
Quotient law: 10 360 = 36 .
Verify (with units): 6 + 4 60 ⋅ 6 = 10 360 = 36 cm. Units: cm-numerator over dimensionless ( t -in-min ) ratio stays cm. ✓ Physically sensible: depth is positive and below the 60 cm ceiling the formula approaches as t → ∞ .
Worked example Example 9 (cell C9)
Find the constant k so that x → 5 lim x − 5 x 2 + k x − 5 exists (is finite).
Forecast: the bottom heads to 0 . For a finite limit, what must the top do?
Bottom → 0 . A finite limit is only possible if the top also → 0 — otherwise it's the 0 nonzero blow-up of cell C5.
Why this step? We engineer a 0 0 on purpose so a common factor can cancel and rescue the limit.
Force the top to vanish at x = 5 : substitute x = 5 into x 2 + k x − 5 and set it to 0 :
25 + 5 k − 5 = 0 ⇒ 5 k = − 20 ⇒ k = − 4.
Why this step? If ( x − 5 ) is to be a factor of the top, the top must equal 0 at x = 5 (factor theorem).
Check it cancels. With k = − 4 : top = x 2 − 4 x − 5 = ( x − 5 ) ( x + 1 ) . So
x − 5 ( x − 5 ) ( x + 1 ) = x + 1 , x = 5.
Now the limit exists: lim x → 5 ( x + 1 ) = 6 .
Verify: k = − 4 , x = 5.001 : 0.001 ( 5.001 ) 2 − 4 ( 5.001 ) − 5 ≈ 6.001 . ✓ The limit equals 6 , and it exists precisely because we tuned k .
Recall Active recall — pick the right move
First step when you see 0 0 ::: Factor or rationalise to expose and cancel the common factor.
First step when you see 0 nonzero ::: Split into one-sided limits and read the sign of the bottom.
When one factor of a product has no limit ::: Product law is banned — try the squeeze theorem.
∞ − ∞ — its value ::: No fixed value; simplify the whole expression first.
To make x − a poly have a finite limit ::: Choose constants so the top is also 0 at x = a (so x − a cancels).
Before quoting the quotient law ::: Check the denominator's limit M = 0 .
Mnemonic The decision tree
"Bottom zero? Then top zero? — Factor. Top not zero? — Split the signs."
No zero on the bottom → the law just fires. Every hard case is a bottom heading to 0 .
Quotient law fires: L over M
Factor or rationalise then cancel
Split one-sided: read sign gives plus or minus infinity
Re-evaluate simplified form
Product with a wild factor