Logarithmic Differentiation with Respect to y

  • Thread starter Thread starter captainjack2000
  • Start date Start date
  • Tags Tags
    Differentiation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
captainjack2000
Messages
96
Reaction score
0

Homework Statement


I am trying to differentiate log((x+(x^2+y^2)^0.5)/(-x+(x^2+y^2)^0.5)) with respect to y


Homework Equations



I know that d/dx of ln(x) = 1/x but i am getting really confused when it comes to differentiating wrt to y?

Can I have some help please!

The Attempt at a Solution

 
Physics news on Phys.org
Use the chain rule

[tex]\frac{d}{dy}= \frac{dx}{dy}*\frac{d}{dx}[/tex]

So if you had to differentiate ln(x) w.r.t y

[tex]\frac{d}{dy}(lnx)= \frac{dx}{dy}*\frac{d}{dx}(lnx) = \frac{1}{x}*\frac{dx}{dy}[/tex]
 
The argument is [tex]\frac{x+\sqrt{x^2+y^2}}{-x+\sqrt{x^2+y^2}}[/tex]

So when differentiating with respect to y it looks like [tex]\frac{a+\sqrt{a+y^2}}{-a+\sqrt{a+y^2}}[/tex]

where x is just treated as some constant a

So you just use the chain rule for that derivative

Does that look a little less confusing?