2. Functions

Symmetry Of Functions

Symmetry of Functions

Introduction

students, symmetry is one of the fastest ways to understand what a function is doing 👀. If you can spot symmetry in a graph or equation, you can often predict values, simplify calculations, and check whether your answer is reasonable. In IB Mathematics: Analysis and Approaches HL, symmetry helps you connect algebra, graphs, and function behavior in a very practical way.

By the end of this lesson, you should be able to:

  • explain what symmetry means in function language,
  • recognize even, odd, and other common types of symmetry,
  • test symmetry using function notation,
  • connect symmetry to graphs, transformations, and inverse functions,
  • use symmetry to reason about polynomial, rational, exponential, and trigonometric-style graphs.

Symmetry is not just a visual idea. It is also a mathematical property that can be proved using function rules. That makes it important in IB-style reasoning, where you are expected to explain why something works, not just describe it.

What symmetry means in function language

A function is symmetric when part of its graph mirrors another part in a specific way. The most common symmetry types in this topic are symmetry about the $y$-axis, symmetry about the origin, and symmetry about a vertical line such as $x=a$.

1. Symmetry about the $y$-axis

A function $f(x)$ is even if

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

for all values of $x$ in its domain.

This means the graph looks the same on the left and right of the $y$-axis. If the point $(x,f(x))$ is on the graph, then $(-x,f(x))$ is also on the graph.

Example: $f(x)=x^2$ is even because

$$f(-x)=(-x)^2=x^2=f(x).$$

So the parabola is symmetric about the $y$-axis.

2. Symmetry about the origin

A function $f(x)$ is odd if

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

for all values of $x$ in its domain.

This means rotating the graph $180^\circ$ about the origin gives the same graph. If $(x,f(x))$ is on the graph, then $(-x,-f(x))$ is also on the graph.

Example: $f(x)=x^3$ is odd because

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

3. Symmetry about a line $x=a$

Some graphs are symmetric about a vertical line that is not the $y$-axis. This is common in transformations. If a function is transformed left or right, its symmetry line may move to $x=a$.

For example, the graph of

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

is symmetric about the line

$$x=2.$$

This is because the vertex is centered at $x=2$, and equal distances to the left and right give the same output.

How to test symmetry from a rule

students, when you are given an equation, the best IB habit is to test symmetry algebraically rather than relying only on the graph 📈. This is especially useful when the graph is not drawn or is difficult to read.

Testing for $y$-axis symmetry

Replace $x$ with $-x$ in the rule. If the result simplifies to the original function, then the function is even.

Example:

$$f(x)=x^4-6x^2+1$$

Then

$$f(-x)=(-x)^4-6(-x)^2+1=x^4-6x^2+1=f(x).$$

So the function is even.

Testing for origin symmetry

Replace $x$ with $-x$ and check whether the result is the negative of the original function.

Example:

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

Then

$$f(-x)=(-x)^5-3(-x)=-x^5+3x=-\bigl(x^5-3x\bigr)=-f(x).$$

So the function is odd.

Important domain check

A symmetry statement only makes sense if the domain allows both $x$ and $-x$. For example, if the domain is $x\ge 0$, then you cannot test even or odd symmetry in the usual way for all real numbers. Domain restrictions matter in IB problems, so always check the full function definition.

Symmetry in common function families

Different types of functions often have recognizable symmetry patterns. This helps you make quick predictions.

Polynomial functions

Polynomial graphs can be even, odd, or neither.

  • Even polynomials contain only even powers of $x$ and constants, such as $x^2$, $x^4-2x^2+7$.
  • Odd polynomials contain only odd powers of $x$ and no constant term, such as $x^3-5x$.

Example:

$$f(x)=2x^6-3x^4+8$$

is even because every term has an even power or is constant.

Example:

$$g(x)=x^7-4x^3+x$$

is odd because every term has an odd power.

Rational functions

Rational functions can also have symmetry, but asymptotes and domain restrictions can affect the graph.

Example:

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

satisfies

$$f(-x)=\frac{1}{-x}=-\frac{1}{x}=-f(x),$$

so it is odd. Its graph has origin symmetry.

Example:

$$g(x)=\frac{1}{x^2}$$

satisfies

$$g(-x)=\frac{1}{(-x)^2}=\frac{1}{x^2}=g(x),$$

