What is the surface area produced by rotating f(x)=1ex2,x[1,1] around the x-axis?

1 Answer
May 30, 2017

S=2π32-erf(1)9.385

Explanation:

Just like the volume of a shape is found by summing up each infinitesimal cross section of area, the surface area is found by summing up each infinitesimal cross section of perimeter.

In this case, the perimeter of each cross section is circular, so we can find it using the circumference formula C=2πr.

Therefore, our integral becomes:

S=112πrdx

Now we need to find our radius. Since the circle's center is the x-axis, and a point on the outside of the circle lies on the graph of 1ex2, we can say that the radius r=ex2.

Therefore, our integral changes to:

S=2π11ex2dx

Hmm... ex2 doesn't really have an elementary function as its antiderivative. However, its antiderivative IS given by the error function. Click the link to find out more about that and how it's used in statistics.

The error function erf(x) is defined so that:

erf(z)=1πzzex2dx

Our function is in the right form to replace the integral with the erf function like this:

S=2π(π-erf(1))

S=2π32-erf(1)

This is a good stopping point, unless the problem wants the decimal form of the answer, in which case plugging this into a calculator gives:

S9.385

Final Answer