Why compute both $f(5)$ and $f(-5)$ if one tells you the other? Recognizing symmetry in functions can cut your work in half—and reveals deep structure that matters for integration, series, and beyond.
When you fold a graph along the $y$-axis and the two halves match, that's an even function. When you rotate a graph 180° around the origin and it looks the same, that's an odd function. These aren't just visual curiosities—they're computational tools.
| Property | Value |
|---|---|
| Chapter | 1 - Functions and Limits |
| Section | 1.1 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
| Type | Algebraic Test | Geometric Symmetry |
|---|---|---|
| Even | $f(-x) = f(x)$ | Symmetric about the $y$-axis |
| Odd | $f(-x) = -f(x)$ | Symmetric about the origin |
| Neither | Neither condition holds | No special symmetry |
Even: f(-x) = f(x) Odd: f(-x) = -f(x)
y y
| |
| ● ● | ●
| / \ / \ | /
| / \ / \ | /
| / \ / \ +-/-------→ x
+--------+-------→ x /|
/ |
Fold along y-axis ● |
and halves match Rotate 180° around origin
and it looks the same
Process:
| Even Functions | Odd Functions | Neither |
|---|---|---|
| $x^2$ | $x^3$ | $x^3 + x^2$ |
| $x^4$ | $x^5$ | $e^x$ |
| $\vert x\vert $ | $x$ | $\ln x$ |
| $\cos x$ | $\sin x$ | $x + 1$ |
| $1$ (constant) | $\frac{1}{x}$ | $2^x$ |
Pattern: Even powers give even functions. Odd powers give odd functions. Mixing even and odd powers usually gives neither.
Definitions:
A function $f$ is:
Graphically:
Increasing Decreasing
y y
| ● ● |
| / \ |
| / \
| ● \●
+------→ x +------→ x
"Going uphill" "Going downhill"
For each description, identify whether the function is even, odd, or neither:
Determine whether each function is even, odd, or neither:
From the graph of $f(x) = x^3 - 3x$, determine:
(Hint: The function has local maximum at $x = -1$ and local minimum at $x = 1$.)
Let $f$ be an even function and $g$ be an odd function. Determine whether each of the following is even, odd, or cannot be determined:
Any function $f$ defined on a symmetric interval can be written as the sum of an even function and an odd function.
| Property | Even | Odd |
|---|---|---|
| Test | $f(-x) = f(x)$ | $f(-x) = -f(x)$ |
| Graph symmetry | $y$-axis | Origin |
| Contains constant term? | Can | Cannot (why?) |
| Value at $x = 0$ | Any | Must be $f(0) = 0$ |
| Examples | $x^2$, $\cos x$, $\vert x\vert $ | $x^3$, $\sin x$, $\frac{1}{x}$ |
Note: If $f$ is odd and $f(0)$ is defined, then $f(0) = 0$. (Proof: $f(0) = f(-0) = -f(0)$, so $2f(0) = 0$.)
The Mirror and Rotation Tests:
If neither test works, the function has no special symmetry.
| Previous | Up | Next |
|---|---|---|
| Piecewise Functions | Ch1 §1 Skills | — |
Last updated: 2026-01-22