Double integral for area evaluation

LeifEricson
Messages
11
Reaction score
0

Homework Statement



Use an appropriate double integral and the substitution

y = br\sin \theta \text{\ \ \ } x = ar\cos \theta

to calculate the bounded area inside the curve:

{\left( \frac{x^2}{a^2} + \frac{y^2}{b^2} \right)}^2 = \frac{x^2}{a^2} - \frac{y^2}{b^2}

(you can assume that a,b > 0)

Homework Equations





The Attempt at a Solution



I began with the substitution and I got the following representation of the curve:
r = \sqrt{ \cos^2 \theta - \sin^2 \theta }.

That means that 0 \leq r \leq \sqrt{ \cos^2 \theta - \sin^2 \theta }.

Now I have to find from where to where \theta goes. But according to the polar representation I get a very segmented range which is:

0 \leq \theta \leq \pi / 4 \text{\ \ \ } 7\pi / 4 \leq \theta \leq 2\pi \text{\ \ \ } 3\pi / 4 \leq \theta \leq 5\pi / 4

And this is a problem because I need \theta to range in a continuous range. So it can be used as a boundaries of an integral.

So what should I do?

Edit:
Fixed substitution. It was x = br\cos \theta instead of what it is now.
 
Last edited:
Physics news on Phys.org
You can integrate over the ranges separately and then add them. No law against that. It might be easier to do two ranges [-pi/4,pi/4] and [3pi/4,5pi/4] rather than three. You might also notice your r^2=cos(2*theta), so it should be pretty clear you are going to get the same result on each of those two intervals.
 
Are you sure that the substitution is as you wrote it? That seems to be what you actually used.

Assuming that's the case, you'll get r2 = cos2(theta) - sin2(theta) = cos(2theta).
 
Oh no!
You are right.
The substitution I wrote is a mistake.
I will edit my post to fix that.
 
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