Partial Differentiation of Inverse Tangent Function

charmedbeauty
Messages
266
Reaction score
0

Homework Statement



find dz/dy(partial)

z= tan-1(y/x)

Homework Equations


The Attempt at a Solution



z= tan-1(y/x)let u=y/x

z= tan-1(u)

dz/du = 1/ (1+u2)

so dz/dy = dz/du (du/dy)

du/dy = 1/x

so

dz/dy = (1/1+u2)(1/x)

= 1/ 1+ (y2/x2) * 1/x

= 1/ x + (y2/x2)x)

= x / x + y2but I should be getting...

dz/dy = x / x2 + y2

but I found dz/dx the same way and it was the right answer.?

whoops I made a arithmetic mistake it is correct.

sorry.
 
Last edited:
Physics news on Phys.org
Hey charmedbeauty.

Going from the appropriate position I get:

dz/dy = (1/1+u2)(1/x)

= 1/ (1+ (y2/x2)) * 1/x

= 1/ (x + (y^2/x^2)x)

= 1 / (x + y^2/x)

= 1/ [(x^2 + y^2)/x] ( since x*x/x = x^2/x )

= x / [x^2 + y^2]
 
Your calculation is ok except the last line
 
chiro said:
Hey charmedbeauty.

Going from the appropriate position I get:

dz/dy = (1/1+u2)(1/x)

= 1/ (1+ (y2/x2)) * 1/x

= 1/ (x + (y^2/x^2)x)

= 1 / (x + y^2/x)

= 1/ [(x^2 + y^2)/x] ( since x*x/x = x^2/x )

= x / [x^2 + y^2]

szynkasz said:
Your calculation is ok except the last line

yep for some reason I thought 1/x+(y2/x) = x/ x+y2 but really it did = x/ x2+y2

Thanks.
 
You did not use the distributive law in the denominator: (x+ y^2/x)x= x^2+ y^2
 
HallsofIvy said:
You did not use the distributive law in the denominator: (x+ y^2/x)x= x^2+ y^2

yeah I understand.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top