Year 11 Maths Advanced Module 1 ⏱ ~35 min Lesson 5 of 15

Odd & Even Functions

Look at a butterfly's wings or the arch of the Sydney Harbour Bridge. Symmetry is everywhere in nature and design. In mathematics, special functions called even and odd functions capture this symmetry in precise, testable rules.

🦋
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

Consider the parabola $y = x^2$. What happens to the $y$-value when you replace $x$ with $-x$? Now consider $y = x^3$. Does the same thing happen? What kind of symmetry do you think each graph might have?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Even
$f(-x) = f(x)$ Symmetry: reflection in the $y$-axis
Odd
$f(-x) = -f(x)$ Symmetry: $180^\circ$ rotation about the origin
Neither
Does not satisfy either condition
Key insight: The only function that is both even and odd is $f(x) = 0$.
📖 Know

Key Facts

  • The algebraic definitions of even and odd functions
  • The geometric meanings of each type of symmetry
  • That a function can be neither even nor odd
💡 Understand

Concepts

  • Why $f(-x) = f(x)$ corresponds to $y$-axis symmetry
  • Why $f(-x) = -f(x)$ corresponds to origin symmetry
  • How symmetry reduces the amount of working needed in analysis
✅ Can Do

Skills

  • Algebraically test whether a function is even, odd, or neither
  • Use symmetry properties to sketch graphs more efficiently
  • Predict $f(-a)$ given $f(a)$ for even or odd functions

Misconceptions to Fix

Wrong: √(a + b) = √a + √b.

Right: The square root of a sum is not the sum of square roots; √(a+b) cannot be simplified this way.

Key Terms
FunctionA relation where each input has exactly one output.
DomainThe set of all possible input values for a function.
RangeThe set of all possible output values for a function.
Inverse FunctionA function that reverses the effect of the original function.
QuadraticA polynomial of degree 2, in the form ax² + bx + c.
DiscriminantThe expression b² - 4ac that determines the nature of quadratic roots.
🔢

Even and Odd Functions

Some functions have special symmetry properties that make them easier to analyse and sketch. There are two main types: even functions and odd functions.

Even Functions

A function is even if:

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

This means replacing $x$ with $-x$ leaves the output unchanged. Geometrically, the graph of an even function is a mirror image across the $y$-axis.

Examples: $f(x) = x^2$, $f(x) = x^4$, $f(x) = |x|$, $f(x) = \cos(x)$

Odd Functions

A function is odd if:

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

This means replacing $x$ with $-x$ flips the sign of the output. Geometrically, the graph of an odd function has rotational symmetry of $180^\circ$ about the origin. If you rotate the graph halfway around the point $(0, 0)$, it looks exactly the same.

Examples: $f(x) = x$, $f(x) = x^3$, $f(x) = x^5$, $f(x) = \sin(x)$

Neither even nor odd. Many functions satisfy neither condition. For example, $f(x) = x^2 + x$ has an even term ($x^2$) and an odd term ($x$). When tested, $f(-x) = x^2 - x$, which equals neither $f(x)$ nor $-f(x)$. Such functions have no special symmetry about the $y$-axis or the origin.
TYPES OF SYMMETRY EVEN FUNCTION Reflection in the y-axis: f(−x) = f(x) ODD FUNCTION 180° rotation about origin: f(−x) = −f(x)

🧮 Worked Examples

Worked Example 1 — Testing for Even or Odd

Stepwise
Determine whether $f(x) = x^4 - 2x^2$ is even, odd, or neither.
  1. 1
    Find $f(-x)$
    f(-x) = (-x)^4 - 2(-x)^2 = x^4 - 2x^2
  2. 2
    Compare with $f(x)$
    f(x) = x^4 - 2x^2
    Since $f(-x) = f(x)$, the function is even.
  3. 3
    Check for oddness (optional but good practice)
    -f(x) = -(x^4 - 2x^2) = -x^4 + 2x^2
    This is not equal to $f(-x)$, so the function is not odd.
✓ Answer $f(x)$ is an even function.

Worked Example 2 — Testing for Odd

Stepwise
Determine whether $f(x) = x^3 + x$ is even, odd, or neither.
  1. 1
    Find $f(-x)$
    f(-x) = (-x)^3 + (-x) = -x^3 - x
  2. 2
    Compare with $-f(x)$
    -f(x) = -(x^3 + x) = -x^3 - x
    Since $f(-x) = -f(x)$, the function is odd.
  3. 3
    Verify it is not even
    f(x) = x^3 + x \neq -x^3 - x = f(-x)
    So the function is not even.
