IB Maths AA HL Topic 2 β€” Functions Paper 1 & 2 ~7 min read

Odd & Even Functions

Some functions have a special kind of symmetry. Even functions look the same on both sides of the y-axis (mirror image). Odd functions look the same after a 180Β° spin about the origin (rotational). Most functions are neither β€” but if a function is odd or even, the property often makes integration, sketching, and series questions much faster. The test is one quick algebraic check: substitute βˆ’x and see what happens.

πŸ“˜ What you need to know

The two definitions

Even β€” mirror in y-axis
f(βˆ’x) = f(x)
e.g. x2, x4, cosx, |x|, constants
Odd β€” 180Β° rotation about O
f(βˆ’x) = βˆ’f(x)
e.g. x, x3, x5, sinx, tanx
Power-rule mnemonic:   an integer power xn is even when n is even, and odd when n is odd. Same word, same meaning.

What the symmetry looks like

Even is a mirror; odd is a spin
EVEN β€” reflection in y-axis y-axis (βˆ’a, b) (a, b) f(βˆ’x) = f(x) β€” same height on both sides ODD β€” 180Β° rotation about O (βˆ’a, βˆ’b) (a, b) f(βˆ’x) = βˆ’f(x) β€” opposite sign on both sides
Quick GDC trick: turn your calculator upside down (180Β° rotation). If the graph looks the same, it’s odd. Sounds silly but it works.

Combination rules β€” predict without testing

Once you know the type of each piece, you can often work out the type of the whole expression without algebra:

Sum/difference
even Β± even = even
odd Β± odd = odd
mixing even and odd β†’ usually neither
Product (same type)
even Γ— even = even
odd Γ— odd = even
two negatives multiply to positive
Product (mixed)
even Γ— odd = odd
odd “wins” against even
Mnemonic:   with multiplication, treat even = +1 and odd = βˆ’1, then multiply the signs. Two odds give +1 (even). One of each gives βˆ’1 (odd). Easy to remember.

How to test algebraically

🧭 Recipe β€” testing for odd/even

  1. Compute f(βˆ’x) by replacing every x with βˆ’x in the expression.
  2. Simplify using rules like (βˆ’x)2 = x2, sin(βˆ’x) = βˆ’sinx, cos(βˆ’x) = cosx.
  3. Compare: if it equals f(x) β†’ even. If it equals βˆ’f(x) β†’ odd. Otherwise β†’ neither.

Worked examples

WE 1

Test if a polynomial is odd, even, or neither

Show that f(x) = 5x3 βˆ’ 2x is odd.

Step 1: Compute f(βˆ’x) f(βˆ’x) = 5(βˆ’x)Β³ βˆ’ 2(βˆ’x) = βˆ’5xΒ³ + 2x Step 2: Compare to Β±f(x) βˆ’f(x) = βˆ’(5xΒ³ βˆ’ 2x) = βˆ’5xΒ³ + 2x f(βˆ’x) = βˆ’f(x) βœ“ f is odd all terms have odd powers of x β†’ expected to be odd
WE 2

Test a polynomial β€” even case

Show that f(x) = 2x4 + 3x2 βˆ’ 1 is even.

Step 1: Compute f(βˆ’x) f(βˆ’x) = 2(βˆ’x)⁴ + 3(βˆ’x)Β² βˆ’ 1 = 2x⁴ + 3xΒ² βˆ’ 1 Step 2: Compare to f(x) f(βˆ’x) = f(x) βœ“ f is even all terms have even powers (counting the βˆ’1 as x⁰) β†’ expected to be even
WE 3

A function that is neither odd nor even

Determine whether f(x) = x3 + 4x2 + x is odd, even, or neither.

Step 1: Compute f(βˆ’x) f(βˆ’x) = (βˆ’x)Β³ + 4(βˆ’x)Β² + (βˆ’x) = βˆ’xΒ³ + 4xΒ² βˆ’ x Step 2: Compare both ways f(x) = xΒ³ + 4xΒ² + x   β†’ not equal to f(βˆ’x), not even βˆ’f(x) = βˆ’xΒ³ βˆ’ 4xΒ² βˆ’ x   β†’ not equal to f(βˆ’x), not odd f is neither odd nor even mixing odd-power terms (xΒ³, x) with an even-power term (4xΒ²) usually gives neither
WE 4

Use combination rules β€” show even

Show, using combination rules, that g(x) = x2 cos(3x) + 7 is even.

Identify each piece xΒ² is even (even power) cos(3x) is even (cos of any expression in x: cos(βˆ’3x) = cos(3x)) 7 is even (constant) Apply combination rules xΒ² Β· cos(3x): even Γ— even = even even + even = even g(x) is even verify: g(βˆ’x) = (βˆ’x)Β²cos(βˆ’3x) + 7 = xΒ² cos(3x) + 7 = g(x) βœ“
WE 5

Use combination rules β€” show odd

Show that h(x) = 2x3 βˆ’ sin(5x) is odd.

Identify each piece 2xΒ³ is odd (constant Γ— odd) sin(5x) is odd (sin of an odd-input expression: sin(βˆ’5x) = βˆ’sin(5x)) Apply combination rules odd βˆ’ odd = odd Verify directly h(βˆ’x) = 2(βˆ’x)Β³ βˆ’ sin(βˆ’5x) = βˆ’2xΒ³ + sin(5x) = βˆ’(2xΒ³ βˆ’ sin(5x)) = βˆ’h(x) βœ“ h(x) is odd a multiplicative constant (2 here) doesn’t change parity β€” only the structure of the variable parts does
WE 6

Identify the type from a graph description

A graph of y = f(x) is symmetric about the y-axis: every point (a, b) on the curve has a partner (βˆ’a, b). State whether f is odd, even, or neither, with a reason.

Identify the symmetry type reflection in the y-axis ↔ even (if it had been 180Β° rotation about origin β†’ odd) f is even, because (a, b) and (βˆ’a, b) both lie on the graph, so f(βˆ’a) = f(a) = b for all a graphs alone are usually enough β€” pick any input and check the partner point on the other side

πŸ’‘ Top tips

⚠ Common mistakes

Odd and even functions become especially powerful in calculus β€” the integral of an odd function over a symmetric interval [βˆ’a, a] is automatically zero, and integrating an even function only requires the right half (then double it). The next note shifts to periodic functions: graphs that repeat the same pattern over and over β€” sin, cos, tan and their relatives.

Need help with Odd & Even Functions?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session β†’