๐Ÿ“Honors Pre-Calculus

Limits Rules

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Limits are the gateway to calculus. They're the foundational concept that makes derivatives, integrals, and continuity possible. In Honors Pre-Calc, you're being tested on your ability to evaluate limits using specific rules, recognize when those rules apply, and understand why functions behave the way they do as they approach certain values.

The rules here fall into distinct categories: basic building blocks, algebraic operations, special techniques, and asymptotic behavior. Each rule exists because of how functions fundamentally behave near specific points or at extreme values. Don't just memorize the formulas. Know which rule to reach for in different situations and understand what each one tells you about the function's behavior.


Basic Building Blocks

These foundational rules establish how the simplest functions behave as xx approaches a value. Every complex limit evaluation builds on these two principles.

Limit of a Constant

  • The limit equals the constant itself. No matter what value xx approaches, a constant function never changes.
  • Formal notation: limโกxโ†’ck=k\lim_{x \to c} k = k, where kk is any constant
  • Why it matters: This rule lets you pull constants out of more complex limit expressions. For example, limโกxโ†’73=3\lim_{x \to 7} 3 = 3, regardless of the 7.

Limit of x

  • The limit of xx as xโ†’cx \to c is simply cc. The function value equals the input at that point.
  • Formal notation: limโกxโ†’cx=c\lim_{x \to c} x = c, which reflects direct substitution for continuous functions
  • Foundation for polynomials: Combined with the power rule, this lets you evaluate any polynomial limit directly

Compare: Limit of a Constant vs. Limit of xx: both allow direct evaluation, but constants ignore the approach value entirely while limโกxโ†’cx\lim_{x \to c} x depends on cc. If you're asked to explain why limโกxโ†’53โ‰ 5\lim_{x \to 5} 3 \neq 5, this distinction is your answer.


Algebraic Operation Rules

These rules let you break apart complex expressions into simpler pieces. The key insight: limits distribute across basic arithmetic operations, so you can evaluate piece by piece.

Constant Multiple Rule

  • Pull constants outside the limit, then multiply after evaluating the function's limit
  • Formal notation: limโกxโ†’c[kโ‹…f(x)]=kโ‹…limโกxโ†’cf(x)\lim_{x \to c} [k \cdot f(x)] = k \cdot \lim_{x \to c} f(x)
  • Exam strategy: Always factor out constants first to reduce calculation errors

Sum and Difference Rule

  • Limits split across addition and subtraction. Evaluate each piece separately, then combine.
  • Formal notation: limโกxโ†’c[f(x)ยฑg(x)]=limโกxโ†’cf(x)ยฑlimโกxโ†’cg(x)\lim_{x \to c} [f(x) \pm g(x)] = \lim_{x \to c} f(x) \pm \lim_{x \to c} g(x)
  • Application: This is how you handle polynomial limits. Break them into individual terms, evaluate each one, and add or subtract the results.

Product Rule

  • Multiply the individual limits. Each function's limit is evaluated independently.
  • Formal notation: limโกxโ†’c[f(x)โ‹…g(x)]=limโกxโ†’cf(x)โ‹…limโกxโ†’cg(x)\lim_{x \to c} [f(x) \cdot g(x)] = \lim_{x \to c} f(x) \cdot \lim_{x \to c} g(x)
  • Critical condition: Both individual limits must exist for this rule to apply

