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 Memory Refresh

Hero image for keyhole tutorials.

Struggling to remember shortcuts, symmetry rules, integration tricks, and core Fourier ideas? This quick refresher packs intuitive hints, memory aids, and problem-solving insights into one place β€” designed to help concepts stick faster and make Fourier problems feel much more manageable.

Fourier series explained main picture.

πŸŒ΅βŒπŸ“ To get you into the mood!

This won't be dry math.

Hint 1: πŸ“˜ The product of two odd functions is even!

Rule

If:

\[ f(-x)=-f(x)\text{ and }g(-x)=-g(x) \]

then the product becomes:

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

Substitute the odd-function property:

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

So:

\[ (fg)(-x)=(fg)(x) \]

which means the product is even.

Quick Memory Trick

  • odd Γ— odd = even
  • even Γ— even = even
  • odd Γ— even = odd
  • cosine = even
  • sine = odd
  • odd Γ— sine = even
  • even Γ— sine = odd
  • odd Γ— cosine = odd
  • even Γ— cosine = even

Hint 2: πŸ“˜ Integration by parts

Given:

\[ dv=\sin(nx)\,dx \]

This means:

  • πŸ‘‰ β€œv is an antiderivative of \( \sin(nx) \).”

So we integrate both sides:

\[ v=\int \sin(nx)\,dx \]

Why does this become \( -\frac{\cos(nx)}{n} \) ?

To integrate \( \sin(nx) \), use the chain rule in reverse.

We know:

\[ \frac{d}{dx}\cos(nx) = -n\sin(nx) \]

So to get just \( \sin(nx) \), we must divide by n:

\[ \int \sin(nx)\,dx = -\frac{\cos(nx)}{n} \]

Thus:

\[ v=-\frac{\cos(nx)}{n} \]

Quick Intuition

Whenever you integrate something like:

\[ \sin(ax) \]

the result is:

\[ -\frac{\cos(ax)}{a} \]

because the inside derivative of ax contributes a factor a.

Hint 3: πŸ“˜ Why does this work

\[ \int u\,dv = uv - \int v\,du \]

🌱 Step 1 β€” Start from something familiar

You already know the product rule for derivatives:

\[ \frac{d}{dx}(u \cdot v) = u'v + uv' \]

This tells you how to differentiate a product.

πŸ”„ Step 2 β€” Think β€œreverse the process”

Integration often reverses differentiation.

So we ask:

  • πŸ‘‰ If the derivative of uv is uβ€²v+uvβ€²,
    what happens if we integrate that?

\[ \int \frac{d}{dx}(uv)\,dx = \int (u'v + uv')\,dx \]

✨ Step 3 β€” Simplify both sides

Left side:

\[ \int \frac{d}{dx}(uv)\,dx = uv \]

Right side:

\[ \int (u'v + uv')\,dx = \int u'v\,dx + \int uv'\,dx \]

πŸ” Step 4 β€” Rearrange

We now have:

\[ uv = \int u'v\,dx + \int uv'\,dx \]

Solve for one of the integrals (this is the key step!):

\[ \int uv'\,dx = uv - \int u'v\,dx \]

πŸŽ‰ Step 5 β€” Rename things

We usually write:

  • dv=vβ€²dx
  • du=uβ€²dx

So the formula becomes:

\[ \boxed{\int u\,dv = uv - \int v\,du} \]

πŸ’‘ What’s really happening?

You are:

πŸ‘‰ moving the derivative from one function to the other

  • u gets differentiated β†’ becomes simpler
  • dv gets integrated β†’ becomes v

🧠 Intuition (connected to our Fourier example)

In our problem:

\[ \int x\sin(nx)\,dx \]

You chose:

  • \( u=x \to \) gets simpler when differentiated
  •  \( dv=\sin(nx)\,dx \to \) easy to integrate

So integration by parts turns a hard product into an easier one.

🧾 One-Sentence Intuition

Integration by parts is just the product rule written backwards, used to simplify integrals of products.

 

 

 

 

 

 

Categories
Science
Sun, 05/24/2026 - 16:46

Managed ad1

RSS feed
Powered by Drupal