Skip to main content
Home
A key to conquer the (open source) world.

Main navigation

  • Home
  • About Us
    • About this website
    • About_me
    • Family rivalry
  • Gurus
  • Tutorials
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Tutorials

πŸ“‹ Fourier Series Integral Cheat Sheet

Hero image for keyhole tutorials.

Master the essentials of Fourier Series in one clean, beginner-friendly cheat sheet. Learn the core integrals, orthogonality rules, symmetry shortcuts, and coefficient formulas that make solving Fourier problems dramatically faster. Perfect for calculus, differential equations, engineering math, and exam prep.

Fourier series explained main picture.

πŸ”Ή 1. Basic Integrals

\[ (CS.1.0) \quad \int \cos(ax)\,dx = \frac{\sin(ax)}{a} \]

\[ (CS.1.1) \quad \int \sin(ax)\,dx = -\frac{\cos(ax)}{a} \]

Assuming that for both equations \( a \neq 0 \).

πŸ”Ή 2. Orthogonality (MOST IMPORTANT)

These are the core of Fourier series. Assume that \( n,m\in \left\{ 0,1,2,\cdots \right\} \)!

Cosine Γ— Cosine

\[ (CS.2.0) \quad \int_{-\pi}^{\pi} \cos(nx)\cos(mx)\,dx =
\begin{cases}
0 & n \ne m \\
\pi & n = m > 0 \\
2\pi & n = m = 0
\end{cases} \]

Sine Γ— Sine

\[ (CS.2.1) \quad \int_{-\pi}^{\pi} \sin(nx)\sin(mx)\,dx =
\begin{cases}
0 & n \ne m \\
\pi & n = m > 0 \\
0 & n = m = 0
\end{cases} \]

Sine Γ— Cosine

\[ (CS.2.2) \quad \int_{-\pi}^{\pi} \sin(nx)\cos(mx)\,dx = 0 \]

πŸ”Ή 3. Useful Special Cases

Constant integral

\[ (CS.3.0) \quad \int_{-\pi}^{\pi} 1\,dx = 2\pi \]

Cosine over full period

\[ (CS.3.1) \quad \int_{-\pi}^{\pi} \cos(nx)\,dx = 0 \quad (n \ne 0) \]

Sine over full period

\[ (CS.3.2) \quad \int_{-\pi}^{\pi} \sin(nx)\,dx = 0 \]

πŸ”Ή 4. Symmetry Shortcuts (Huge time saver)

Even function (f is even)

\[ (CS.4.0) \quad \int_{-\pi}^{\pi} f(x)\,dx = 2\int_{0}^{\pi} f(x)\,dx \]

Odd function (f is odd)

\[ (CS.4.1) \quad \int_{-\pi}^{\pi} f(x)\,dx = 0 \]

πŸ”Ή 5. Parity (Super Useful in Fourier Series)

  • odd Γ— odd = even
  • even Γ— even = even
  • odd Γ— even = odd

πŸ‘‰ Only even integrands survive over \( \left[ -\pi,\ \pi \right] \)

πŸ”Ή 6. Fourier Coefficient Formulas

Cosine coefficients

\[ (CS.6.0) \quad a_n = \frac{1}{\pi}\int_{-\pi}^{\pi} f(x)\cos(nx)\,dx \]

Sine coefficients

\[ (CS.6.1) \quad b_n = \frac{1}{\pi}\int_{-\pi}^{\pi} f(x)\sin(nx)\,dx \]

Constant coefficient

\[ (CS.6.2) \quad a_0 = \frac{1}{\pi}\int_{-\pi}^{\pi} f(x)\,dx \]

The complete series

\[ (CS.6.3) \quad f(x) = \frac{a_{0}}{2}+\sum_{n=1}^{\infty}(a_{n}\cos(nx)+b_{n}\sin(nx)) \]

🧠 7. One-Page Memory Trick

  • Same functions (Same nonzero frequencies)β†’ Ο€

\[ \int_{-\pi}^{\pi}\sin^2(nx)\,dx=\pi \]

\[ \int_{-\pi}^{\pi}\cos^2(nx)\,dx=\pi \]

  • Different functions (frequencies differ) β†’ 0

\[ \int_{-\pi}^{\pi}\cos(nx)\cos(mx)\,dx=0 \quad (n\neq m) \]

\[ \int_{-\pi}^{\pi}\sin(nx)\sin(mx)\,dx=0 \quad (n\neq m) \]

  • Full period sine/cosine β†’ 0

\[ \int_{-\pi}^{\pi}\sin(nx)\,dx=0 \]

\[ \int_{-\pi}^{\pi}\cos(nx)\,dx=0 \quad (n\neq0) \]

  • Don’t forget symmetry β†’ saves half the work
    • If the integrand is even:
      \[ \int_{-\pi}^{\pi}f(x)\,dx=2\int_0^{\pi}f(x)\,dx \]
    • If the integrand is odd:
      \[ \int_{-\pi}^{\pi}f(x)\,dx=0 \]

πŸ“Œ 8 All the formulas. All the shortcuts. One page.

Fourier series integral cheat sheet, all in one picture.

Back to the Fourier series explained tutorial list

Back to the tutorial list

Author

Categories
Science
Wed, 05/20/2026 - 18:14

Managed ad1

RSS feed
Powered by Drupal