Solving Plane Intg. Homework w/ Var. Change

Kruum
Messages
217
Reaction score
0

Homework Statement



Determine \int \int_D (x^2+y^2)dA, where D is the area in the first quadrant of the xy-plane restricted by y=0, y=x, xy=1 and x^2-y^2=1, using variable change.

Homework Equations



Here's a picture of the situation:
http://www.aijaa.com/img/b/00050/3858610.jpg

The Attempt at a Solution



I'm out of ideas here, the only thing I came up with is to use polar coordinates. That would give me \int_0^{ \pi /4} \int_0^? r^3drd \theta. As you can probably see, I have no clue as to what the limits are for r...
 
Last edited by a moderator:
Physics news on Phys.org
Stick with the original integral, and break it down into two segments. The first segment is the area bounded by:

y = 0
y = x
x = 1

The integral over this segment is:
\int_0^1\left(\int_0^x (x^2+y^2) dy\right)dx

You should have no trouble evaluating this integral.

What remains is the integral over the area bounded by the three curves:
x = 1 (lower bound for x)
y=1/x (upper bound for y)
x^2 - y^2 = 1, e.g. y = +\sqrt{x^2-1} (lower bound for y). Note that x>1.

Note that y = +\sqrt{x^2-1} and y=1/x intersect at the point where

\frac{1}{x_{\textrm{max}}} = \sqrt{x^2_{\textrm{max}}-1}
Solve this equation to get the upperbound for x( \equiv x_{\textrm{max}})

What remains is the integral with all bounds included:
\int_1^{x_{\textrm{max}}} \left[\int_{\sqrt{x^2-1}}^{1/x}(x^2 + y^2)dy \right]dx

Which you should be able to compute. Don't forget to add both integrals for the final answer.
 
Thanks for the reply, xepma. But the problem states that we have to solve this using variable change. So you're suggestion is of no use to me, though it would work.
 
Okay, I've found two possible ways to do this. If I let u=xy and v=x^2-y^2 I get an integral that looks like \int_0^1 \int_0^1 - \frac{1}{2} dvdu, which gives me - \frac{1}{2}, but the correct answer is \frac{1}{2}.

If I choose u=x^2-y^2 and v=xy, I get almost the same calculation: \int_0^1 \int_0^1 \frac{1}{2} dvdu. So the Jacobian determinant gives me \frac{1}{2} instead of - \frac{1}{2}.

I can get the right answer by altering one of the bounds in case 1. I'm just wondering, which one should I alter and why?
 
The sign of a determinant depends on the order of the rows or columns which is not relevant here.
The differential is the absolute value of the Jacobian determinant so you get 1/2 in either case.
 
HallsofIvy said:
The differential is the absolute value of the Jacobian determinant so you get 1/2 in either case.

Thanks a lot, HallsofIvy! You really saved my butt. Our teacher uses the same method of denoting absolute value and determinant, so it's easy to confuse them.
 
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