Jacobian & Area Calculation of R x D Under T(u,v)

  • Thread starter Thread starter Hashmeer
  • Start date Start date
  • Tags Tags
    Jacobian
Hashmeer
Messages
14
Reaction score
0

Homework Statement


Let D be the image of R = [1; 3] x [1; 4]. under the map
T(u; v) = (u^2/v , v^2/u)

(a) Compute the Jacobian of T.
(b) Compute the area of D.



The Attempt at a Solution


I'm pretty sure I found the Jacobian (I got -2v/u + 2u/v), but I am confused on the next part. How exactly do I find the ranges of u and v since I am not given functions for y and x. Or can I solve the u^2/v and v^2/u for the values in the ranges of x and y to find the ranges for u and v. Thanks for the help.
 
Physics news on Phys.org
hmm... i would read this as
(u,v) \in R = [1, 3] \cross [1, 4]

T then maps from R into D
D = T(R)
or more explicity
(s,t) \in D | (s,t) = T(u,v)

note i didn't use x & y as i thought they might be confusing the issue
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top