Why is the surface area of a sphere the derivative of it's volume?

jddoxtator

New member
Joined
May 28, 2024
Messages
47
Learning calculus I came across an interesting observation.
The formula for the surface area of a sphere is the derivative of the formula for it's volume.
Logically, this makes sense as the surface of a sphere is by definition tangential to the sphere at all points.
However, as far as I know this far into calculus, the derivative is the instantaneous slope of a curve in a two dimensional sense.
The sphere is a three dimensional object, so we also have the the z axis.
Does that mean the surface area of a sphere is a function of a partial derivative?
Is this something I will understand in multi-variable calculus?
 
Learning calculus I came across an interesting observation.
The formula for the surface area of a sphere is the derivative of the formula for it's volume.
Logically, this makes sense as the surface of a sphere is by definition tangential to the sphere at all points.
However, as far as I know this far into calculus, the derivative is the instantaneous slope of a curve in a two dimensional sense.
The sphere is a three dimensional object, so we also have the the z axis.
Does that mean the surface area of a sphere is a function of a partial derivative?
Is this something I will understand in multi-variable calculus?
Great question. There are many different answers to your questions.

Mine is:

Think of the sphere like if it is a cube or a cylinder, or any basic shape where the volume of that shape is known to be the area of its base ×\displaystyle \times its height.

Volume of a Sphere=area×height\displaystyle \text{Volume of a Sphere} = \text{area} \times \text{height}

Now let us work with symbols instead of names.

V=A×h\displaystyle V = A \times h

Now let us take a very tiny volume of that sphere.

dV=A×dh\displaystyle dV = A \times dh

We know that A\displaystyle A is the surface area of the sphere, then dh\displaystyle dh must be a very tiny height. In other words, a very tiny height of a sphere is just a very tiny radius, so dhdr\displaystyle dh \rightarrow dr.

Then,

dV=A×dh=4πr2 dr\displaystyle dV = A \times dh = 4\pi r^2 \ dr

Take the integral of both sides.

dV=4πr2 dr\displaystyle \int dV = \int 4\pi r^2 \ dr

