Is the transformation matrix correct?

Click For Summary
SUMMARY

The transformation matrix for converting Cartesian coordinates (x, y, z) to hyperbolic coordinates (u, v, z) is derived using the equations u = x² - y², v = 2xy, and z = z. The matrix is calculated as a_ij = ∂x'_ij/∂x_ij, resulting in the matrix | 2x -2y 0 |, | y x 0 |, | 0 0 1 | after simplification. The condition [a][a]^T = [1] holds true when x² + y² = 1, confirming the transformation's correctness under this constraint.

PREREQUISITES
  • Understanding of transformation matrices in linear algebra
  • Familiarity with hyperbolic coordinate systems
  • Knowledge of partial derivatives and their applications
  • Proficiency in matrix multiplication and properties
NEXT STEPS
  • Study the derivation of transformation matrices in different coordinate systems
  • Learn about hyperbolic geometry and its applications
  • Explore the properties of orthogonal matrices and their significance
  • Investigate the use of LaTeX for mathematical expressions in discussions
USEFUL FOR

Mathematicians, physicists, and engineers working with coordinate transformations, particularly those involved in hyperbolic systems and linear algebra applications.

matpo39
Messages
40
Reaction score
0
I am not really sure if I am doing this problem correctly if you could point out any errors that would be great.

The problem: The coordinates of a hyperbolic system (u,v,z) are related to a set of cartesian coordinates (x,y,z) by the equations

u=x^2-y^2
v=2xy
z=z
Determine the transformation matrix [a] that takes the cartesian componets of a vector to the hyperbolic components.

What I did:
the transformation matrix is given by a_ij = dx'_ij/dx_ij, where dx'/dx are partial derivatives and x' corresponds to u,v,z.

giving a matrix of | 2x -2y 0 | | x -y 0|
| y x 0 | = |y x 0|
|0 0 1 | |0 0 1 |
After dividing first two rows by 2.

I know that [a][a]^T = [1]
for [a][a]^T = | ( x^2+y^2) 0 0 |
| |
| 0 (x^2+y^2) 0|
| |
| 0 0 1|

which can only equal the identity if x^2+y^2=1
I was wandering if this looks ok
thanks
 
Physics news on Phys.org
sorry [a][a]^T is a little hard to read. My comp. for some reason doesn't like to work with latex.

for [a][a]^T i got

(x^2+y^2) 0 0
0 (x^2+y^2) 0
0 0 1
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
1K
Replies
5
Views
2K
Replies
1
Views
2K
Replies
8
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K