Change of variables double integral

eibon
Messages
27
Reaction score
0

Homework Statement


Use the transformation x= \sqrt{v- u}, y = u + v to evaluate the double integral of f(x, y) = \frac{x}{(x^2 + y)}
over the smaller region bounded by y = x^2, y = 4 − x^2, x = 1.


Homework Equations





The Attempt at a Solution




d:={ (x,y)| -\sqrt{2}&lt;x&lt;1 , x^2<y< 4-x^2}

using the jacobian the integral becomes

\int\int f(x,y)\\da, =\int\int frac{1}{2v}\\dudv

u=\frac{ y-x^2}{2}
v=\frac{y+x^2}{2}



but now i am unsure of how to find the limit of integration now
 
Last edited by a moderator:
Physics news on Phys.org
Hi eibon,

I believe your latex code is not working, since the equations are not showing up nicely for me. I think you should forget about the latex code for now and just write the fractions like x/(x^2 +y), might make it clearer, but maybe my browser is just retarded.

But let me attempt to answer your question. I believe what you need to do here is

1) compute the Jacobian
2) find the new differential area element in the u, v coordinates

both of these I believe you did, but then again the equations are not showing up nicely for me.

Now to get the limits, find what the region bounded by the equations y = x^2, y = 4 − x^2, x = 1. would look like in the u,v coordinate system and then figure out the limits accordingly for u and v. Maybe it is easier than that, perhaps you can find the limits in the x,y coordinate system first and it will then be easy to figure out the new limits in u,v coordinate system by solving the transformation equations.I believe this is how you would go about solving this question. But these are just some ideas to help before someone more knowledgeable answers your question.
 
Last edited:
The "smaller region" is bounded on the left by x= 1, above by y= 4- x^2 and below by y= x^2 which cross, of course, at x= \sqrt{2}.

With x= \sqrt{v- u} and y= u+ v, y= x^2 becomes u+ v= v- u which reduces to u= 0. Similarly, y= 4- x^2 becomes u+ v= 4- v+ u which reduces to v= 2. Finally, x= 1, which is the same as x^2= 1, becomes v- u= 1 or v= u+ 1 which intersects u= 0 at (0, 1) and v= 2 at (1, 2). Your region of integration is the triangle with vertices (0, 1), (1, 2) and (0, 2) in the uv-plane.
 
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