V=43πr3     \displaystyle V = \frac{4}{3}\pi r^3 \ \ \ \ \ (We didn't write the constant of integration here because the volume and the radius will start from zero. In other words, c=0\displaystyle c = 0.)

The First Fundamental Theorem of Calculus essentially says that:

If the integral of f\displaystyle f gives you F\displaystyle F, then the derivative of F\displaystyle F gives you back f\displaystyle f.

Or

If the integral of A\displaystyle A gives you V\displaystyle V, then the derivative of V\displaystyle V gives you back A\displaystyle A.
 
Sphere's volume depends on a single variable, i.e. radius, i.e., no need for partial derivatives.
A hand-waving explanation: look at the change from R to R + dR. It adds a thin layer to the surface of the sphere, so the volume of this thin layer is S x dR.
 
The sphere is a three dimensional object, so we also have the the z axis.
Does that mean the surface area of a sphere is a function of a partial derivative?
Yes, in a way. If you want to go deeper with the surface area of a sphere taking into account the z\displaystyle z-axis, write down the formula of a sphere in three dimensions:

x2+y2+z2=r2\displaystyle x^2 + y^2 + z^2 = r^2

Parametrize it in spherical coordinate as:

x=rsinϕcosθ\displaystyle x = r\sin\phi\cos\theta
y=rsinϕsinθ\displaystyle y = r\sin\phi\sin\theta
z=rcosϕ\displaystyle z = r\cos\phi

r(θ,ϕ)=(x(θ,ϕ),y(θ,ϕ),z(θ,ϕ))=(rsinϕcosθ,rsinϕsinθ,rcosϕ)\displaystyle \bold{r}(\theta,\phi) = (x(\theta,\phi), y(\theta,\phi), z(\theta,\phi)) = (r\sin\phi\cos\theta,r\sin\phi\sin\theta,r\cos\phi)

The surface area S\displaystyle S of a sphere is:

S=dS=n dθ dϕ\displaystyle S = \int dS = \int\int |\bold{n}| \ d\theta \ d\phi

where n=rθ×rϕ   \displaystyle \bold{n} = \bold{r}_\theta \times \bold{r}_\phi \ \ \ (You will take the partial derivatives and the cross product.)

You will get:

n dθ dϕ=r2sinϕ dθ dϕ=02π0πr2sinϕ dϕ dθ=4πr2\displaystyle \int\int |\bold{n}| \ d\theta \ d\phi = \int\int r^2\sin\phi \ d\theta \ d\phi = \int_{0}^{2\pi}\int_{0}^{\pi} r^2\sin\phi \ d\phi \ d\theta = 4\pi r^2

Or you can work with this second approach:

x2+y2+z2=r2\displaystyle x^2 + y^2 + z^2 = r^2

z=±r2x2y2\displaystyle z = \pm \sqrt{r^2 - x^2 - y^2}

If we take the top part of the sphere then we have this formula z=r2x2y2\displaystyle z = \sqrt{r^2 - x^2 - y^2} .

Let f(x,y)=z=r2x2y2\displaystyle f(x,y) = z = \sqrt{r^2 - x^2 - y^2}.

S=dS=n dx dy=(fx)2+(fy)2+1 dx dy=rrr2y2r2y2rr2x2y2 dx dy\displaystyle S = \int dS = \int\int |\bold{n}| \ dx \ dy = \int\int \sqrt{(f_x)^2 + (f_y)^2 + 1} \ dx \ dy = \int_{-r}^{r}\int_{-\sqrt{r^2 - y^2}}^{\sqrt{r^2 - y^2}}\frac{r}{\sqrt{r^2 - x^2 - y^2}} \ dx \ dy

Remember this is only the half surface area of the sphere, so the complete surface area Sc\displaystyle S_c is:

Sc=2S=2rrr2y2r2y2rr2x2y2 dx dy=4πr2\displaystyle S_c = 2S = 2\int_{-r}^{r}\int_{-\sqrt{r^2 - y^2}}^{\sqrt{r^2 - y^2}}\frac{r}{\sqrt{r^2 - x^2 - y^2}} \ dx \ dy = 4\pi r^2

While this integral cannot be solved with normal techniques, the method used here is very useful to solve many surface areas.

Does that mean the surface area of a sphere is a function of a partial derivative?
The main point is yes, partial derivatives are involved to calculate the surface area of a sphere. (It is not really a sphere is a function of a partial derivative, but it acts like that in some sense.)
 
Interesting, I have not learned integrals yet, so I don't quite fully understand that part, but the derivatives formulas are familiar.
I get that all the dimensions of the sphere are expressible in the single variable of radius, so in that way it is a special case which can be found with simpler techniques.
In mathematics so far, I have only ever seen the surface area of a sphere expressed as a curved 2D plane. Is it ever considered with depth for the purposes of mapping? I assume it must be. Say the elevation map of a dome for instance.
 
Learning calculus I came across an interesting observation.
The formula for the surface area of a sphere is the derivative of the formula for it's volume.
Logically, this makes sense as the surface of a sphere is by definition tangential to the sphere at all points.
However, as far as I know this far into calculus, the derivative is the instantaneous slope of a curve in a two dimensional sense.
The sphere is a three dimensional object, so we also have the the z axis.
Does that mean the surface area of a sphere is a function of a partial derivative?
Is this something I will understand in multi-variable calculus?
imagine expanding the radius by an infinitesimal dr, then the amount of volume you've added dV is (up to first order) Surface Area * dr, therefor dV/dr = Surface Area
 
If you flip your statement around and try to understand integrals instead of derivatives, you'll figure it out. Hint: infinitesimals, stacking them for a sphere you get what looks like an onion (layers).

Knowing only derivatives and little integration. the only intuition-friendly scenario is the slope of a curve, which doesn't quite map onto areas and volumes. One thing that might help is the rule for differentiation (taking derivatives) is you lower the exponent on the variable by 1 and so cubes (volume) become squares (area) becomes a variable with exponent 1 (a line).
 
Top