Calculate Arc Circle Volume: Step-by-Step Guide

  • Thread starter Thread starter badtwistoffate
  • Start date Start date
  • Tags Tags
    Arc Circle Volume
AI Thread Summary
The discussion focuses on deriving the volume of a segment of a sphere created by rotating the area between an arc and the center of a circle. Participants clarify that while the area can be calculated using a 2D formula, the 3D volume requires integration in spherical coordinates. The volume is expressed as a triple integral, leading to the formula V = (2/3)πa^3(1 - cos(α)), where α is the angle subtended at the center. There is some confusion regarding the limits of integration and the relationship between the angle and the resulting volume. Overall, the conversation emphasizes the need for calculus to accurately determine the volume in this scenario.
badtwistoffate
Messages
81
Reaction score
0

Homework Statement


Trying to either derive or find a formula for the volume given by the space carved out from
the area between an arc and the center of a circle. Essentially, the area between an arc and the center of a circle rotated 360 degrees, almost a cone shape with the upper boundary being that of a circular arc.

Homework Equations



area between an arc and the center of a circle = .5 r2θ

volume of a circular cone = (1/3) pi r2 h

The Attempt at a Solution



Not really sure where to start. A web search reveals many formulas for volumes but none for this situation - surprising to me. I imagine a circle first and then a sphere carving out that volume from the area between an arc and the center of the circle. Attached is a pic to help explain. Any guidance?

hemi.png
 
Last edited:
Physics news on Phys.org
I'm not exactly understanding your question. You've mentioned volume multiple times and even have the volume of a cone formula, but when you describe what you want it seems like you just want to find the area of a segment of a circle.

Can you please give a little more clarification?
 
Sorry. What I am trying to find is the volume of a segment of a sphere. I can find the area in 2-D space but cannot figure out a formula for volume for 3-D space.
 
Ahh well that makes a lot more sense now :smile: (I hope)

This is actually a very similar problem to the 2-d diagram you showed. If we take a circle and try to find the area of a segment of that circle that has an arc of some distance, then the area of the segment is the total area of the circle multiplied by the fraction that the arc length is compared to the entire circumference.

Mathematically, A=\pi r^2 \frac{\theta}{2\pi}= \frac{1}{2}r^2\theta where \theta is the angle in the centre of the circle, or equivalently the length of the arc in a circle radius 1.

As for your 3-d sphere problem, it is essentially the same thing except that now you'll have the volume of a sphere multiplied by the fraction that the surface area of the "base" of the cone is compared to the entire surface area of the sphere.

The tricky part would be to find the surface area occupied on the sphere. I couldn't see a way to do it without the use of calculus but we might be able to work with the angle subtended just like in the 2-d problem...

actually while writing this I've realized the surface area subtended by the angle at the centre isn't a linear relationship (or any other intuitive relationship for that fact).

e.g. For an angle of \pi radians, the area subtended is half the entire surface area of the sphere. For an angle of \pi /2 the area is not a quarter, but much less, and I'm unsure what the actual answer is. For 3\pi /2 we have an area much more than 3/4 of the sphere.

If anyone else can shed a bit of light on this problem...?
 
It is a simple integral to set up in spherical coordinates. I will call the angle you denote y by \alpha and the radius a:

V = \int_0^{2\pi}\int_0^\alpha\int_0^a \rho^2\sin{(\phi)}d\rho\ d\phi\ d\theta =<br /> <br /> \frac{2\pi a^3}{3}(1 - cos{(\alpha)})
 
But isn't it possible without the use of calculus? FYI we are in the precalc. forum.
And it doesn't seem correct.

Let's take the radius as 1:

\alpha=\pi then we should get half a sphere, which is 2/3\pi but your formula suggests it's 4/3\pi.
 
Last edited:
Mentallic said:
But isn't it possible without the use of calculus? FYI we are in the precalc. forum.
Yes, I'm aware this is a pre-calc forum. Yet the OP asked to "derive or find" the formula, so I provided the answer. I realize he may or may not understand the integrals.


And it doesn't seem correct.

Let's take the radius as 1:

\alpha=\pi then we should get half a sphere, which is 2/3\pi but your formula suggests it's 4/3\pi.

The formula is correct. If you want half the sphere take \alpha = \pi/2. Remember that \theta goes from 0 to 2\pi.
 
Thanks for the help guys.

Actually, my math background goes to ODE - so it makes since, I just assumed a simpler method existed. I am going to look in my multivariable calculus text to revitalize my head for this approach...
 
LCKurtz said:
It is a simple integral to set up in spherical coordinates. I will call the angle you denote y by \alpha and the radius a:

V = \int_0^{2\pi}\int_0^\alpha\int_0^a \rho^2\sin{(\phi)}d\rho\ d\phi\ d\theta =<br /> <br /> \frac{2\pi a^3}{3}(1 - cos{(\alpha)})

Did you derive this triple integral?
 
  • #10
If you mean did I figure out the limits and work it out, yes. It's a typical exercise like you might find in a calculus text in the section of spherical coordinates and triple integrals.
 
  • #11
LCKurtz said:
If you mean did I figure out the limits and work it out, yes. It's a typical exercise like you might find in a calculus text in the section of spherical coordinates and triple integrals.

Just to clarify:
\phi\, \theta\, \rho\
are respectively: elevation angle, azimuth angle, and radius...
 
Last edited:
  • #12
badtwistoffate said:
Just to clarify:
\phi\, \theta\, \rho\
are respectively: elevation angle, azimuth angle, and radius...

I don't use those terms, so to be clear:

\phi is the angle measured from the positive z axis to the radius \rho, and \theta is the polar coordinate angle between the x-axis and the projection of the radius \rho on the xy plane. Standard spherical coordinates.
 
  • #13
LCKurtz said:
I don't use those terms, so to be clear:

\phi is the angle measured from the positive z axis to the radius \rho, and \theta is the polar coordinate angle between the x-axis and the projection of the radius \rho on the xy plane. Standard spherical coordinates.

<br /> V = \int_0^{2\pi}\int_0^\alpha\int_0^a \rho^2\sin{(\phi)}d\rho\ d\phi\ d\theta =<br /> <br /> \frac{2\pi a^3}{3}(1 - cos{(\alpha)})<br />

Reason why I ask was I am just evaluating your limits...

I see for outermost integral, limits are from 0 to 2\pi\. makes since, because were rotating around 360 degrees for the sphere.

I see for middle integral, limits are from 0 to \alpha\. Alpha being the angle "measured from the positive z axis to the radius". This makes since, so will be 35 degree converted into radians.

Then, for the inner integral, limits are from 0 to \rho\. With rho being the radius.

Thus, its the "last" integral that scopes out the 3d volume obtain from rotating 360 degrees from the angle formed by the positive z axis down to the radius.
 
  • #14
badtwistoffate said:
Then, for the inner integral, limits are from 0 to \rho\. With rho being the radius.

\rho goes from 0 to a with a being the radius.

Thus, its the "last" integral that scopes out the 3d volume obtain from rotating 360 degrees from the angle formed by the positive z axis down to the radius.

I think you have the idea.
 
Back
Top