How to evaluate a Triple Integral

squenshl
Messages
468
Reaction score
4
How would I evaluate the integral \int\int\int_{G} \sqrt{4x^2+9y^2} dV,
where G is the elliptic cylinder 4x2+9y2 \leq 25,
0 \leq z \leq 6
 
Physics news on Phys.org
You can easily integrate for Z, since there's no Z in the integrand. Next, you need to do two changes of variables. The first is simply x'=2x and y'=3y. You will get a very familiar integral (don't forget the jacobian). Then you go in polar coordinates (Mr. Jacob is here too) to integrate a very very simple equation.
 
I was given a hint:
Try modified cylindrical coordinates with\vartheta retaining its usual meanings, but with the meaning of r changed so that r2 = 4x2 + 9y2. You will need to make definitions such as x = a1r cos\vartheta
and y = a2 sin\vartheta, for some suitable numbers a1 and a2. You will need to calculate the jacobian for this mapping.
 
Yes you can do it. It's even simpler than what I said but it's exactly the same thing, except that it's in one single step.

So you have your answer or your stuck there?
 
Just a little bit stuck. I tried it but it didn't seem to work out.
 
I don't know how to start it. If someone would show me how to do this it would be really appreciated.
 
You need to define (x,y,z) with (r,t,z'):

<br /> x = \frac{r}{2}cos\theta<br />

<br /> y = \frac{r}{3}sin\theta<br />

<br /> z = z&#039;<br />

<br /> \left| J \right| = \begin{vmatrix} \frac{1}{2}cos\theta &amp; -\frac{r}{2}sin\theta &amp; 0 \\ \frac{1}{3}sin\theta &amp; \frac{r}{3}cos\theta &amp; 0 \\ 0 &amp; 0 &amp; 1 \end{vmatrix} = \frac{r}{6}<br />

Noting that using this transformation, r is really equal to \sqrt{4x^2 + 9y^2}, you finally have this integral:

<br /> \int_{r=0}^5 { \int_{\theta=0}^{2 \pi} { \int_{z&#039;=0}^6 { r \frac{r}{6}dz&#039; d\theta dr } } }<br />
 
Of course. It's so obvious. Thanks heaps.
 
Back
Top