1. Start with the Product Rule: For differentiable functions $f(x)$ and $g(x)$, we have:
\[ \frac{d}{dx}[f(x)g(x)] = f(x)g'(x) + g(x)f'(x) \]
2. Integrate both sides with respect to x:
\[ \int \frac{d}{dx}[f(x)g(x)] \, dx = \int (f(x)g'(x) + g(x)f'(x)) \, dx \]
The integral of a derivative gives back the original function, so the left side simplifies:
\[ f(x)g(x) = \int f(x)g'(x) \, dx + \int g(x)f'(x) \, dx \]
3. Rearrange the equation: Isolate one of the integrals, for example, $\int f(x)g'(x) \, dx$:
\[ \int f(x)g'(x) \, dx = f(x)g(x) - \int g(x)f'(x) \, dx \]
4. Use differential notation: Let $u = f(x)$ and $v = g(x)$. Then $du = f'(x)dx$ and $dv = g'(x)dx$. Substituting these into the equation gives the standard form of the Integration by Parts formula:
\[ \int u \, dv = uv - \int v \, du \]