Volume of a Frustum - Get Help Now

  • Thread starter Thread starter archaic
  • Start date Start date
  • Tags Tags
    Volume
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
27 replies · 3K views
archaic
Messages
688
Reaction score
214
EDIT: I thought I was in the math section for homework, sorry!
My work is wrong, I don't see why though. Help much appreciated :)
20191211_214445.jpg
 
Physics news on Phys.org
BvU said:
What's the problem ?
##R^2## would yield ##r^2_2-2r_2r_1+r^2_1## but it should be ##r^2_2+r_2r_1+r^2_1##.
 
BvU said:
A problem statement tells us what is given and what is asked for ...
BvU said:
A problem statement tells us what is given and what is asked for ...
Calculate the volume of a frustum.
 
archaic said:
Calculate the volume of a frustum.
Just any old frustum? What are the dimensions of the frustum whose volume you want to find?
Your drawing isn't much help to your cause. A better drawing, showing the x and y axes, would be helpful. It would also be helpful to draw a sketch of the cone frustum showing the typical volume element.

I've done the problem, and am getting the right answer. I used horizontal disks. Your work appears to use cylindrical shells. It's possible you're not getting the right answer because there's a mismatch between your equation for the sloping edge and what you're using as your integrand. This is where it's important to have a drawing that identifies points with coordinates.
 
Mark44 said:
Just any old frustum?
20191212_100440.jpg

Yes.
 
Mark44 said:
Your work appears to use cylindrical shells.
I have actually done it using the shell method by considering ##z=f(r)## and the result was correct.
 
So do you still have a question? In both images you posted, you show ##V = \frac{\pi R^2h}{3}##. This is the volume of a cone of radius R and height h, but it's not the volume of a frustum of a cone.
 
Mark44 said:
So do you still have a question? In both images you posted, you show ##V = \frac{\pi R^2h}{3}##. This is the volume of a cone of radius R and height h, but it's not the volume of a frustum of a cone.
Yes! I don't understand why that integral gives me that result while the setup is one for a frustum? Bear in mind that ##R=r_2-r_1##.
 
archaic said:
Yes! I don't understand why that integral gives me that result while the setup is one for a frustum? Bear in mind that ##R=r_2-r_1##.
It's because your equation for r is wrong. You have ##r = \frac R h z = \frac {r_2 - r_1} h z##, which is wrong.
You might have confused yourself by using r and z as coordinate axes.

Based on your drawing, which isn't the easiest to read, the coordinates for the two endpoints of the sloping segment are ##(H - h, r_1)## and ##(H, r)##.
Your value for the slope of this line is correct, but your equation for r (really y) isn't. Use the point-slope form of the equation of a line to get the correct equation.
 
Last edited:
You've made two separate attempts on this problem. In the second try, you have the equation of the line that is the slant edge of the frustum wrong, and I believe that's why your first attempt also produced an incorrect result.
 
No, I have ##r=\frac{R}{h}z##
 
archaic said:
No, I have r=Rhzr=Rhz
Right. I omitted z in my post. What I meant to write is "You have ##r = \frac R h z = \frac {r_2 - r_1} h z##, which is wrong."
 
Mark44 said:
Right. I omitted z in my post (now edited).
How is that rate of change wrong though? You have ##\Delta r=R## for ##\Delta z=h##.
 
archaic said:
How is that rate of change wrong though? You have ##\Delta r=R## for ##\Delta z=h##.
As I already said in post #12, your slope for the slant line is correct, but your equation for the line is incorrect.
 
Mark44 said:
As I already said in post #12, your slope for the slant line is correct, but your equation for the line is incorrect.
I have ##r=mz+b## and ##r(0)=0##, so ##r=\frac{R}{h}z##?
 
Mark44 said:
If ##r = mz + b## then ##r(0) \ne 0##.
The way I have drawn this is with ##r(0)=0##, took two distinct points on the ##z## axis and told myself I am going to calculate the volume of that frustum.
 
archaic said:
The way I have drawn this is with ##r(0)=0##, took two distinct points on the ##z## axis and told myself I am going to calculate the volume of that frustum.
Do you want help or not? I am telling you that your line equation is wrong, and have told you why it is wrong.

On your 2nd drawing, label the points at the two ends of the slant line. Use them to find the equation of this line. Substitute in your integral, and integrate.
 
I have ##\frac{R}{h}=\frac{r_2}{H}\Leftrightarrow H=\frac{hr_2}{R}##
$$f(H-h)=\frac{R}{h}(H-h)+b=r_1\Leftrightarrow \frac{R}{h}H-R-r_1=-b\Leftrightarrow r_2-R-r_1=-b=0\\
f(H)=\frac{R}{h}H+b=r_2\Leftrightarrow r_2-r_2=-b=0$$
The way you asked:
$$r-r_2=\frac{R}{h}(z-H)\Leftrightarrow r=\frac{R}{h}z-r_2+r_2=\frac{R}{h}z\\
r-r_1=\frac{R}{h}(z-(H-h))\Leftrightarrow r=\frac{R}{h}z-r_2+R+r_1=\frac{R}{h}z$$
 
On second thought, your line equation is OK. I think your error comes from when you integrated.

I need to take off now, but will be back in a few hours.
 
  • Like
Likes   Reactions: archaic
Mark44 said:
On second thought, your line equation is OK. I think your error comes from when you integrated.

I need to take off now, but will be back in a few hours.
Thank you for your time, though!
 
It might help to draw your picture with the vertical axis going up through the low point on the slant line. This will change your line equation.
Also, use r and R for the two radii of the frustum, but use y and x for the coordinate axes. In particular, don't use r for the small radius and also for the distance from the horizontal axis up to the slant line.

If you do the above, your integral will be ##\int_{x = 0}^h \pi y^2 dx##, where y is the y-value on the slant line.
 
Mark44 said:
I think your error comes from when you integrated.
Indeed! What I have done was ##\int_a^bx^2dx=\frac{(b-a)^3}{3}##, but it should have been ##\frac{b^3-a^3}{3}##
Thank you for your help!
 
  • Like
Likes   Reactions: BvU
archaic said:
Indeed! What I have done was ##\int_a^bx^2dx=\frac{(b-a)^3}{3}##, but it should have been ##\frac{b^3-a^3}{3}##
Thank you for your help!
You're welcome!