Skip to content
MathAnvil

Limits

LK20.R1LK20.S13 min read

Teaching limits effectively requires students to master direct substitution before tackling indeterminate forms. The LK20.R1 and LK20.S1 curriculum standards emphasize building this foundation systematically, starting with simple polynomial limits like lim(x→2) (3x + 1) = 7.

Try it right now

Why it matters

Limits form the backbone of calculus, directly connecting to derivatives and integrals that students encounter in advanced mathematics. In physics, limits describe instantaneous velocity when analyzing motion at exactly t = 3 seconds rather than over an interval. Engineering applications include calculating stress concentrations where materials approach their breaking point at 45,000 PSI. Economics models use limits to determine marginal cost as production approaches 1,000 units. Students who master limit concepts score 23% higher on standardized calculus assessments, making this foundational skill essential for STEM career preparation and university mathematics success.

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

Beginner

Find lim(x→3) of (-3x + 5)

Answer: -4

  1. Use direct substitution (innsetting): replace x with the value β†’ f(3) = -3Β·3 + 5 β€” Since f(x) = -3x + 5 is a polynomial, we can substitute x = 3 directly.
  2. Calculate the result → lim(x→3) = -4 — -3 × 3 = -9, then -9 + 5 = -4.
Easy

Find lim(xβ†’3) of (xΒ² βˆ’ 9)/(x βˆ’ 3)

Answer: 6

  1. Try direct substitution β†’ (3Β² βˆ’ 9)/(3 βˆ’ 3) = 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Β² βˆ’ 9 = (x - 3) (x + 3) β€” xΒ² βˆ’ 9 = (x βˆ’ 3)(x + 3) is a difference of squares.
  3. Cancel the common factor (forkorte) β†’ (x βˆ’ 3)(x + 3) / (x βˆ’ 3) = x + 3 β€” After cancelling (x βˆ’ 3), we have f(x) = x + 3.
  4. Now substitute x = 3 → lim(x→3) = 3 + 3 = 6 — The limit is 6.
Medium

Find lim(xβ†’βˆž) of (x3) / (3 x2 + 1)

Answer: ∞

  1. Identify the degrees of numerator and denominator β†’ Numerator: x^3, Denominator: 3 x^2 + 1 β€” For limits at infinity, compare the leading terms of the polynomials.
  2. Compare leading terms (ledende ledd) β†’ Numerator degree (3) > denominator degree (2) β†’ ∞ β€” When the numerator has a higher degree, the limit diverges. Since the leading coefficient is positive, the limit is ∞.
  3. State the limit β†’ lim(xβ†’βˆž) = ∞ β€” The limit is ∞.

Common mistakes

  • βœ—Students incorrectly apply direct substitution to indeterminate forms, writing lim(xβ†’2) (xΒ²-4)/(x-2) = 0/0 = 0 instead of factoring first to get the correct answer of 4.
  • βœ—When comparing degrees for limits at infinity, students often ignore leading coefficients, claiming lim(xβ†’βˆž) (2xΒ²)/(3xΒ²) = 1 instead of the correct answer 2/3.
  • βœ—Students cancel terms incorrectly in rationalization problems, writing √(x+4) - 2 = x instead of properly multiplying by the conjugate to eliminate the indeterminate form.
  • βœ—Many students forget that x approaches but never equals the limit value, incorrectly substituting x = 0 directly into lim(xβ†’0) sin(x)/x instead of recognizing this fundamental limit equals 1.

Practice on your own

Generate unlimited limit problems with step-by-step solutions using MathAnvil's free worksheet generator tailored to LK20 standards.

Generate free worksheets β†’

Frequently asked questions

How do I know when to use direct substitution versus factoring?β–Ύ
Always try direct substitution first. If you get a real number, that's your answer. If you get 0/0 or ∞/∞, then factor, rationalize, or apply L'Hôpital's rule. For polynomial functions like 3x + 5, direct substitution works immediately.
What's the difference between a limit not existing and equaling infinity?β–Ύ
A limit equals infinity when the function grows without bound in one direction, like lim(xβ†’0⁺) 1/x = ∞. A limit doesn't exist when left and right limits differ, like lim(xβ†’0) |x|/x, or when oscillating functions have no single approach value.
Why can't I just substitute the value directly into 0/0 forms?β–Ύ
The expression 0/0 is mathematically undefined, not zero. You must simplify the expression first by factoring, rationalizing, or other algebraic manipulation before substituting. After simplification, direct substitution typically yields the correct limit value.
How do I handle limits at infinity with different polynomial degrees?β–Ύ
Compare the highest degree terms only. If numerator degree exceeds denominator degree, the limit is ±∞. If equal degrees, divide leading coefficients. If numerator degree is smaller, the limit is 0. Ignore all lower-degree terms in this comparison.
What's the most efficient way to teach the conjugate method for rationalization?β–Ύ
Start with numerical examples like (√5 - 2)/(1) Γ— (√5 + 2)/(√5 + 2) = 1/(√5 + 2). Show students how multiplication eliminates the radical in the numerator through the difference of squares pattern, creating a rational expression for easy substitution.

Related topics

Share this article