Partial differentiation find df/dx and df/dy

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 4K views
fionamb83
Messages
8
Reaction score
0

Homework Statement


For the function of two variables f(x,y)=tan^-1(y/x)
find df/dx and df/dy

I know i just differentiate with respect to x and then to y but I'm stuck on the tan^-1(y/x)
I know tan^-1(x)=1/1+X^2 when I applied this with respect to x I get 1/-1+y
I think this is wrong please help!
 
Physics news on Phys.org
You should use the chain rule

[tex] \frac{\partial}{\partial x}\tan^{-1}\left(\frac{y}{x}\right)=\left.\frac{d}{du}\tan^{-1}(u)\right|_{u=\frac{y}{x}}\frac{\partial}{\partial x}\frac{y}{x}[/tex]
 
fionamb83 said:
I know tan^-1(x)=1/1+X^2 ...
That's not true.
What is true is that
[tex]\frac{d}{dx} tan^{-1}(x) = \frac{1}{1 + x^2}[/tex]
 
The derivative of tan-1(u) is
[itex]\frac{1}{1+ u^2}[/itex]
with u= y/x, that is
[itex]\frac{1}{1+ \frac{y^2}{x^2}}[/itex]
for the derivative with respect to x or y those are multiplied by the derivative of y/x with respect to x and the derivative of y/x with respect to x "respectively".
 
so df/dx = -2x/1+y^2 ?
 
Sorry just saw what I did there. Oops. the x derivative of y/x is -y/x^2. Sorry confused myself there. Thanks for the help everyone!