Partial Differentiation of Inverse Tangent Function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
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.
 
HallsofIvy said:
You did not use the distributive law in the denominator: [itex](x+ y^2/x)x= x^2+ y^2[/itex]

yeah I understand.