Skip to main content
Home
Pimath

Menu EN

  • Home
  • 🌐 EN
    • 🇪🇸 ES
    • 🇫🇷 FR
    • 🇮🇹 IT
    • 🇵🇹 PT
  • About Me
  • 🚧 Theory & Exercises
User account menu
  • Log in

Breadcrumb

  1. Home

Odd and Even Functions

Profile picture for user Pimath
By Pimath, 3 June, 2025

Even functions and odd functions are distinguished by their symmetries: even functions are symmetric with respect to the y-axis, while odd functions are symmetric with respect to the origin. We will also explore the behaviour of the sum of functions: the sum of two even functions is still an even function, just as the sum of two odd functions is still odd. Finally, we will see how to decompose a function into its even part and its odd part.


  • Even Functions
  • Sum of two even functions
  • Odd Functions
  • Sum of two odd functions
  • Functions neither even nor odd
  • Integration over symmetric intervals
  • Decomposition of a function into even and odd parts
  • Proof of uniqueness of decomposition

Even Functions

Definition. A function \( f : X \to Y \) is called even if:

\[ \forall x \in X, \quad -x \in X \quad \text{and} \quad f(-x) = f(x) \]

In other words, a function is even if its domain is symmetric with respect to the origin and it takes the same value at \( x \) and \( -x \).

Example. The function \( f(x) = x^2 \) is even; indeed, for every \( x \in \mathbb{R} \), we have \( (-x)^2 = x^2 \).

Graph of an Even Function: The Parabola

Example. The function \( f(x) = \cos(x) \) is even; indeed, for every \( x \in \mathbb{R} \), we have \( \cos(-x) = \cos(x) \).

Graph of an Even Function: The Cosine

Example. The function \( f(x) = \cosh(x) \) is even; indeed, for every \( x \in \mathbb{R} \), we have \( \cosh(-x) = \cosh(x) \).

Graph of an Even Function: Hyperbolic Cosine

Example. The function \( f(x) = e^{-x^2} \) is even; indeed, for every \( x \in \mathbb{R} \), we have \( e^{-(-x)^2} = e^{-x^2} \).

Graph of an Even Function: e Raised to Minus x Squared

Sum of two even functions

Let \( f \) and \( g \) be two even functions, defined respectively on \( D_f \) and \( D_g \). Consider the sum \( f + g \), defined on \( D = D_f \cap D_g \). Since \( D_f \) and \( D_g \) are symmetric, the intersection \( D \) is also symmetric. For every \( x \in D \), we have:

\[ (f + g)(-x) = f(-x) + g(-x) = f(x) + g(x) = (f + g)(x) \]

therefore \( f + g \) is an even function.

An even function exhibits symmetry with respect to the y-axis. To analyse its graph it is therefore sufficient to study it for \( x \geq 0 \); the part for \( x < 0 \) is obtained by symmetry.

Odd Functions

Definition. A function \( f : X \to Y \) is called odd if:

\[ \forall x \in X, \quad -x \in X \quad \text{and} \quad f(-x) = -f(x) \]

In other words, a function is odd if its domain is symmetric with respect to the origin and it takes opposite values at \( x \) and \( -x \).

Example. The function \( f(x) = \sin(x) \) is odd; indeed, for every \( x \in \mathbb{R} \), we have \( \sin(-x) = -\sin(x) \).

Graph of an Odd Function: The Sine

Example. The function \( f(x) = x^3 \) is odd; indeed, for every \( x \in \mathbb{R} \), we have \( (-x)^3 = -x^3 \).

Graph of an Odd Function: Cubic Function

An odd function is symmetric with respect to the origin: rotating its graph 180° around the origin yields the same graph.

Sum of two odd functions

Let \( f \) and \( g \) be two odd functions, defined on domains \( D_f \) and \( D_g \). Then the sum \( f + g \), defined on the common domain \( D = D_f \cap D_g \), is also odd.

Indeed, for every \( x \in D \), we have:

\[ (f + g)(-x) = f(-x) + g(-x) = -f(x) - g(x) = -(f(x) + g(x)) = -(f + g)(x) \]

Therefore \( f + g \) is an odd function.

Functions neither even nor odd

If a function satisfies neither \( f(-x) = f(x) \) nor \( f(-x) = -f(x) \), then it is neither even nor odd.

Example. The functions \( f(x) = e^x \) and \( f(x) = x + 1 \) are neither even nor odd.

Integration over symmetric intervals

Even and odd functions are particularly useful when computing definite integrals over intervals symmetric with respect to the origin.

If \( f \) is even, then:

\[ \int_{-a}^{a} f(x) \, dx = 2 \int_{0}^{a} f(x) \, dx \]

If \( f \) is odd, then:

\[ \int_{-a}^{a} f(x) \, dx = 0 \]

Decomposition of a function into even and odd parts

Let \( f : X \to \mathbb{R} \) be a function defined on a set symmetric with respect to the origin, that is, such that \( x \in X \implies -x \in X \). Then \( f \) can be written uniquely as the sum of an even function and an odd function.

Specifically, we define:

\[ f_p(x) = \frac{f(x) + f(-x)}{2} \quad \text{(even part of \( f \))} \]

\[ f_d(x) = \frac{f(x) - f(-x)}{2} \quad \text{(odd part of \( f \))} \]

It is straightforward to verify that \( f_p(-x) = f_p(x) \) and \( f_d(-x) = -f_d(x) \), so \( f_p \) is even and \( f_d \) is odd. Adding the two expressions gives:

\[ f(x) = f_p(x) + f_d(x) \]

That is, every function \( f \) defined on a symmetric set can be uniquely decomposed into the sum of an even function and an odd function.

Example. Consider \( f(x) = e^x \), defined on \( \mathbb{R} \). The even part is:

\[ f_p(x) = \frac{e^x + e^{-x}}{2} = \cosh x \]

while the odd part is:

\[ f_d(x) = \frac{e^x - e^{-x}}{2} = \sinh x \]

We thus have the decomposition:

\[ e^x = \cosh x + \sinh x \]

Remark. The decomposition is possible only if the domain of the function is symmetric with respect to the origin. Moreover, the expression \( f = f_p + f_d \) is unique: there exists exactly one even function and one odd function whose sum equals \( f \).

Proof of uniqueness of decomposition

Suppose that \( f : X \to \mathbb{R} \), defined on a set symmetric with respect to the origin, can be written in two ways as the sum of an even function and an odd function:

\[ f(x) = f_p(x) + f_d(x) = g_p(x) + g_d(x), \]

where \( f_p \), \( g_p \) are even and \( f_d \), \( g_d \) are odd. Then:

\[ f_p(x) - g_p(x) = g_d(x) - f_d(x) \]

Set \( h(x) = f_p(x) - g_p(x) = g_d(x) - f_d(x) \). The function \( h \) is even (as the difference of two even functions) and odd (as the difference of two odd functions).

A function that is simultaneously even and odd satisfies:

\[ h(x) = h(-x) \quad \text{and} \quad h(x) = -h(-x) \implies h(x) = -h(x) \]

that is, \( h(x) = 0 \) for every \( x \in X \).

Therefore \( f_p(x) = g_p(x) \) and \( f_d(x) = g_d(x) \), which proves the uniqueness of the decomposition.


Your feedback is important to us! Leave a comment and help us improve this content. Thank you!

Feedback

Support us with a Like:
Or, share:


Support us with a Like:
Or, share:

Copyright © 2026 | Pimath | All Rights Reserved