Inverse Jacobi Matrix in Spherical Coordinates

Click For Summary
SUMMARY

The discussion centers on the relationship between the Jacobi matrices for direct and inverse transformations in spherical coordinates, as outlined in R.A. Sharipov's "Quick Introduction to Tensor Analysis." The Jacobi matrices, denoted as S and T, are derived from the transformations of spherical coordinates and their inverses. It is established that while the product of these matrices does not yield the identity matrix (ST ≠ I), the product of S and the transpose of T (ST^t = I) holds true, indicating a need for the transpose in the context of dual spaces. This highlights the geometric interpretation of the inverse Jacobian acting on dual tangent vectors.

PREREQUISITES
  • Understanding of Jacobi matrices in coordinate transformations
  • Familiarity with spherical coordinates and their mathematical representation
  • Knowledge of tensor calculus and dual spaces
  • Proficiency in matrix operations and properties, specifically transposition
NEXT STEPS
  • Study the properties of Jacobi matrices in various coordinate systems
  • Learn about dual spaces and their geometric interpretations in tensor calculus
  • Explore the application of the chain rule in multivariable calculus
  • Investigate the role of transposes in linear algebra and their implications in transformations
USEFUL FOR

Mathematicians, physicists, and students of advanced calculus or differential geometry who are working with tensor analysis and coordinate transformations, particularly in the context of spherical coordinates.

Coelum
Messages
97
Reaction score
32
Dear all,
I am reading R.A. Sharipov's Quick Introduction to Tensor Analysis, and I am stuck on the following issue, on pages 38-39. The text is freely available here: http://arxiv.org/abs/math/0403252. If my understanding is correct, then the Jacobi matrices for the direct and inverse coordinates transformation are inverse of each other (when computed in the same point using the same frame of reference, of course). I want to apply the concept to spherical coordinates.
The spherical coordinates transformation can be defined as follows:
<br /> \begin{cases}<br /> x^1 &amp; = x &amp; = \rho \cos \theta \sin \phi \\<br /> x^2 &amp; = y &amp; = \rho \sin \theta \sin \phi \\<br /> x^3 &amp; = z &amp; = \rho \cos \phi <br /> \end{cases}<br />
and its inverse is:
<br /> \begin{cases}<br /> y^1 &amp; = \rho &amp; = √x^2+y^2+z^2 \\<br /> y^2 &amp; = \theta &amp; = \arctan(y/x) \\<br /> y^3 &amp; = \phi &amp; = \arccos(z/r)<br /> \end{cases}<br />
The Jacobi matrices for the two transformations are defined respectively as:
<br /> \begin{cases}<br /> S^i_j &amp; =∂x^i/∂y^j \\<br /> T^i_j &amp; =∂y^i/∂x^j.<br /> \end{cases}<br />
Switching to matrix notation: if those matrices are inverse to each other, then I should get ##ST=I## where ##I## is the identity matrix.
By applying the definitions, I get the following matrices:
<br /> S=<br /> \begin{pmatrix}<br /> \cos\theta\sin\phi &amp; \sin\theta\sin\phi &amp; \cos\phi \\<br /> -\rho\sin\theta\sin\phi &amp; \rho\cos\theta\sin\phi &amp; 0 \\<br /> \rho\cos\theta\cos\phi &amp; \rho\sin\theta\cos\phi &amp; -\rho\sin\phi <br /> \end{pmatrix}<br />
and
<br /> T=<br /> \begin{pmatrix}<br /> x/\rho &amp; y/\rho &amp; z/\rho \\<br /> -y/(r^2-z^2) &amp; x/(r^2-z^2) &amp; 0 \\<br /> -xz/r^2\sqrt{r^2-z^2} &amp; -yz/r^2\sqrt{r^2-z^2} &amp; \sqrt{r^2-z^2}/\rho^2 <br /> \end{pmatrix}<br /> =<br /> \begin{pmatrix}<br /> \cos\theta\sin\phi &amp; \sin\theta\sin\phi &amp; \cos\phi \\<br /> -\sin\theta/\rho\sin\phi &amp; \cos\theta/\rho\sin\phi &amp; 0 \\<br /> -\cos\theta\cos\phi/\rho &amp; -\sin\theta\cos\phi/\rho &amp; \sin\phi/\rho <br /> \end{pmatrix}.<br />
Each row is the gradient of a component of the vector transformation. Clearly, ##ST\neq I##. However, ##ST^t=I##. Why? What's wrong with my reasoning above?
 
Physics news on Phys.org
maybe this will help,

consider just the identity X=X(P(X,Y,Z),Q(X,Y,Z),R(X,Y,Z)).

differentiating with respect to X and applying the chain rule we get:

dX/dX=1
=(dX/dP)*(dP/dX)+(dX/dQ)*(dQ/dX)+dX/dR)*(dR/dX)
=row[dX/dP, dX/dQ, dX/dR] x col[dP/dX, dQ/dX, dR/dX]

this is the term first row first column of the product matrix. continue with dX/dY and dX/dZ for the first row, now collect the row terms into the rows of a matrix, and the column terms into the columns of a matrix to form the matrix product.but by your construction you have for the first row first column without transpose:

row[dX/dP, dY/dP, dZ/dP] x col[dP/dX, dQ/dX, dR/dX]

which doesn't satisfy the chain rule. so you really need the transpose.

i hope this helps.
 
Xaos,
thanks - I agree with your analysis.

Hence, I wonder if, given the above definitions for ##T## and ##S##, the statement ##T=S^{-1}## shouldn't be replaced by ##T^T=S^{-1}##.

I ask since I am new to tensor calculus and I want to be sure that I am not missing some important point.
 
perhaps the inverse jacobian is acting on the dual tangent space, which is a row vector representation. so transposing converts it back to acting on a column vector?
 
I understand your remark from an algebraic point of view but not from a geometric point of view: why should the spherical coordinates define covectors? The base associated to the spherical coordinates is not the dual of the original cartesian base (which is the dual of itself).
Any idea?
 
Coelum said:
I understand your remark from an algebraic point of view but not from a geometric point of view: why should the spherical coordinates define covectors? The base associated to the spherical coordinates is not the dual of the original cartesian base (which is the dual of itself).
Any idea?

since the jacobian is generally defined locally, you can certainly attach a cotangent space to the points of the submanifold in place of the tangent space. in this case, the submanifold is an inverse spherical coordinate system, which is just a spherical coordinate system in reverse (within a region which makes them 1-1). it's weird, you're in R3, and then you attach all of R3 to a point in R3 for the intersection of three surfaces. now define three linear functions of R3 into R at that point and you have a cotangent space.

that the inverse jacobian acts on the dual tangent vectors makes sense by the transformation identity into primed coordinates:

(d/dx'_i) *(dx'_j) = (d/dx_n) * (dx_m) * dx'_n/dx_i * dx_m/dx'_j =δ_ij

but the transpose is not easily seen.

this calculation makes more sense in terms of an inner product on a sphere of radius r:
<X',X'> = <JX,SX> = <X,X>=r^2 and J^t *S =I, and the transpose is made explicit. this is what you need for SO(3) geometry.
 
It seems to me you have written your jacobi matrix wrong. The i'th row <=> coordinate function x_i, the j'th column <=> partial derivative with respect to argument j.
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 33 ·
2
Replies
33
Views
3K