Question about Coordinate Change

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
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.