Determine whether the following functions
i). f(x) = 2x3 - 3x + 1; [-2; 2]
ii). f(x) = e^x, [0; log 4]
iii). f(x) = log 2x, [1; e]
iv). f(x) = sin^(-1) x, [0; 1/2]
meet the conditions of the Mean Value Theorem on the interval. If so, nd the
point(s) guaranteed to exist by the theorem
1
Expert's answer
2020-12-04T04:57:43-0500
i) f(x)=2x3−3x+1 is continuous and differentiable for x∈R as polynomial.
Then f meets the conditions of the Mean Value Theorem on the interval [−2,2]
f′(x)=6x2−3=>f(c)=6c2−3
f(−2)=2(−2)3−3(−2)+1=−9
f(2)=2(2)3−3(2)+1=11
11−(−9)=(6c2−3)(2−(−2))
6c2−3=5
c2=34
c1=−323,c2=323
ii) f(x)=ex is continuous and differentiable for x∈R .
Then f meets the conditions of the Mean Value Theorem on the interval [0,log4].
Let log denotes natural logarithm.
f′(x)=ex=>f(c)=ec
f(0)=e0=1
f(log4)=elog4=4
4−1=ec(log4−1)
ec=log4−13
c=log(log4−13)
iii) f(x)=log2(x) is continuous and differentiable for x>0 .
Then f meets the conditions of the Mean Value Theorem on the interval [1,e].
f′(x)=xln21=>f(c)=cln21
f(1)=log2(1)=0
f(e)=log2(e)=ln21
ln21−0=cln21(e−1)
c=e−1
iv) f(x)=sin−1x is continuous on [0,1/2] and differentiable on (0,1/2).
Then f meets the conditions of the Mean Value Theorem on the interval [0,1/2].
Comments