2.2.10 · D3Functions

Worked examples — Even and odd functions — graphical and algebraic tests

2,518 words11 min readBack to topic

This page is the "no surprises" drill for the parent topic. We take the algebraic test vs vs and run it through every kind of input a problem can hand you: clean polynomials, sign traps, functions that break because their domain is lopsided, functions that are secretly neither, a real-world word problem, and an exam twist. If a scenario can appear, it appears below.

Figure — Even and odd functions — graphical and algebraic tests

The scenario matrix

Before working anything, here is the full list of case-classes this topic can throw at you. Each row is a distinct trap or shape. The right column names the example that clears it.

Cell Case class What makes it tricky Cleared by
A Pure even power(s) baseline sanity Ex 1
B Pure odd power(s) mixed "different powers ⇒ neither" trap Ex 2
C Even odd term genuinely neither Ex 3
D Constant / the zero function degenerate: is a flat line even? odd? both? Ex 4
E Quotient (rational) sign travels through division Ex 5
F Composition with or square inner symmetry forces outer Ex 6
G Lopsided domain (e.g. ) fails before you even compute Ex 7
H Piecewise / spot-check trap one point lies to you Ex 8
I Word problem (physics) translate reality → symmetry Ex 9
J Exam twist: decompose + integrate odd part vanishes on Ex 10

We now hit every cell.


Figure — Even and odd functions — graphical and algebraic tests

Recall drill

Recall Why does a lopsided domain (Ex 7) block even/odd before any algebra?

Because the definitions compare with ; if isn't in the domain the comparison can't be made ::: the domain must contain whenever it contains , else the function is neither by default.

Recall Which single function is both even and odd, and why?

The zero function ::: because it needs and simultaneously, i.e. , which only satisfies.

Recall Why is

even even though... it involves nothing odd? The inner is even, so the sign is destroyed before the outer function acts ::: an even inner layer forces the whole composite to be even.

An odd function integrated over equals
An even inner function makes any composite
even
The only function that is both even and odd is
the zero function