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 x 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 x approaches, a constant function never changes.
Formal notation:limxโcโk=k, where k is any constant
Why it matters: This rule lets you pull constants out of more complex limit expressions. For example, limxโ7โ3=3, regardless of the 7.
Limit of x
The limit of x as xโc is simply c. The function value equals the input at that point.
Formal notation:limxโ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 x: both allow direct evaluation, but constants ignore the approach value entirely while limxโcโx depends on c. If you're asked to explain why limxโ5โ3๎ =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
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.
Domain restriction: For even roots, the limit inside must be non-negative. You can't take โ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โ) or right-hand (xโc+)
Notation matters:limxโcโโf(x) means approaching from values less thanc; limxโc+โf(x) means from values greater thanc
Key test for existence: A two-sided limit limxโ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) near c, and limxโcโg(x)=limxโcโh(x)=L, then limxโcโf(x)=L
Classic application: Proving limxโ0โxsin(x1โ)=0 by bounding with โโฃxโฃโคxsin(x1โ)โคโฃxโฃ, since both ยฑโฃxโฃโ0
Limits Involving Trigonometric Functions
Two special trig limits show up constantly, and you need to have them memorized:
limxโ0โxsinxโ=1 (with x in radians)
limxโ0โx1โcosxโ=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 limxโ0โxsinxโ=1 is proven geometrically.
Indeterminate Forms and Resolution
When direct substitution gives you something meaningless like 00โ, 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โ, โโโ, 0โ โ, โโโ, 00, 1โ, โ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โ or โโโ. 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 limxโcโg(x)f(x)โ yields 00โ or โโโ, then limxโcโg(x)f(x)โ=limxโcโgโฒ(x)fโฒ(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โ is indeterminate (the limit might exist), but 05โ 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 x 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:limxโโโf(x) and limxโโโโf(x) describe what happens as x grows large in either direction
Horizontal asymptotes: If limxโยฑโโf(x)=L, then y=L is a horizontal asymptote
Rational function shortcut: Compare the degrees of the numerator and denominator:
Degree of numerator < degree of denominator โ limit is 0
Degrees are equal โ limit is the ratio of leading coefficients
Degree of numerator > degree of denominator โ limit is ยฑโ (no horizontal asymptote)
Infinite Limits
Function values blow up:limxโcโf(x)=โ or โโ means unbounded growth near x=c
Vertical asymptotes: These limits indicate a vertical asymptote at x=c
One-sided behavior: Often limxโc+โf(x)=โ while limxโcโโf(x)=โโ (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 y approach as xโยฑโ?" (horizontal asymptotes). Infinite limits ask "where does yโยฑโ?" (vertical asymptotes). Know both directions.
Quick Reference Table
Concept
Best Examples
Basic Building Blocks
Limit of a Constant, Limit of x
Algebraic Operations
Sum/Difference Rule, Product Rule, Quotient Rule
Exponent Rules
Power Rule, Root Rule
Direction-Dependent
One-Sided Limits
Bounding Techniques
Squeeze Theorem
Special Memorized Results
Trig Limits (xsinxโ, x1โcosxโ)
Problem Indicators
Indeterminate Forms
Resolution Techniques
L'Hรดpital's Rule, Factoring, Conjugates
End Behavior
Limits at Infinity (Horizontal Asymptotes)
Unbounded Behavior
Infinite Limits (Vertical Asymptotes)
Self-Check Questions
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?
You evaluate limxโ2โxโ2x2โ4โ by direct substitution and get 00โ. Is this the final answer? What should you do next, and what concept does this illustrate?
Compare and contrast limits at infinity and infinite limits. If a function has a horizontal asymptote at y=3 and a vertical asymptote at x=โ1, write the limit notation that describes each.
A limit problem gives you limxโ0+โf(x)=4 and limxโ0โโf(x)=โ2. Does limxโ0โf(x) exist? Which rule or concept justifies your answer?
You need to find limxโ0โx2cos(x1โ). 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?