blalien
- 31
- 0
Homework Statement
Given Cartesian coordinates x, y, and polar coordinates r, phi, such that
r=\sqrt{x^2+y^2}, \phi = atan(x/y) or
x=r sin(\phi), y=r cos(\phi)
(yes, phi is defined differently then you're used to)
I need to find \frac{d\phi}{dr} in terms of \frac{dy}{dx}
Homework Equations
All given in part 1
The Attempt at a Solution
I tried to compute \frac{d \phi}{d r} directly and ended up with this:
\frac{d \phi}{d r} = \frac{d \phi}{d x} \frac{d x}{d r} + \frac{d \phi}{d y} \frac{d y}{d r}<br /> = \frac{y}{x^2+y^2} sin{\phi} - \frac{x}{x^2+y^2} cos{\phi}\\<br /> = \frac{y}{x^2+y^2} \frac{x}{\sqrt{x^2+y^2}} - \frac{x}{x^2+y^2} \frac{y}{\sqrt{x^2+y^2}}\\<br /> = 0
Obviously this isn't correct, so I must be going about this the wrong way.