Determine whether f(x) is even (f(−x) = f(x)), odd (f(−x) = −f(x)), or neither — with step-by-step numerical verification and a symmetry graph.
x^2, sin(x), cos(x), sqrt(x), abs(x), log(x), exp(x), PI
—
—
| x | f(x) | f(−x) | f(−x) = f(x)? | f(−x) = −f(x)? |
|---|
f(−x) = f(x) for all x in domain
A function is even if substituting −x gives exactly the same output. Graphically, the curve is a mirror image across the y-axis — fold the graph along the y-axis and the two halves match perfectly.
Common even functions:
f(−x) = −f(x) for all x in domain
A function is odd if substituting −x gives the negative of the original output. Graphically, the curve has 180° rotational symmetry about the origin — rotating the graph half a turn leaves it unchanged.
Common odd functions:
A live session can clear up symmetry, domain concerns, and how these concepts connect to calculus — in about an hour.