Mean Value Theorem - Find the values of c

sp09ta
Messages
9
Reaction score
0
1. Verify that the function satisfies the mean value theorem, then find all numbers c that satisfy the the conclusion of the mvt

f(x)=e^(-2x) on the interval [0,3]

2. f'(c)=[f(b)-f(a)]/[b-a]
3.
1. f(x) is a composition of continuous functions, so f(x) is continuous on[0,3].
2. f(x) is a composition of differentiable functions, so it is differentiable on (0,3).

so, f(b)-f(a)=f'(c)(b-a)
e^-6-e^0=(-2*e^-2c)(3)

Then take the ln of both sides...
-6-0=ln(-6*e^-2c)
-6=ln(-6)+2c

Solve for c..?
c=[-6-ln(-6)]/[-2]

Can't have ln of a negative..(well without imaginary numbers). What's gone wrong? I'm stumped.
 
Physics news on Phys.org
You have
e-6 - e0=(-2*e-2c)(3) = -6e-2c

At that point both sides of the equation are negative. So multiply both sides by -1 before taking logarithms.
 
sp09ta said:
1. Verify that the function satisfies the mean value theorem, then find all numbers c that satisfy the the conclusion of the mvt

f(x)=e^(-2x) on the interval [0,3]

2. f'(c)=[f(b)-f(a)]/[b-a]



3.
1. f(x) is a composition of continuous functions, so f(x) is continuous on[0,3].
2. f(x) is a composition of differentiable functions, so it is differentiable on (0,3).

so, f(b)-f(a)=f'(c)(b-a)
e^-6-e^0=(-2*e^-2c)(3)

Then take the ln of both sides...
-6-0=ln(-6*e^-2c)
-6=ln(-6)+2c
NO. ln(e^{-6}- e^0) is NOT -6-0. In general, ln(a+b) is NOT ln(a)+ ln(b).

Solve for c..?
c=[-6-ln(-6)]/[-2]

Can't have ln of a negative..(well without imaginary numbers). What's gone wrong? I'm stumped.
 
Hehehe... I had my value for b-a incorrect, which threw off my whole solution.. :D Got the right answer now, thanks for the feedback ;)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top