- #1
Dustinsfl
- 2,281
- 5
I would like to derive the surface area for an equation in the form of \(z = f(x, y)\).
For example, if I have a sphere \((b^2 = x^2 + y^2)\), the surface area is circumference times arc length \((SA = 2\pi r\ell)\). Here I can take an arc and break it up into n parts to find the differential arc length. That is, \(d = \sqrt{(x_i - x_{i+1})^2 + (f(x_i) - f(x_{i+1}))^2}\). Then by the mean value theorem, \(\Delta x f'(x) = f(x_i) - f(x_{i+1})\).
\[
\ell = \lim_{n\to\infty}\sum_{i = 1}^n\Delta x_i\sqrt{1 +(f'(x_i))^2} = \int_a^b\sqrt{1 +(f'(x))^2}dx
\]
Then since \(\Delta x\ll 1\), we can write
\[
r = \frac{1}{2}(f(x_i) + f(x_{i+1})) = f(x)
\]
since \(f(x_i)\approx f(x)\approx f(x_{i+1})\).
Therefore,
\[
SA = 4\pi\int_0^bf(x)\sqrt{1 +(f'(x_i))^2}dx = 4\pi\int_0^{\pi/2}b^2\cos(\theta)d\theta
\]
where the radius is \(b\) so I took 2 times half the integral and I made the substitution \(x = b\sin(\theta)\). I am not going to solve the integral for the surface area of sphere since this isn't the point of this question.
How can I derive the SA formula for a function of the form \(z = x^2 + y^2\)?
For example, if I have a sphere \((b^2 = x^2 + y^2)\), the surface area is circumference times arc length \((SA = 2\pi r\ell)\). Here I can take an arc and break it up into n parts to find the differential arc length. That is, \(d = \sqrt{(x_i - x_{i+1})^2 + (f(x_i) - f(x_{i+1}))^2}\). Then by the mean value theorem, \(\Delta x f'(x) = f(x_i) - f(x_{i+1})\).
\[
\ell = \lim_{n\to\infty}\sum_{i = 1}^n\Delta x_i\sqrt{1 +(f'(x_i))^2} = \int_a^b\sqrt{1 +(f'(x))^2}dx
\]
Then since \(\Delta x\ll 1\), we can write
\[
r = \frac{1}{2}(f(x_i) + f(x_{i+1})) = f(x)
\]
since \(f(x_i)\approx f(x)\approx f(x_{i+1})\).
Therefore,
\[
SA = 4\pi\int_0^bf(x)\sqrt{1 +(f'(x_i))^2}dx = 4\pi\int_0^{\pi/2}b^2\cos(\theta)d\theta
\]
where the radius is \(b\) so I took 2 times half the integral and I made the substitution \(x = b\sin(\theta)\). I am not going to solve the integral for the surface area of sphere since this isn't the point of this question.
How can I derive the SA formula for a function of the form \(z = x^2 + y^2\)?
Last edited: