0

My question is what does a Jacobian have to do with the change of coordinates (coordinate transformation). Why do we care about this notion to start with? Also, why should it be non-singular?

  • @0celo7 can you please elaborate? – Beyond-formulas Jan 13 '16 at 13:36
  • @Beyond-formulas The coordinate transition functions $f$ are diffeomorphisms, so $f\circ f^{-1}(x)=x$. Applying the chain rule gives $Df\cdot Df^{-1}=\mathrm{id}$. Since $Df$ and $Df^{-1}$ exist by definition of $f$, we infer $Df^{-1}=(Df)^{-1}$ exists and therefore $\det Df\ne0$. – Ryan Unger Jan 13 '16 at 13:47
  • Yes, I understand this. I thought you were pointing out something else. What I was asking for is for example how is a Jacobian related to coordinate transformation in anyway? @0celo7 – Beyond-formulas Jan 13 '16 at 13:49
  • You need $\det Df\ne0$ when proving theorems about e.g. orientation. – Ryan Unger Jan 13 '16 at 16:10
  • Expanding on 0celo7's comment, the Jacobian is basically that $Df$ and so for an inverse function to exist, $Df$ cannot be equal to zero, since if $Df=0$, then $Df^{-1}$ is undefined and does not exist. For your next question, the Jacobian relates to coordinate transformation as it keeps the equations invariant under the transformations. – Horus Jan 14 '16 at 12:27