Question:

The value of $C$ in $(0, 2)$ satisfying the mean value theorem for the function $f(x) = x(x - 1)^2$, $x \in [0, 2]$ is equal to:}

Updated On: Apr 8, 2025
  • $\frac{3}{4}$
  • $\frac{4}{3}$
  • $\frac{1}{2}$
  • $\frac{2}{3}$

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

1. Understand the problem:

We need to find the value of \( c \) in the interval \( (0, 2) \) that satisfies the Mean Value Theorem (MVT) for the function \( f(x) = x(x-1)^2 \) on the interval \( [0, 2] \).

2. Verify MVT conditions:

The function \( f(x) = x(x-1)^2 \) is a polynomial, so it is continuous on \( [0, 2] \) and differentiable on \( (0, 2) \). Thus, MVT applies.

3. Compute \( f(0) \) and \( f(2) \):

\[ f(0) = 0(0-1)^2 = 0 \] \[ f(2) = 2(2-1)^2 = 2 \]

4. Compute the average rate of change:

\[ \frac{f(2) - f(0)}{2 - 0} = \frac{2 - 0}{2} = 1 \]

5. Find the derivative \( f'(x) \):

First, expand \( f(x) \):

\[ f(x) = x(x^2 - 2x + 1) = x^3 - 2x^2 + x \]

Now, differentiate:

\[ f'(x) = 3x^2 - 4x + 1 \]

6. Solve \( f'(c) = 1 \) for \( c \in (0, 2) \):

\[ 3c^2 - 4c + 1 = 1 \implies 3c^2 - 4c = 0 \implies c(3c - 4) = 0 \]

Solutions: \( c = 0 \) or \( c = \frac{4}{3} \).

Since \( c \in (0, 2) \), the valid solution is \( c = \frac{4}{3} \).

7. Match the result to the options:

The value \( c = \frac{4}{3} \) corresponds to option (B).

Correct Answer: (B) \( \frac{4}{3} \)

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

1. State the Mean Value Theorem:

The Mean Value Theorem states that if a function $ f(x) $ is continuous on the closed interval $[a, b]$ and differentiable on the open interval $(a, b)$, then there exists a point $ c $ in $(a, b)$ such that:

\[ f'(c) = \frac{f(b) - f(a)}{b - a} \]

2. Apply the theorem to the given function and interval:

  • $ f(x) = x(x - 1)^2 = x(x^2 - 2x + 1) = x^3 - 2x^2 + x $
  • $[a, b] = [0, 2]$

3. Calculate $ f(a) $ and $ f(b) $:

  • $ f(0) = 0(0 - 1)^2 = 0 $
  • $ f(2) = 2(2 - 1)^2 = 2(1)^2 = 2 $

4. Calculate $ f'(x) $:

  • $ f'(x) = 3x^2 - 4x + 1 $

5. Apply the Mean Value Theorem formula:

  • $ f'(c) = \frac{f(2) - f(0)}{2 - 0} $
  • $ 3c^2 - 4c + 1 = \frac{2 - 0}{2} $
  • $ 3c^2 - 4c + 1 = 1 $
  • $ 3c^2 - 4c = 0 $
  • $ c(3c - 4) = 0 $

6. Solve for $ c $:

  • $ c = 0 $ or $ 3c - 4 = 0 $ => $ c = \frac{4}{3} $

7. Check if $ c $ is in the interval $ (0, 2) $:

  • $ c = 0 $ is not in the interval $ (0, 2) $.
  • $ c = \frac{4}{3} $ is in the interval $ (0, 2) $.

Therefore, the value of $ C $ is $ \frac{4}{3} $.

Was this answer helpful?
0
0