upgrade
upgrade

Calculus I

Fundamental Limit Laws

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

Limit laws are the computational engine of calculus—they're how you actually evaluate limits without relying on tables or graphs. Every derivative you'll compute later in the course depends on these rules working seamlessly in the background. When you're tested on limits, you're really being tested on whether you can break complex expressions into manageable pieces and recognize when standard rules apply (and when they don't).

These laws demonstrate a fundamental principle: limits respect algebraic operations. That means you can pull limits apart, work with the pieces, and reassemble them—as long as certain conditions are met. The exam loves to test those conditions, especially the restrictions on the quotient rule and composite functions. Don't just memorize formulas; know why each rule works and when it fails.


Building Block Laws

These are the foundation—simple rules that establish how limits behave for the most basic functions. Every other limit law builds on these.

Limit of a Constant

  • The limit of any constant is itself—no matter what value xx approaches, limxck=k\lim_{x \to c} k = k
  • Constants don't "move" as xx changes, so there's nothing to approach; the function is already at kk
  • Foundation for the constant multiple rule—this explains why you can factor constants out of limits later

Limit of the Identity Function

  • The limit of xx as xcx \to c equals cc—written as limxcx=c\lim_{x \to c} x = c
  • The identity function f(x)=xf(x) = x is continuous everywhere, so the limit equals the function value
  • Basis for polynomial limits—combined with power and sum rules, this lets you evaluate any polynomial by direct substitution

Compare: Limit of a Constant vs. Limit of xx—both are "obvious" results, but they establish different behaviors. Constants ignore the input entirely; the identity function tracks it perfectly. On FRQs, these justify why direct substitution works for continuous functions.


Arithmetic Operation Laws

These rules let you break apart complex limit expressions into simpler pieces. The key insight: limits distribute over basic operations, turning one hard problem into several easy ones.

Sum/Difference Rule

  • Limits split across addition and subtractionlimxc[f(x)±g(x)]=limxcf(x)±limxcg(x)\lim_{x \to c} [f(x) \pm g(x)] = \lim_{x \to c} f(x) \pm \lim_{x \to c} g(x)
  • Both individual limits must exist for this rule to apply; if either is undefined, you need a different approach
  • Essential for polynomials—lets you evaluate limx2(x2+3x5)\lim_{x \to 2}(x^2 + 3x - 5) term by term

Product Rule

  • Limits distribute over multiplicationlimxc[f(x)g(x)]=limxcf(x)limxcg(x)\lim_{x \to c} [f(x) \cdot g(x)] = \lim_{x \to c} f(x) \cdot \lim_{x \to c} g(x)
  • Both limits must exist and be finite—watch for indeterminate forms like 00 \cdot \infty
  • Works for any finite number of factors—extend it to three or more functions as needed

Quotient Rule

  • Limits distribute over divisionlimxcf(x)g(x)=limxcf(x)limxcg(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{\lim_{x \to c} f(x)}{\lim_{x \to c} g(x)}
  • Critical restriction: denominator limit cannot be zero—if limxcg(x)=0\lim_{x \to c} g(x) = 0, this rule doesn't apply
  • When both limits are zero, you have the indeterminate form 00\frac{0}{0}, requiring algebraic manipulation or L'Hôpital's Rule

Constant Multiple Rule

  • Constants factor out of limitslimxc[kf(x)]=klimxcf(x)\lim_{x \to c} [k \cdot f(x)] = k \cdot \lim_{x \to c} f(x)
  • Direct consequence of the product rule combined with the limit of a constant
  • Simplifies computation—pull out coefficients first, then focus on the variable expression

Compare: Product Rule vs. Constant Multiple Rule—the constant multiple rule is actually a special case of the product rule where one function is constant. However, recognizing constants lets you simplify faster. If an FRQ asks you to justify pulling out a coefficient, cite the constant multiple rule specifically.


Power and Root Laws

These rules handle exponents and radicals, extending your toolkit to non-linear expressions. The principle: if you can find the limit of the base, you can find the limit of any power or root of it.

Power Rule

  • Exponents pass through limitslimxc[f(x)]n=[limxcf(x)]n\lim_{x \to c} [f(x)]^n = \left[\lim_{x \to c} f(x)\right]^n for positive integer nn
  • The base limit must exist—if limxcf(x)\lim_{x \to c} f(x) is undefined, you can't apply this rule
  • Extends to polynomials—combined with sum and constant rules, this is why limxcp(x)=p(c)\lim_{x \to c} p(x) = p(c) for any polynomial

Root Rule

  • Roots pass through limitslimxcf(x)n=limxcf(x)n\lim_{x \to c} \sqrt[n]{f(x)} = \sqrt[n]{\lim_{x \to c} f(x)}
  • Restriction for even roots: the limit of the radicand must be non-negative (you can't take 4\sqrt{-4} in real numbers)
  • Odd roots are more flexible83=2\sqrt[3]{-8} = -2 is valid, so odd root rules apply to negative limits too

Compare: Power Rule vs. Root Rule—both move the limit operation inside, but root rules have domain restrictions. For even roots, always verify the inner limit is non-negative. Exam questions often test this by giving you a function where limxcf(x)<0\lim_{x \to c} f(x) < 0 under a square root.


Advanced Limit Techniques

These rules handle situations where basic arithmetic laws aren't enough—nested functions and functions that resist direct evaluation.

Limits of Composite Functions

  • For continuous outer functions, limxcf(g(x))=f(limxcg(x))\lim_{x \to c} f(g(x)) = f\left(\lim_{x \to c} g(x)\right)
  • Continuity of ff at the inner limit is required—if limxcg(x)=L\lim_{x \to c} g(x) = L, then ff must be continuous at LL
  • Powerful for nested expressions—evaluate limx0sin(x2)\lim_{x \to 0} \sin(x^2) by first finding limx0x2=0\lim_{x \to 0} x^2 = 0, then sin(0)=0\sin(0) = 0

Squeeze Theorem

  • Traps a function between two others—if h(x)f(x)g(x)h(x) \leq f(x) \leq g(x) and limxch(x)=limxcg(x)=L\lim_{x \to c} h(x) = \lim_{x \to c} g(x) = L, then limxcf(x)=L\lim_{x \to c} f(x) = L
  • Essential for oscillating functions—classic example: limx0x2sin(1x)=0\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) = 0 because x2x2sin(1x)x2-x^2 \leq x^2\sin\left(\frac{1}{x}\right) \leq x^2
  • Both bounding limits must equal the same value—if they differ, the squeeze doesn't work

Compare: Composite Function Rule vs. Squeeze Theorem—both handle "difficult" limits, but for different reasons. Use composite functions when you have nested operations and a continuous outer function. Use the Squeeze Theorem when the function oscillates or has no clean algebraic form. FRQs often require you to construct the bounding functions yourself.


Quick Reference Table

ConceptBest Examples
Basic building blocksLimit of a Constant, Limit of xx
Arithmetic operationsSum/Difference Rule, Product Rule, Quotient Rule
Factoring out constantsConstant Multiple Rule
Handling exponentsPower Rule, Root Rule
Nested functionsComposite Function Rule
Oscillating/bounded functionsSqueeze Theorem
Direct substitution justified byAll rules combined (for continuous functions)
Indeterminate forms (rule fails)Quotient Rule when denominator 0\to 0

Self-Check Questions

  1. Which two limit laws together explain why you can evaluate limx35x2\lim_{x \to 3} 5x^2 by computing 59=455 \cdot 9 = 45?

  2. The Quotient Rule requires a specific condition on the denominator. What is it, and what happens when that condition fails with the numerator also approaching zero?

  3. Compare and contrast the Power Rule and Root Rule—what additional restriction applies to even roots that doesn't apply to powers?

  4. You need to evaluate limx0xsin(1x)\lim_{x \to 0} x \sin\left(\frac{1}{x}\right). Which limit law applies here, and what bounding functions would you use?

  5. If g(x)g(x) is continuous at x=2x = 2 and limx2f(x)=5\lim_{x \to 2} f(x) = 5, under what condition can you conclude that limx2g(f(x))=g(5)\lim_{x \to 2} g(f(x)) = g(5)?