ironfern @ docs ~/math/grade-9/2-quadratic/even-odd $

Even & Odd Functions

Symmetry simplifies analysis. Even and odd functions have specific symmetry properties that make them easier to graph and study.

Definitions

📐Definition — Even Function

A function ff is even if for every xx in its domain:

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

The graph of an even function is symmetric about the yy-axis.

📐Definition — Odd Function

A function ff is odd if for every xx in its domain:

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

The graph of an odd function is symmetric about the origin (180° rotational symmetry).

Important prerequisite: The domain must be symmetric about 00. That is, if xx is in the domain, then x-x must be as well. For example, f(x)=xf(x) = \sqrt{x} (domain [0,+)[0, +\infty)) cannot be even or odd.

How to Test

To determine whether ff is even, odd, or neither:

  1. Compute f(x)f(-x) by substituting x-x for every xx.
  2. Simplify the result.
  3. Compare: if f(x)=f(x)f(-x) = f(x), the function is even. If f(x)=f(x)f(-x) = -f(x), it is odd. Otherwise, neither.

Examples

Functionf(x)f(-x)Classification
x2x^2(x)2=x2=f(x)(-x)^2 = x^2 = f(x)Even
x4+2x2x^4 + 2x^2x4+2x2=f(x)x^4 + 2x^2 = f(x)Even
x3x^3(x)3=x3=f(x)(-x)^3 = -x^3 = -f(x)Odd
x3xx^3 - xx3+x=(x3x)=f(x)-x^3 + x = -(x^3 - x) = -f(x)Odd
x2+xx^2 + xx2xf(x)x^2 - x \neq f(x) and f(x)\neq -f(x)Neither

From trigonometry: cosx\cos x is even, sinx\sin x is odd.

Worked Example

Example — Testing for Parity

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

Solution. Compute f(x)f(-x):

f(x)=(x)43(x)2+1=x43x2+1=f(x)f(-x) = (-x)^4 - 3(-x)^2 + 1 = x^4 - 3x^2 + 1 = f(x)

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

Decomposition into Even and Odd Parts

An interesting fact: any function ff (with a symmetric domain) can be written as the sum of an even function and an odd function:

f(x)=f(x)+f(x)2even part+f(x)f(x)2odd partf(x) = \underbrace{\frac{f(x) + f(-x)}{2}}_{\text{even part}} + \underbrace{\frac{f(x) - f(-x)}{2}}_{\text{odd part}}

You can verify that the first term satisfies g(x)=g(x)g(-x) = g(x) and the second satisfies h(x)=h(x)h(-x) = -h(x).

Exercise

Classify g(x)=x3+x2g(x) = x^3 + x^2. Is it even, odd, or neither? Compute g(x)g(-x) and compare.