Any pair of distinct roots would have sufficed; interval choice is flexible as long as f(a)=f(b).
3. Find all c∈(0,5) where f′(c)=0
Compute derivative (transcript shows a small coefficient slip; we keep transcript’s form but note the issue):
Correct derivative should be f′(x)=3x2−14x+10.
Transcript used 3x2−7x+10 (and followed through). We record both to mirror discussion.
Using the transcript’s quadraticf′(x)=3x2−7x+10:
Apply quadratic formula x=2a−b±b2−4ac with a=3,b=−7,c=10.
Gives two roots c<em>1≈0.88 and c</em>2≈3.79.
Both lie in (0,5).
Interpretation: within the chosen interval there are (at least) two interior points where the tangent is horizontal, satisfying Rolle’s Theorem.
Visual confirmation
Graph shows a cubic entering at 0, exiting at 0, with a local max and min inside the interval ⇒ slopes 0 at those extrema.
From Rolle’s Theorem to the Mean Value Theorem
The proof of MVT literally subtracts a secant‐line function from the original function to create a new function that meets RT’s endpoint‐equality condition.
Therefore, RT provides the theoretical backbone for MVT.
Mean Value Theorem (MVT)
Formal statement: If f is
continuous on [a,b] and
differentiable on (a,b),
then ∃c∈(a,b) such that b−af(b)−f(a)=f′(c).
Geometric meaning
The slope of the secant line through (a,f(a)) and (b,f(b)) equals the slope of some tangent line inside the interval.
Guarantees at least one point where the instantaneous rate of change matches the average rate of change.
Key distinctions from Rolle’s Theorem
RT requires f(a)=f(b)⟹ secant slope $=0$, then finds f′(c)=0.
MVT allows any secant slope—RT is a special‐case MVT with slope 0.
Practical significance
Basis for error bounds, numerical methods, proofs of inequalities, physics (average vs. instantaneous velocity), and applied sciences.
Example 2 – Meteorology & Lapse Rate
Background concepts
Atmospheric lapse rateγ: rate at which temperature T decreases with altitude z. γ=dzdT[°C/km]
Typically \gamma<0 (temperature drops as altitude rises).
Threshold: if |\gamma|>7\,\text{°C/km} in certain layers, conditions favor thunderstorms & tornadoes (assuming other factors cooperate).
Data provided
T(2.9km)=7.6°C
T(5.6km)=−14.3°C
Assume T(z) is continuous and differentiable for all relevant altitudes.
Applying the MVT
Check hypotheses: stated as continuous & differentiable ⇒ MVT applies on [2.9,5.6].
Magnitude |\gamma|=8.1\,>7\,\text{°C/km} ⇒ at some altitude within the layer, the lapse‐rate criterion for severe weather is satisfied.
Meteorological interpretation
A forecaster can infer that potential exists for thunderstorms/tornadoes in that altitude band, subject to humidity, wind shear, and other atmospheric variables.
MVT does not specify where the critical altitude c lies or how long the condition persists—additional data required.
Diagram (verbal)
Two plotted points (2.9, 7.6) and (5.6, –14.3).
Secant line drawn through them.
Somewhere between, a tangent line touches the (unknown) temperature curve with the same slope –8.1 °C/km.
Broader Connections & Caveats
Continuity & differentiability are non‐negotiable: any break, cusp, or vertical tangent invalidates RT/MVT.
Multiple interior pointsc often exist; the theorems guarantee at least one, not uniqueness.
Direction for future study
Generalizations: Cauchy’s MVT, Darboux’s property, Taylor’s Theorem (built on MVT).
Applications: proving the Fundamental Theorem of Calculus, bounding numerical integration errors, analyzing motion (average vs. instantaneous velocity), proving inequalities.
Transcript caution
Derivative coefficient slip (7 vs. 14) does not alter qualitative understanding but affects numeric roots; always verify algebra when applying RT/MVT in practice.
Key Takeaways & Study Tips
Rolle’s Theorem: equal endpoints ⇒ at least one zero derivative inside.
Mean Value Theorem: average rate equals some instantaneous rate within the interval.
Both rely on the same smoothness assumptions and offer geometric insight into function behavior.
Practice: compute secant slopes, then locate or approximate points where tangent slopes match.
Real‐world relevance: weather forecasting, physics of motion, engineering stress analysis—any scenario comparing average vs. instantaneous change.
When solving problems:
Verify continuity & differentiability.
Identify or construct suitable interval [a,b].
Compute secant slope b−af(b)−f(a).
Apply RT/MVT to assert existence (and sometimes find) c.