Calculating Volume of a Sphere Cap: What Am I Missing?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
GunnaSix
Messages
34
Reaction score
0

Homework Statement


For a sphere of radius r find the volume of the cap of height h.

Homework Equations


The Attempt at a Solution


I can get it down to [tex]V \ = \ \pi \int_{r-h}^r (\pi r^2 - \pi y^2)dy \ = \ \pi {\left[(r^2y-\dfrac{1}{3} y^3) \right] }_{r-h}^r[/tex]

I expanded this to [tex]V=\pi (-\dfrac{2}{3} r^3+2r^2h-rh^2-\dfrac{1}{3}h^3)[/tex]

but the book has [tex]V=\pi h^2(r-\dfrac{1}{3} h)[/tex]

What am I missing/doing wrong?
 
Last edited:
Physics news on Phys.org
The calculus part is ok, except that you mistyped your integrand. The problem is in the algebra leading to your expression for V. For example, I can tell by looking at your integral expression that there shouldn't be any r^3 term in the result.
 
Yeah I got it. Forgot to carry the subtraction in the [tex](r-h)^3[/tex] expansion twice in a row and just assumed I was missing something instead of checking my algebra again. I should have seen that the [tex]r^3[/tex] expressions would cancel out. Sorry.