Another Volume of Integration Problem

  • Thread starter Thread starter RadiationX
  • Start date Start date
  • Tags Tags
    Integration Volume
RadiationX
Messages
255
Reaction score
0
let Q be the solid that is outside both x^2 +y^2 +z^2=1 and z=2x^2 +2y^2 +2, yet inside z=4\sqrt{x^2 + y^2}

Could someone give me a little jump start on this problem? I would love a complete solution but anyhelp will do.
 
Physics news on Phys.org
Is that from negative infinity to infinity in both the x and y axes?
 
the bounds are the different surfaces
 
RadiationX said:
let Q be the solid that is outside both x^2 +y^2 +z^2=1 and z=2x^2 +2y^2 +2, yet inside z=4\sqrt{x^2 + y^2}

Could someone give me a little jump start on this problem? I would love a complete solution but anyhelp will do.

The plot is a cross-section with y=0. You want the green right?

What about a triple in spherical coordinates?
Rock and roll.
 

Attachments

  • filled plot.JPG
    filled plot.JPG
    6.7 KB · Views: 449
Last edited:
Yes I need the green part of the graph. SaltyDog, what program did you use to generate that graph?
 
RadiationX said:
Yes I need the green part of the graph. SaltyDog, what program did you use to generate that graph?

Mathematica. Here, this is the code:

Code:
<< Graphics`FilledPlot`
y1[x_] := (1 - x^2)^(1/2);
y2[x_] := 2 x^2 + 2;
y3[x_] := 4 (x^2)^(1/2);
pf1 = Plot[{y1[x], y2[x], y3[x]}, {x, -1, 1}, PlotRange -> {{-4, 4}, {-4, 4}},
     AspectRatio -> 1]
FilledPlot[{y2[x], y1[x], y3[x]}, {x, -1, 1}, PlotRange -> {{-4, 4}, {-4, 4}},
   AspectRatio -> 1]

Of course in Mathematica, you can use real square-roots and exponent symbols. I just used the carrot above so I could cut and paste it here.

However, I'm having problems converting it to spherical coordinates. Maybe you or someone else can do better or perhaps another method can be used.
 
Last edited:
RadiationX, I think I have it but have to evaluate the integral numerically. First of course is to convert the function:

z=2x^2+2y^2+2\tag{1}

into spherical coordinates (you get a quadratic which you can then solve for rho using the quadratic formula but you need to know which sign to use). You can do that. Then integrate rho from the sphere which is 1 up to this function you expressed as \rho(\phi)[/tex]. Theta of course goes from 0 to 2\pi. Now phi only goes from 0 to that cone-shaped function:<br /> <br /> z=4\sqrt{x^2+y^2}<br /> <br /> Now, you can figure what the max on \phi has to be from that equation right. Can you then post the expression for \rho(\phi) you determined for (1) above as well as the triple integral?
 
Hey RadiationX, I'm affraid I suggested a method more difficult that it needs to be. Cylindrical shells is the simplest approach and the integrals can be evaluated analytically. Just need to split it up into two (single) integrals. Talk about over-kill up there. Can you do this?

You should tell me, "you know Salty, just for recommending that ridiculously complex triple integral up there, you need to spend a lot of time trying to evaluate it analytically, yea, and no Mathematica neither!"

Edit: Hey, I get the same answer for both though so that's encouraging. :smile:
 
Last edited:
thanks Saltydog would you evaluate it a little more analyticlly for me?
hehe
 
  • #10
hello
since iam high concerning in math ,iam looking forward to provide me with math books
(calculus,linear algebra ,abstract algebra,.probpilities,statistics...
evry thing which contains a lot of examples and illustrations
just u can guide me what are the best websites and adresses on the net
iam very thankfu
 
  • #11
RadiationX said:
thanks Saltydog would you evaluate it a little more analyticlly for me?
hehe

Here it is in spherical coordinates:

The relationship between spherical coordinates and cartesian coordinates is:

x=\rho Sin(\phi) Cos(\theta);\quad y=\rho Sin(\phi) Sin(\theta);\quad z=\rho Cos(\phi)

We must first convert the upper function, z=2x^2+2y^2+2 to spherical coordinates. Doing this, we obtain:

\rho Cos(\phi)=2\left[\rho^2 Sin^2(\phi)\left(Cos^2(\theta)+Sin^2(\theta)\left)+1\right]

Solving for \rho:

\rho(\phi)=\frac{Cos(\phi)\pm \sqrt{Cos^2(\phi)-16\sin^2(\phi)}}{4Sin^2(\phi)}

I'll leave it to others to show that the positive value does not converge in the interval of \phi we are concerned with. Therefore, this function in spherical coordinates is given as:

\rho(\phi)=\frac{Cos(\phi)-\sqrt{Cos^2(\phi)-16\sin^2(\phi)}}{4Sin^2(\phi)}

So \rho will be integrated from the sphere which is 1 up to this function. Now,\phi will be integrated from zero to the function z=4\sqrt{x^2+y^2}. It's symmetric about the z-axis. So letting y=0 and just pick a number for z, say z=1, we have 1=4x or x=1/4. Thus:

\phi_{max}=ArcTan(1/4)

We can now set up the integral to determine the volume:

V=\int_0^{\phi_{max}} \int_0^{2\pi} \int_1^{\rho(\phi)} \rho^2 Sin(\phi)d\rho d\theta d\phi

Now, how about setting it up in cylindrical shells?
 
Last edited:
  • #12
thanks saltydog
 
  • #13
Here it is in cylindrical shells:

The diagram below is a cross-section of the region. Consider thin-walled cylinders circling the z-axis (actually y-axis as used here) and split the region of integration into two sections: Section (1) is from x=0 to x=the point where the circle intersects the line y=4x (first vertical line). Region (2) is from that point to the point where y=4x intersects the top curve y=2x^2+2[/tex] (second line).<br /> <br /> Considering in general the volume of the i&#039;th cylinder as:<br /> <br /> V_i=\pi r_i^2(f_a(x_i)-f_b(x_i))-\pi r_{i+1}^2(f_a(x_i)-f_b(x_i))<br /> <br /> with:<br /> <br /> x_i=\frac{r_i+r_{i+1}}{2}<br /> <br /> and forming the Riemann sum and taking the limit as the partition goes to zero we obtain:<br /> (or just using the formula in the Calculus book)<br /> <br /> V=V_a+V_b<br /> <br /> in which:<br /> <br /> V_a=2\pi \int_0^a x\left(2x^2+2-\sqrt{1-x^2}\right)dx<br /> <br /> V_b=2\pi \int_a^b x\left(2x^2+2-4x\right) dx<br /> <br /> with:<br /> <br /> a=\sqrt{\frac{1}{17}}<br /> <br /> b=1<br /> <br /> That is:<br /> <br /> &lt;br /&gt; \begin{align*}&lt;br /&gt; V &amp;amp;= \int_0^{\phi_{max}} \int_0^{2\pi} \int_1^{\rho(\phi)} \rho^2 Sin(\phi)d\rho d\theta d\phi \\&lt;br /&gt; &amp;amp;= 2\pi \int_0^a x\left(2x^2+2-\sqrt{1-x^2}\right)dx+2\pi \int_a^b x\left(2x^2+2-4x\right) dx\\&lt;br /&gt; \end{align}&lt;br /&gt;
 

Attachments

  • cylindrical shells.JPG
    cylindrical shells.JPG
    8.4 KB · Views: 490
Back
Top