labeattie
- 2
- 0
Hi all,
Is it possible to determine the volume of a shape where, in the x and y dimensions, the shape is described by an equation, and then its elevation is described by another equation?
An example would be a parabola in the x-y plane whose elevation is based on another parabolic function. For example let's say y=x^2+4 from x=-2 to x=2 with an elevation determined by a circle of radius 4 (so zero elevation at the apex and the x-axis). Meaning z=\sqrt{16-y^2} (independent of x).
Can I get this volume by integration, or would I just need to apply some kind of finite element approach? Thanks in advance; most all of the volume integrals I could find online or in a text are just volumes of revolution.
Is it possible to determine the volume of a shape where, in the x and y dimensions, the shape is described by an equation, and then its elevation is described by another equation?
An example would be a parabola in the x-y plane whose elevation is based on another parabolic function. For example let's say y=x^2+4 from x=-2 to x=2 with an elevation determined by a circle of radius 4 (so zero elevation at the apex and the x-axis). Meaning z=\sqrt{16-y^2} (independent of x).
Can I get this volume by integration, or would I just need to apply some kind of finite element approach? Thanks in advance; most all of the volume integrals I could find online or in a text are just volumes of revolution.