How to Calculate the Volume of a Solid Bounded by a Paraboloid and a Plane?

  • Thread starter Thread starter -EquinoX-
  • Start date Start date
  • Tags Tags
    Volume
Click For Summary

Homework Help Overview

The problem involves finding the volume of a solid bounded by the paraboloid defined by the equation x = y² + z² and the plane x = 9. Participants express difficulty in visualizing the solid, which complicates their understanding of how to calculate the volume.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the importance of visualizing the solid and suggest using software like Mathematica for 3D plotting. There are questions about the appropriate coordinate system for integration, with mentions of polar, cylindrical, and spherical coordinates. Some participants propose dividing the volume into circular slices and integrating over those slices.

Discussion Status

The discussion is ongoing, with various approaches being explored. Some participants have provided guidance on visualization techniques and integration strategies, while others express confusion about the methods to use.

Contextual Notes

Participants mention the challenge of visualizing the solid and the potential complexity of the integration process. There is a lack of consensus on the best approach to take regarding the coordinate system for integration.

-EquinoX-
Messages
561
Reaction score
1

Homework Statement



Let W be the solid bounded by the paraboloid x = y^2 + z^2 and the plane x = 9.

How can I find the volume of this?

Homework Equations





The Attempt at a Solution



I find it hard to visualize so it makes me harder to find the volume... can someone help me?
 
Physics news on Phys.org
-EquinoX- said:

Homework Statement



Let W be the solid bounded by the paraboloid x = y^2 + z^2 and the plane x = 9.

How can I find the volume of this?

Homework Equations





The Attempt at a Solution



I find it hard to visualize so it makes me harder to find the volume... can someone help me?


Hello Equinox. The key to doing these effectively is to become proficient at plotting them. I think in Mathematica you can use:

ContourPlot3D[x==y^2+z^2,{x,-5,5},{y,-5,5},{z,-5,5}]

Ok, assume that gets the part you want. Next is to make it transparent so that you can better see the surfaces. Use "PlotStyle->{Opacity[0.5],LightPurple} or something like this.

Next is to draw the plane x=9. Do that with Polygon command and again use an opacity factor. Then combine the plots with Show[{p1,p2}]. Alright, the learning curve is slow at first, but once you get the hang of it, you can create a very nice visualization relatively quickly of this and much more complicated volume integrations and then the integrations become easy to set up once you have a nice picture. It's worth the effort. :).
 
Seems pretty complex.. I don't have mathematica as well
 
Hi -EquinoX-! :smile:

(try using the X2 tag just above the Reply box :wink:)
-EquinoX- said:
Let W be the solid bounded by the paraboloid x = y^2 + z^2 and the plane x = 9.

I find it hard to visualize so it makes me harder to find the volume... can someone help me?

It's a paraboloid …

you can tell because x= r2 is a parabola, so x = y2 + z2 is a parabola rotated about its principal axis. :wink:

Anyway, just divide the volume into circular slices of thickness dx, find the volume of each slice, and integrate. :smile:
 
I am pretty confused... should I integrate in polar, cylindrical, or spherical coordinate?
 
-EquinoX- said:
I am pretty confused... should I integrate in polar, cylindrical, or spherical coordinate?

Hi -EquinoX-! :smile:

I think you're making this over-complicated …

this isn't a ∫∫∫, where you have to decide whether it's dx dy dz or dr dθ dφ or dr dθ dz …

it's only a single ∫ because you know what the area of a circle is! :wink:

so, as I said, just use slices of thickness dx, and integrate (over dx) :smile:
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K