Calculus/Surface area

From testwiki
Jump to navigation Jump to search

Template:Calculus/Top Nav

Template:Calculus/Stub Template:Wikipedia

Suppose we are given a function f and we want to calculate the surface area of the function f rotated around a given line. The calculation of surface area of revolution is related to the arc length calculation.

If the function f is a straight line, other methods such as surface area formulae for cylinders and conical frusta can be used. However, if f is not linear, an integration technique must be used.

Recall the formula for the lateral surface area of a conical frustum:

A=2πrl

where r is the average radius and l is the slant height of the frustum.

For y=f(x) and axb , we divide [a,b] into subintervals with equal width δx and endpoints x0,x1,,xn . We map each point yi=f(xi) to a conical frustum of width Δx and lateral surface area Ai .

We can estimate the surface area of revolution with the sum

A=i=0nAi

As we divide [a,b] into smaller and smaller pieces, the estimate gives a better value for the surface area.

Definition (Surface of Revolution)

The surface area of revolution of the curve y=f(x) about a line for axb is defined to be

A=limni=0nAi

The Surface Area Formula

Suppose f is a continuous function on the interval [a,b] and r(x) represents the distance from f(x) to the axis of rotation. Then the lateral surface area of revolution about a line is given by

A=2πabr(x)1+f(x)2dx

And in Leibniz notation

A=2πabr(x)1+(dydx)2dx

Proof:

A =limni=1nAi
=limni=1n2πrili
=2πlimni=1nrili

As n and Δx0, we know two things:

  1. the average radius of each conical frustum ri approaches a single value
  2. the slant height of each conical frustum li equals an infitesmal segment of arc length

From the arc length formula discussed in the previous section, we know that

li=1+f(xi)2

Therefore

A =2πlimni=1nrili
=2πlimni=1nri1+f(xi)2Δx

Because of the definition of an integral abf(x)dx=limni=1nf(ci)Δxi , we can simplify the sigma operation to an integral.

A=2πabr(x)1+f(x)2dx

Or if f is in terms of y on the interval [c,d]

A=2πcdr(y)1+f(y)2dy

Template:BookCat