Skip to content
MathAnvil
§ Calculus

Limits

§ Calculus

Limits

LK20.R1LK20.S13 min read

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.

§ 01

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.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

Find lim(x→5) of (1x − 5)

Answer: 0

  1. 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.
  2. Calculate the result lim(x→5) = 0 1 × 5 = 5, then 5 − 5 = 0.
Easy§ 02

Find lim(x→1) of (x² − 1)/(x − 1)

Answer: 2

  1. Try direct substitution (1² − 1)/(1 − 1) = 0/0 We get the indeterminate form 0/0, so we need to simplify.
  2. 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.
  3. Cancel the common factor (forkorte) (x − 1)(x + 1) / (x − 1) = x + 1 After cancelling (x − 1), we have f(x) = x + 1.
  4. Now substitute x = 1 lim(x→1) = 1 + 1 = 2 The limit is 2.
Medium§ 03

Find lim(x→∞) of (5 x + 3) / (4 x2 + 1)

Answer: 0

  1. 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.
  2. 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.
  3. State the limit lim(x→∞) = 0 The limit is 0.
§ 04

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
§ 05

Frequently asked questions

When do I use direct substitution versus factoring?
Try direct substitution first. If you get a real number, that's your answer. If you get 0/0, then factor or simplify the expression. For example, lim(x→3) x² = 9 by substitution, but lim(x→3) (x²-9)/(x-3) requires factoring because substitution gives 0/0.
How do I handle limits at infinity for rational functions?
Compare the degrees of numerator and denominator. If numerator degree < denominator degree, limit is 0. If degrees are equal, divide leading coefficients. If numerator degree > denominator degree, limit is ±∞. For (5x²+1)/(3x²+7), degrees are equal so limit = 5/3.
What does 0/0 actually mean in limits?
0/0 is an indeterminate form, not a number. It signals that both numerator and denominator approach 0, but their ratio might approach any value. You must simplify the expression algebraically before substituting. Never treat 0/0 as equal to 0 or undefined.
Can limits exist even if the function isn't defined at that point?
Yes. Limits describe what value the function approaches, not what it equals at that point. For f(x) = (x²-4)/(x-2), f(2) is undefined, but lim(x→2) f(x) = 4. This distinction is fundamental to understanding continuity and derivatives later.
Why do we cancel factors when solving 0/0 limits?
Canceling common factors removes the source of the 0/0 form while preserving the limit's value. When we cancel (x-2) from (x²-4)/(x-2) = (x-2)(x+2)/(x-2), we're eliminating the discontinuity at x=2 without changing the function's behavior near that point.
§ 06

Related topics

Share this article