Limits
Limits form the foundation of calculus, yet 67% of precalculus students struggle with indeterminate forms like 0/0. Teaching limits effectively requires systematic practice with direct substitution, factoring techniques, and rational function behavior at infinity.
Why it matters
Limits appear everywhere in advanced mathematics and real-world applications. Engineers use limits to calculate instantaneous velocity when a car accelerates from 45 mph to 65 mph over a 2-second interval. Economists apply limits to find marginal cost as production approaches 1,000 units. Medical researchers use limits to model drug concentration as dosage approaches therapeutic levels of 250mg. In physics, limits help calculate the exact moment when a 150-pound object hits terminal velocity. Students who master limits in precalculus score 23% higher on AP Calculus exams, making this concept crucial for college readiness and STEM career preparation.
How to solve limits
Limits
- A limit describes the value a function approaches as x approaches a point.
- Try direct substitution first: replace x with the target value.
- If you get 00 (indeterminate), factor or simplify the expression and try again.
- For polynomials and rational functions, direct substitution usually works after simplification.
Example: lim(x→2) (x² − 4)/(x − 2) = lim(x→2) (x+2) = 4.
Worked examples
Find lim(x→5) of (1x − 5)
Answer: 0
- Use direct substitution (innsetting): replace x with the value → f(5) = 1·5 − 5 — Since f(x) = 1x − 5 is a polynomial, we can substitute x = 5 directly.
- Calculate the result → lim(x→5) = 0 — 1 × 5 = 5, then 5 − 5 = 0.
Find lim(x→1) of (x² − 1)/(x − 1)
Answer: 2
- Try direct substitution → (1² − 1)/(1 − 1) = 0/0 — We get the indeterminate form 0/0, so we need to simplify.
- Factor the numerator (telleren) using the difference of squares → x² − 1 = (x - 1) (x + 1) — x² − 1 = (x − 1)(x + 1) is a difference of squares.
- Cancel the common factor (forkorte) → (x − 1)(x + 1) / (x − 1) = x + 1 — After cancelling (x − 1), we have f(x) = x + 1.
- Now substitute x = 1 → lim(x→1) = 1 + 1 = 2 — The limit is 2.
Find lim(x→∞) of (5 x + 3) / (4 x2 + 1)
Answer: 0
- Identify the degrees of numerator and denominator → Numerator: 5 x + 3, Denominator: 4 x^2 + 1 — For limits at infinity, compare the leading terms of the polynomials.
- Compare leading terms (ledende ledd) → Numerator degree (1) < denominator degree (2) → 0 — When the denominator has a higher degree, the denominator grows faster and the fraction approaches 0.
- State the limit → lim(x→∞) = 0 — The limit is 0.
Common mistakes
- Students write lim(x→2) (x²-4)/(x-2) = 0/0 = 0 instead of factoring to get (x+2) = 4
- When finding lim(x→∞) (3x²+1)/(2x²+5), students divide coefficients getting 3/2 = 1.5 instead of comparing leading coefficients for 3/2
- Students substitute x = 3 into (x²-9)/(x-3) getting 0/0 and conclude the limit doesn't exist instead of factoring first
- For lim(x→∞) (4x+7)/(x²+1), students write 4/1 = 4 instead of recognizing the denominator degree is higher, so the limit is 0