Coordinate Transformation (multivariable calculus)

luqman
Messages
1
Reaction score
0
Homework Statement
Prove that Equ (1) becomes Equ (3) after the coordinate transformation given in Equ (2)
Relevant Equations
Equ 1:
$$\chi(\mathbf{k},\omega,\mathbf{R},T)=

\frac{\partial F}{\partial \omega} \frac{\partial G}{\partial T}
-\frac{\partial F}{\partial T} \frac{\partial G}{\partial \omega}
-\mathbf{\nabla_k}F\cdot\mathbf{\nabla_R}G
+\mathbf{\nabla_R}F\cdot\mathbf{\nabla_k}G \tag{1}
$$
here ##F,G## are any functions of ##(\mathbf{k},\omega,\mathbf{R},T)##.

Equ 2:
$$
\mathbf{P}=\mathbf{k}-\mathbf{A}(\mathbf{R},T) \tag{2a}
$$
$$
\Omega = \omega - U(\mathbf{R},T) \tag{2b}
$$
Equ 3:
$$
\begin{align}
\chi(\mathbf{k},\omega,\mathbf{R},T)= \chi(\mathbf{P},\Omega,\mathbf{R},T)
+\mathbf{E}\cdot
\left(
\frac{\partial F}{\partial \Omega} \mathbf{\nabla_P}G
-\mathbf{\nabla_P}F\frac{\partial G}{\partial \Omega}
\right)\nonumber \\
+\mathbf{B}\cdot \left(
\mathbf{\nabla_P}F \times \mathbf{\nabla_P}G
\right) \tag{3}
\end{align}
$$
here ##\mathbf{E}=-\mathbf{\nabla_R}U-\frac{\partial \mathbf{A}}{\partial T}## and ##\mathbf{B}=\mathbf{\nabla_R}\times\mathbf{A}##
My Progress:

I tried to perform the coordinate transformation by considering a general function ##f(\mathbf{k},\omega,\mathbf{R},T)## and see how its derivatives with respect all variable ##(\mathbf{k},\omega,\mathbf{R},T)## change:
$$
\frac{\partial}{\partial\omega} f = \frac{\partial\mathbf{P}}{\partial\omega}\cdot \mathbf{\nabla_P}f + \frac{\partial\Omega}{\partial\omega} \frac{\partial f}{\partial\Omega} + \frac{\partial\mathbf{R}}{\partial\omega}\cdot \mathbf{\nabla_R}f + \frac{\partial T}{\partial\omega} \frac{\partial f}{\partial T} \tag{4a}
$$
$$
\frac{\partial}{\partial T} f = \frac{\partial\mathbf{P}}{\partial T}\cdot \mathbf{\nabla_P}f + \frac{\partial\Omega}{\partial T} \frac{\partial f}{\partial\Omega} + \frac{\partial\mathbf{R}}{\partial T}\cdot \mathbf{\nabla_R}f + \frac{\partial T}{\partial T} \frac{\partial f}{\partial T} \tag{4b}
$$
$$
\mathbf{\nabla_k} f = \mathbf{\nabla_k} \mathbf{P} \star \mathbf{\nabla_P}f + \mathbf{\nabla_k}\Omega \frac{\partial f}{\partial\Omega} + \mathbf{\nabla_k}\mathbf{R} \star \mathbf{\nabla_R}f + \mathbf{\nabla_k} T \frac{\partial f}{\partial T} \tag{4c}
$$
$$
\mathbf{\nabla_R} f = \mathbf{\nabla_R} \mathbf{P} \star \mathbf{\nabla_P}f + \mathbf{\nabla_R}\Omega \frac{\partial f}{\partial\Omega} + \mathbf{\nabla_R}\mathbf{R} \star \mathbf{\nabla_R}f + \mathbf{\nabla_R} T \frac{\partial f}{\partial T} \tag{4d}
$$

here ##\star## indicates that I don't know what kind of operator (dot, cross) should be used. While I am very confident that 4a and 4b are correct, I am not sure about 4c and 4d. For example, in 4a I put dot operator between two "vector" quantities ##\frac{\partial\mathbf{P}}{\partial\omega}\cdot \mathbf{\nabla_P}f## because the RHS should be a scalar (just like LHS) and the only way to get scalar is to take dot product between vectors. I do the same in 4b.

