Riemanns Sum Problem: Find the exact volume

  • Context:
  • Thread starter Thread starter MathsKid007
  • Start date Start date
  • Tags Tags
    Sum Volume
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
MathsKid007
Messages
3
Reaction score
0
View attachment 8261

This is what i have so far
We can find the exact volume of any shape using:
V= $$int[a,b] A(x) dx$$
Where,A(x)is the cross-sectional area at height x
and [a,b] is the height interval
We know that the horizontal cross-sections are hexagonal
$$∴A=(3√3)/2 a^2$$
Where a,is the length of a side
Write the side length a,at height x
a= s
$$∴A=(3√3)/2 s^2$$
$$V= int[0,h](3√3)/2 x^2 dx$$
$$V= (3√3)/2 int[0,h]x^2 dx$$
$$= (3√3)/2*x^3/3$$
$$=[(√3 x^3)/2] [0,h]$$
$$V=(√3 h^3)/2$$
Is this correct?
 

Attachments

  • question.PNG
    question.PNG
    16.3 KB · Views: 157
Physics news on Phys.org
MathsKid007 said:
This is what i have so far
We can find the exact volume of any shape using:
V= $$int[a,b] A(x) dx$$
Where,A(x)is the cross-sectional area at height x
and [a,b] is the height interval
We know that the horizontal cross-sections are hexagonal
$$∴A=(3√3)/2 a^2$$
Where a,is the length of a side
Write the side length a,at height x
a= s
$$∴A=(3√3)/2 s^2$$
$$V= int[0,h](3√3)/2 x^2 dx$$
$$V= (3√3)/2 int[0,h]x^2 dx$$
$$= (3√3)/2*x^3/3$$
$$=[(√3 x^3)/2] [0,h]$$
$$V=(√3 h^3)/2$$
Is this correct?
Hi MathsKid, and welcome to MHB!

I agree with your solution up to the point $A = \frac{3\sqrt3}2s^2$. But you have gone wrong in the next line, when you form the integral. You need to apply Pythagoras to write $s^2 = r^2 - x^2$, so that $A = \frac{3\sqrt3}2(r^2 - x^2)$. Then you can integrate that from $x=0$ to $x=h$.