Why is the surface area of a sphere not given by this formula?

1.6k Views Asked by At

If we consider the equation of a circle:

$$x^2+y^2=R^2$$

Then I propose that the volume of a sphere of radius $R$ is given by the twice the summation of the circumferences of the circles between the origin and $x=R$ along the x axis, each circle having a radius equal to the value of y at that point in x.

Since

$$y={\sqrt{R^2-x^2}}$$

I derived the formula:

$$SA = 2\int^R_0{{\sqrt{R^2-x^2}}}dx$$

However, evaluating this and using integration by substitution (using $x=R\sin(u)$ to find the integral, I obtained:

$$SA=2\pi R^2\left[\frac{\sin(2u)}{2}+\frac{u}{2}\right]^{\pi /2}_0$$

I have checked this multiple times and I can't seem to see what the problem is. If the problem is with the original proposition, please could you explain why the proposition is incorrect.

4

There are 4 best solutions below

5
On

The key thing that's going on here is that you cannot compute the hypotenuse of a right triangle by taking one of the legs of the triangle. Consider the integral that gives arclength of a curve: You're adding up $\Delta s = \sqrt{(\Delta x)^2+(\Delta y)^2}$ when you chop the curve into pieces, not adding up $\Delta x$. When you're computing your integral, you're multiplying the length of the circle by $\Delta x$, whereas you should be multiplying it by $\Delta s$.

1
On

One way to see your error is to note that the circumference of a circle is measured in (say) inches, and the surface area of a sphere is measured in square inches. It can’t work out that adding up inches gives you square inches. Your approach is not useless, however.

Each circle you’re using contributes an infinitesimally wide strip of the surface area - say you’re looking at the circle at $x=a$. The width of that strip supplies the second dimension that creates area from lengths.

In setting up the integral, imagine that the part of the surface area at $x=a$ is the band-like sliver of area between $x=a$ and $x=a+dx$, where $dx$ is infinitesimally small. The shape of that sliver over a tiny interval of $x$-values - in particular, its width - however, changes as $x$ varies. Specifically, the width is not the constant value $dx$ (which is what you are effectively assuming). Using $dx$ for the width happens to be a good approximation for the sliver-like bands you’re adding up near $x=a$. They’re shaped like the edge of a coin, but near $x=R$, the band is shaped very differently. It’s almost flattened into a washer shape, so the width is larger than $dx$. This observation is exactly why surface area calculations need to use $ds$ (the differential or infinitesimal change in arc) instead of $dx$. There is a helpful picture here.

17
On

In this answer I'm presenting an opinion that's different from the other answers.

The other two answers seem to be trying to mathematically explain why one is supposed to integrate $\mathrm ds$ instead of $\mathrm dx$, but in my opinion, mathematics itself is unable to account for this, because they both are mathematical hypotheses to model the real world, and cannot be proved right or wrong within mathematics.

Mathematics cannot tell whether a model is right or wrong, only empirical evidence can. Both the $\mathrm ds$ and the $\mathrm dx$ are such models. They are innocent until judged empirically. And as the way they turn out, only the former fits the real world (the lateral surface area of a cone, so to speak).

To summarise, it makes little sense to judge a mathematical model only within mathematics. Only empirical evidence can tell us which models to accept and which to discard.

0
On

$$ SA = 2\int^R_0{{\sqrt{R^2-x^2}}}dx $$

is not correct when summing up thin cone surface areas. Slant length is to be considered for each thin cone slice differential portion being integrated.

$$ ds= \sqrt{dx^2+dy^2} $$

Recall slant length $l$ is involved in slant area of cone in $ \pi r l ,$ not $ \pi r H$. Why do you attempt to make any difference here?

Accordingly,

$$ SA = 2 \pi \int^R_0{{\sqrt{R^2-x^2}}}ds. $$