6.5 Definite, Improper, Double & Triple Integrals
Key Takeaways
- The definite integral of an odd function over a symmetric interval [-a, a] is always zero, and for an even function it equals twice the integral from 0 to a.
- An improper integral is one with an infinite limit or an unbounded integrand; it is evaluated as a limit and is said to converge only when that limit is finite.
- In a double integral the inner limits may depend on the outer variable but the outer limits must be constants, which is why sketching the region before integrating prevents most errors.
- Changing the order of integration is often the only practical route when the inner integral has no elementary antiderivative in the original order.
The Definite Integral
The fundamental theorem of calculus converts integration into antidifferentiation:
The properties that shorten exam work:
- $\displaystyle\int_a^b f(x),dx = -\int_b^a f(x),dx$
- $\displaystyle\int_a^b f(x),dx = \int_a^c f(x),dx + \int_c^b f(x),dx$
- $\displaystyle\int_0^a f(x),dx = \int_0^a f(a-x),dx$ — the king property
- Symmetry: over $[-a, a]$,
Property 4 alone answers many one-mark items outright. If you are asked for $\int_{-2}^{2} x^3 \cos x,dx$, note that $x^3$ is odd and $\cos x$ is even, so the product is odd and the integral is zero — no antiderivative needed.
Standard Integrals to Memorise
| Integrand | Antiderivative |
|---|---|
| $x^n$, $n \neq -1$ | $\dfrac{x^{n+1}}{n+1}$ |
| $1/x$ | $\ln\lvert x\rvert$ |
| $e^{ax}$ | $e^{ax}/a$ |
| $\dfrac{1}{a^2 + x^2}$ | $\dfrac{1}{a}\tan^{-1}\dfrac{x}{a}$ |
| $\dfrac{1}{\sqrt{a^2 - x^2}}$ | $\sin^{-1}\dfrac{x}{a}$ |
Integration by parts follows the ILATE ordering (Inverse, Logarithmic, Algebraic, Trigonometric, Exponential) for choosing the first function:
Improper Integrals
An integral is improper when a limit is infinite or the integrand becomes unbounded inside the interval. It is defined as a limit:
If the limit is finite the integral converges; otherwise it diverges. The benchmark result worth memorising is the $p$-integral:
So $\int_1^\infty dx/x^2 = 1$ converges, while $\int_1^\infty dx/x$ diverges — a distinction that appears regularly as a single objective item.
Worked example. $\displaystyle\int_0^\infty e^{-2x}dx = \lim_{t\to\infty}\left[-\tfrac{1}{2}e^{-2x}\right]_0^t = 0 + \tfrac{1}{2} = \tfrac{1}{2}$. In general $\int_0^\infty e^{-ax}dx = 1/a$ for $a > 0$, a result that reappears directly in the Laplace transform of a constant.
Double Integrals
A double integral accumulates a quantity over a two-dimensional region $R$:
The non-negotiable rule of structure: the inner limits may involve the outer variable, but the outer limits must be pure constants. If your outer limits still contain a variable, the region has been set up incorrectly.
The order of integration is chosen for convenience. Sketch the region, decide whether horizontal or vertical strips describe it more simply, and integrate accordingly. When the inner integrand has no elementary antiderivative in one order, reversing the order is usually the intended trick.
Engineering uses
| Quantity | Integral |
|---|---|
| Area of region $R$ | $\iint_R dA$ |
| Mass of a lamina | $\iint_R \rho,dA$ |
| First moment about $y$-axis | $\iint_R x,dA$ |
| Second moment (area MI) about $x$-axis | $\iint_R y^2,dA$ |
That last row is precisely the moment of inertia computed in Applied Mechanics; the multiple-integral topic in Section 1 is the machinery behind the centroid and inertia results in Section 2.
Worked example. Evaluate $\displaystyle\int_0^1!!\int_0^2 (x + y),dy,dx$.
Inner integral with respect to $y$: $\left[xy + \tfrac{y^2}{2}\right]_0^2 = 2x + 2$.
Outer integral with respect to $x$: $\left[x^2 + 2x\right]_0^1 = 1 + 2 = 3$.
Triple Integrals
Extending to three dimensions gives volume and mass properties of solids:
With $f = 1$ the result is the volume; with $f = \rho$ it is the mass; with $f = \rho(y^2 + z^2)$ it is the mass moment of inertia about the $x$-axis — the quantity that governs flywheel sizing later in Paper-II.
For bodies with rotational symmetry, cylindrical coordinates are far quicker. The volume element becomes
and the factor $r$ in the Jacobian is the single most-forgotten term in the whole topic. In spherical coordinates the element is $dV = \rho^2\sin\phi,d\rho,d\phi,d\theta$.
Worked example. The volume of a cylinder of radius $a$ and height $h$:
as expected — a useful sanity check that your Jacobian is right.
Changing the Order of Integration
When the inner integral has no elementary antiderivative in the given order, reversing the order is usually the intended route. The procedure is always the same: sketch the region, then re-describe it with the strips running the other way.
Worked example. Evaluate $\displaystyle\int_0^1!!\int_x^1 e^{y^2},dy,dx$.
The inner integral $\int e^{y^2}dy$ has no elementary form, so the given order is hopeless. The region is bounded by $y = x$, $y = 1$ and $x = 0$ — a triangle with vertices $(0,0)$, $(0,1)$ and $(1,1)$. Re-describing it with $y$ outer and $x$ inner, $y$ runs 0 to 1 and $x$ runs 0 to $y$:
The substitution $u = y^2$ makes the final integral immediate. Note that the limits change completely — simply swapping the differentials while keeping the old limits is the standard error.
Applications to Mechanical Engineering
Multiple integration is not an isolated topic; it is the machinery behind results used throughout Paper-II.
| Application | Integral | Appears in |
|---|---|---|
| Centroid of an area | $\bar{x} = \dfrac{\iint x,dA}{\iint dA}$ | Engineering Mechanics |
| Second moment of area | $I_{xx} = \iint y^2,dA$ | Bending of beams |
| Mass moment of inertia | $I = \iiint \rho,r^2,dV$ | Flywheels, gyroscopes |
| Volume of a solid of revolution | $V = \pi\displaystyle\int y^2,dx$ | Casting and forging volumes |
| Work done by a variable force | $W = \displaystyle\int F,dx$ | Thermodynamics, springs |
| Mean value of a function | $\bar{f} = \dfrac{1}{b-a}\displaystyle\int_a^b f,dx$ | Mean effective pressure |
The last row is worth noting explicitly: the mean effective pressure of an engine cycle, computed in the IC engine section, is exactly the mean value of pressure over the swept volume — that is, the area of the indicator diagram divided by the swept volume. Recognising it as an averaging integral removes any need to memorise it separately.
Worked example. Find the second moment of area of a rectangle of width $b$ and depth $d$ about its centroidal axis.
which is the standard result quoted throughout the bending and deflection sections, here derived rather than recalled.
The value of the definite integral of x^3 times cos x from -2 to 2 is:
The improper integral of 1/x^p from 1 to infinity converges when:
In converting a triple integral to cylindrical coordinates, the volume element dV becomes:
For the double integral of (x + y) over the region 0 to 1 in x and 0 to 2 in y, the value is: