College Algebra

Symmetry of Functions

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

Symmetry is a powerful tool for understanding and graphing functions. If you know a function is symmetric, you only need to graph half of it — the other half is determined by the symmetry. In college algebra, we formalize the algebraic tests for symmetry and explore how symmetry simplifies analysis.

Even Functions: Symmetry About the yy-Axis

A function ff is even if:

f(x)=f(x)for all x in the domainf(-x) = f(x) \quad \text{for all } x \text{ in the domain}

Graphically, an even function is symmetric about the yy-axis — the left half is a mirror image of the right half. If you fold the graph along the yy-axis, both sides overlap exactly.

Common even functions:

  • f(x)=x2f(x) = x^2 (and any x2nx^{2n})
  • f(x)=xf(x) = |x|
  • f(x)=cos(x)f(x) = \cos(x)
  • f(x)=x43x2+1f(x) = x^4 - 3x^2 + 1

Algebraic Test for Even Functions

To test whether f(x)=x42x2+5f(x) = x^4 - 2x^2 + 5 is even:

Step 1: Compute f(x)f(-x):

f(x)=(x)42(x)2+5=x42x2+5f(-x) = (-x)^4 - 2(-x)^2 + 5 = x^4 - 2x^2 + 5

Step 2: Compare with f(x)f(x):

f(x)=x42x2+5=f(x)f(-x) = x^4 - 2x^2 + 5 = f(x)

Since f(x)=f(x)f(-x) = f(x), the function is even.

Key insight: A polynomial is even if and only if every term has an even exponent (including the constant, which has exponent 0).

Odd Functions: Symmetry About the Origin

A function ff is odd if:

f(x)=f(x)for all x in the domainf(-x) = -f(x) \quad \text{for all } x \text{ in the domain}

Graphically, an odd function has rotational symmetry about the origin — rotating the graph 180 degrees around the origin produces the same graph. If the point (a,b)(a, b) is on the graph, then (a,b)(-a, -b) is also on the graph.

Common odd functions:

  • f(x)=xf(x) = x (and any x2n+1x^{2n+1})
  • f(x)=x3f(x) = x^3
  • f(x)=sin(x)f(x) = \sin(x)
  • f(x)=1xf(x) = \frac{1}{x}

Algebraic Test for Odd Functions

To test whether g(x)=x35xg(x) = x^3 - 5x is odd:

Step 1: Compute g(x)g(-x):

g(x)=(x)35(x)=x3+5xg(-x) = (-x)^3 - 5(-x) = -x^3 + 5x

Step 2: Compute g(x)-g(x):

g(x)=(x35x)=x3+5x-g(x) = -(x^3 - 5x) = -x^3 + 5x

Step 3: Compare:

g(x)=x3+5x=g(x)g(-x) = -x^3 + 5x = -g(x)

Since g(x)=g(x)g(-x) = -g(x), the function is odd.

Key insight: A polynomial is odd if and only if every term has an odd exponent (and there is no constant term).

Functions That Are Neither Even Nor Odd

Most functions are neither even nor odd. If f(x)f(x)f(-x) \neq f(x) and f(x)f(x)f(-x) \neq -f(x), the function has no symmetry of this type.

Worked Example 1: Testing for Neither

Test h(x)=x3+x2h(x) = x^3 + x^2 for symmetry.

h(x)=(x)3+(x)2=x3+x2h(-x) = (-x)^3 + (-x)^2 = -x^3 + x^2

Compare with h(x)=x3+x2h(x) = x^3 + x^2: not equal (the x3x^3 terms differ in sign, but the x2x^2 terms are the same).

Compare with h(x)=x3x2-h(x) = -x^3 - x^2: not equal (the x2x^2 terms differ in sign).

Since h(x)h(-x) equals neither h(x)h(x) nor h(x)-h(x), the function is neither even nor odd.

Why? The function mixes even-power terms (x2x^2) with odd-power terms (x3x^3). Symmetry requires all terms to be of one type.

Worked Example 2: Testing a Rational Function

Test f(x)=xx2+1f(x) = \frac{x}{x^2 + 1} for symmetry.

f(x)=x(x)2+1=xx2+1=xx2+1=f(x)f(-x) = \frac{-x}{(-x)^2 + 1} = \frac{-x}{x^2 + 1} = -\frac{x}{x^2 + 1} = -f(x)

