24

Day 24

Theorems Review


The Intermediate Value Theorem (IVT)

IVT guarantees that a continuous function takes every value between its endpoint values. On the FRQ it is how you prove an equation has a solution, or that some output is achieved, without ever solving.

Core Theorem
If ff is continuous on the closed interval [a,b][a, b] and NN is any number between f(a)f(a) and f(b)f(b), then there is at least one cc in (a,b)(a, b) with f(c)=Nf(c) = N.
Hypotheses to cite: (1)
ff continuous on [a,b][a, b], (2) NN strictly between f(a)f(a) and f(b)f(b).
Step-by-Step SOP
  1. 1

    Check continuity on the closed interval

    Say it explicitly — "differentiable, hence continuous" counts.
  2. 2

    Show the target value is between the endpoint values

    Write the inequality f(a)<N<f(b)f(a) < N < f(b) (or the reverse).
  3. 3

    Write the conclusion

    "By the IVT, there exists cc in (a,b)(a, b) with f(c)=Nf(c) = N."

Practice Exercises


Example 01Easy
A differentiable function gg has g(2)=1g(2) = -1 and g(7)=4g(7) = 4. Justify that g(x)=0g(x) = 0 for some xx in (2,7)(2, 7).
NEED A HINT?
Differentiable implies continuous. Is 00 between g(2)g(2) and g(7)g(7)?
SHOW DETAILED EXPLANATION

State the hypotheses

gg is differentiable on [2,7][2, 7], so gg is continuous on [2,7][2, 7].

Locate the target value

g(2)=1<0<4=g(7)g(2) = -1 < 0 < 4 = g(7), so 00 is between g(2)g(2) and g(7)g(7).

Invoke the theorem

By the Intermediate Value Theorem, there is a cc in (2,7)(2, 7) with g(c)=0g(c) = 0.
Example 02Medium
A table gives h(1)=3h(1) = 3, h(3)=3h(3) = 3, h(6)=8h(6) = 8, with hh continuous. Must there be an xx in (1,6)(1, 6) with h(x)=5h(x) = 5?
NEED A HINT?
You only need one sub-interval whose endpoint values straddle 5.
SHOW DETAILED EXPLANATION

Pick a sub-interval that works

On [3,6][3, 6], hh is continuous and h(3)=3<5<8=h(6)h(3) = 3 < 5 < 8 = h(6).

Apply IVT

