Even and Odd Functions

Symmetry in Functions

Some functions have special symmetry properties.

  • Even functions — symmetric about the y-axis
  • Odd functions — symmetric about the origin

Even Functions

A function is even if:

f(x)=f(x)f(-x) = f(x)

Plugging in x-x gives the same result as plugging in xx.



Examples of even functions:

  • f(x)=x2f(x) = x^2
  • f(x)=x4f(x) = x^4
  • f(x)=xf(x) = |x|
  • f(x)=cos(x)f(x) = \cos(x)

Visual test: If you fold the graph along the y-axis, the two halves match.


Odd Functions

A function is odd if:

f(x)=f(x)f(-x) = -f(x)

Plugging in x-x gives the negative of f(x)f(x).



Examples of odd functions:

  • f(x)=xf(x) = x
  • f(x)=x3f(x) = x^3
  • f(x)=x5f(x) = x^5
  • f(x)=sin(x)f(x) = \sin(x)

Visual test: If you rotate the graph 180° about the origin, it looks the same.


Testing Algebraically

To determine if a function is even, odd, or neither:

  1. Compute f(x)f(-x)
  2. Compare to f(x)f(x) and f(x)-f(x)

Example: Is f(x)=x42x2f(x) = x^4 - 2x^2 even, odd, or neither?

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

f(x)=(x)42(x)2=x42x2\begin{aligned} f(-x) &= (-x)^4 - 2(-x)^2 \\ &= x^4 - 2x^2 \end{aligned}

Step 2: Compare

  • f(x)=x42x2f(-x) = x^4 - 2x^2
  • f(x)=x42x2f(x) = x^4 - 2x^2

They’re equal! → Even


Example: Is f(x)=x3xf(x) = x^3 - x even, odd, or neither?

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

f(x)=(x)3(x)=x3+x\begin{aligned} f(-x) &= (-x)^3 - (-x) \\ &= -x^3 + x \end{aligned}

Step 2: Compare to f(x)-f(x)

f(x)=(x3x)=x3+x-f(x) = -(x^3 - x) = -x^3 + x

f(x)=f(x)f(-x) = -f(x)Odd


Example: Is f(x)=x2+xf(x) = x^2 + x even, odd, or neither?

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

f(x)=(x)2+(x)=x2x\begin{aligned} f(-x) &= (-x)^2 + (-x) \\ &= x^2 - x \end{aligned}

Step 2: Compare

  • f(x)=x2xf(-x) = x^2 - x
  • f(x)=x2+xf(x) = x^2 + x
  • f(x)=x2x-f(x) = -x^2 - x

f(x)f(-x) equals neither f(x)f(x) nor f(x)-f(x)Neither


Quick Patterns

For polynomials:

  • All even powers → even function (x4+x2+1x^4 + x^2 + 1)
  • All odd powers → odd function (x5x3+xx^5 - x^3 + x)
  • Mixed powers → usually neither (x3+x2x^3 + x^2)

Properties

Multiplication:

  • Even × Even = Even
  • Odd × Odd = Even
  • Even × Odd = Odd

Addition:

  • Sum of even functions → even
  • Sum of odd functions → odd
  • Sum of even + odd → usually neither