Search the complete library

What do you want to learn or calculate?

Quick linksAll calculatorsMath subjectsPractice questionsFormula library
← Back to calculators

Triple Integral Calculator

Solve triple integral problems with clear steps, notation, and a final check.

Calculate without using AI.

Evaluate the governing formula locally in your browser. Define each known quantity once, then change values to test another case instantly.

Local result

Choose an example or enter a formula.

Show your work Step-by-step method
  1. No account, AI request, or paid token is used.

Recent calculations

No calculations yet.

Calculus

Triple Integral Calculator explained

The short version

  • A triple integral adds something up through a solid: volume, mass, or average value.
  • Three nested integrals, innermost first, and only the outermost pair of limits may be plain constants.
  • Switching to cylindrical or spherical coordinates adds a factor, r or ρ² sin φ, that you must not forget.

The formula this page uses

∭_E f(x, y, z) dV = ∫ ∫ ∫ f dz dy dx cylindrical: dV = r dz dr dθ spherical: dV = ρ² sin φ dρ dφ dθ

What each part means

SymbolWhat it means
f(x, y, z) — The integrandDensity in kg per m³ for mass, temperature for an average, or 1 for plain volume.
E — The solid regionDescribed by three pairs of limits, innermost describing the deepest slice.
dV — Volume elementdz dy dx in rectangular, r dz dr dθ in cylindrical, ρ² sin φ dρ dφ dθ in spherical.
r, θ, z — Cylindrical coordinatesr is distance from the z-axis, θ is the angle around it, z is height. Good for pipes and cans.

Show your work: a full example

  1. The integral∫₀¹ ∫₀² ∫₀³ (x + y + z) dz dy dx
  2. Innermost in z, holding x and y still(x + y)z + z²/2 from z = 0 to z = 3
  3. Substitute3x + 3y + 4.5
  4. Middle integral in y3xy + 1.5y² + 4.5y from y = 0 to y = 2
  5. Substitute6x + 6 + 9 = 6x + 15
  6. Outer integral in x3x² + 15x from x = 0 to x = 1
  7. Substitute3 + 15 = 18

A second, different case

  1. A different case: a cylinder in cylindrical coordinatesradius 2, height 5, so r ≤ 2 and 0 ≤ z ≤ 5
  2. Set it up with the extra r∫₀^{2π} ∫₀² ∫₀⁵ r dz dr dθ
  3. Innermost in zr · 5 = 5r
  4. Middle in r∫₀² 5r dr = 5r²/2 from 0 to 2 = 5(4)/2 = 10
  5. Outer in θ∫₀^{2π} 10 dθ = 10(2π) = 20π
  6. As a decimal20π ≈ 62.83 cubic units
  7. Check against the school formulaπ r² h = π(2²)(5) = 20π, identical
Copy-ready example

∫₀¹ ∫₀² ∫₀³ (x + y + z) dz dy dx

The integral

Standard solids, the coordinates that suit them, and the volume you should get

SolidBest coordinatesVolume elementLimitsVolume
Box 2 × 3 × 4rectangulardz dy dxx: 0→2, y: 0→3, z: 0→424
Cylinder r = 2, h = 5cylindricalr dz dr dθθ: 0→2π, r: 0→2, z: 0→520π ≈ 62.83
Sphere radius 3sphericalρ² sin φ dρ dφ dθρ: 0→3, φ: 0→π, θ: 0→2π36π ≈ 113.10
Cone r = 2, h = 5, apex downcylindricalr dz dr dθθ: 0→2π, r: 0→2, z: 2.5r→520π/3 ≈ 20.94

Three mistakes to check for

What students writeWhy it's wrongDo this instead
∫∫∫ f dr dθ dz in cylindrical coordinatesThe Jacobian factor r was left out, so a thin wedge near the axis is counted as heavily as a wide one far out.Write r dz dr dθ, which is why the cylinder above gave 20π rather than 10π.
Putting the constant limits on the insideOnly the outermost integral is allowed plain constants; the inner ones may depend on the variables still to come.For the cone, z runs from 2.5r up to 5, so the z integral must sit inside the r integral.
Reporting the answer in square unitsThree integrations over three lengths give a cubic result.20π cubic units for the cylinder, and kg if the integrand was a density.

Questions about the Triple Integral Calculator

When should I switch out of rectangular coordinates?

Look at the boundary. A round cross-section means cylindrical, because r ≤ 2 replaces the awkward −√(4 − x²) ≤ y ≤ √(4 − x²). A boundary at constant distance from the origin means spherical, because ρ ≤ 3 replaces x² + y² + z² ≤ 9.

What does a triple integral of 1 give me?

The volume of the solid, because you are adding up a value of 1 for every tiny box inside it. That is exactly the check used above, where ∭ r dz dr dθ reproduced π r² h.

Where does the ρ² sin φ come from in spherical coordinates?

A small spherical box has sides dρ, ρ dφ and ρ sin φ dθ. Multiplying those three lengths gives ρ² sin φ dρ dφ dθ. The sin φ shrinks the box near the poles, which is why the factor is there.

How do I find an average value instead of a total?

Divide the triple integral of f by the triple integral of 1 over the same solid. The second integral is just the volume, so average temperature equals total temperature-volume divided by volume.

Where to go next

Continue from this result

Turn one calculation into understanding.

Compare another tool, review the underlying idea, then solve a fresh problem without copying the example.