Why doesn't this integral yield the area of the sphere?

297 Views Asked by At

Here's how my book derives the formula for the volume of the sphere:

A sphere can be thought of as the solid of revolution generated by revolving a semicircle about its diameter (see the figure below). If the equation of the semi-circle is $x^2+y^2=a^2$, then the element of volume is $dV=\pi y^2dx=\pi(a^2-x^2)dx$ and the volume of the sphere is given by $$V=2\int_0^a{\pi(a^2-x^2)dx}=\frac{4}{3}\pi a^3$$

So I thought: well, I know that the 'lateral' surface area of the element of volume $dV$ is just the circumference times a little change in $x$, so by the same reasoning the area of the sphere should be given by

$$2\int_0^a{2\pi\sqrt{a^2-x^2}dx}$$

That way we should be able to cover the whole surface of the sphere. Sure, there would still be an extra "peeling" around the outside of the strip, but as the book says, just as in the calculation of the volume, "this slight apparent error - due to using disks instead of actual slices - disappears as a consequence of the limit process that is part of the meaning of the integral sign.".

It turns out, however, that that integral does not equal $4\pi a^2$. So, what is wrong with my reasoning? Thanks in advance.

enter image description here

4

There are 4 best solutions below

2
On BEST ANSWER

You need to integrate the slanted area (thin slice of a cone) that bounds what you can think of as a thin cylinder when computing volume. It's longer than $dx$.

It's the same paradox that occurs when you try to calculate the length of a slanted line or the circumference of a circle by approximating it with a staircase of small steps.

0
On

Your set up

$$2\int_0^a{2\pi\sqrt{a^2-x^2}dx}$$

is not valid for the surface of the sphere since we should consider $\frac{dx}{\sin \theta}=\frac{dx}{ \frac{ \sqrt{a^2-x^2}} {a} }=\frac{a}{\sqrt{a^2-x^2}}dx$, then

$$S=2\int_0^a{2\pi a\,dx}=4\pi a^2$$

0
On

It is the right idea, but the bands are slices of the frustum of a cone.

enter image description here

You need a factor of the slant height to $dx$

That factor is $\sqrt {1+\frac {dr}{dx}^2}$

$A = 2\pi\int r\sqrt {1+\frac {dr}{dx}^2} \ dx$

Or if your slices run horizonatally

$A = 2\pi\int r\sqrt {1+\frac {dr}{dy}^2} \ dy$

If $r = \sqrt {R^2-x^2}$

$\frac {dr}{dx} = -\frac {x}{\sqrt {R^2-x^2}}\\ y\sqrt {1+\frac {dr}{dx}^2} = \sqrt{R^2-x^2}\sqrt {1+\frac {x^2}{R^2-x^2}} = R$

$A = 2\pi \int_{-R}^R R \ dx = 4\pi R^2$

0
On

As you notice in your graph, the horizontal $dx $ does not take into account the slope of the sphere at the point $(x,y)$.

In order to count for the slope, you replace your $dx$ with the better estimate $$ds = \sqrt {1+(dy/dx)^2}dx$$