On many websites focused on physics, (say http://skisickness.com/2009/11/20/ ) they like to represent differential operators in different coordinates. I.e. going from the standard basis to polar coordinates they would write: $$\frac{\partial }{\partial x} = \frac{\partial r}{\partial x} \frac{\partial }{\partial r} + \frac{\partial \theta}{\partial x} \frac{\partial }{\partial \theta}.$$ Here is my understanding and I would like some validation or corroboration: If our function $f$ is assumed to be independent of coordinates (and so it should be in a real life application such as in physics), then the derivatives of $f$ in different basis relate to each other. We know that $x=r\cos\theta$ and $y= r\sin\theta$ and so in an abuse of notation we may write $$f(x,y) = f(r\cos\theta,r\sin\theta) :=g(r,\theta)$$ and rename the $g$ to $f$ in an abuse of notation because we are identifying them as the same output (but with a different basis representing their domains). If the maps between the coordinates are smooth enough (and in this case away from 0), we may use the chain rule to compute $$ \frac{\partial f}{\partial x} = \frac{\partial f}{\partial r}\frac{\partial r}{\partial x}+\frac{\partial f}{\partial \theta}\frac{\partial \theta}{\partial x}$$ By plugging in for $r_x$ and $\theta_x$ and "erasing" the $f$ from both sides, we obtain the "change of variables" for the differential operator. Now because we know by definition of applying the operator, $$(\frac{\partial r}{\partial x} \frac{\partial }{\partial r} + \frac{\partial \theta}{\partial x} \frac{\partial }{\partial \theta})f = \frac{\partial f}{\partial r}\frac{\partial r}{\partial x}+\frac{\partial f}{\partial \theta}\frac{\partial \theta}{\partial x},$$ does this serve as sufficient justification for this notation? Further why may we them use such methods algebraically such $$\frac{\partial^2}{\partial x^2}=(\frac{\partial r}{\partial x} \frac{\partial }{\partial r} + \frac{\partial \theta}{\partial x} \frac{\partial }{\partial \theta})(\frac{\partial r}{\partial x} \frac{\partial }{\partial r} + \frac{\partial \theta}{\partial x} \frac{\partial }{\partial \theta})$$ and expanding keeping in mind left and right multiplication (composition!) may not be commutative?
2026-03-27 08:41:13.1774600873
Justification behind changing coordinates of a differential operator
1.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ANALYSIS
- Analytical solution of a nonlinear ordinary differential equation
- Finding radius of convergence $\sum _{n=0}^{}(2+(-1)^n)^nz^n$
- Show that $d:\mathbb{C}\times\mathbb{C}\rightarrow[0,\infty[$ is a metric on $\mathbb{C}$.
- conformal mapping and rational function
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Elementary question on continuity and locally square integrability of a function
- Proving smoothness for a sequence of functions.
- How to prove that $E_P(\frac{dQ}{dP}|\mathcal{G})$ is not equal to $0$
- Integral of ratio of polynomial
Related Questions in DERIVATIVES
- Derivative of $ \sqrt x + sinx $
- Second directional derivative of a scaler in polar coordinate
- A problem on mathematical analysis.
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- Does there exist any relationship between non-constant $N$-Exhaustible function and differentiability?
- Holding intermediate variables constant in partial derivative chain rule
- How would I simplify this fraction easily?
- Why is the derivative of a vector in polar form the cross product?
- Proving smoothness for a sequence of functions.
- Gradient and Hessian of quadratic form
Related Questions in DIFFERENTIAL-OPERATORS
- Why is the differential operator equal to an integer in the case of trignometric equations?
- How to prove that inequality for every $f\in C^\infty_0(\Bbb{R})$.
- describe ring of derivation of continuous map on manifold
- Implicit Differentiation Doubt
- If a self-adjoint operator $A$ commutes with a bounded operator $B$, then $\ker B$ is contained in the domain of $A$
- Usage of the del operator $ \nabla $ as a vector.
- The Laplacian operator of $\;{ {\zeta}_0}^2+{ {\zeta}_1}^2=1\;$
- The algebra generated by derivations
- Is a Sturm-Liouville operator the only 2nd order linear differential operator that is self-adjoint/Hermitian?
- Differential operator acting on a constant
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your basic idea here is correct. Here's a way to go about it more formally.
Let $p = xe_1 + y e_2$ be a point, and let $p' = k(p)$ be a general, potentially nonlinear transformation map. For example, $p' = re_1 + \theta e_2$. This picture is somewhat different from what you'd expect for a coordinate system transformation; it's more like we're actively deforming the cartesian grid so that $r$ lies along one axis and $\theta$ along the other, but the mathematics is essentially the same.
Now then, let $F(p) = F'(p')$ be some scalar field. Note that $F(p) = (F' \circ k)(p)$ by definition. Let's look at some derivatives. For some vector $a$, we have
$$(a \cdot \nabla) F = (a \cdot \nabla)(F' \circ k) = [a \cdot \nabla k] \cdot \nabla' F'$$
The quantity $a \cdot \nabla k$ defines a linear operator called the Jacobian, which we can denote as $\underline k_p(a)$ and with transpose $\overline k_p(a)$. In particular, note that this implies
$$a \cdot \nabla F = a \cdot \overline k_p(\nabla') F'$$
Or more generally,
$$\nabla = \overline k_p(\nabla')$$
Now then, in polar coordinates, $\underline k_p(a)$ is given by
$$\begin{align*} \underline k_p(e_1) &= \frac{\partial p'}{\partial x} = e_1 \frac{\partial r}{\partial x} + e_2 \frac{\partial \theta}{\partial x} \\\underline k_p(e_2) &= \frac{\partial p'}{\partial y} = e_1 \frac{\partial r}{\partial y} + e_2 \frac{\partial \theta}{\partial y} \end{align*}$$
We can find $\partial/\partial x = e_1 \cdot \nabla = \underline k_p(e_1) \cdot \nabla'$. Note that $\nabla' = e_1 \partial/\partial r + e_2 \partial/\partial \theta$, so we get
$$\begin{align*} e_1 \cdot \nabla F &= \underline k_p(e_1) \cdot \nabla' F' \\&= \left( e_1 \frac{\partial r}{\partial x} + e_2 \frac{\partial \theta}{\partial x} \right) \cdot \left(e_1 \frac{\partial F'}{\partial r} + e_2 \frac{\partial F'}{\partial \theta} \right) \\ &= \frac{\partial r}{\partial x} \frac{\partial F'}{\partial r} + \frac{\partial \theta}{\partial x} \frac{\partial F' }{\partial \theta} \end{align*}$$
As required.
Now, what happens when you want to do a second derivative? Well, the $\partial r/\partial x$ factor will naturally be a function of $x,y$ and not $r,\theta$, so you will have to invert $k$ to express the whole function $\partial F'/\partial r$ purely in terms of $r, \theta$. Once you do that (and do the same with the $\partial \theta/\partial x$ factor), you can take a second derivative directly.