A tripe integral returns the sum of a property per volume under a trivariate function. It is essentially a 1-dimensional upgrade to double integrals, since our domains can now be volumes, instead of an area.

%%🖋 Edit in Excalidraw, and the dark exported image%%

Definition

Triple Integral

Let be a trivariate function with the domain . Then the triple integral of is:

  • is the infinitesimal volume of a region ().

In definite form:

  • is the domain cuboid, and can be represented as , which is equivalent to and and .
  • If , then the triple integral over a domain simply returns the volume of the domain.

Cuboidal Domain

The simplest case of triple integrals is when they are evaluated over a cuboidal domain. That is, the domain can be expressed as the cartesian product of three intervals:

where are constants.

If we have , then this is equivalent to saying and and , or

General Domain

General (non-cuboid) three dimensional volumes are a lot harder to integrate than their 2D counterparts.

A domain is an elementary region in if any one variable can be bounded by functions of the other two, where the domains of those functions can be split into strips.

A general domain can be either:

  • -simple
  • -simple
  • -simple
Z-Simple

Used when the domain volume can be split into two functions and that act as bounds for .

The domain is of the form:

So our integral becomes:

We can then project the both the bounding functions onto the XY plane, and then evaluate it just as we would a standard double integral over a general domain.

|400 %%🖋 Edit in Excalidraw, and the dark exported image%%

So, depending on whether the projected is horizontally simple or vertically simple, we have either:

X-Simple, Y-Simple

This same process can be extended to be applied to the (rarer) -simple and -simple cases:

#todo

Theorems

Applications

See Applications Of Double & Triple Integrals