4.1.2 · D3Calculus I — Limits & Derivatives

Worked examples — Limit laws — sum, product, quotient, constant multiple

2,391 words11 min readBack to topic

The scenario matrix

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, Denominator heads to a nonzero number — law fires cleanly Ex 2
C3 Quotient , factorable Law fails; cancel a common factor Ex 3
C4 Quotient , needs rationalising Square roots hide the common factor Ex 4
C5 — 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.


C1 — Polynomial: just plug in


C2 — Quotient with a safe (nonzero) denominator


C3 — Quotient that gives but factors

Look at the red open circle: the function has no value there, but the limit is the height the line is aiming for — exactly .


C4 — that needs rationalising


C5 — : the sign of the bottom rules


C6 — Product where one factor has no limit


C7 — Sum where each piece diverges but the total is fine


C8 — Real-world word problem


C9 — Exam twist: make the law able to fire



Connections

no

yes

yes

no

See a limit of f over g

Bottom limit M zero?

Quotient law fires: L over M

Top limit also zero?

Factor or rationalise then cancel

Split one-sided: read sign gives plus or minus infinity

Re-evaluate simplified form

Product with a wild factor

Bound it and squeeze