The Mean Value Theorem guarantees the existence of a special point on the graph of y=sqrt(x) between (0, 0) and (4, 2). What are the coordinates of this point?
The Mean Value Theorem states that for a function f(x) defined on a closed interval, [a,b], there will exist a point c, a ≤ c ≤ b, such that:
f'(c) = (f(b)-f(a))/(b-a) ( f' = df(x)/dx )
Basically it means that there will be at least one point between a and b where f(x) has the same slope as the secant line connecting f(a) to f(b).
For f(x) = x1/2, the slope of the secant line between (0,0) and (4,2) is:
(2 - 0)/(4 - 0) = 1/2
To find the point c, find f'(x) and set it equal to 1/2.
f'(x) = (1/2)x-1/2 = 1/2 when x = 1
To find the y value of point c, plug x=1 into f(x)
f(x=1) = (1)1/2 = 1
The point c = (1,1) and it lies within the specified interval.
Sun K.
04/08/14