Mean Value Theorem Example: finding $c$ for $f(x)=\sqrt{4x-3}$ on $[1,3]$

Problem Statement

  • We are given the function
    • f(x)=4x3=(4x3)1/2f(x)=\sqrt{4x-3}=(4x-3)^{1/2}
  • Interval of interest: 1x31\le x\le 3.
  • Task: find the value cc (with c(1,3)c\in(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][a,b].
    • The function must be differentiable on (a,b)(a,b).
  • Guarantee: there exists at least one number c(a,b)c\in(a,b) such that
    f(c)=f(b)f(a)ba.f'(c)=\frac{f(b)-f(a)}{b-a}.
  • Geometric meaning
    • The slope of the tangent line at x=cx=c equals the slope of the secant line connecting (a,f(a))(a,f(a)) and (b,f(b))(b,f(b)).

Verifying Conditions for f(x)=4x3f(x)=\sqrt{4x-3}

  • Domain restriction: 4x30x3/44x-3\ge0 \Rightarrow x\ge3/4.
  • Because 1>3/4, the entire closed interval [1,3][1,3] lies inside the function’s domain.
  • f(x)f(x) is a composition of polynomial and square‐root functions ⇒ continuous on [1,3][1,3] and differentiable on (1,3)(1,3).
  • Thus, MVT applies.

Slope of the Secant Line

  1. Evaluate the endpoints:
    • f(3)=4(3)3=9=3.f(3)=\sqrt{4(3)-3}=\sqrt{9}=3.
    • f(1)=4(1)3=1=1.f(1)=\sqrt{4(1)-3}=\sqrt{1}=1.
  2. Compute the slope of the secant line connecting (1,f(1))(1,f(1)) and (3,f(3))(3,f(3)):
    f(3)f(1)31=312=1.\frac{f(3)-f(1)}{3-1}=\frac{3-1}{2}=1.

Derivative (Slope of Tangent Line)

  • Rewrite the function for easier differentiation:
    f(x)=(4x3)1/2.f(x)=(4x-3)^{1/2}.
  • Differentiate using the chain rule and power rule:
    f(x)=12(4x3)1/24=24x3.f'(x)=\frac{1}{2}(4x-3)^{-1/2}\cdot4=\frac{2}{\sqrt{4x-3}}.

Setting Up the MVT Equation

  • By MVT, find cc such that
    f(c)=1.f'(c)=1.
  • Substitute the derivative:
    24c3=1.\frac{2}{\sqrt{4c-3}}=1.

Solving for cc

  1. Multiply both sides by 4c3\sqrt{4c-3}:
    2=4c3.2=\sqrt{4c-3}.
  2. Square both sides:
    4=4c3.4=4c-3.
  3. Add 33 to each side:
    7=4c.7=4c.
  4. Divide by 44:
    c=74=1.75.c=\frac{7}{4}=1.75.
  • Check that c(1,3)c\in(1,3): indeed, 1.751.75 lies inside the open interval.

Geometric Interpretation & Visualization

  • Points:
    • A=(1,1)A=(1,1)
    • B=(3,3)B=(3,3)
  • Secant line through AA and BB has slope 11.
  • There exists at least one point C=(c,f(c))(1.75,4(1.75)3=4)=(1.75,2)C=(c,f(c))\approx(1.75,\sqrt{4(1.75)-3}=\sqrt{4})=(1.75,2) where
    • The tangent line is parallel to the AB secant.
    • Graphically, the tangent touches the curve with slope 11 at that xx 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:
    1. Find the secant slope.
    2. Compute the derivative.
    3. Equate derivative to secant slope and solve.
  • The solution c=7/4c=7/4 is unique here because the derivative is monotone over [1,3][1,3] (denominator strictly increases).