Coordinate Transformation & Jacobian Matrix

Click For Summary
In coordinate transformations between two systems, the Jacobian matrix can be defined in two ways: as the matrix of partial derivatives transforming from the old coordinates to the new, or as the inverse matrix transforming in the opposite direction. While some sources define the Jacobian as C_L and others as (C_L)^-1, they represent the same transformation conceptually, albeit with different roles for the matrices. It is crucial to apply the correct matrices in the right order to avoid errors, as demonstrated in practical examples like converting Cartesian to polar coordinates. Ultimately, consistency in using one definition throughout calculations is essential for accurate results.
Rasalhague
Messages
1,383
Reaction score
2
Is the following correct, as far as it goes?

Suppose I have a vector space V and I'm making a transformation from one coordinate system, "the old system", with coordinates xi, to another, "the new system", with coordinates yi. Where i is an index that runs from 1 to n.

Let ei denote the coordinate basis for the old system, and e'i the coordinate basis for the new system.

I can define matrices BL and BR (where subscript L and R stand for "left" and "right") such that

B_L \begin{bmatrix} \vdots \\ \textbf{e}_i \\ \vdots \end{bmatrix} = \begin{bmatrix} \vdots \\ \textbf{e}'_i \\ \vdots \end{bmatrix}

\begin{bmatrix} \cdots & \textbf{e}_i & \cdots \end{bmatrix} B_R = \begin{bmatrix} \cdots & \textbf{e}'_i & \cdots \end{bmatrix}

and likewise matrices CL and CR, replacing the basis vectors in the above definitions with components of vectors in (the underlying set of) V.

And

C_L = \left ( C_R \right )^T = \begin{bmatrix}<br /> \frac{\partial y^1}{\partial x^1} &amp; \cdots &amp; \frac{\partial y^1}{\partial x^n} \\ <br /> \vdots &amp; \ddots &amp; \vdots \\ <br /> \frac{\partial y^n}{\partial x^1} &amp; \cdots &amp; \frac{\partial y^n}{\partial x^n} <br /> \end{bmatrix}

and

\left ( C_L \right )^{-1} = B_L = \left ( B_R \right )^T = \begin{bmatrix}<br /> \frac{\partial x^1}{\partial y^1} &amp; \cdots &amp; \frac{\partial x^1}{\partial y^n} \\ <br /> \vdots &amp; \ddots &amp; \vdots \\ <br /> \frac{\partial x^n}{\partial y^1} &amp; \cdots &amp; \frac{\partial x^n}{\partial y^n} <br /> \end{bmatrix}.

And some people (e.g. Wolfram Mathworld, Berkley & Blanchard: Calculus) define the Jacobian matrix of this transformation as

J \equiv C_L \equiv \frac{\partial \left ( y^1,...,y^n \right )}{\partial \left ( x^1,...,x^n \right )}

while others (e.g. Snider & Davis: Vector Analysis) define it as

J \equiv \left ( C_L \right )^{-1} \equiv \frac{\partial \left ( x^1,...,x^n \right )}{\partial \left ( y^1,...,y^n \right )}.
 
Last edited:
Physics news on Phys.org
They are really the same thing. Your CL transforms from the "x_i" coordinates system to the "yj" coordinate system while CL-1, of course, goes the other way, transforming from the "yj" coordinate system to the "xi" coordinate system.
 
I don't understand how they're "really the same thing". For a given coordinate transformation, won't CL generally be a different matrix from its inverse BL? Also, changing a subscript on one of these matrices from L to R or vice versa transposes it, and in general a matrix is not the same thing as its transpose.

Experimenting with the transformation from 2d Cartesian to plane polar coordinates confirms that using the wrong matrices, or the right ones in the wrong order, gives the wrong answer. In fact in this thread, I did make a mistake (see #4), and if I'd done the multiplication correctly it wouldn't have given the required answer.

I'm thinking if they were literally the same, there'd be no need for Griffel's "Warning. There are two ways to define the change matrix. In our definition, the columns are the B'-components of the B vectors. Some authors define it with B and B' interchanged, giving a matrix which is the inverse of ours. The two versions of the theory look slightly different, but they are equivalent. It does not matter which version is used, provided itis used consistently. Using formulas from one version in a calculation from the other version will give the wrong answers" (Linear Algebra and its Applications, Vol. 2, p. 11).

But maybe you only meant that they're the same sort of thing, or that if we swapped the labels "old" and "new", the same matrices would be playing opposite roles.
 
Last edited:
Rasalhague said:
But maybe you only meant that they're the same sort of thing, or that if we swapped the labels "old" and "new", the same matrices would be playing opposite roles.
Yes, this is correct.
 
Thread 'How to define a vector field?'
Hello! In one book I saw that function ##V## of 3 variables ##V_x, V_y, V_z## (vector field in 3D) can be decomposed in a Taylor series without higher-order terms (partial derivative of second power and higher) at point ##(0,0,0)## such way: I think so: higher-order terms can be neglected because partial derivative of second power and higher are equal to 0. Is this true? And how to define vector field correctly for this case? (In the book I found nothing and my attempt was wrong...

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
27
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
1K
  • · Replies 41 ·
2
Replies
41
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
900
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 52 ·
2
Replies
52
Views
4K