Breaking Down Rational Functions
If you have an integral of a fraction where the denominator can be factored, like \(\int \frac{1}{x^2 - 1} dx\), you can break it into simpler "partial fractions" that are easy to integrate using logarithms.
Worked Examples
Example 1: Basic Decomposition
Evaluate \(\int \frac{1}{x^2 - x} dx\).
- Factor: \(\frac{1}{x(x-1)}\).
- Set up: \(\frac{A}{x} + \frac{B}{x-1} = 1\).
- Solve for coefficients: \(A(x-1) + Bx = 1\). If \(x=0, A=-1\). If \(x=1, B=1\).
- Rewrite: \(\int (-\frac{1}{x} + \frac{1}{x-1}) dx\).
- Integrate: \(-\ln|x| + \ln|x-1| + C\).
- Simplify: \(\ln|\frac{x-1}{x}| + C\).
- Result: \(\ln|\frac{x-1}{x}| + C\).
The Bridge to Quantum Mechanics
In Quantum Mechanics, we often deal with Scattering Amplitudes. These are complex functions of energy that can often be written as rational functions. Partial fraction decomposition allows us to identify the "Poles" of these functions. In physics, a pole in an integral represents a Resonance—a specific energy where a particle is likely to be captured or where a reaction is highly probable. Finding these poles is how we discover new subatomic particles.