Notices
 

[NOTES/QM-18002] Perturbative Solution of Differential equation

For page specific messages
For page author info

$\newcommand{\DD}[2][]{\frac{d^2 #1}{d^2 #2}}$ 
$\newcommand{\matrixelement}[3]{\langle#1|#2|#3\rangle}$
$\newcommand{\PP}[2][]{\frac{\partial^2 #1}{\partial #2^2}}$
$\newcommand{\dd}[2][]{\frac{d#1}{d#2}}$
$\newcommand{\pp}[2][]{\frac{\partial #1}{\partial #2}}$
$\newcommand{\average}[2]{\langle#1|#2|#1\rangle}$
$\newcommand{\ket}[1]{\langle #1\rangle}$
qm-lec-18002

Contents 

  1. Setting up integral equation.
  2. Perturbative Solution.
  3. Alternate approach– Using series expansion.

1 Setting up integral equation

Very often the problem of solving a linear differential equation can be replaced with solution of an integral equation. An important feature of the integral equation approach is that the initial conditions to be satisfied by the solution is built into the integral equation. The integral equation can be solved many a times by an iterative procedure which we shall illustrate by an example of a simple differential equation. Suppose we are interested in solving the differential equation
\begin{equation} \frac{dy}{dx} = \lambda y \label{E1} \end{equation} subject to the boundary condition \begin{equation} y(x)|_{x=x_0}=N \label{E2} \end{equation} where $N$ is a constant. To convert \eqref{E1} into an integral equation we integrate \eqref{E1} to get \begin{equation} y(x) = \lambda \int y(x) dx + \text{constant} \label{E3} \end{equation} or to be more precise, let us write \eqref{E3} as \begin{equation} y(x) = \lambda \int_0^x y(t) dt + \text{constant} \label{E4} \end{equation} The constant in the above equation is fixed by making use of the initial condition \eqref{E2}, and we get const$=N$ and \begin{equation} y(x) = N + \lambda \int_0^x y(t) dt \label{E5} \end{equation}
It is to noted that the unknown function $y$ appears inside the integral sign, hence an equation of this type is called integral equation. This equation can be solved iteratively giving a solution as a series in powers of $\lambda$. This method gives the exact answer in the case of this simple example under consideration.

2 Perturbative Solution

As a first step, we set $y$ equal to $y_0$ where \begin{equation} y_0 = N \label{E6} \end{equation} is the solution in the zeroth order in $\lambda$ and is simply taken to be equal to the first term \eqref{E5}. Next the zeroth order 'solution' ,$y_0$, is substituted in the right hand side of \eqref{E5} to get the solution in the first order in $\lambda$. Thus we have \begin{eqnarray} y_1(x) &=& N + \lambda \int_0^x y_0 dx \label{E7}\\ &=& N + \lambda \int_0^x N dx \label{E8} \end{eqnarray} \begin{equation} \therefore \qquad\qquad y_1(x)= N(1+\lambda)x \label{E9}\\ \end{equation} To improve the approximation, we substitute $y_1(x)$ for $y(x)$ in right hand side of \eqref{E2} to get the next approximation $y_2(x)$ for our solution. \begin{eqnarray} y_2(x)&=& N+\lambda\int_0^x y_1(x) dx \label{E10}\\ &=& N+\lambda\int_0^x N(1+\lambda x) dx \label{E11}\\ &=& N\left(1+\lambda x+\lambda^2\frac{x^2}{2}\right) \label{E12} \end{eqnarray} continuing in this fashion we get \begin{eqnarray} y_3(x)&=& N+\lambda\int_0^x y_2(x) dx \label{E13}\\ &=& N+N\lambda\int_0^x \left(1+\lambda x +\lambda\frac{x^2}{2}\right) dx \label{E14}\\ &=& N\left(1+\lambda x+\frac{\lambda^2 x^2}{2}+\frac{\lambda^3 x^3}{3!}\right) \label{E15}\\ y_4(x)&=& N\left(1+\lambda x+\frac{\lambda^2 x^2}{2}+\frac{\lambda^3 x^3}{3!}+\frac{\lambda^4 x^4}{4!}\right) \label{E16} \end{eqnarray} Thus we get an infinite series in powers of $\lambda$ \begin{equation} y(x)=N\left(1+\lambda x+\frac{\lambda^2 x^2}{2}+\frac{\lambda^3 x^3}{3!}+\dots\right) \label{E17} \end{equation} summing the series we get \begin{equation} y(x)=Ne^{\lambda x} \label{E18} \end{equation} Note that this is the correct solution for ordinary differential equation and satisfies the given boundary condition $y(0)=N$.

3 Alternate approach – Using series expansion

The above method of solution is equivalent to the following alternate sequence of steps. We want to solve \begin{equation} y(x)=N+\lambda\int_0^x y(t)dt \label{E19} \end{equation} we assume that the solution can be written as a series in $\lambda$ \begin{equation} y(x)=\alpha_0+\lambda\alpha+\lambda^2\alpha^2+\dots+\alpha^n\lambda^n+\cdots \label{E20} \end{equation} we substitute \eqref{E20} in \eqref{E19} and compare powers on both the sides. Therefore we get \begin{eqnarray}{ \qquad \alpha_0(x)+\lambda\alpha_1(x)+\lambda^2\alpha_2(x)+\ldots\lambda^n\alpha_n(x) +\dots \hspace{2cm}}\\ = N+\lambda\int_0^x\left\{\alpha_0(t)+\lambda\alpha_1(t)+\lambda^2(t)\alpha_2(t) +\cdots\right\}dt \label{21} \end{eqnarray} on comparing coefficients of different powers of $\lambda$ we successively get \begin{eqnarray} \alpha_0(x)&=&N \nonumber\\ \alpha_1(x)&=&\int_0^x\alpha_0(t) dt =Nx \nonumber\\ \alpha_2(x)&=&\int_0^x\alpha_1(t) dt =N \frac{x^2}{2} \nonumber \\ \alpha_1(x)&=&\int_0^x\alpha_2(t) dt =N\frac{x^3}{3!} \nonumber\\ \alpha_k(x)&=&\int_0^x\alpha_{k-1}(t) dt = N \frac{x^k}{k!} \label{E22} \end{eqnarray} Therefore we get \begin{equation} y(x)=N\left(1+\lambda x +\frac{\lambda^2}{2!} x^2 +\cdots+\frac{\lambda^n}{n!}x^n +\cdots\right) \label{E23} \end{equation}

Exclude node summary : 

y

4727: Diamond Point, 4909: QM-HOME-I

0
 
X