Since f(x)=f(x)f(-x) = -f(x), the function is odd.

Worked Example 3: Absolute Value with Polynomial

Test f(x)=x3f(x) = |x^3| for symmetry.

f(x)=(x)3=x3=x3=f(x)f(-x) = |(-x)^3| = |-x^3| = |x^3| = f(x)

Since f(x)=f(x)f(-x) = f(x), the function is even — even though x3x^3 alone is odd, the absolute value removes the sign difference.

The Special Case: f(x)=0f(x) = 0

The zero function f(x)=0f(x) = 0 is both even and odd. It is the only function with this property (because it satisfies both f(x)=0=f(x)f(-x) = 0 = f(x) and f(x)=0=f(x)f(-x) = 0 = -f(x)).

xx-Axis Symmetry

A graph has xx-axis symmetry if whenever (x,y)(x, y) is on the graph, (x,y)(x, -y) is also on the graph. However, a graph with xx-axis symmetry cannot be a function (unless it lies entirely on the xx-axis), because the points (x,y)(x, y) and (x,y)(x, -y) represent two outputs for the same input.

Example: The circle x2+y2=25x^2 + y^2 = 25 has xx-axis symmetry, yy-axis symmetry, and origin symmetry — but it is not a function.

Symmetry About Other Lines

A graph can be symmetric about lines other than the axes. The most common case is symmetry about a vertical line x=hx = h.

A function ff is symmetric about the line x=hx = h if:

f(h+t)=f(ht)for all tf(h + t) = f(h - t) \quad \text{for all } t

Example: The parabola f(x)=(x3)2+1f(x) = (x - 3)^2 + 1 is symmetric about x=3x = 3:

f(3+t)=t2+1=f(3t)f(3 + t) = t^2 + 1 = f(3 - t)

Every quadratic f(x)=a(xh)2+kf(x) = a(x - h)^2 + k is symmetric about the line x=hx = h (its axis of symmetry).

Using Symmetry to Simplify Graphing

If you know a function is even, you only need to plot it for x0x \geq 0 and reflect the result across the yy-axis. If it is odd, plot for x0x \geq 0 and rotate 180 degrees about the origin (equivalently, reflect across yy-axis then across xx-axis, or vice versa).

Worked Example 4: Graphing with Symmetry

Graph f(x)=x44x2f(x) = x^4 - 4x^2.

Step 1: Test for symmetry.

f(x)=(x)44(x)2=x44x2=f(x)f(-x) = (-x)^4 - 4(-x)^2 = x^4 - 4x^2 = f(x). The function is even.

Step 2: Find zeros: x44x2=x2(x24)=x2(x2)(x+2)=0x^4 - 4x^2 = x^2(x^2 - 4) = x^2(x - 2)(x + 2) = 0, giving x=0,±2x = 0, \pm 2.

Step 3: Find the minimum. Factor as f(x)=(x22)24f(x) = (x^2 - 2)^2 - 4. The minimum of (x22)2(x^2 - 2)^2 is 0, occurring when x2=2x^2 = 2, i.e., x=±2x = \pm\sqrt{2}. So f(±2)=4f(\pm\sqrt{2}) = -4.

Step 4: Plot only the right half: (0,0)(0, 0), (2,4)(1.41,4)(\sqrt{2}, -4) \approx (1.41, -4), (2,0)(2, 0), and for larger xx the function grows rapidly. Mirror across the yy-axis.

Symmetry and Integration (Calculus Preview)

Even and odd symmetry produce elegant results in calculus:

  • The integral of an even function over [a,a][-a, a] equals twice the integral over [0,a][0, a]: aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\,dx = 2\int_{0}^{a} f(x)\,dx

  • The integral of an odd function over [a,a][-a, a] is always zero: aaf(x)dx=0\int_{-a}^{a} f(x)\,dx = 0

These properties save significant computation time. While you will not compute integrals in this course, knowing that odd functions “cancel out” over symmetric intervals is conceptually valuable.

Properties of Even and Odd Functions

Several algebraic properties follow from the definitions:

OperationResult
even + eveneven
odd + oddodd
even ×\times eveneven
odd ×\times oddeven
even ×\times oddodd
f(x)=f(x) = even + oddff is neither (generally)

