Derivative of -ln(-\Theta): Explained

  • Context: Undergrad 
  • Thread starter Thread starter roadworx
  • Start date Start date
  • Tags Tags
    Derivatives
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
roadworx
Messages
20
Reaction score
0
Hi,

I'm trying to find the derivative of [tex]-ln(-\Theta)[/tex] with respect to [tex]\Theta[/tex]

The answer's [tex]-\frac{1}{\Theta}[/tex]

I'm not sure why though. Here's my working.

[tex]\frac{d}{d\Theta} -ln(-\Theta)[/tex]

[tex]= \frac{d}{d\Theta} ln(-\frac{1}{\Theta})[/tex]

[tex]= -\Theta[/tex]

Can anyone explain where I'm going wrong? Thanks.
 
Physics news on Phys.org
d(-ln(-th))/dth
= - d(ln(-th))/dth
= - (-th)^(-1) d(-th)/dth
= - (-th)^(-1) (-1)
= - (1/th)
 
You need to apply the chain rule. The derivative of [tex]-\frac{1}{\Theta}[/tex] is [tex]\frac{1}{\Theta^2}[/tex]. If you multiply this with [tex]-\Theta[/tex] you get the correct answer.