Given the plane polar coordinates x = r cos (θ), y = r sin (θ), show that ∂r/∂x*∂x/∂r + ∂θ/∂x*∂x/∂θ = 1
The solution I have says Xr = cos(θ) and Rx = cos(θ).
but I don't understand how you can't divide x =rcos(θ) by cos(θ). and then Rx would be 1/cos(θ)? Any help would be appreciated.
Notice, we have $x=r\cos\theta$ $$\frac{\partial r}{\partial x}=\frac{1}{\cos\theta}$$ $$\frac{\partial x}{\partial r}=\cos\theta$$ $$\frac{\partial \theta}{\partial x}=-\frac{\sin\theta}{r}$$ $$\frac{\partial x}{\partial \theta}=-r\sin\theta$$ Now, set the corresponding values as follows $$\frac{\partial r}{\partial x}\cdot \frac{\partial x}{\partial r}+\frac{\partial \theta}{\partial x}\cdot \frac{\partial x}{\partial \theta}$$$$=\left(\frac{1}{\cos\theta}\right)\left(\cos \theta\right)+\left(-\frac{\sin\theta}{r}\right)\left(-r\sin\theta\right)=\cos^2\theta+\sin^2\theta=1$$