Also, if ff is odd, then f(0)=0f(0) = 0 (when 0 is in the domain), because f(0)=f(0)f(-0) = -f(0) gives f(0)=f(0)f(0) = -f(0), which means 2f(0)=02f(0) = 0.

Real-World Application: Structural Engineering

In structural engineering, symmetric loading on a beam produces symmetric deflection curves. If a beam is loaded symmetrically about its midpoint, the deflection function d(x)d(x) is even relative to the center:

d(x)=d(x)d(-x) = d(x)

Engineers exploit this by analyzing only half the beam. For a fixed-end beam of length LL with a uniform load, the deflection relative to the center is:

d(x)=w24EI ⁣(x4L22x2+L416)d(x) = \frac{w}{24EI}\!\left(x^4 - \frac{L^2}{2}x^2 + \frac{L^4}{16}\right)

Every term has an even power of xx, confirming the function is even. The maximum deflection occurs at x=0x = 0 (the center).

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Determine whether f(x)=3x47x2+2f(x) = 3x^4 - 7x^2 + 2 is even, odd, or neither.

f(x)=3(x)47(x)2+2=3x47x2+2=f(x)f(-x) = 3(-x)^4 - 7(-x)^2 + 2 = 3x^4 - 7x^2 + 2 = f(x)

Answer: Even. All exponents (4, 2, 0) are even.

Problem 2: Determine whether g(x)=x5x3+xg(x) = x^5 - x^3 + x is even, odd, or neither.

g(x)=(x)5(x)3+(x)=x5+x3x=(x5x3+x)=g(x)g(-x) = (-x)^5 - (-x)^3 + (-x) = -x^5 + x^3 - x = -(x^5 - x^3 + x) = -g(x)

Answer: Odd. All exponents (5, 3, 1) are odd.

Problem 3: Determine whether h(x)=x2x3+1h(x) = \frac{x^2}{x^3 + 1} is even, odd, or neither.

h(x)=(x)2(x)3+1=x2x3+1h(-x) = \frac{(-x)^2}{(-x)^3 + 1} = \frac{x^2}{-x^3 + 1}

Compare with h(x)=x2x3+1h(x) = \frac{x^2}{x^3 + 1}: not equal (denominators differ).

Compare with h(x)=x2x3+1-h(x) = \frac{-x^2}{x^3 + 1}: not equal (both numerator and denominator differ).

Answer: Neither even nor odd.

Problem 4: If ff is an odd function and f(3)=7f(3) = 7, what is f(3)f(-3)?

By the odd function property: f(3)=f(3)=7f(-3) = -f(3) = -7.

Answer: f(3)=7f(-3) = -7.

Problem 5: Show that f(x)=exex2f(x) = \frac{e^x - e^{-x}}{2} is an odd function.

f(x)=exe(x)2=exex2=exex2=f(x)f(-x) = \frac{e^{-x} - e^{-(-x)}}{2} = \frac{e^{-x} - e^{x}}{2} = -\frac{e^{x} - e^{-x}}{2} = -f(x)

Answer: Since f(x)=f(x)f(-x) = -f(x), the function is odd. (This is the hyperbolic sine function, sinh(x)\sinh(x).)

Problem 6: A function has the graph points (1,4)(1, 4), (2,7)(2, 7), (3,12)(3, 12), and it is known to be even. List three additional points on the graph.

Even symmetry: if (a,b)(a, b) is on the graph, then (a,b)(-a, b) is also on the graph.

Additional points: (1,4)(-1, 4), (2,7)(-2, 7), (3,12)(-3, 12).

Answer: (1,4)(-1, 4), (2,7)(-2, 7), (3,12)(-3, 12).

Key Takeaways

  • A function is even if f(x)=f(x)f(-x) = f(x) — its graph is symmetric about the yy-axis
  • A function is odd if f(x)=f(x)f(-x) = -f(x) — its graph has 180-degree rotational symmetry about the origin
  • For polynomials: all even exponents means even; all odd exponents means odd; mixed means neither
  • xx-axis symmetry exists for relations but not for functions (except f(x)=0f(x) = 0)
  • Symmetry about x=hx = h means f(h+t)=f(ht)f(h + t) = f(h - t) — every parabola has this
  • Knowing symmetry lets you graph half the function and derive the rest
  • Odd functions always pass through the origin (when 0 is in the domain)
  • The product of two odd functions is even; the product of an even and an odd function is odd

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026