Calculate the area of a sphere using an integral

Click For Summary
SUMMARY

The discussion centers on calculating the surface area of a sphere using the integral 2π ∫ f(x) dx, where f(x) = √(1 - x²). The user initially attempts to approximate the sphere's surface area by slicing it into cylinders but encounters discrepancies in the expected result of 4πr². The correct approach involves integrating the surface area of horizontal slices of the upper hemisphere, leading to the formula S = 2π ∫ y √(1 + (f'(x))²) dx. This method effectively uses thin slices of a cone rather than flat cylinders, addressing the user's confusion regarding the geometry of the approximation.

PREREQUISITES
  • Understanding of integral calculus, specifically surface area calculations
  • Familiarity with the function f(x) = √(1 - x²) and its geometric implications
  • Knowledge of the concept of revolving curves around axes to form solids of revolution
  • Basic differentiation to compute f'(x) for surface area calculations
NEXT STEPS
  • Study the method of calculating surface areas of solids of revolution using integrals
  • Learn about the application of the Pythagorean theorem in determining arc lengths in calculus
  • Explore the implications of using different shapes (cylinders vs. cones) in surface area approximations
  • Investigate the relationship between differential calculus and the concept of limits in approximations
USEFUL FOR

Students and educators in calculus, particularly those focused on geometric applications of integrals, as well as anyone interested in understanding the nuances of surface area calculations for three-dimensional shapes.

Mantaray
Messages
17
Reaction score
0

Homework Statement


I tried to calculate the area of a sphere using the function f(x) = \sqrt{1-x^2}

Homework Equations



hmm?

The Attempt at a Solution


So I thought I could slice up the sphere in small cylinders, and then calculate the outer surface by circumference * height of all the cylinders and then add them together.

In this case, the radius would be equal to f(x) and the height of the cylinder would equal \Delta x. So the surface of the whole sphere would be:

2pi \int f(x) dx with lower limit -1 and upper limit 1. However, this does not seem to equal 4pi*r^2, I checked this with r = 1. It gives two quite distinct values.

Where did I go wrong?
 
Physics news on Phys.org
Mantaray said:

Homework Statement


I tried to calculate the area of a sphere using the function f(x) = \sqrt{1-x^2}

Homework Equations



hmm?

The Attempt at a Solution


So I thought I could slice up the sphere in small cylinders, and then calculate the outer surface by circumference * height of all the cylinders and then add them together.

In this case, the radius would be equal to f(x) and the height of the cylinder would equal \Delta x. So the surface of the whole sphere would be:

2pi \int f(x) dx with lower limit -1 and upper limit 1. However, this does not seem to equal 4pi*r^2, I checked this with r = 1. It gives two quite distinct values.

Where did I go wrong?

What sort of a knife could you use to slice a sphere into cylinders? When you slice something, you get flat surfaces along the cut.

The integral you arrived at is way off.
2\pi \int_{-1}^1 \sqrt{1 - x^2}dx

The integral itself represents the area between the upper half circle of radius 1, centered at (0, 0). This area is \pi /2, so multiplying by 2\pi gives \pi ^2.

You started off with f(x) = sqrt(1 - x^2). If you revolve that curve around the y-axis, you get the upper half of a sphere of radius 1. You can slice this hemisphere into horizontal slices, and calculate the surface area of each slice, then integrate to get the surface area of the hemisphere. For the whole sphere, you'll need to double that result.
 
But won't you get really flat cylinders by approximation when you slice a hemisphere horizontally?

So using the formula S = 2pi \int y sqrt(1 + f'(x)^2) dx I can calculate the surface area of a sphere segment. Thus dS = 2pi y sqrt(1 + f'(x)^2). This is the surface area of a cylinder with radius = y and height = sqrt(1 + f'(x)^2), which is the change in the length of the arc for a small change in x. Does this formula not still use really flat cylinders to approximate the surface area of the sphere?

I tried the above formula on the graph of y = ax:

S = 2pi \int y sqrt(1 + a^2) dx
and
dS = 2pi y sqrt(1 + a^2)

What bothers me is that when x is increased by a very small amount, the increase in surface area is given as the surface area of a cylinder with radius y and height sqrt(1 + a^2), but the actual increase in surface area does not correspond with this at all because for a small increase in x a cone segment is added at the bottom of the cone and not a really flat cylinder. The difference in surface area of the cone segment and the cylinder becomes smaller as the increase in x becomes smaller (does this difference approach 0?), but this is counter-intuitive, as a staircase-like shape is used to approximate a straight line?

Thanks for the help = )
 
Last edited:
Mantaray said:
But won't you get really flat cylinders by approximation when you slice a hemisphere horizontally?
None of the slices will be cylinders, since the top and bottom radii are different for each slice. Of course, the lower on the hemisphere the slice is, the closer the slice is to being a cylinder.
Mantaray said:
So using the formula S = 2pi \int y sqrt(1 + f'(x)^2) dx I can calculate the surface area of a sphere segment.
No, that's not quite right. You have y for the radius - it should be x.
Mantaray said:
Thus dS = 2pi y sqrt(1 + f'(x)^2).
See above. Also, you're missing the differential on the right side.
Mantaray said:
This is the surface area of a cylinder with radius = y and height = sqrt(1 + f'(x)^2), which is the change in the length of the arc for a small change in x. Does this formula not still use really flat cylinders to approximate the surface area of the sphere?
It effectively uses thin slices of a cone. That's where the sqrt(1 + (f'(x))^2)dx part comes in.
Mantaray said:
I tried the above formula on the graph of y = ax:

S = 2pi \int y sqrt(1 + a^2) dx
and
dS = 2pi y sqrt(1 + a^2)

What bothers me is that when x is increased by a very small amount, the increase in surface area is given as the surface area of a cylinder with radius y and height sqrt(1 + a^2), but the actual increase in surface area does not correspond with this at all because for a small increase in x a cone segment is added at the bottom of the cone and not a really flat cylinder. The difference in surface area of the cone segment and the cylinder becomes smaller as the increase in x becomes smaller (does this difference approach 0?), but this is counter-intuitive, as a staircase-like shape is used to approximate a straight line?
 
Mark44 said:
No, that's not quite right. You have y for the radius - it should be x.

But I revolved around the x-axis there, so the radius should be y?

The pdf file should be easier readable for you, if you don't mind.
 

Attachments

Similar threads

Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K