Do coordinate transformation equations imply constant θ?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Staff Emeritus
Science Advisor
Homework Helper
Insights Author
Messages
8,943
Reaction score
2,955
Suppose that I have a two-dimensional coordinate system [itex](x,y)[/itex] and I change to a new coordinate system [itex](u,v)[/itex]. What I know is that there is some function [itex]\theta(u,v)[/itex] such that:
  1. [itex]\dfrac{\partial x}{\partial u} = cos(\theta)[/itex]
  2. [itex]\dfrac{\partial x}{\partial v} = -sin(\theta)[/itex]
  3. [itex]\dfrac{\partial y}{\partial u} = sin(\theta)[/itex]
  4. [itex]\dfrac{\partial y}{\partial v} = cos(\theta)[/itex]
My question is: do these 4 equations imply that [itex]\theta =[/itex] constant? (so that the relationship between the coordinate systems is linear)
 
Physics news on Phys.org
Looks like it yes, if you compute the cross derivatives
## \frac{\partial^2x}{\partial u\partial v} =-\sin\theta\frac{\partial\theta}{\partial v}=-\cos\theta\frac{\partial\theta}{\partial u}\\\frac{\partial^2y}{\partial u\partial v} =\cos\theta\frac{\partial\theta}{\partial v}=-\sin\theta\frac{\partial\theta}{\partial u} ##
you get a set of equations that require ## \frac{\partial\theta}{ \partial u}=\frac{\partial\theta}{ \partial v}=0##
 
wabbit said:
Looks like it yes, if you compute the cross derivatives
## \frac{\partial^2x}{\partial u\partial v} =-\sin\theta\frac{\partial\theta}{\partial v}=-\cos\theta\frac{\partial\theta}{\partial u}\\\frac{\partial^2y}{\partial u\partial v} =\cos\theta\frac{\partial\theta}{\partial v}=-\sin\theta\frac{\partial\theta}{\partial u} ##
you get a set of equations that require ## \frac{\partial\theta}{ \partial u}=\frac{\partial\theta}{ \partial v}=0##

Thank you! I tried exactly that, but I made a stupid sign error, and found them consistent.
 
Ah yes, signs are the spawn of the devil :)