✓ Answer $f(x)$ is an odd function.

Worked Example 3 — Neither Even nor Odd

Stepwise
Determine whether $f(x) = x^2 - 3x + 1$ is even, odd, or neither.
  1. 1
    Find $f(-x)$
    f(-x) = (-x)^2 - 3(-x) + 1 = x^2 + 3x + 1
  2. 2
    Compare with $f(x)$
    f(x) = x^2 - 3x + 1
    These are not equal (the middle term differs), so the function is not even.
  3. 3
    Compare with $-f(x)$
    -f(x) = -(x^2 - 3x + 1) = -x^2 + 3x - 1
    This is not equal to $f(-x)$, so the function is not odd.
✓ Answer $f(x)$ is neither even nor odd.
⚠️

Common Mistakes — Don't Lose Easy Marks

Confusing even/odd with positive/negative coefficients
Some students think a function is "odd" because it has odd powers, or "even" because it has a positive leading coefficient. The names refer to the symmetry properties, not the sign of the coefficients.
✓ Fix: Always perform the algebraic test. Calculate $f(-x)$ and compare it to $f(x)$ and $-f(x)$.
Forgetting that the zero function is both even and odd
$f(x) = 0$ satisfies both $f(-x) = f(x)$ and $f(-x) = -f(x)$. It is the only function with this property.
✓ Fix: If asked for an example of a function that is both even and odd, the answer is $f(x) = 0$.
Assuming all functions must be even or odd
Most functions are neither. Any polynomial with both even and odd powers, or any function with a horizontal or vertical shift that breaks symmetry, will be neither.
✓ Fix: If $f(-x)$ equals neither $f(x)$ nor $-f(x)$, confidently state "neither."
Sign errors when computing $f(-x)$
For $f(x) = x^3 - 2x$, some students write $f(-x) = -x^3 - 2x$ instead of $-x^3 + 2x$. Each term must have its sign flipped individually.
✓ Fix: Substitute $-x$ into every term using brackets, then simplify each power separately.

📓 Copy Into Your Books

📖 Even Functions

  • $f(-x) = f(x)$
  • Symmetry: reflection in the $y$-axis
  • Examples: $x^2$, $x^4$, $|x|$, $\cos(x)$

🔢 Odd Functions

  • $f(-x) = -f(x)$
  • Symmetry: $180^\circ$ rotation about the origin
  • Examples: $x$, $x^3$, $x^5$, $\sin(x)$

⚠️ Neither

  • Mix of even and odd powers
  • Any constant shift (e.g. $x^2 + 1$ is even, but $x^2 + x$ is neither)
  • Always test algebraically

💡 Testing Procedure

  • Step 1: Find $f(-x)$
  • Step 2: Does $f(-x) = f(x)$? → Even
  • Step 3: Does $f(-x) = -f(x)$? → Odd
  • Step 4: Otherwise → Neither

📝 How are you completing this lesson?

🧪 Activities

📊 Activity 1 — Sort + Classify

Even, Odd, or Neither?

For each function, determine whether it is even, odd, or neither. Show the algebraic test that justifies your answer.

A

$f(x) = x^6$

Type your classification and reason:

Write your answer in your book.

Answer in your workbook
B

$f(x) = x^3 - x$

Type your classification and reason:

Write your answer in your book.

Answer in your workbook
C

$f(x) = x^2 + x + 1$

Type your classification and reason:

Write your answer in your book.

Answer in your workbook
D

$f(x) = \dfrac{1}{x}$

Type your classification and reason:

Write your answer in your book.

Answer in your workbook
🎨 Activity 2 — Predict and Sketch

Use Symmetry to Complete the Graph

A partial graph of a function is shown for $x \geq 0$. Use what you know about even and odd symmetry to predict what the rest of the graph looks like.

  1. 1 If the graph is known to be even, describe how you would complete it for $x < 0$. What specific transformation maps each point $(a, b)$ on the right side to a corresponding point on the left side?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 If the graph is known to be odd, describe how you would complete it for $x < 0$. What specific transformation maps each point $(a, b)$ on the right side to a corresponding point on the left side?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 An even function satisfies $f(2) = 5$. Without doing any further calculation, state the value of $f(-2)$ and explain why.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked: Consider $y = x^2$. What happens when you replace $x$ with $-x$? Now consider $y = x^3$. Does the same thing happen? What symmetry might each graph have?