Quotient Rule

  • Divide the individual limits, but only when the denominator's limit isn't zero.
  • Formal notation: limโกxโ†’cf(x)g(x)=limโกxโ†’cf(x)limโกxโ†’cg(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{\lim_{x \to c} f(x)}{\lim_{x \to c} g(x)}, provided limโกxโ†’cg(x)โ‰ 0\lim_{x \to c} g(x) \neq 0
  • Watch out: When the denominator approaches zero, you may have an indeterminate form or an infinite limit instead. Always check the denominator first.

Compare: Product Rule vs. Quotient Rule: both combine individual limits, but the quotient rule has a restriction. If a problem gives you a rational function, check the denominator's limit before applying the rule.

Power Rule

  • Raise the limit to the power. Exponents pass through the limit operation.
  • Formal notation: limโกxโ†’c[f(x)]n=[limโกxโ†’cf(x)]n\lim_{x \to c} [f(x)]^n = \left[\lim_{x \to c} f(x)\right]^n
  • Polynomials made easy: Combined with the limit of xx, this handles any term like x3x^3 or x10x^{10}. For instance, limโกxโ†’2x3=[limโกxโ†’2x]3=23=8\lim_{x \to 2} x^3 = [\lim_{x \to 2} x]^3 = 2^3 = 8.

Root Rule

  • Take the root of the limit. Radicals pass through when the result is defined.
  • Formal notation: limโกxโ†’cf(x)n=limโกxโ†’cf(x)n\lim_{x \to c} \sqrt[n]{f(x)} = \sqrt[n]{\lim_{x \to c} f(x)}
  • Domain restriction: For even roots, the limit inside must be non-negative. You can't take โˆ’4\sqrt{-4} in real numbers.

Compare: Power Rule vs. Root Rule: both handle exponents, but roots require the result to be defined (no even roots of negative numbers in real analysis). The power rule has no such restriction for integer powers.


Special Techniques

When direct substitution fails or functions behave unusually, these tools provide alternative approaches. These are the problem-solving strategies that separate routine problems from challenging ones.

One-Sided Limits

  • Approach from one direction only: left-hand (xโ†’cโˆ’x \to c^-) or right-hand (xโ†’c+x \to c^+)
  • Notation matters: limโกxโ†’cโˆ’f(x)\lim_{x \to c^-} f(x) means approaching from values less than cc; limโกxโ†’c+f(x)\lim_{x \to c^+} f(x) means from values greater than cc
  • Key test for existence: A two-sided limit limโกxโ†’cf(x)\lim_{x \to c} f(x) exists only if both one-sided limits exist and are equal to each other

Squeeze Theorem

The Squeeze Theorem works by trapping a difficult function between two simpler ones. If the outer functions share the same limit, the trapped function must also approach that value.

  • Formal statement: If g(x)โ‰คf(x)โ‰คh(x)g(x) \leq f(x) \leq h(x) near cc, and limโกxโ†’cg(x)=limโกxโ†’ch(x)=L\lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L, then limโกxโ†’cf(x)=L\lim_{x \to c} f(x) = L
  • Classic application: Proving limโกxโ†’0xsinโก(1x)=0\lim_{x \to 0} x \sin\left(\frac{1}{x}\right) = 0 by bounding with โˆ’โˆฃxโˆฃโ‰คxsinโก(1x)โ‰คโˆฃxโˆฃ-|x| \leq x\sin\left(\frac{1}{x}\right) \leq |x|, since both ยฑโˆฃxโˆฃโ†’0\pm|x| \to 0

Limits Involving Trigonometric Functions

Two special trig limits show up constantly, and you need to have them memorized:

  • limโกxโ†’0sinโกxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 (with xx in radians)
  • limโกxโ†’01โˆ’cosโกxx=0\lim_{x \to 0} \frac{1 - \cos x}{x} = 0

These limits form the foundation for differentiating trig functions in calculus. Many problems will require you to manipulate an expression into one of these forms before evaluating.

Compare: Squeeze Theorem vs. Trig Limits: the Squeeze Theorem is a technique for proving limits, while the standard trig limits are results you should memorize. The Squeeze Theorem is actually how limโกxโ†’0sinโกxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 is proven geometrically.


Indeterminate Forms and Resolution

When direct substitution gives you something meaningless like 00\frac{0}{0}, these concepts help you find the actual limit. Recognizing indeterminate forms is the first step; resolving them is where the real work begins.

Indeterminate Forms

  • Common types: 00\frac{0}{0}, โˆžโˆž\frac{\infty}{\infty}, 0โ‹…โˆž0 \cdot \infty, โˆžโˆ’โˆž\infty - \infty, 000^0, 1โˆž1^\infty, โˆž0\infty^0
  • Not an answer: These forms mean the limit requires additional work such as factoring, multiplying by a conjugate, or applying L'Hรดpital's Rule
  • Detection method: Always try direct substitution first. If you get one of these forms, that's your signal to use another technique.

L'Hรดpital's Rule

This rule applies only when direct substitution produces 00\frac{0}{0} or โˆžโˆž\frac{\infty}{\infty}. You take the derivative of the numerator and the derivative of the denominator separately (this is not the quotient rule for derivatives).

  • Formal statement: If limโกxโ†’cf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} yields 00\frac{0}{0} or โˆžโˆž\frac{\infty}{\infty}, then limโกxโ†’cf(x)g(x)=limโกxโ†’cfโ€ฒ(x)gโ€ฒ(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}
  • Can repeat: If the result is still indeterminate after one application, apply the rule again until you reach a determinate form
  • Common mistake: Students sometimes apply L'Hรดpital's Rule when the form isn't actually indeterminate. Verify the form before differentiating.

