Jacobians, changing variables in multiple integration

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 · 2K views
xzibition8612
Messages
137
Reaction score
0

Homework Statement


Find the Jacobian of the transformation.

1) x=uv, y=u^2+v^2

2)x=v+w, y=u+w, z=u+v


Homework Equations


?


The Attempt at a Solution


The textbook gave the answers for 1) ad-bc and 2) 2
How do I do this type of problem? I don't know how to get these answers. Thanks a lot.
 
Physics news on Phys.org
xzibition8612 said:

Homework Statement


Find the Jacobian of the transformation.

1) x=uv, y=u^2+v^2

2)x=v+w, y=u+w, z=u+v


Homework Equations


?


The Attempt at a Solution


The textbook gave the answers for 1) ad-bc and 2) 2
How do I do this type of problem? I don't know how to get these answers. Thanks a lot.
I don't know what you could mean by "ad- bc" since there is no a, b, c, or d in the problem. Perhaps you mean that the Jacobian, for a 2 variable problem, is the determinant
[tex]\left|\begin{array}{cc}\frac{\partial u}{\partial x}& \frac{\partial v}{\partial x} \\ \frac{\partial u}{\partial y} & \frac{\partial u}{\partial y}\end{array}\right|[/tex]

and, of course,
[tex]\left|\begin{array}{cc}a & b \\ c & d\end{array}\right|= ad- bc[/tex]
but that's a general formula, not an answer to this problem.
 
Jacobian can mean (1) a matrix whose ij entry is the partial derivative of the ith component of the transformation with respect to its jth argument (where i denotes the row and j the column), or (2) the determinant of this matrix. The textbook's answers show that it means (2) the determinant.

In question 1, the first component of the transformation is x. The second is y. So the Jacobian matrix is

[tex]\begin{pmatrix}<br /> \frac{\partial x}{\partial u} & & \frac{\partial x}{\partial v}\\ <br /> & & \\ <br /> \frac{\partial y}{\partial u} & & \frac{\partial y}{\partial v}<br /> \end{pmatrix}[/tex]

The textbook's "answer" which you quote for this one isn't an answer to the specific problem, but a general formula for finding the deterimant of a 2x2 matrix whose entries are labelled a, b, c, d, thus

[tex]\begin{pmatrix}<br /> a & & b\\ <br /> & & \\ <br /> c & & d<br /> \end{pmatrix}[/tex]

(I see from the preview HallsofIvy has already given much the same answer, but I'll post this anyway, in case this more spaced out way of printing the matrix makes it clearer. Halls has followed the convention whereby the Jacobian matrix is defined as the inverse of mine. Check which convention your textbook uses.)