Approximating surface area of hemisphere

serverxeon
Messages
100
Reaction score
0

Homework Statement



i am trying to apprixmate the surface area of a hemisphere.
i am approximating by cutting the sphere into cylinders of different radius, and using their curved surface area to approximate.

2zgarzr.jpg


each cylinder will have a height of r.cos.theta and radius of r.sin.theta.

so the surface area should be =
integral [pi/2 to 0] (2.pi * r.sin.theta * r.cos.theta * d.theta)??

but that gives me -pi r^2 which is wrong...

anyidea where i went wrong?
 
Physics news on Phys.org
That's not going to work. Those cylnders do NOT approximate the surface area. The problem is exactly the same as if you used short vertical and horizontal segments to approximate the line from (0, 0) to (1, 1). They will always have a total length of 2 while the length of the the line is \sqrt{2}.
 
sorry i don't get you. can you elaborate?
how else can i integrate something to get the S.A.?
(without going through the volume method)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top