Loading…

Double Integral Applications (area, Volume, Mass)

Math Calculus • Differential Equations

View all topics

Apply double integrals to compute area, volume, mass, moments, and center of mass. Use rectangular bounds or polar bounds, choose a variable density \(\rho(x,y)\), and visualize the region or surface.

Area \(\displaystyle A=\iint_R 1\,dA\) Volume \(\displaystyle V=\iint_R h(x,y)\,dA\) Mass \(\displaystyle M=\iint_R \rho(x,y)\,dA\) Center of mass \(\displaystyle \bar x=\frac{M_y}{M},\quad \bar y=\frac{M_x}{M}\)

Application and region setup

Used for volume: \(V=\iint_R h(x,y)\,dA\).
Used for mass and moments. Supported functions: sin, cos, tan, sqrt, abs, exp, ln, log. Constants: pi, e.
Live preview

Quick examples

Ready
Enter the region, density, or height function and click “Compute double integral”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How is area computed with a double integral?

Area is computed by integrating 1 over the region R: A = double integral over R of 1 dA.

How is volume computed with a double integral?

Volume under a surface z = h(x,y) over a region R is V = double integral over R of h(x,y) dA.

How is mass computed for a lamina?

Mass is computed by integrating the density over the region: M = double integral over R of rho(x,y) dA.

What are Mx and My?

Mx is the moment about the x-axis and equals double integral of y rho(x,y) dA. My is the moment about the y-axis and equals double integral of x rho(x,y) dA.

How is the center of mass found?

The center of mass is xbar = My/M and ybar = Mx/M.

Why does polar integration include r?

In polar coordinates, the area element is dA = r dr dtheta, so every polar double integral must include the Jacobian factor r.

Why are the results approximate?

The calculator uses the composite midpoint rule. More panels usually improve accuracy.