—
cubic units
9
—
sq units
—
sq units
—
units
—
cubic units
9
—
sq units
—
sq units
—
units
The Volume of Revolution Calculator computes the volume of the solid formed when the curve $$y = ax^2 + bx + c$$ is rotated about the x-axis over a specified interval $$[x_1, x_2]$$. This calculation uses the disk method (also called the method of circular cross-sections), one of the foundational applications of integral calculus for finding volumes of three-dimensional solids.
When a curve is rotated about the x-axis, each vertical cross-section at position $$x$$ becomes a circular disk with radius $$|y| = |f(x)|$$ and area $$\pi [f(x)]^2$$. Summing these infinitesimal disks from $$x_1$$ to $$x_2$$ gives the volume formula: $$V = \pi \int_{x_1}^{x_2} [f(x)]^2\,dx$$. Since squaring eliminates the sign of $$f(x)$$, the formula works whether the curve is above or below the x-axis.
For the quadratic $$y = ax^2 + bx + c$$, squaring yields a degree-4 polynomial: $$(ax^2+bx+c)^2 = a^2x^4 + 2abx^3 + (b^2+2ac)x^2 + 2bcx + c^2$$. Each term integrates using the power rule, so the entire volume has an exact closed-form expression. This calculator performs the polynomial expansion and term-by-term integration analytically, producing exact results (up to floating-point precision).
Volumes of revolution appear throughout engineering and science. In mechanical engineering, turned parts on a lathe are solids of revolution, and their volumes determine material requirements and weight. In fluid mechanics, tanks and nozzles with curved profiles are designed using volume-of-revolution calculations. In astronomy, the shapes of planets and stars are approximated as solids of revolution. In medicine, MRI and CT scan data reconstruct organ volumes using principles closely related to disk integration.
The calculator also provides the volume divided by $$\pi$$ (useful for exact symbolic results), the cross-sectional areas at both endpoints, and the average radius. These auxiliary values help you visualize the solid: the cross-sectional areas show the disk sizes at the boundaries, while the average radius gives a sense of the solid's typical thickness.
Enter the quadratic coefficients and integration bounds to compute the exact volume of the resulting solid of revolution.
The volume is computed using the disk method:
$$V = \pi \int_{x_1}^{x_2} [f(x)]^2\,dx = \pi \int_{x_1}^{x_2} (ax^2+bx+c)^2\,dx$$
Step 1: Expand the square.
$$(ax^2+bx+c)^2 = a^2x^4 + 2abx^3 + (b^2+2ac)x^2 + 2bcx + c^2$$
Step 2: Integrate term by term.
$$\int (ax^2+bx+c)^2\,dx = \frac{a^2}{5}x^5 + \frac{2ab}{4}x^4 + \frac{b^2+2ac}{3}x^3 + \frac{2bc}{2}x^2 + c^2 x$$
Step 3: Evaluate at bounds and multiply by $$\pi$$.
$$V = \pi \left[\frac{a^2}{5}x^5 + \frac{ab}{2}x^4 + \frac{b^2+2ac}{3}x^3 + bcx^2 + c^2x\right]_{x_1}^{x_2}$$
The cross-sectional area at any point is $$A(x) = \pi[f(x)]^2$$. The average radius is the mean value of $$|f(x)|$$ over the interval, approximated as $$\frac{1}{x_2-x_1}\left|\int_{x_1}^{x_2} f(x)\,dx\right|$$.
The Volume of Revolution is the total three-dimensional volume of the solid formed by rotating the curve about the x-axis. It is measured in cubic units (if $$x$$ and $$y$$ are in the same unit). This is the primary output for engineering applications like lathe work, tank design, and material estimation.
The Volume / pi value is useful for exact computations. Many textbook problems express volumes as a rational multiple of $$\pi$$ (e.g., $$V = \frac{32\pi}{5}$$), so dividing the volume by $$\pi$$ reveals this rational coefficient directly.
The Cross-section Areas at the bounds show the area of the circular disks at the start and end of the solid. These help visualize whether the solid tapers, flares, or maintains a constant width.
The Average Radius gives the mean value of $$|y|$$ over the interval. If you imagined replacing the curved solid with a cylinder of the same length and average radius, the cylinder's volume would approximate (but not exactly equal) the true volume. This metric provides an intuitive sense of the solid's size.
Inputs
Results
y = x gives a cone with apex at origin and radius 3 at x=3. V = pi * integral of x^2 from 0 to 3 = pi * [x^3/3] from 0 to 3 = pi * 9 = 9pi = 28.2743. This matches the cone formula V = (1/3)*pi*r^2*h = (1/3)*pi*9*3 = 9pi.
Inputs
Results
y = x^2 rotated gives a paraboloid. V = pi * integral of x^4 from 0 to 2 = pi * [x^5/5] from 0 to 2 = pi * 32/5 = 6.4pi = 20.1062. The cross-section at x=2 is pi*16 = 50.27. The solid flares rapidly from a point at the origin.
The disk method computes the volume of a solid of revolution by slicing it into thin circular disks perpendicular to the axis of rotation. Each disk at position $$x$$ has radius $$|f(x)|$$ and thickness $$dx$$, so its volume is $$\pi[f(x)]^2\,dx$$. Integrating over the interval sums all disks to give the total volume: $$V = \pi\int[f(x)]^2\,dx$$.
Since the formula uses $$[f(x)]^2$$, negative $$y$$-values are squared and produce positive contributions to the volume. A curve crossing the x-axis still generates a valid solid of revolution — the solid simply has a "pinch" at the crossing point where the radius momentarily reaches zero.
The disk method slices perpendicular to the axis of rotation, creating circular disks. The shell method slices parallel to the axis, creating cylindrical shells. Both produce the same volume but may differ in computational difficulty. For rotation about the x-axis with $$y = f(x)$$, the disk method is typically simpler.
This calculator specifically handles rotation about the x-axis. For rotation about the y-axis, you would use the shell method: $$V = 2\pi\int x \cdot f(x)\,dx$$, or rearrange the function to express $$x$$ as a function of $$y$$ and apply the disk method in the y-direction.
Many exact volumes are rational multiples of $$\pi$$. For instance, a cone with height $$h$$ and radius $$r$$ has volume $$\frac{1}{3}\pi r^2 h$$. By showing $$V/\pi$$, the calculator reveals the rational part directly, making it easy to verify against textbook answers or express results symbolically.
The average radius gives the mean distance from the axis of rotation to the surface of the solid. It helps estimate the solid's "typical" cross-section. In engineering, the average radius relates to the moment of inertia and the centroid of the cross-sectional area, both important for structural analysis and balance calculations.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!