Compare: Indeterminate Forms vs. Undefined Expressions: 00\frac{0}{0} is indeterminate (the limit might exist), but 50\frac{5}{0} suggests an infinite limit or no limit at all. Don't confuse "needs more work" with "doesn't exist."


Asymptotic Behavior

These concepts describe what happens at the extremes: as xx grows without bound, or as function values blow up near certain points. Asymptotes are the graphical representation of these limit behaviors.

Limits at Infinity

  • End behavior analysis: limโกxโ†’โˆžf(x)\lim_{x \to \infty} f(x) and limโกxโ†’โˆ’โˆžf(x)\lim_{x \to -\infty} f(x) describe what happens as xx grows large in either direction
  • Horizontal asymptotes: If limโกxโ†’ยฑโˆžf(x)=L\lim_{x \to \pm\infty} f(x) = L, then y=Ly = L is a horizontal asymptote
  • Rational function shortcut: Compare the degrees of the numerator and denominator:
    • Degree of numerator < degree of denominator โ†’ limit is 00
    • Degrees are equal โ†’ limit is the ratio of leading coefficients
    • Degree of numerator > degree of denominator โ†’ limit is ยฑโˆž\pm\infty (no horizontal asymptote)

Infinite Limits

  • Function values blow up: limโกxโ†’cf(x)=โˆž\lim_{x \to c} f(x) = \infty or โˆ’โˆž-\infty means unbounded growth near x=cx = c
  • Vertical asymptotes: These limits indicate a vertical asymptote at x=cx = c
  • One-sided behavior: Often limโกxโ†’c+f(x)=โˆž\lim_{x \to c^+} f(x) = \infty while limโกxโ†’cโˆ’f(x)=โˆ’โˆž\lim_{x \to c^-} f(x) = -\infty (or vice versa), so you need to check both sides

Compare: Limits at Infinity vs. Infinite Limits: these sound similar but describe opposite situations. Limits at infinity ask "what does yy approach as xโ†’ยฑโˆžx \to \pm\infty?" (horizontal asymptotes). Infinite limits ask "where does yโ†’ยฑโˆžy \to \pm\infty?" (vertical asymptotes). Know both directions.


Quick Reference Table

ConceptBest Examples
Basic Building BlocksLimit of a Constant, Limit of xx
Algebraic OperationsSum/Difference Rule, Product Rule, Quotient Rule
Exponent RulesPower Rule, Root Rule
Direction-DependentOne-Sided Limits
Bounding TechniquesSqueeze Theorem
Special Memorized ResultsTrig Limits (sinโกxx\frac{\sin x}{x}, 1โˆ’cosโกxx\frac{1 - \cos x}{x})
Problem IndicatorsIndeterminate Forms
Resolution TechniquesL'Hรดpital's Rule, Factoring, Conjugates
End BehaviorLimits at Infinity (Horizontal Asymptotes)
Unbounded BehaviorInfinite Limits (Vertical Asymptotes)

Self-Check Questions

  1. Which two algebraic operation rules both require you to evaluate individual limits before combining them, but one has a critical restriction the other doesn't? What is that restriction?

  2. You evaluate limโกxโ†’2x2โˆ’4xโˆ’2\lim_{x \to 2} \frac{x^2 - 4}{x - 2} by direct substitution and get 00\frac{0}{0}. Is this the final answer? What should you do next, and what concept does this illustrate?

  3. Compare and contrast limits at infinity and infinite limits. If a function has a horizontal asymptote at y=3y = 3 and a vertical asymptote at x=โˆ’1x = -1, write the limit notation that describes each.

  4. A limit problem gives you limโกxโ†’0+f(x)=4\lim_{x \to 0^+} f(x) = 4 and limโกxโ†’0โˆ’f(x)=โˆ’2\lim_{x \to 0^-} f(x) = -2. Does limโกxโ†’0f(x)\lim_{x \to 0} f(x) exist? Which rule or concept justifies your answer?

  5. You need to find limโกxโ†’0x2cosโก(1x)\lim_{x \to 0} x^2 \cos\left(\frac{1}{x}\right). Direct substitution doesn't work, and you can't factor. Which technique from this guide would you use, and what two bounding functions would help you?