By the IVT, there is an xx in (3,6)(1,6)(3, 6) \subset (1, 6) with h(x)=5h(x) = 5. Yes.
Common Pitfalls
  • Not stating continuityThe single most common lost point. A justification with no mention of continuity earns nothing, even if the arithmetic is right.
  • Using IVT to claim a unique solutionIVT only guarantees at least one cc. To claim exactly one, you also need monotonicity (e.g. f>0f' > 0).

The Extreme Value Theorem (EVT) and the Closed Interval Method

EVT guarantees that a continuous function on a closed interval actually attains an absolute maximum and an absolute minimum. The Closed Interval Method is how you find them.

Core Theorem
If ff is continuous on the closed interval [a,b][a, b], then ff attains an absolute maximum value and an absolute minimum value on [a,b][a, b].
To find them (Closed Interval Method): evaluate
ff at every critical number in (a,b)(a, b) and at both endpoints; the largest output is the absolute max, the smallest is the absolute min.
Step-by-Step SOP
  1. 1

    Confirm continuity on a closed interval

    EVT needs both — a closed interval and continuity.
  2. 2

    Find critical numbers in the open interval

    Solve f(x)=0f'(x) = 0 and find where ff' is undefined; discard any outside (a,b)(a, b).
  3. 3

    Evaluate f at those points and at a and b

    Build a short list of outputs.
  4. 4

    Report the largest and smallest

    Name the value and where it occurs.

Practice Exercises


Example 01Medium
Find the absolute maximum and minimum of f(x)=x33xf(x) = x^3 - 3x on [0,2][0, 2].
NEED A HINT?
Find critical numbers from f(x)=0f'(x) = 0, keep only those in (0,2)(0, 2), then test them against the endpoints.
SHOW DETAILED EXPLANATION

Find critical numbers

f(x)=3x23=0    x=±1f'(x) = 3x^2 - 3 = 0 \implies x = \pm 1. Only x=1x = 1 is in (0,2)(0, 2).

Evaluate at the critical number and endpoints

f(0)=0f(0) = 0, f(1)=13=2f(1) = 1 - 3 = -2, f(2)=86=2f(2) = 8 - 6 = 2.

Compare

Absolute maximum =2= 2 at x=2x = 2; absolute minimum =2= -2 at x=1x = 1.
Common Pitfalls
  • Testing only critical numbersThe endpoints are candidates too. Absolute extrema on a closed interval very often occur at aa or bb.
  • Confusing the x-value with the extreme valueThe absolute maximum is the output f(c)f(c), not the input cc. Answer with the value; also state where it happens.

The Mean Value Theorem (MVT) and Rolle's Theorem

MVT guarantees a point where the instantaneous rate of change equals the average rate of change over the interval. It is how the FRQ makes you prove that some derivative value must occur.

Core Theorem
If ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), then there is a cc in (a,b)(a, b) with
f(c)=f(b)f(a)ba.f'(c) = \frac{f(b) - f(a)}{b - a}.
Rolle's Theorem is the special case f(a)=f(b)f(a) = f(b), which forces f(c)=0f'(c) = 0.
Hypotheses to cite: (1) continuous on
[a,b][a, b], (2) differentiable on (a,b)(a, b).
Step-by-Step SOP
  1. 1

    State both hypotheses

    Continuous on the closed interval AND differentiable on the open interval.
  2. 2

    Compute the secant slope

    f(b)f(a)ba\frac{f(b) - f(a)}{b - a}.
  3. 3

    Write the conclusion

    "By the MVT, there exists cc in (a,b)(a, b) with f(c)=f'(c) = [that slope]."

Practice Exercises


Example 01Easy
ff is differentiable, f(1)=4f(1) = 4, and f(5)=16f(5) = 16. Justify that f(c)=3f'(c) = 3 for some cc in (1,5)(1, 5).
NEED A HINT?
Compute the average rate of change and cite the two hypotheses.
SHOW DETAILED EXPLANATION

State the hypotheses

ff is differentiable on [1,5][1, 5], so it is continuous on [1,5][1, 5] and differentiable on (1,5)(1, 5).

Compute the average rate of change

f(5)f(1)51=1644=3\dfrac{f(5) - f(1)}{5 - 1} = \dfrac{16 - 4}{4} = 3.

Invoke MVT

By the Mean Value Theorem, there is a cc in (1,5)(1, 5) with f(c)=3f'(c) = 3.
Example 02Medium
A car's position is s(t)s(t), continuous and differentiable, with s(0)=0s(0) = 0 and s(2)=120s(2) = 120 (miles, hours). Explain why the car's speed was exactly 60 mph at some instant.
NEED A HINT?
Average velocity over [0,2][0, 2] is the secant slope. Speed = magnitude of velocity.
SHOW DETAILED EXPLANATION

Average velocity

s(2)s(0)20=1202=60\dfrac{s(2) - s(0)}{2 - 0} = \dfrac{120}{2} = 60 mph.

Apply MVT

ss is continuous on [0,2][0, 2] and differentiable on (0,2)(0, 2), so by the MVT there is a time cc in (0,2)(0, 2) with s(c)=60s'(c) = 60 — the car's velocity, hence its speed, was 60 mph at that instant.
Common Pitfalls
  • Dropping the differentiability hypothesisMVT needs differentiability on the open interval. A function with a corner in (a,b)(a, b) can fail the conclusion.
  • Using MVT when only a table is givenIf the problem says "differentiable" you may apply MVT. If it only says "continuous," you get IVT, not MVT.

The Mean Value Theorem for Integrals

This is the integral analogue of MVT: a continuous function attains its own average value somewhere on the interval. It links the average-value formula to an actual point on the graph.

