Back to all tools

Solid of Revolution Volume Calculator

Volume calculator for solids of revolution. Real-time computation based on defined polygon vertices. Utilize the code editor to establish auxiliary variables, enabling parametric calculations.

Updated February 2024
Free to use

Parameters Editor

💡 Define the vertices array to compute properties in real-time.

Computation Results

Polygon properties

  • Width
  • Height
  • Centroid X
  • Centroid Y
  • Area

Solid of revolution

  • Volume

Interactive Visualization

Real-time geometric plot of the defined polygon and its centroid.

Learn everything about units of measurement. Use our smart App to convert units in real-time with just a few keystrokes, both metric and US units.

Theory Behind Solids of Revolution#

A solid of revolution is a three-dimensional figure obtained by rotating a two-dimensional curve or polygon around a straight line, known as the axis of revolution. These geometric shapes are fundamental in calculus and various engineering fields.

Pappus's Centroid Theorem

For many arbitrary polygons, we can use Pappus's (or Guldinus's) Second Theorem to find the volume. The theorem states that the volume VV of a solid of revolution generated by rotating a continuous plane figure about an external axis is equal to the product of the cross-sectional area AA and the distance traveled by the centroid of the area:

V=A2πxˉV = A \cdot 2\pi\bar{x}

where xˉ\bar{x} is the perpendicular distance from the centroid of the shape to the axis of revolution. Our calculator programmatically computes the precise area and centroid of any given polygon to determine the exact volume algebraically.

Applications

Solids of revolution appear everywhere in practical physics and engineering:

  • Mechanical Engineering: Designing cylindrical components like shafts, pistons, funnels, and flywheels that spin around a central axis on a lathe.
  • Fluid Dynamics: Calculating the fluid capacity of tanks, pipes, and pressurized vessels.
  • Architecture & Pottery: Determining the exact clay density and weight for constructing vases or decorative columns.

How to use the Calculator#

  1. Define Axis: First, establish your axis of revolution. The common default is evaluating either the x-axis or y-axis.
  2. Input Coordinate Points: Programmatically establish the contour points that represent the cross-section of your revolved object. Use standard (x,y)(x, y) coordinate pairs.
  3. Use the Code Editor: The built-in Javascript-based editor allows defining parametric equations and auxiliary variables seamlessly. You can construct polygon shapes dynamically based on dynamic values.
  4. Acquire Result: The interactive canvas renders the polygon shape visually alongside the centroid, while immediately displaying the generated volume mathematically.

Example User Case

Imagine a cone. A cone is generated by revolving a right triangle around one of its legs. Let's say the vertices are (0,0)(0, 0), (3,0)(3, 0), and (0,4)(0, 4), forming a triangle with a base of 3 and height of 4. Rotating this around the y-axis forms a cone with a radius of r=3r=3 and height h=4h=4.

The geometric formula is the following:

V=13πr2h=13π(9)(4)=12π37.699V = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi (9)(4) = 12\pi \approx 37.699

When you define these vertices into the calculator and assign the y-axis, you will instantly discover it successfully outputs 37.69937.699. For exceedingly complex, irregular polygon figures, this automated calculation acts as a powerful substitution for pages of exhausting calculus integration.

Need help or found a bug? Contact us
Learn everything about units of measurement. Use our smart App to convert units in real-time with just a few keystrokes, both metric and US units.
Resources

Physical Quantities & Units

Explore our comprehensive collection of physical quantities. Use theSmart Inputfor quick conversions, or select a quantity below to access specialized tools.