2

I am using the alias of Sillysack Buttowski and this is my first question. I searched on other links on stack exchange regarding "how to find the surface area of a sphere by integration". They seemed overly complex to me and not what I was searching for. Hence, I decided to post my own question.

Okay, so this is what I came up with: The calculation of the surface area of a sphere by integration and diagrams

Now, in the image I wrote that the limit of $dr$, as $dr$ approaches $0$ is equal to the circumference of the circle or $2\pi r$. I imagine that the sphere is made up of thin slices of circles where $dr$ is their thickness. Therefore, I integrated the integrand from $0$ to $2r$ and got the correct answer of $4\pi r^2$. Now is this correct? I doubt this is. It's too simple to be right. calculus is a difficult subject. Therefore, I can only infer that my answer may be correct, however, the way I got to answer is wrong, probably.

Now, I want any criticism you have and to tell me the holes and errors of my thought processes. By the way, I am not an expert in calculus as you can see. Thanks for your help in advance!

EDIT: Okay, so the $lim$ of $dr$ as $dr$ approaches $0$ is equal to $0$. The Circumference and $2\pi r$ are not related in anyway to it. So just cut off that part over there.

  • 1
    I don't get it. When $dr$ approaches $0$, then $dr$ approaches $0$, not $2\pi r$ – pajonk Jun 18 '16 at 10:44
  • "I wrote that the limit of dr, as dr approaches 0 is equal to the circumference of the circle or 2πr" Huh?!!?!?!?! $\lim_{dr \rightarrow 0} dr = 0$. It has to equal 0. By tautological definition $\lim_{x \rightarrow \text{FishyPoopyFace} }x $ MUST = $ \text{FishyPoopyFace}$. $x \rightarrow Q$ MEANS $\lim x = Q$. – fleablood Jun 19 '16 at 15:57
  • Why does the integrand go from 0 to 2pi r. The radii of the little strips go from 0 to R (R is the constant radius of the sphere, not the intermediate radii of the little circles). Not 0 to 2pi r. that's the half sphere. So you want $2\int_0^R 2\pi r dr$. Except that implies the radius and the height are equal. So this is the surface area of a double cone. Instead the relationship between height and radius is $r=\sqrt{R^2-h^2}$. So you want$2\int_0^R2\pi\sqrt{R^2-h^2}dh$. – fleablood Jun 19 '16 at 16:10
  • I guess that the method above is wrong and not rigorous. However, the one given by Max Payne is really great and rigorous. Plus easy to understand, well, that is for me atleast. – Sillysack Buttowski Jun 20 '16 at 11:29

2 Answers2

4

First of all you should use a clearer notation. For example: you cannot use $r$ to denote both the radius of the sphere and the integration variable. If I understand what you are trying to do, you want to calculate the surface area of a sphere by summing up the areas of the tiny strips comprised between two planes, perpendicular to a diameter of the sphere. There is nothing wrong with that and it is the very method Archimedes used a long time ago.

Let's call $x$ (and not $r$) the distance of the first plane from one end of the diameter, and $dx$ the distance between planes. The idea now is to compute the area of the strip to first order in $dx$. The result, however, is not $2\pi x\,dx$ (your result), but it is instead $2\pi r\, dx$.

To see why, look at the picture below: the area of the strip (to first order in $dx$) is $dA=2\pi\, l\cdot h$, where $h$ is different from $dx$. But by similarity of yellow and green triangles one has: $$ h:dx=r:l,\quad\hbox{that is:}\quad l\cdot h= r\cdot dx, $$ so that $dA=2\pi\,r\cdot dx$. Integrate now from $x=0$ to $x=2r$ and you are done.

enter image description here

Intelligenti pauca
  • 50,470
  • 4
  • 42
  • 77
  • Okay, but why is $h:dx=r:l$? Why are the ratios equal? Why are they there in the first place? – Sillysack Buttowski Jun 22 '16 at 06:37
  • Do you want to know why the triangles are similar? Or something else? – Intelligenti pauca Jun 22 '16 at 15:35
  • Yes. I want to know why the triangles are similar. – Sillysack Buttowski Dec 18 '16 at 13:33
  • When $dx$ is very little, then hypotenuse $h$ is directed along the tangent (this is exact in the limit $dx\to0$), so $h$ is perpendicular to radius $r$. On the other hand, $dx$ is perpendicular to $l$: it follows that angles $\angle h,dx$ and $\angle r,l$ are equal and the triangles are similar. – Intelligenti pauca Dec 18 '16 at 15:00