so it is even. Its graph has $y$-axis symmetry.

Exponential and logarithmic functions

Basic exponential and logarithmic functions usually do not have even or odd symmetry.

For example, $f(x)=2^x$ is not even or odd because

$$f(-x)=2^{-x}$$

does not equal $f(x)$ or $-f(x)$ in general.

Similarly, $f(x)=\log x$ is not even or odd because its domain is only $x>0$, so $-x$ is not usually in the domain.

Trigonometric examples

Even though this lesson is about functions generally, trigonometric functions give strong symmetry examples.

  • $\cos x$ is even because

$$\cos(-x)=\cos x.$$

  • $\sin x$ is odd because

$$\sin(-x)=-\sin x.$$

These facts are useful when simplifying expressions and evaluating integrals or graphs later in the course.

Symmetry, transformations, and inverse functions

Symmetry is closely connected to transformations. If you shift a graph left, right, up, or down, the original symmetry may change location.

For example, $f(x)=x^2$ is symmetric about the $y$-axis, but the transformed function

$$g(x)=(x-3)^2+1$$

is symmetric about the line

$$x=3.$$

The shape is the same, but the symmetry axis moves.

Inverse functions are another important connection. If a function and its inverse are both drawn on the same axes, their graphs are reflections in the line

$$y=x.$$

This is a different kind of symmetry from even and odd symmetry. It is not about the graph mirroring itself, but about one function mirroring another.

A function has an inverse function only if it is one-to-one, which means each output comes from exactly one input. Symmetry can sometimes help you see whether a function is one-to-one. For instance, an even function like $f(x)=x^2$ is not one-to-one on all real numbers because both $x$ and $-x$ give the same output.

Using symmetry to solve problems

Symmetry is a powerful reasoning tool in IB Mathematics: Analysis and Approaches HL because it saves time and reduces calculation.

Example 1: Evaluating values

Suppose

$$f(x)=x^4-2x^2+5.$$

Since $f$ is even, we know

$$f(-3)=f(3).$$

So instead of calculating $f(-3)$ directly, we can use the easier positive input.

Example 2: Checking a graph quickly

If a graph crosses the point $(4,7)$ and the function is even, then the point $(-4,7)$ must also be on the graph. If the function is odd, then $(-4,-7)$ must be on the graph.

This is useful when sketching from a table or from partial information.

Example 3: Solving equations with symmetry

If $f$ is even and

$$f(5)=12,$$

then

$$f(-5)=12.$$

If $f$ is odd and

$$f(5)=12,$$

then

$$f(-5)=-12.$$

These short deductions are common in problem-solving and help check answers in longer questions.

Conclusion

Symmetry of functions is about recognizing how outputs relate when inputs are reflected or reversed. Even functions satisfy $f(-x)=f(x)$ and are symmetric about the $y$-axis. Odd functions satisfy $f(-x)=-f(x)$ and are symmetric about the origin. Some graphs also have symmetry about lines such as $x=a$, especially after transformations.

For students, the key IB skill is not just spotting symmetry visually, but proving it from the function rule, checking the domain, and using symmetry to simplify reasoning. This connects directly to the wider Functions topic because it links graphs, algebraic expressions, transformations, inverse functions, and problem-solving strategies. 🌟

Study Notes

  • Even functions satisfy $f(-x)=f(x)$ and have symmetry about the $y$-axis.
  • Odd functions satisfy $f(-x)=-f(x)$ and have symmetry about the origin.
  • To test symmetry, substitute $-x$ for $x$ and compare the result with $f(x)$ and $-f(x)$.
  • Always check the domain before claiming even or odd symmetry.
  • Polynomial functions may be even, odd, or neither depending on their terms.
  • Rational functions can show symmetry, but asymptotes and domain restrictions matter.
  • Basic exponential and logarithmic functions are usually neither even nor odd.
  • $\cos x$ is even and $\sin x$ is odd.
  • Transformations can move the axis of symmetry from $x=0$ to $x=a$.
  • Inverse functions are reflected in the line $y=x$, which is a different symmetry idea.
  • Symmetry helps simplify calculations, graphing, and checking answers in IB-style problems.

Practice Quiz

5 questions to test your understanding

Symmetry Of Functions — IB Mathematics Analysis And Approaches HL | A-Warded