Volume of solid of revolution using integration — y=x² rotated about x-axis

hard JEE-MAIN JEE-ADVANCED JEE Advanced 2022 3 min read

Question

Find the volume of the solid generated by revolving the area bounded by y=x2y = x^2, x=0x = 0, and x=2x = 2 about the x-axis.

(JEE Advanced 2022, similar pattern)


Solution — Step by Step

When we rotate a curve y=f(x)y = f(x) about the x-axis, each vertical slice at position xx creates a circular disc of radius y=f(x)y = f(x) and thickness dxdx.

Volume of one disc: dV=πy2dx=π[f(x)]2dxdV = \pi y^2 \, dx = \pi [f(x)]^2 \, dx

Total volume:

V=abπ[f(x)]2dxV = \int_a^b \pi [f(x)]^2 \, dx

Here f(x)=x2f(x) = x^2, a=0a = 0, b=2b = 2:

V=02π(x2)2dx=π02x4dxV = \int_0^2 \pi (x^2)^2 \, dx = \pi \int_0^2 x^4 \, dx
V=π[x55]02=π(3250)V = \pi \left[\frac{x^5}{5}\right]_0^2 = \pi \left(\frac{32}{5} - 0\right) V=32π5 cubic units\boxed{V = \frac{32\pi}{5} \text{ cubic units}}

Why This Works

The disc method is based on the idea that a solid of revolution can be sliced into infinitely thin circular discs perpendicular to the axis of rotation. Each disc has a known area (πr2\pi r^2 where r=yr = y for rotation about the x-axis), and we sum all such discs from x=ax = a to x=bx = b using integration.

The key insight: rotation about the x-axis means the radius of each disc is the y-coordinate of the curve at that point. Squaring the function and integrating gives the total volume.


Alternative Method — Shell method (rotate about y-axis for comparison)

If the same region were rotated about the y-axis instead, we’d use the shell method:

V=022πxf(x)dx=2π02xx2dx=2π02x3dxV = \int_0^2 2\pi x \cdot f(x) \, dx = 2\pi \int_0^2 x \cdot x^2 \, dx = 2\pi \int_0^2 x^3 \, dx =2π[x44]02=2π4=8π= 2\pi \left[\frac{x^4}{4}\right]_0^2 = 2\pi \cdot 4 = 8\pi

Note how the two volumes are different (32π/532\pi/5 vs 8π8\pi) because the axis of rotation matters.

For JEE: use the disc method when the axis of rotation is the same axis you’re integrating along (rotate about x-axis, integrate w.r.t. xx). Use the shell method when the axis of rotation is perpendicular to the integration variable. Choosing the right method can simplify the integral dramatically.


Common Mistake

The most common error: forgetting to square the function. Students write V=πx2dxV = \pi \int x^2 \, dx instead of V=π(x2)2dx=πx4dxV = \pi \int (x^2)^2 \, dx = \pi \int x^4 \, dx. The disc formula has [f(x)]2[f(x)]^2 — you must square the function, not just write it as-is. The area of a circle is πr2\pi r^2, and the radius is y=f(x)y = f(x), so the square is essential.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next