Triple Integral: Evaluating ∫∫∫E sqrt(x2+y2) dV

UrbanXrisis
Messages
1,192
Reaction score
1
evaluate \int \int \int _E \sqrt{x^2+y^2} dV, where E is the solid bounded by the circular parabola z=9-4(x^2+y^2) and the xy-plane

so here's what I did, i tried to set this up in cylindrical coordinates.

the radius:

is when z=9-4(x^2+y^2) equals with the xy-plane

so this means that z=0 and x=y

0=9-4(2x^2)
r=\frac{3}{\sqrt{8}}

the z-height:

z=9-4r^2

the angle:

theta should rotate in a ciricle so it should be 2 pi

the setup:

\int_0 ^{2 \pi} \int_0 ^{\frac{3}{\sqrt{8}}}\int _0 ^ {9-4r^2} r rdzdrd \theta

i evaluated this twice but it seems not to be the answer, where did I go wrong?
 
Last edited:
Physics news on Phys.org
UrbanXrisis said:
evaluate \int \int \int _E \sqrt{x^2+y^2} dV, where E is the solid bounded by the circular parabola z=9-4(x^2+y^2) and the xy-plane

so here's what I did, i tried to set this up in cylindrical coordinates.

the radius:

is when z=9-4(x^2+y^2) equals with the xy-plane

so this means that z=0 and x=y

0=9-4(2x^2)
r=\frac{3}{\sqrt{8}}

Here's your error. I don't know why you decided that x= y but in polar (cylindrical) coordinates, r is not x2, r2= x2+ y2. Your formula for the intersection of the paraboloid and z= 0 plane should be 0= 9- 4r2 so r= 3/2.

the z-height:

z=9-4r^2

the angle:

theta should rotate in a ciricle so it should be 2 pi

the setup:

\int_0 ^{2 \pi} \int_0 ^{\frac{3}{\sqrt{8}}}\int _0 ^ {9-4r^2} r rdzdrd \theta

i evaluated this twice but it seems not to be the answer, where did I go wrong?
Try
\int_{/theta= 0}^{2\pi}\int_{r=0}^{\frac{3}{2}}\int_{z=0}^{9- 4r^2} rdzdrd\theta[/itex].<br /> <br /> I assume the &quot;rr&quot; was a misprint.
 
HallsofIvy said:
Try
\int_{/theta= 0}^{2\pi}\int_{r=0}^{\frac{3}{2}}\int_{z=0}^{9- 4r^2} rdzdrd\theta[/itex].<br />
<br /> <br /> The boundaries look ok to me, but shouldn&#039;t therebe a r^2 in stead of just r. I mean, one r comes from the transformation of the given integrand to polar coordinates, but we also have the Jacobian being equal to r, no ?<br /> <br /> <br /> Marlon
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
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