Core Theorem
If ff is continuous on [a,b][a, b], then there is a cc in (a,b)(a, b) with
f(c)=1baabf(x)dx.f(c) = \frac{1}{b - a}\int_a^b f(x)\,dx.
The right-hand side is the average value of ff on [a,b][a, b].
Step-by-Step SOP
  1. 1

    Confirm f is continuous on [a, b]

    That is the only hypothesis.
  2. 2

    Compute the average value

    1baabfdx\frac{1}{b - a}\int_a^b f\,dx.
  3. 3

    Solve f(c) = average value

    Keep only solutions in (a,b)(a, b).

Practice Exercises


Example 01Medium
For f(x)=x2f(x) = x^2 on [0,3][0, 3], find the value cc guaranteed by the Mean Value Theorem for Integrals.
NEED A HINT?
Compute the average value first, then solve f(c)=f(c) = average value with cc in (0,3)(0, 3).
SHOW DETAILED EXPLANATION

Average value

1303x2dx=139=3\dfrac{1}{3}\int_0^3 x^2\,dx = \dfrac{1}{3}\cdot 9 = 3.

Solve f(c) = average value

c2=3    c=31.732c^2 = 3 \implies c = \sqrt{3} \approx 1.732 (reject 3-\sqrt{3}, not in the interval).
Common Pitfalls
  • Confusing it with MVT for derivativesMVT for Integrals is about the average value of ff; MVT for derivatives is about the average rate of change (a slope). Read which one the interval and hypotheses point to.

The Fundamental Theorem of Calculus (Part 1 & Part 2)

The FTC ties integration and differentiation together. Part 1 evaluates a definite integral with an antiderivative; Part 2 differentiates a function defined by an integral. Both show up on nearly every FRQ.

Core Theorem
Part 1: if ff is continuous on [a,b][a, b] and F=fF' = f, then abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a).
Part 2: if
g(x)=au(x)f(t)dtg(x) = \int_a^{u(x)} f(t)\,dt with ff continuous, then g(x)=f(u(x))u(x)g'(x) = f(u(x))\cdot u'(x).
Accumulation form:
F(b)=F(a)+abF(x)dxF(b) = F(a) + \int_a^b F'(x)\,dx — "final = initial + accumulated change."
Step-by-Step SOP
  1. 1

    For a value: use Part 1

    Find an antiderivative, evaluate at the endpoints, subtract.
  2. 2

    For a derivative of an integral: use Part 2

    Plug the upper limit into the integrand, then multiply by the derivative of the upper limit.
  3. 3

    For "how much / final amount": use the accumulation form

    Initial value ++ \int (rate) over the interval.

Practice Exercises


Example 01Medium
Water flows into a tank at rate R(t)R(t) gallons/hour. The tank holds 50 gallons at t=0t = 0. Write an expression for the amount at t=8t = 8 and explain it.
NEED A HINT?
Use the accumulation form: final amount = initial amount + net change.
SHOW DETAILED EXPLANATION

Set up the accumulation expression

Amount(8)=50+08R(t)dt(8) = 50 + \int_0^8 R(t)\,dt.

Explain each piece

5050 is the starting amount; 08R(t)dt\int_0^8 R(t)\,dt is the total gallons that flowed in over the 8 hours (net change), by the FTC.
Example 02Medium
If G(x)=1x2sin(t)dtG(x) = \int_1^{x^2} \sin(t)\,dt, find G(x)G'(x).
NEED A HINT?
FTC Part 2 with the chain rule: the upper limit is u(x)=x2u(x) = x^2.
SHOW DETAILED EXPLANATION

Apply the chain-rule form

G(x)=sin(x2)ddx(x2)=2xsin(x2)G'(x) = \sin(x^2)\cdot \dfrac{d}{dx}(x^2) = 2x\sin(x^2).
Common Pitfalls
  • Forgetting the chain-rule factor in Part 2When the upper limit is x2x^2 (not just xx), you must multiply by 2x2x.
  • Losing the initial condition in an accumulation problemabF(x)dx\int_a^b F'(x)\,dx is only the change. The question usually wants F(a)+abF(x)dxF(a) + \int_a^b F'(x)\,dx.
Gary Chang

Gary Chang

Calculus Educator

5+ Years of Calculus Teaching Experience | AP Calculus Specialist. Dedicated to helping students master calculus through step-by-step logic and clear visualizations.