For $y = x^2$, replacing $x$ with $-x$ gives $(-x)^2 = x^2$, so the output stays the same. This is the hallmark of an even function, and the graph has reflection symmetry in the $y$-axis. For $y = x^3$, replacing $x$ with $-x$ gives $(-x)^3 = -x^3$, so the output flips sign. This is the hallmark of an odd function, and the graph has $180^\circ$ rotational symmetry about the origin. Symmetry in functions is not just beautiful — it is a powerful tool that lets us predict behaviour, simplify calculations, and sketch graphs with far less effort.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

UnderstandBand 3

8. Explain the difference between an even function and an odd function, both algebraically and geometrically. Use the functions $f(x) = x^2$ and $g(x) = x^3$ as examples in your explanation. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
ApplyBand 3

9. Determine whether each function is even, odd, or neither. Show the algebraic test for each. (a) $f(x) = 3x^4 - x^2$ (b) $f(x) = x^5 + 2x^3$ (c) $f(x) = x^2 - 2x + 3$ 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
EvaluateBand 5

10. A student claims that if a function contains only odd powers of $x$, it must be an odd function. Evaluate this claim. Is it always true? Provide a proof if it is true, or a counterexample if it is false. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

📊 Activity 1 — Sort + Classify Model Answers

A. $f(x) = x^6$ — Even. $f(-x) = (-x)^6 = x^6 = f(x)$.

B. $f(x) = x^3 - x$ — Odd. $f(-x) = (-x)^3 - (-x) = -x^3 + x = -(x^3 - x) = -f(x)$.

C. $f(x) = x^2 + x + 1$ — Neither. $f(-x) = x^2 - x + 1$, which equals neither $f(x)$ nor $-f(x)$.

D. $f(x) = \frac{1}{x}$ — Odd. $f(-x) = \frac{1}{-x} = -\frac{1}{x} = -f(x)$.

🎨 Activity 2 — Predict and Sketch Model Answers

1. Reflect the right-hand side in the $y$-axis. Each point $(a, b)$ maps to $(-a, b)$.

2. Rotate the right-hand side $180^\circ$ about the origin. Each point $(a, b)$ maps to $(-a, -b)$.

3. $f(-2) = 5$. For an even function, $f(-x) = f(x)$, so the outputs at $x = 2$ and $x = -2$ must be equal.

❓ Multiple Choice

1. B — $f(-x) = f(x)$ defines an even function.

2. B — $f(-x) = -f(x)$ for $f(x) = x^3$.

3. C — $180^\circ$ rotational symmetry about the origin.

4. A — All powers are even; $f(-x) = f(x)$.

5. B — $f(-x) = -f(x)$, so odd.

📝 Short Answer Model Answers

Q8 (3 marks): An even function satisfies $f(-x) = f(x)$ and has reflection symmetry in the $y$-axis [1]. For example, $f(x) = x^2$ gives $f(-x) = (-x)^2 = x^2 = f(x)$ [0.5]. An odd function satisfies $f(-x) = -f(x)$ and has $180^\circ$ rotational symmetry about the origin [1]. For example, $g(x) = x^3$ gives $g(-x) = (-x)^3 = -x^3 = -g(x)$ [0.5].

Q9 (4 marks):

(a) $f(-x) = 3(-x)^4 - (-x)^2 = 3x^4 - x^2 = f(x)$ → Even (b) $f(-x) = (-x)^5 + 2(-x)^3 = -x^5 - 2x^3 = -(x^5 + 2x^3) = -f(x)$ → Odd (c) $f(-x) = (-x)^2 - 2(-x) + 3 = x^2 + 2x + 3$. Not equal to $f(x)$ or $-f(x)$ → Neither

Award 1 mark each for correct classification with working.

Q10 (3 marks): The student's claim is true [1]. If a function consists only of odd powers of $x$, each term satisfies $(-x)^{\text{odd}} = -x^{\text{odd}}$. When summed, $f(-x) = -f(x)$ [1–2]. For example, $f(x) = x^3 + 2x$ gives $f(-x) = -x^3 - 2x = -f(x)$. Therefore any polynomial with only odd powers is an odd function.

⚔️
Boss Battle

Boss Battle — Odd & Even Functions!

Face the boss using your knowledge of symmetry, odd and even functions. Pool: lessons 1–5.

Mark lesson as complete

Tick when you've finished all activities and checked your answers.