Does the inverse function theorem fail for $\frac {\partial r}{\partial x}$

394 Views Asked by At

This is a follow-up to a question that I answered (though, not well enough).

Why is it that $\frac {\partial r}{\partial x} = \cos(\theta) = \frac {\partial x}{\partial r} = \frac {\partial}{\partial r}(r\cos(\theta))$?

$r$ and $x$ should be continuously differentiable so the inverse function theorem should apply. And I don't think $r$ should be a function of $\theta$ (even though $\frac {\partial r}{\partial x}$ is). Can someone explain this to me?

2

There are 2 best solutions below

2
On BEST ANSWER

Let $F: (x,y)\to (r,\theta)$ the usual change of coordinates.

The Jacobian matrix for $F$ (expressed in terms of $(r,\theta)$) is given by:

\begin{pmatrix} \cos(\theta) & \sin(\theta) \\ -\sin(\theta)/r & \cos(\theta)/r \end{pmatrix}

The Jacobian matrix for $F^{-1}$ is given by:

\begin{pmatrix} \cos(\theta) & -r\sin(\theta) \\ \sin(\theta) & r\cos(\theta) \end{pmatrix}

So IFT works.

6
On

Here is the right answer with prove.

Since you did the partial differentiation on the parametric equation, but it is not the only relationship between $x$ and $r$ in $r^2=x^2 + y^2$. The following section show you the right procedure:

$x^2 +y^2 =r^2$

$x^2 = r^2 - y^2$

$\frac{\partial (x^2)}{\partial {r}} = \frac{\partial( r^2 - y^2)}{\partial{r}}$

$\frac{\partial x}{\partial r} = \frac{r}{x} - \frac{y}{x}sin\theta$

$=\frac{1}{cos \theta} - \frac{sin^2 \theta}{cos \theta}$

$= cos \theta$

$\frac{\partial r^2}{\partial x} = 2x + \frac{\partial y^2}{\partial x}$

$\frac{\partial r}{\partial x} = \frac{x}{r} - \frac{y}{r} \frac{\partial y}{\partial x}$

$= \cos(\theta)-\frac{y}{r} \frac{\partial y}{\partial x}$

$=\cos(\theta)-\frac{y}{r}(\frac{r}{y} \frac{\partial r}{\partial x} - \frac{x}{y})$

$=\cos(\theta)-\frac{\partial r}{\partial x} +\frac{x}{r}$

$2\frac{\partial r}{\partial x} = 2\cos(\theta)$

The question here is why does $\frac{\partial x}{\partial r} = \frac{\partial r}{\partial x}$

For ease of understanding, I will show the surface $r^2 = x^2 + y^2$ and plot $| \sqrt{x^2+y^2}|$

surface $r^2 = x^2 + y^2$ enter image description here $| \sqrt{x^2+y^2}|$

Our problem is $r^2=x^2+y^2$, with parametric equation $x=r\cos(\theta), y=r\sin(\theta), r>=0$.

Since we would like to know $\frac{\partial x}{\partial r}$, so turn the surface and look at the surface in direction which is parallel to y axis (figure 2), as a result, we only view the relationship between $x$ and $r$. Furthermore, the figure 3 shows the relationship between x, y and r.

From equation $r^2=x^2+y^2$, you can imagine that the from top view of the surface. The surface is composed by many circle with ascending radius, larger radius will at a higher level, result a clone. The relationship between r and x is x increase, radius increase. And the ratio is 1:1.

Therefore,

$\frac{\partial x}{\partial r} = \frac{\partial r}{\partial x} = \cos(\theta) = x/r = 1$