upgrade
upgrade

📐Analytic Geometry and Calculus

Fundamental Calculus Theorems

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

These theorems aren't just abstract mathematical statements—they're the logical backbone of everything you'll do in calculus. You're being tested on your ability to recognize when a theorem applies, what conditions must be satisfied, and what conclusions you can draw. The theorems here connect three major ideas: continuity, differentiability, and integrability. Understanding how these concepts relate to each other is what separates students who struggle with proofs and applications from those who breeze through them.

Every FRQ that asks you to justify why a value exists, why a function has a maximum, or why a derivative equals zero somewhere is really asking: which theorem applies here? Don't just memorize the statements—know the hypotheses (what you need to check) and the conclusions (what you get to claim). When you see "continuous on a closed interval," your brain should immediately flag several theorems. That pattern recognition is what earns full credit.


Existence Theorems for Continuous Functions

These theorems guarantee that certain values or points exist based solely on continuity. Continuity on a closed interval is the key hypothesis—it ensures no gaps or jumps that could let values "slip through."

Intermediate Value Theorem

  • If ff is continuous on [a,b][a, b], then ff takes on every value between f(a)f(a) and f(b)f(b)no skipping allowed
  • Guarantees existence of solutions—if f(a)<0f(a) < 0 and f(b)>0f(b) > 0, there must be some cc where f(c)=0f(c) = 0
  • Used to prove roots exist in an interval without actually finding them—perfect for justifying that equations have solutions

Extreme Value Theorem

  • Continuous functions on closed intervals attain their bounds—both a maximum and minimum value must occur somewhere on [a,b][a, b]
  • Closed interval is essential—open intervals or discontinuous functions can approach but never reach extreme values
  • Foundation for optimization—this theorem justifies why optimization problems on closed intervals always have solutions

Compare: Intermediate Value Theorem vs. Extreme Value Theorem—both require continuity on [a,b][a, b], but IVT guarantees you hit intermediate values while EVT guarantees you hit extreme values. If an FRQ asks "explain why there must be a maximum," cite EVT; if it asks "explain why f(c)=5f(c) = 5 for some cc," cite IVT.


Derivative Existence Theorems

These theorems tell you that under certain conditions, a derivative with specific properties must exist at some point. The key pattern: continuity plus differentiability yields guaranteed derivative behavior.

Rolle's Theorem

  • When f(a)=f(b)f(a) = f(b), and ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), there exists some cc where f(c)=0f'(c) = 0
  • Guarantees a horizontal tangent—the function must "turn around" somewhere if it starts and ends at the same height
  • Building block for MVT—Rolle's is the special case that proves the more general Mean Value Theorem

Mean Value Theorem

  • Connects average and instantaneous rates—there exists cc in (a,b)(a, b) where f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}
  • Requires both continuity on [a,b][a, b] and differentiability on (a,b)(a, b)—check both conditions before applying
  • Powerful for proofs—if you know bounds on ff', MVT lets you bound how much ff can change

Fermat's Theorem (Stationary Point Theorem)

  • Local extrema occur at critical points—if ff has a local max or min at cc and f(c)f'(c) exists, then f(c)=0f'(c) = 0
  • Does NOT work in reversef(c)=0f'(c) = 0 doesn't guarantee an extremum (think of f(x)=x3f(x) = x^3 at x=0x = 0)
  • First step in optimization—find where f=0f' = 0 or ff' doesn't exist, then test those candidates

Compare: Rolle's Theorem vs. Mean Value Theorem—Rolle's is MVT with the extra condition f(a)=f(b)f(a) = f(b), which forces the guaranteed slope to be zero. Both require the same continuity/differentiability conditions. On exams, use Rolle's when endpoints match; use MVT for the general case.


The Calculus Bridge: Connecting Derivatives and Integrals

This is the theorem that makes calculus calculus—it reveals that differentiation and integration are inverse operations, transforming two separate tools into one unified theory.

Fundamental Theorem of Calculus

  • Part 1: Differentiation undoes integration—if F(x)=axf(t)dtF(x) = \int_a^x f(t)\, dt and ff is continuous, then F(x)=f(x)F'(x) = f(x)
  • Part 2: Antiderivatives evaluate definite integralsabf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b) - F(a) where F=fF' = f
  • The practical payoff—instead of computing limits of Riemann sums, find any antiderivative and subtract endpoint values

Compare: FTC Part 1 vs. Part 2—Part 1 tells you the derivative of an integral (useful for problems like "find ddx0xsin(t2)dt\frac{d}{dx}\int_0^x \sin(t^2)\, dt"), while Part 2 tells you how to evaluate definite integrals. Know which direction you're going: differentiating an accumulation function (Part 1) or computing area (Part 2).


