Getting the Derivative of f(w) = ln[cos(w-1)]

  • Thread starter Thread starter dec1ble
  • Start date Start date
  • Tags Tags
    Derivative
dec1ble
Messages
16
Reaction score
0
I am presenting a problem in front of the class tomorrow and I am slightly confused on the steps for my problem. The problem is:

Find the derivative of the given function

f(w) = ln[cos(w-1)]

The answer in the back of my book shows the derivative is -tan(w-1) - but I'm my steps aren't giving that answer - could anyone show me the steps to use in order to get that answer? Thanks a lot!
 
Physics news on Phys.org
What's the cain rule for \frac{d}{dx} \ln u(x)...?

Daniel.
 
well the derivative of (ln x) is 1/x
 
I didn't ask u that...Oh,DO NOT DOUBLE POST...!:mad:

I meant for a logarithm whose argument is a general function u(x),not the particular value u(x)=x...

Daniel.
 
hint: \frac{d}{dx} \ln u = \frac{1}{u} du Now what is u?
 
Last edited:
see that's where I am confused...i believe i have to use the chain rule twice...but I am just confused on where to start and how to integrate in the ln
 
courtrigrad said:
hint: \frac{d}{dx} \ln u = \frac{1}{u} Now what is u?

the u would be the cos(w-1) right ?
 
yes. now you have to find the dervative of u and multiply it by your previous result.
 
Th formula you hinted is incomplete,hence INCORRECT.Please,refrain from erroneous advice...

Daniel.
 
  • #10
alright - so when i find the derivative of cos(w-1) - it will be -sin(1) - making the equation -sin(1)/cos(w-1), making -sin/cos = -tan(w-1) the answer

thanks for all your guys help - much appreciated
 
  • #11
To clarify, \frac{d}{dx}\ln{u} = \frac{1}{u}du.

The "du" is very important...

Daniel... what formula were you referring to as incorrect?
 
  • #12
There are 2 now:the first and the last.The correct one is:
\frac{d(\ln u)}{dx}=\frac{1}{u}\frac{du}{dx}

Daniel.
 
  • #13
Ah, I see now. Good point.
 
  • #14
dec1ble said:
alright - so when i find the derivative of cos(w-1) - it will be -sin(1) - making the equation -sin(1)/cos(w-1), making -sin/cos = -tan(w-1) the answer

thanks for all your guys help - much appreciated

The derivative of cos(w-1) is not equal to -sin(1). An easy way for me to understand the chain rule is to say to myself "derivative of the outside times the derivative of the inside". What's the derivative of cos(x)? Now, when you have that, sub in x as w-1, then find the derivative of w-1.
 
  • #15
dec1ble said:
alright - so when i find the derivative of cos(w-1) - it will be -sin(1) - making the equation -sin(1)/cos(w-1), making -sin/cos = -tan(w-1) the answer

thanks for all your guys help - much appreciated
You're on the right track thinking you need to apply the chain rule twice, but you applied it wrong. The derivative of cos(u) is -sin(u)*du

In this case, the u=(w-1), and the derivative of (w-1) is 1. You should have -sin(w-1)*1. Now you wind up with:

\frac{-sin(w-1)}{cos(w-1)} = -tan(w-1)
 
Back
Top