- #1
Addez123
- 199
- 21
- Homework Statement
- Determin the determinant for the image (x,y) -> (u,v)
u = a^2 + b^2
v = a^2 - b^2
a = ln(xy)
b = ln(x/y)
- Relevant Equations
- Matrices
The way I approach it was, we're looking for det(H) where H = h(u, v)
$$H = \begin{bmatrix}
du/da & du/db \\
dv/da & dv/db
\end{bmatrix} *
\begin{bmatrix}
da/dx & da/dy \\
db/dx & db/dy
\end{bmatrix}$$
I just multiply those two matrices and then get the determinant. The answer is
$$16((ln x)^2 - (ln y)^2)/(xy)$$
But all I get is
$$16*ln(xy) * ln(x/y)/(xy)$$
I've counted it twice so if something is wrong its the matrices or the way I think.
$$H = \begin{bmatrix}
du/da & du/db \\
dv/da & dv/db
\end{bmatrix} *
\begin{bmatrix}
da/dx & da/dy \\
db/dx & db/dy
\end{bmatrix}$$
I just multiply those two matrices and then get the determinant. The answer is
$$16((ln x)^2 - (ln y)^2)/(xy)$$
But all I get is
$$16*ln(xy) * ln(x/y)/(xy)$$
I've counted it twice so if something is wrong its the matrices or the way I think.