Limit Evaluation Techniques

When direct substitution fails, these theorems provide alternative strategies for finding limits.

L'Hôpital's Rule

  • Resolves indeterminate forms 00\frac{0}{0} and \frac{\infty}{\infty}—replace limf(x)g(x)\lim \frac{f(x)}{g(x)} with limf(x)g(x)\lim \frac{f'(x)}{g'(x)}
  • Can be applied repeatedly until you escape the indeterminate form—but verify the form each time
  • Only works for quotients—convert products, differences, and exponentials to quotient form first (e.g., 00 \cdot \infty becomes 01/\frac{0}{1/\infty})

Squeeze Theorem

  • Traps a function between two others—if f(x)g(x)h(x)f(x) \leq g(x) \leq h(x) and limf(x)=limh(x)=L\lim f(x) = \lim h(x) = L, then limg(x)=L\lim g(x) = L
  • Essential for oscillating functions—classic example: limx0x2sin(1/x)=0\lim_{x \to 0} x^2 \sin(1/x) = 0 by squeezing between x2-x^2 and x2x^2
  • Requires bounding inequalities—you must establish the inequalities before applying the theorem

Compare: L'Hôpital's Rule vs. Squeeze Theorem—L'Hôpital's handles quotients with indeterminate forms; Squeeze handles functions bounded by others with known limits. If you see oscillation (like sin(1/x)\sin(1/x)), think Squeeze. If you see 00\frac{0}{0}, think L'Hôpital's.


Approximation and Implicit Relationships

These theorems extend calculus to more complex situations: approximating functions with polynomials and handling relationships where yy isn't explicitly solved.

Taylor's Theorem

  • Any smooth function equals its Taylor polynomial plus an error termf(x)=k=0nf(k)(a)k!(xa)k+Rn(x)f(x) = \sum_{k=0}^{n} \frac{f^{(k)}(a)}{k!}(x-a)^k + R_n(x)
  • Higher degree means better approximation near the center point aa—but accuracy degrades as you move away
  • Error bounds are testable—the Lagrange remainder Rn(x)=f(n+1)(c)(n+1)!(xa)n+1R_n(x) = \frac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1} lets you quantify approximation accuracy

Implicit Function Theorem

  • Determines when F(x,y)=0F(x, y) = 0 defines yy as a function of xx—requires Fy0\frac{\partial F}{\partial y} \neq 0 at the point
  • Justifies implicit differentiation—the derivative dydx=FxFy\frac{dy}{dx} = -\frac{F_x}{F_y} exists when conditions are met
  • Extends to higher dimensions—foundational for multivariable calculus and constrained optimization

Compare: Taylor's Theorem vs. direct computation—Taylor polynomials let you approximate values like e0.1e^{0.1} or sin(0.5)\sin(0.5) without a calculator. The tradeoff: more terms mean more accuracy but more computation. FRQs often ask you to bound the error using the remainder term.


Quick Reference Table

ConceptBest Examples
Existence of values (continuity)Intermediate Value Theorem, Extreme Value Theorem
Existence of derivatives with propertiesMean Value Theorem, Rolle's Theorem, Fermat's Theorem
Connecting differentiation and integrationFundamental Theorem of Calculus (Parts 1 & 2)
Evaluating indeterminate limitsL'Hôpital's Rule, Squeeze Theorem
Function approximationTaylor's Theorem
Implicit relationshipsImplicit Function Theorem
Requires closed interval [a,b][a, b]IVT, EVT, MVT, Rolle's
Requires differentiabilityMVT, Rolle's, Fermat's, L'Hôpital's

Self-Check Questions

  1. Both the Intermediate Value Theorem and the Extreme Value Theorem require continuity on a closed interval. What different conclusions do they guarantee, and when would you use each?

  2. A function ff is continuous on [0,5][0, 5], differentiable on (0,5)(0, 5), and satisfies f(0)=f(5)=3f(0) = f(5) = 3. Which theorem guarantees the existence of a horizontal tangent, and what can you conclude?

  3. Compare the hypotheses of the Mean Value Theorem and L'Hôpital's Rule. Why does MVT require continuity on a closed interval while L'Hôpital's does not?

  4. You need to prove that x3+x1=0x^3 + x - 1 = 0 has a solution in (0,1)(0, 1). Which theorem applies, and what must you verify?

  5. An FRQ gives you g(x)=1xsinttdtg(x) = \int_1^x \frac{\sin t}{t}\, dt and asks for g(x)g'(x). Which part of the Fundamental Theorem of Calculus applies, and what is the answer?