To find the surface area of a revolution, you add up thin curved bands formed when a graph spins around an axis. For a graph y=f(x)y=f(x) rotated about the xx-axis, each band contributes circumference times a tiny slanted length, not just circumference times dxdx.

For a differentiable function y=f(x)y=f(x) on [a,b][a,b], rotated about the xx-axis, with f(x)0f(x) \ge 0 on that interval, the curved surface area is

S=2πabf(x)1+[f(x)]2dxS = 2\pi \int_a^b f(x)\sqrt{1+[f'(x)]^2}\,dx

This formula gives the curved surface area only. It does not include flat circular end caps.

Why the formula works

The factor 2πf(x)2\pi f(x) is the circumference of a thin circular band at height f(x)f(x). If the curve were perfectly horizontal, multiplying that circumference by a small horizontal width dxdx would almost work.

But a slanted curve creates a longer strip than dxdx alone. That is why the formula uses the arc-length piece

ds=1+[f(x)]2dxds = \sqrt{1+[f'(x)]^2}\,dx

So the setup is really

S=2π(radius)dsS = \int 2\pi(\text{radius})\,ds

For rotation about the xx-axis, the radius is f(x)f(x). If you rotate around a different axis, the radius must be the distance to that axis instead.

Surface area of revolution example

Find the surface area formed by rotating

y=x,0x1y=x,\quad 0 \le x \le 1

about the xx-axis.

Start with the formula

S=2π01f(x)1+[f(x)]2dxS = 2\pi \int_0^1 f(x)\sqrt{1+[f'(x)]^2}\,dx

Here f(x)=xf(x)=x, so

f(x)=1f'(x)=1

and

1+[f(x)]2=1+12=2\sqrt{1+[f'(x)]^2}=\sqrt{1+1^2}=\sqrt{2}

Substitute into the integral

S=2π01x2dxS = 2\pi \int_0^1 x\sqrt{2}\,dx

Take the constant outside

S=2π201xdxS = 2\pi\sqrt{2}\int_0^1 x\,dx

Now integrate

01xdx=[x22]01=12\int_0^1 x\,dx = \left[\frac{x^2}{2}\right]_0^1 = \frac{1}{2}

So

S=2π2(12)=π2S = 2\pi\sqrt{2}\left(\frac{1}{2}\right)=\pi\sqrt{2}

That is the curved surface area. This example forms a cone, so the answer also matches the cone lateral-area formula S=πrlS=\pi rl with r=1r=1 and slant height l=2l=\sqrt{2}.

Common mistakes with the formula

  1. Using a volume formula instead of a surface-area formula. Surface area uses one factor of radius and an arc-length term, not a squared radius inside a volume integral.
  2. Forgetting the square-root factor. Without sqrt1+[f(x)]2\\sqrt{1+[f'(x)]^2}, you are not accounting for the curve's slope.
  3. Using the wrong radius. Around the xx-axis, the radius is the vertical distance to the axis. Around the yy-axis, it changes.
  4. Ignoring the condition on the interval. If the curve crosses the axis, you need to think carefully about radius as distance, not signed value.
  5. Mixing up curved surface area with total surface area. Some applied problems also include end caps, but the standard calculus formula here does not.

When surface area of revolution is used

Surface area of revolution shows up when a shape is made by spinning a profile curve, such as a nozzle wall, a bowl, a tank side, or a smooth decorative form. In calculus classes, it also matters because it connects geometry, arc length, and integration in one setup.

The formula only works as written when the curve description and axis choice match the setup. If you rotate around a different axis or write the curve as x=g(y)x=g(y) instead, the radius and differential need to change with it.

A quick setup checklist

Before integrating, ask two questions:

  1. What is the radius from the curve to the axis?
  2. What is the correct arc-length factor for the variable I am using?

If those two pieces are right, the rest is usually algebra and integration.

Try a similar problem

Keep the same line y=xy=x, but change the interval to 0x20 \le x \le 2. Write the radius and arc-length factor first, then set up the integral and see how the larger interval changes the final area.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →