Volume of revolution between lines

If we have two lines, y = f(x) and y = g(x), where f(x) \geq g(x) for all x in the interval we’re interested in, and we want to find the volume of revolution when we revolve the area between those lines around the x-axis, we can either:

Formula

As just mentioned, we have a fancy formula for finding the volume of revolution of the area between two lines or curves, which is:

V = \pi \int_a^b (f(x)^2 - g(x)^2) \, dx

Where:

Common mistakes