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.
π΅βπ To get you into the mood!

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.