Even Function Graph- Properties and Examples
What Even Functions Actually Are
An even function satisfies one simple rule:
f(-x) = f(x) for every input x in the domain.
That's it. Plug in the negative of any number, you get the same output. The graph reflects this perfectly—it looks identical on both sides of the y-axis. Symmetry about the y-axis is the visual hallmark.
The Graphical Property That Matters
Even functions are symmetric with respect to the y-axis. Fold the graph along the y-axis, and both halves match exactly.
This isn't aesthetic decoration. It's a structural property that makes certain calculations simpler and lets you predict behavior without doing heavy computation.
Why This Symmetry Exists
When you evaluate f(-x) and get f(x) back, you're saying the function treats positive and negative inputs identically. x² gives 4 whether x is 2 or -2. |x| gives 3 whether x is 3 or -3.
The y-axis becomes a mirror line. The left side of the graph is literally a reflection of the right side.
Common Examples You're Guaranteed to Encounter
f(x) = x²
The textbook even function. Try it: (-3)² = 9, and 3² = 9. Same output, opposite inputs. The parabola opens upward with vertex at the origin, perfectly mirrored across the y-axis.
f(x) = |x|
Absolute value. |5| = 5, |-5| = 5. The V-shape sits on the y-axis, with equal slopes rising left and right.
f(x) = x⁴
Fourth power. Even exponent, even function. The graph is wider and flatter than x² near the x-axis, but still y-axis symmetric.
f(x) = cos(x)
Cosine is even. cos(-θ) = cos(θ). The wave oscillates symmetrically around the y-axis, which is why cosine graphs look balanced.
f(x) = 1
Constant functions are even. f(-x) = 1 = f(x) always holds. The horizontal line y = 1 is trivially symmetric.
Even vs Odd vs Neither — The Comparison You Need
| Property | Even Function | Odd Function | Neither |
|---|---|---|---|
| Definition | f(-x) = f(x) | f(-x) = -f(x) | Neither condition holds |
| Graph Symmetry | Y-axis (vertical mirror) | Origin (rotational 180°) | No symmetry |
| Examples | x², |x|, cos(x), x⁴ | x³, 1/x, sin(x) | x² + x, x³ + 1 |
| f(0) | Can be anything | Always 0 | Can be anything |
How to Identify an Even Function in 3 Steps
You don't need to graph everything. Here's the practical test:
- Replace every x with -x in the function
- Simplify the expression
- Check if you got the original function back
Example: Is f(x) = x⁴ + 2x² + 1 even?
Replace x with -x:
f(-x) = (-x)⁴ + 2(-x)² + 1 = x⁴ + 2x² + 1
That equals f(x). It's even.
Example: Is f(x) = x³ + x even?
f(-x) = (-x)³ + (-x) = -x³ - x
This is not equal to x³ + x. It's not even, and it's not odd either. It's neither.
Practical How To: Graphing an Even Function
You only need half the work. Graph the function for x ≥ 0, then mirror it.
- Step 1: Plot points for positive x values (0, 1, 2, 3...)
- Step 2: Reflect each point across the y-axis
- Step 3: Connect the points smoothly
For f(x) = x², plot (0,0), (1,1), (2,4). Reflect to get (0,0), (-1,1), (-2,4). Connect with a parabola.
Where Students Go Wrong
Confusing even with odd. x² is even. x³ is odd. The exponent tells you, but only for simple monomials. Watch out for sums—x² + x³ is neither.
Assuming symmetry means even. Y-axis symmetry means even. Origin symmetry means odd. No symmetry means neither. The direction of the mirror matters.
Forgetting to simplify. You might get f(-x) = |x| when f(x) = √(x²). These are equal, so it's even—but you have to recognize that √(x²) = |x| first.
The Quick Reference
- Even functions: f(-x) = f(x) — mirror across y-axis
- Test by substituting -x for x
- Graph only the right half, then reflect
- Common even functions: x², |x|, x⁴, cos(x), constants