In 4c, the LHS is a vector (##\mathbf{\nabla_k} f ##), so the RHS should also be a vector. But I have quantities which I don't how to solve. For example: ##\mathbf{\nabla_k} \mathbf{P}, \mathbf{\nabla_R} \mathbf{P}## and what should be ##\star## operator? a dot product, cross?

Using the expression given in (2), I can simplify these equations till:
$$
\frac{\partial}{\partial\omega} f = (0)\cdot \mathbf{\nabla_P}f + (1) \frac{\partial f}{\partial\Omega} + (0)\cdot \mathbf{\nabla_R}f + (0) \frac{\partial f}{\partial T} \tag{5a}
$$
$$
\frac{\partial}{\partial T} f = \left(-\frac{\partial\mathbf{A}}{\partial T}\right)\cdot \mathbf{\nabla_P}f +\left(- \frac{\partial U}{\partial T}\right) \frac{\partial f}{\partial\Omega} + (0)\cdot \mathbf{\nabla_R}f + (1) \frac{\partial f}{\partial T} \tag{5b}
$$
$$
\mathbf{\nabla_k} f = \mathbf{\nabla_k} \mathbf{P} \star \mathbf{\nabla_P}f + (0) \frac{\partial f}{\partial\Omega}+ \mathbf{\nabla_k}\mathbf{R} \star \mathbf{\nabla_R}f + (0) \frac{\partial f}{\partial T} \tag{5c}
$$
$$
\mathbf{\nabla_R} f = \mathbf{\nabla_R} \mathbf{P} \star \mathbf{\nabla_P}f - \mathbf{\nabla_R}U \frac{\partial f}{\partial\Omega} +\mathbf{\nabla_R}\mathbf{R} \star \mathbf{\nabla_R}f +(0) \frac{\partial f}{\partial T} \tag{5d}
$$
So, the relation between different derivatives is:
$$
\frac{\partial}{\partial\omega} = \frac{\partial }{\partial\Omega} \tag{6a}
$$
$$
\frac{\partial}{\partial T} = \left(-\frac{\partial\mathbf{A}}{\partial T}\right)\cdot \mathbf{\nabla_P} +\left(- \frac{\partial U}{\partial T}\right) \frac{\partial }{\partial\Omega} +\frac{\partial }{\partial T} \tag{6b}
$$
$$
\mathbf{\nabla_k} = \mathbf{\nabla_k} \mathbf{P} \star \mathbf{\nabla_P} + \mathbf{\nabla_k}\mathbf{R} \star \mathbf{\nabla_R}\tag{6c}
$$
$$
\mathbf{\nabla_R} = \mathbf{\nabla_R} \mathbf{P} \star \mathbf{\nabla_P} - \mathbf{\nabla_R}U \frac{\partial }{\partial\Omega} +\mathbf{\nabla_R}\mathbf{R} \star \mathbf{\nabla_R} \tag{6d}
$$

To proceed, I need to simplify expressions in 6c and 6d. But I don't know how to solve: ##\mathbf{\nabla_k} \mathbf{P} \star, \mathbf{\nabla_k}\mathbf{R} \star, \mathbf{\nabla_R} \mathbf{P} \star, \mathbf{\nabla_R}\mathbf{R} \star ##.

Someone please nudge me in right direction. Please, please. I have spent so much time writing this question.
 
Physics news on Phys.org


First of all, great job on making progress and trying to understand coordinate transformations. It can be a challenging concept to grasp, but it seems like you have a good understanding so far.

To address your questions about the operators in equations (4c) and (4d), the dot product (·) should be used for both cases. This is because the dot product is defined for two vectors and results in a scalar quantity. The cross product (×), on the other hand, is defined for two vectors and results in a vector quantity. Since the RHS of equations (4c) and (4d) should be a vector, the dot product is the appropriate operator to use.

Now, for the expressions in equations (6c) and (6d), you are correct that they need to be simplified. To do this, you can use the chain rule. For example, for the term ##\mathbf{\nabla_k} \mathbf{P} \star \mathbf{\nabla_P}##, you can write it as ##\mathbf{\nabla_k} ( \mathbf{P} \cdot \mathbf{\nabla_P})## and then use the chain rule to simplify it. Similar steps can be followed for the other terms in equations (6c) and (6d).

I hope this helps to nudge you in the right direction. Keep up the good work and keep practicing, and you will continue to improve your understanding of coordinate transformations.
 
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...
The value of H equals ## 10^{3}## in natural units, According to : https://en.wikipedia.org/wiki/Natural_units, ## t \sim 10^{-21} sec = 10^{21} Hz ##, and since ## \text{GeV} \sim 10^{24} \text{Hz } ##, ## GeV \sim 10^{24} \times 10^{-21} = 10^3 ## in natural units. So is this conversion correct? Also in the above formula, can I convert H to that natural units , since it’s a constant, while keeping k in Hz ?
Back
Top