Differntiating natural logs of x and y functions

  • Thread starter Thread starter bob4000
  • Start date Start date
  • Tags Tags
    Functions Natural
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
bob4000
Messages
40
Reaction score
0
i have a question I'm attempting as extra work, I have tried the usual method but no luck... find expressionsf for dy/dx in terms of x and y:

ln(x^2+1) + ln(y+1) = x +y
 
Physics news on Phys.org
Do you know how to do implicit differentiation?
 
yes, that's the method i tried, but i get the wrong answer
 
dy/dx - 1/ x^2 +1 + 1 / y+1.dy/dx = 1 + dy/dx

=1 /x^2+1 - 1 = dy/dx(1-1/y+1)

dy/dx = (x^2 + 1)^-1 - 1/ 1- (y+1)^-1
 
Remember [tex]\frac{d}{dx} \ln(x^2 +1) \neq \frac{1}{x^2+1}[/tex]

You need to use the chain rule to get the proper derivative.
 
Last edited:
Jeff Ford said:
Remember [tex]\frac{d}{dx} \ln(x^2 +1) \neq \frac{1}{x^2+1}[/tex]

You need to use the chain rule to get the proper derivative.

Yes you need to multiply this by the derivative of the bracket :smile: