Multivariable partial derivative

RichardJ
Messages
3
Reaction score
0

Homework Statement


From the transformation from polar to Cartesian coordinates, show that

\begin{equation}
\frac{\partial}{\partial x} = \cosφ \frac{\partial}{\partial r} - \frac{\sinφ}{r} \frac{\partial}{\partialφ}
\end{equation}

Homework Equations


The transformation from polar to Cartesian coordinates is assumed to be x = r\cosφ

The Attempt at a Solution


To solve the problem i tried to use the multivariable chain rule. Resulting in the following equation:

\begin{equation}
\frac{\partial}{\partial x} =\frac{\partial r}{\partial x}\frac{\partial}{\partial r}+\frac{\partialφ}{\partial x}\frac{\partial}{\partial φ}
\end{equation}

Writing ##r = x/\cosφ## and ##\arccos(x/r) = φ## i tried to solve this problem. But this does not give the right answer.

Am i using the right approach? I think it is necessary to use the multivariable chain rule in some form. But the partial derivative not acting on some other function seems a bit weird to me so i am not sure how to solve this problem.
 
Last edited:
Physics news on Phys.org
RichardJ said:

Homework Statement


From the transformation from polar to Cartesian coordinates, show that

\begin{equation}
\frac{\partial}{\partial x} = cosφ \frac{\partial}{\partial r} - \frac{sinφ}{r} \frac{\partial}{\partialφ}
\end{equation}

Homework Equations


The transformation from polar to Cartesian coordinates is assumed to be x = rcosφ

The Attempt at a Solution


To solve the problem i tried to use the multivariable chain rule. Resulting in the following equation:

\begin{equation}
\frac{\partial}{\partial x} =\frac{\partial r}{\partial x}\frac{\partial}{\partial r}+\frac{\partialφ}{\partial x}\frac{\partial}{\partial φ}
\end{equation}

Writing ##r = x/cosφ## and ##arccos(x/r) = φ## i tried to solve this problem. But this does not give the right answer.

Am i using the right approach? I think it is necessary to use the multivariable chain rule in some form. But the partial derivative not acting on some other function seems a bit weird to me so i am not sure how to solve this problem.

In LaTeX, standard functions look a lot better if they are preceded by '\', so you get ##\sin \phi## instead of ##sin \phi##, etc.
 
  • Like
Likes RichardJ
RichardJ said:
##\frac{\partial}{\partial x} =\frac{\partial r}{\partial x}\frac{\partial}{\partial r}+\frac{\partialφ}{\partial x}\frac{\partial}{\partial φ}##
With that equation in mind:
##r=\sqrt{x²+y²}##
##φ=\arctan(\frac{y}{x})## (with some subtleties).
 
Ahh, thanks a lot. That solved the problem.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top