Gauss M.D.
- 151
- 1
Homework Statement
Calculate
\int \int x dx dy
Over the area defined by 1 \leq x^{2} + 4y^{2} \leq 9
Homework Equations
The Attempt at a Solution
First we'll do the sub:
u = x + y
v = sqrt(3)y
Which gives us the area 1 \leq u^{2} + v^{2} \leq 9, u,v\geq0
and the integral
\sqrt{3} \int \int u - \frac{1}{\sqrt{3}} v du dv
Now we will switch to polar:
u^{2} + v^{2} = ρ^{2}
u = ρ cos(θ)
v = ρ sin(θ)
Since the functional determinant is ρ, this gives us
\sqrt{3} \int \int ρ(ρ cos(θ) - \frac{1}{\sqrt{3}} ρ sin(θ))dρ dθ
Since 1 \leq u^{2} + v^{2} \leq 9 and x,y \geq 0:
1 \leq ρ \leq 3, 0 \leq θ \leq \frac{\pi}{2}
\sqrt{3} /3 \int [ρ^{3} cos(θ) - \frac{1}{\sqrt{3}} ρ^{3} sin(θ)] dθ
\sqrt{3} /3 \int [27 cos(θ) - \frac{27}{\sqrt{3}} sin(θ) - cos(θ) + \frac{1}{\sqrt{3}} sin(θ)] dθ
\sqrt{3} /3 \int 26 cos(θ) - \frac{26}{\sqrt{3}} sin(θ) dθ
Evaluating this between 0 and pi/2 nets something like 26 sqrt(3) blabla. Something terribly off. What am I doing wrong? Been wrestling for hours with the same problem now.