Navigation: Wiki Home > Skills > Symmetric Function Integrals
When integrating over a symmetric interval $[-a, a]$, the symmetry of the integrand can dramatically simplify your work:
This isn't just a computational shortcut—it reflects the deep connection between a function's symmetry and its integral's behavior.
| Property | Value |
|---|---|
| Section | Stewart 4.5 |
| Course | MATH162 |
| Difficulty | Intermediate |
| Time | ~15 minutes |
Even function: $f(-x) = f(x)$ for all $x$
Odd function: $f(-x) = -f(x)$ for all $x$
Theorem (Integrals of Symmetric Functions): Suppose $f$ is continuous on $[-a, a]$.
(a) If $f$ is even: $$\boxed{\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx}$$
(b) If $f$ is odd: $$\boxed{\int_{-a}^{a} f(x)\,dx = 0}$$
Even functions:
y
↑ /‾‾‾\
| / \ Area from -a to 0 equals
| / \ Area from 0 to a
| / \ (mirror images)
────┼──────────────→ x
-a 0 a
The two halves are mirror images, so the total area is twice the right half.
Odd functions:
y
↑ ╱
| ╱ positive area
| ╱
────┼──────────────→ x
| ╲
| ╲ negative area
↓ ╲
-a 0 a
The positive area (right of origin) exactly cancels the negative area (left of origin).
Split the integral: $$\int_{-a}^{a} f(x)\,dx = \int_{-a}^{0} f(x)\,dx + \int_{0}^{a} f(x)\,dx$$
For the left integral, substitute $u = -x$, so $du = -dx$:
$$\int_{-a}^{0} f(x)\,dx = \int_{a}^{0} f(-u)(-du) = \int_{0}^{a} f(-u)\,du$$
So: $$\int_{-a}^{a} f(x)\,dx = \int_{0}^{a} f(-u)\,du + \int_{0}^{a} f(x)\,dx = \int_{0}^{a} [f(-x) + f(x)]\,dx$$
(a) If $f$ is even: $f(-x) = f(x)$, so: $$\int_{0}^{a} [f(x) + f(x)]\,dx = 2\int_{0}^{a} f(x)\,dx$$
(b) If $f$ is odd: $f(-x) = -f(x)$, so: $$\int_{0}^{a} [-f(x) + f(x)]\,dx = \int_{0}^{a} 0\,dx = 0$$
Warning: The interval must be symmetric! $\int_0^a f(x)\,dx$ and $\int_{-2}^{3} f(x)\,dx$ don't qualify.
To test $f(x)$:
Evaluate $\int_{-2}^{2} (x^6 + 1)\,dx$.
Check symmetry: Let $f(x) = x^6 + 1$. $$f(-x) = (-x)^6 + 1 = x^6 + 1 = f(x)$$
$f$ is even.
Apply theorem: $$\int_{-2}^{2} (x^6 + 1)\,dx = 2\int_0^2 (x^6 + 1)\,dx = 2\left[\frac{x^7}{7} + x\right]_0^2$$
$$= 2\left(\frac{128}{7} + 2 - 0\right) = 2 \cdot \frac{142}{7} = \frac{284}{7}$$
Evaluate $\int_{-1}^{1} \frac{\tan x}{1 + x^2 + x^4}\,dx$.
Check symmetry: Let $f(x) = \frac{\tan x}{1 + x^2 + x^4}$.
Numerator: $\tan(-x) = -\tan x$ (odd) Denominator: $1 + (-x)^2 + (-x)^4 = 1 + x^2 + x^4$ (even)
$$f(-x) = \frac{-\tan x}{1 + x^2 + x^4} = -f(x)$$
$f$ is odd.
Apply theorem: $$\int_{-1}^{1} \frac{\tan x}{1 + x^2 + x^4}\,dx = 0$$
No calculation needed!
Evaluate $\int_{-1}^{1} (x^3 + x^2)\,dx$.
Check symmetry: Let $f(x) = x^3 + x^2$. $$f(-x) = (-x)^3 + (-x)^2 = -x^3 + x^2$$
This is neither $f(x)$ nor $-f(x)$. Neither even nor odd.
Solution: Split into even and odd parts! $$f(x) = x^3 + x^2 = \underbrace{x^2}_{\text{even}} + \underbrace{x^3}_{\text{odd}}$$
$$\int_{-1}^{1} (x^3 + x^2)\,dx = \int_{-1}^{1} x^3\,dx + \int_{-1}^{1} x^2\,dx = 0 + 2\int_0^1 x^2\,dx$$
$$= 2 \cdot \frac{1}{3} = \frac{2}{3}$$
Classify each function as even, odd, or neither:
Evaluate each integral using symmetry:
Evaluate $\displaystyle\int_{-1}^{1} (e^x + e^{-x} + x^3)\,dx$.
Evaluate $\displaystyle\int_{-\pi/2}^{\pi/2} \frac{\sin^2 x \cos x}{1 + e^x}\,dx$.
Hint: Add the integral to itself with $x$ replaced by $-x$.
Prove that for any continuous function $f$:
$$\int_{-a}^{a} f(x)\,dx = \int_{-a}^{a} f(-x)\,dx$$
Use this to show that any function can be written as the sum of an even and an odd function.
Without computing, explain why $\int_{-2}^{2} x^3\,dx = 0$ using a geometric argument about the graph of $y = x^3$.
Can you use the symmetry theorem to evaluate $\int_0^2 x^3\,dx$? Explain why or why not.
The Balance Scale Analogy:
Imagine placing the function's area on a balance scale centered at $x = 0$:
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| u-Substitution (Definite) | Skills Index | Integration by Parts |
Last updated: 2026-01-22