There exists a certain class of “hard” problems that can’t be solved with exact form. Examples include solutions to certain differential equation or higher order polynomials like quintics which can’t be solved with a simple cubic formula or quadratic formula. Perturbation theory is a tool commonly used in mathematical physics and can easily provide solutions to seemingly impossible problems. Let’s look at how perturbation theory works and is applied.
Look at the following differential equation and initial conditions with no closed form solution.
Assume one were to insert an epsilon in the equation.
Now we can say the solution to the differential equation is dependent on the value of epsilon. Furthermore, we can propose that this solution takes some form similar to a Taylor series as shown below.
One by one, we can solve for values of this taylor series. Setting and substituting back into the original differential equation allows us to solve for the first unknown. This is called the “unperturbed” case.
This equation can be further simplified using the initial conditions shown earlier.
This allows for the solution to become more defined and can actually itself be used as an approximation on a small enough range.
The rest can be solved for by substituting this solution back into the original differential.
For now, we will only consider terms with a power of 2 or below because there are some hidden third power terms in the higher level approximations.
From here, it becomes easy to solve for the unknown functions assuming epsilon can take up any value and the original initial conditions hold (Note: the rest of these equations should have a slope of 0 at the origin because the already accounted for the slope of 1).
Subsituting back into yields the following.
The answer we want is for the case where epsilon is equal to 1 so the answer we were looking for is simply
So, using perturbation theory, we have provided a solution to a seemingly impossible problem through approximations that only used simple integration methods. Graphing the function shows that this is a good approximation.
Perturbation theory is a powerful method and can provide fantastic results to amazingly hard problems throughout physics. Although they do not give exact answers, the error of the approximations can be made arbitrarily small allowing one to accomplish the same goal. Sometimes, however, this does lead to divergent sums but such a case will be acknowledged in a later post.
If you want to know more or see where I learned this from, watch the lectures series on Mathematical Physics by Carl Bender. It is really an amazing series that is both detailed and very easy to follow.
Leave a Reply