Integrals over a transformed region

  • Thread starter Thread starter mcafej
  • Start date Start date
  • Tags Tags
    Integrals
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
2 replies · 2K views
mcafej
Messages
15
Reaction score
0

Homework Statement


Consider the change of variables x = x(u, v) = uv and y = y(u, v) =u^3+v^3

Compute the area of the part of the x-y plane that is the transform of the unit square in the
2nd quadrant of the u-v plane, which has one corner at the origin. (Since the transformation
is 1:1 on the second quadrant (assignment 6), the area equals the integral over the square of
the absolute value of the determinant of the Jacobian of the transformation.)

The Attempt at a Solution


So I computed the Jacobian to be 3v^3-3u^3. Then, since I just needed to integrate over a square, I did
∫[itex]^{1}_{0}[/itex]∫[itex]^{0}_{-1}[/itex] 3v[itex]^{3}[/itex]-3u[itex]^{3}[/itex] du dv. I keep getting 0 as an answer, but that just doesn't seem right, am I misunderstanding the question?

also, sorry if my formatting is confusing, I don't really know how to make the integrals look pretty
 
Physics news on Phys.org
mcafej said:
∫[itex]^{1}_{0}[/itex]∫[itex]^{0}_{-1}[/itex] 3v[itex]^{3}[/itex]-3u[itex]^{3}[/itex] du dv. I keep getting 0 as an answer
I don't get zero. Try writing out the steps in more detail. I think you're getting a sign wrong.
 
Wow...yea, i got a sign mixed up and ended up with .75-.75 instead of .75+.75. I got 1.5 as an answer, which sounds much more reasonable, thanks.