In order to apply the Mean Value Theorem, we first have to check that it is allowed, and there are exactly two conditions. The function has to be continuous on the CLOSED interval [0, 1], and differentiable on the OPEN interval (0, 1). That closed versus open distinction is the whole trick in this problem, so it is worth being careful.
Continuity first. f(x) = x^(2/3) is the cube root of x, squared. Cube roots are defined for every real number, including negatives and zero, so this function is continuous everywhere, and certainly on [0, 1].
Now differentiability:
f'(x) = (2/3)x^(-1/3) = 2/(3 times the cube root of x)
This is undefined at x = 0, because you would be dividing by zero. Here is where students often stop and say the MVT fails. But look carefully at what the theorem asks for. It only requires differentiability on the OPEN interval (0, 1), and x = 0 is not in that open interval. So the one bad point is excluded, and the condition is satisfied.
Both conditions hold, so the MVT applies.
Now we find c. The theorem says there is some c where the instantaneous rate equals the average rate across the whole interval:
f'(c) = (f(1) - f(0))/(1 - 0)
Since f(1) = 1^(2/3) = 1 and f(0) = 0, that right side is just 1/1 = 1. So we need:
(2/3)c^(-1/3) = 1
Rewriting the negative exponent as a fraction:
2/(3 times the cube root of c) = 1
Multiplying both sides by the cube root of c and dividing by 3:
cube root of c = 2/3
Cubing both sides:
c = 8/27
Remember, we should confirm this actually lands inside our interval. 8/27 is about 0.296, which is comfortably between 0 and 1.
So, our final answer is that the Mean Value Theorem does apply, and c = 8/27.
Inactive Tutor
Jack, the hypothesis of the MVT is that the function f is continuous on the closed interval [a,b] and differentiable on the open interval (a,b). So it's perfectly legitimate to ask whether the MVT applies on closed interval [0,1]. And in fact it does, because the given function is continuous on [0,1] and differentiable on (0,1). You're of course right that f'(0) is undefined, but that's not a problem, and Jyothi (below) shows how to find the desired value of c.
12/03/12