Mastering Perturbation Theory for Nuclear Engineering Students

Click For Summary

Discussion Overview

The discussion centers around perturbation theory, particularly its application in nuclear engineering and related fields. Participants explore its mathematical foundations, practical applications, and the conditions under which it can be effectively utilized, including cases where the perturbation parameter may not be small.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant expresses confusion about perturbation theory, describing it as a method to approximately solve non-linear equations, particularly in the context of differential and integral equations.
  • Another participant provides a detailed explanation of perturbation theory, illustrating how to express solutions as power series and equate coefficients to derive approximations.
  • A third participant raises a concern about using perturbation methods with a non-small perturbation parameter, seeking reassurance that their results align with numerical solutions obtained from MATLAB.
  • Another participant mentions the application of perturbation theory in ab initio quantum chemistry methods, specifically referencing Møller–Plesset perturbation theory and its relation to Hartree–Fock methods.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the applicability of perturbation theory when the perturbation parameter is not small, indicating a divergence in understanding and application of the theory.

Contextual Notes

Some participants note that traditional applications of perturbation theory typically assume a small perturbation parameter, while others explore its effectiveness in cases where this assumption may not hold.

phrozenfearz
Messages
9
Reaction score
0
Perturbation Theory Help!

Hello physicsforums.com,

The last two weeks of my nuclear engineering course covered a mathematical topic known as 'perturbation theory'. It was offered as a 'method to solve anything' with; the problem is, however, that nobody in my class understands it.

Basic google searching has not yielded any great results, so I turn to the wise physicsforums.com community to perhaps help give new perspective or recommend some relatively easy to follow readings.

Thanks in advance!
 
Mathematics news on Phys.org


Well, it's a method to approximately solve anything! Specifically, it is a method to approximately solve non-linear equations, in particular functional equations like differential equations or integral equations. The "WKB" method used in quantum mechanics is a perturbation method.

The basic idea of "perturbation" theory is to write the solution to your problem (typically, a differential equation or integral equation although it will work for other kinds of problems) as a power series, y= y_0+ \epsilon y_1+ \epsilon^2 y_2+ \cdot\cdot\cdot where "\epsilon" is some small number inherent in your problem. Write out both sides of your equation as power series in \epsilon and set coefficients of the same powers of \epsilon equal. The \epsilon^0 term gives the solution to the approximate linear problem, y_0, and the other equations will give solutions in terms of previous solutions- that is, y_1, y_2 in terms of y_0 and y_1, etc.

Here's a trivial example: Imagine that we know how to solve equations of the form x^2= a by just taking the square root but we don't know the "quadratic formula".

Now, we want to solve the equation x^2+ \epsilon x- 4= 0 where \epsilon is a very, very small (positive) number. We could argue that since \epsilon is small, that equation is very nearly x^2= 4 which has solutions 2 and -2 and so our equation must have solutions very close to 2 and -2.

Is that true? If it is, how could we prove it is true? And how could we use that information to get a better approximation to the true solution?

Let x= x_0+ x_1\epsilon+ x_2\epsilon^2+ \cdot\cdot\cdot, a power series in \epsilon. We will assume that \epsilon is small enough that we can ignore \epsilon^3 (assuming that \epsilon was small enough to ignore \epsilon^1 would give y_0 the linear solution).

If x= x_0+ x_1\epsilon+ x_2\epsilon^2, then x^2= x_0^+ 2x_0x_1\epsilon+ 2x_0x_2\epsilon^2+ x_1^2\epsilon^2 where I have dropped the terms 2x_1x_2\epsilon^3 and x_2^2\epsilon^4 since they are of higher than second dergee.

x^2+\epsilon x- 4, then is x_0^2+ 2x_0x_1\epsilon+ 2x_0x_2\epsilon^2+ x_1^2\epsilon^2+ x_0\epsilon+ x_1\epsilon^2- 4 where I have dropped the term x_2\epsilon^3 from \epsilon x as it is, again, of higher than degree 2.

The equation becomes (x_0^2- 4)+ (2x_0x_1+ x_0)\epsilon+ (2x_0x_2+ x_1^2)\epsilon^2= 0. Equating corresponding components, we have x_0^2- 4= 0, 2x_0x_1+ x_0= x_0(2x_1+ 1)= 0 and 2x_0x_2+ x_2^2= 0.

x_0^2- 4= 0 gives x_0= 2 or x_0= -2. Since that is not 0, we can divide both sides of x_0(2x_1+ 1)= 0 by x_0 and get x_1= -\frac{1}{2} for both values of x_0.

If x_0= 2 and x_1= -1/2, then the third equation is 4x_2+ \frac{1}{4}= 0 so x_2= -1/16.

If x_0= -2 and [iterx]x_1= -1/2[/itex], then the third equation is -4x_2+ \frac{1}{4}= 0 so x_2= 1/16.

That is, our two solutions are x= 2- (1/2)\epsilon- (1/16)\epsilon^2 and x= -2- (1/2)\epsilon+ (1/16)\epsilon^2.

If, for example, \epsilon= .001, then those solutions are 2- .0005- 0.0000000625= 1.9994999375 and -2- .0005+ 0.0000000625= -2.0004999375.<br /> <br /> We can use the quadratic formula (which we were pretending we did not know) to actually solve x^2+ .001x- 4= 0, getting x= (-.001\pm\sqrt{0.000001+ 16})/2[/quote] which gives x= 1.99950006 and -2.00050006 so what we got using &amp;quot;perturbation theory&amp;quot; was certainly better than 2 and -2 and also show that 2 and -2 &lt;b&gt;are&lt;/b&gt; good first approximations.&lt;br /&gt; &lt;br /&gt; A equation of the form \epsilon x^2+ 2x- 4= 0 is a much harder problem. Here, just ignoring \epsilon, the equation becomes 2x- 4= 0 which has the &lt;b&gt;single&lt;/b&gt; solution x= 2 while we expect a quadratic equation like this to have two solutions. For this problem we need &amp;quot;singular perturbation&amp;quot; which is a whole different story!
 


thanks for your help!

I had an additional question to what you have explained. I have used the perturbation method for solving a set of non-linear differential equations where \epsilon was not small, however the terms x_0,x_1,x_2...etc. get progressively smaller.

I have worked out the equations and they seem to match up quite accurately to the solution found by using ode45 in MATLAB (while having time-varying parameters in the function).

I am trying to find some sort of reassurance that this is ok. Everything that I have found all suggests that epsilon must be small.
 


Many of the ab initio quantum chemistry methods use perturbation theory directly or are closely related methods. Møller–Plesset perturbation theory uses the difference between the Hartree–Fock Hamiltonian and the exact non-relativistic Hamiltonian as the perturbation. The zero-order energy is the sum of orbital energies. The first-order energy is the Hartree–Fock energy and electron correlation is included at second-order or higher. Calculations to second, third or fourth order are very common and the code is included in most ab initio quantum chemistry programs. A related but more accurate method is the coupled cluster method.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
672
  • · Replies 1 ·
Replies
1
Views
1K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
12
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K