Mean Value Theorem Example: finding $c$ for $f(x)=\sqrt{4x-3}$ on $[1,3]$
Problem Statement
- We are given the function
- f(x)=4x−3=(4x−3)1/2
- Interval of interest: 1≤x≤3.
- Task: find the value c (with c∈(1,3)) that satisfies the Mean Value Theorem (MVT) for the function on this interval.
Mean Value Theorem (MVT) Refresher
- Conditions for applying MVT
- The function must be continuous on [a,b].
- The function must be differentiable on (a,b).
- Guarantee: there exists at least one number c∈(a,b) such that
f′(c)=b−af(b)−f(a). - Geometric meaning
- The slope of the tangent line at x=c equals the slope of the secant line connecting (a,f(a)) and (b,f(b)).
Verifying Conditions for f(x)=4x−3
- Domain restriction: 4x−3≥0⇒x≥3/4.
- Because 1>3/4, the entire closed interval [1,3] lies inside the function’s domain.
- f(x) is a composition of polynomial and square‐root functions ⇒ continuous on [1,3] and differentiable on (1,3).
- Thus, MVT applies.
Slope of the Secant Line
- Evaluate the endpoints:
- f(3)=4(3)−3=9=3.
- f(1)=4(1)−3=1=1.
- Compute the slope of the secant line connecting (1,f(1)) and (3,f(3)):
3−1f(3)−f(1)=23−1=1.
Derivative (Slope of Tangent Line)
- Rewrite the function for easier differentiation:
f(x)=(4x−3)1/2. - Differentiate using the chain rule and power rule:
f′(x)=21(4x−3)−1/2⋅4=4x−32.
Setting Up the MVT Equation
- By MVT, find c such that
f′(c)=1. - Substitute the derivative:
4c−32=1.
Solving for c
- Multiply both sides by 4c−3:
2=4c−3. - Square both sides:
4=4c−3. - Add 3 to each side:
7=4c. - Divide by 4:
c=47=1.75.
- Check that c∈(1,3): indeed, 1.75 lies inside the open interval.
Geometric Interpretation & Visualization
- Points:
- A=(1,1)
- B=(3,3)
- Secant line through A and B has slope 1.
- There exists at least one point C=(c,f(c))≈(1.75,4(1.75)−3=4)=(1.75,2) where
- The tangent line is parallel to the AB secant.
- Graphically, the tangent touches the curve with slope 1 at that x value.
Key Takeaways
- Applying MVT requires verifying continuity and differentiability on the required domains.
- For radical functions, domain restrictions must be respected.
- The algebraic process:
- Find the secant slope.
- Compute the derivative.
- Equate derivative to secant slope and solve.
- The solution c=7/4 is unique here because the derivative is monotone over [1,3] (denominator strictly increases).