Solving Differential Equations Using Fourier Transform
Description
Fourier series and Fourier transforms emerged to solve heat equations. Of course, they can be used to solve other differential equations too, provided the conditions are met. Fourier series, in particular, are used in quantum physics to calculate the energy of particles through the Schrödinger equation. Many physics students use it without knowing it’s a Fourier series, but they understand what it is when told. Depending on the conditions of the given differential equation, it is determined whether to use Fourier transform or Fourier series. Fourier series are used when the range given in the problem is finite, and Fourier transforms are used when the range is infinite.
Solution
Suppose we are given the following heat equation
$$
u(x,0)=f(x) ( -\infty < x< \infty)
$$
For positive time , there are no boundary conditions. Assume and decrease sharply and converge to when , i.e., assume a function. Then a Fourier transform exists. Applying the Fourier transform to the given differential equation for
Applying the properties of the Fourier transform to the right-hand side
If we spell out the left-hand side, it becomes , assuming it is permissible to swap the order of integration and differentiation due to favorable conditions. In general, it’s not possible to swap the order of differentiation and integration at will, but in these types of problems, it almost always holds, so it’s okay not to worry too much about it. Thus, the Fourier transform of the differentiation of is the same as the differentiation of the Fourier transform of . Hence, the given differential equation becomes the following simple ordinary differential equation:
Solving the above differential equation for a fixed gives
Taking the inverse Fourier transform on both sides gives
This is called the Fourier integral formula for . This expression will be simplified using the properties of Fourier transform and convolution. Taking the inverse transform on both sides of the property of Fourier transform gives
Let’s say that ’s is the Fourier transform of some function. Specifically, let’s call it . Then equation becomes
Now it’s time to find . Taking the inverse transform on both sides of the initially defined equation gives
The final formula can be easily obtained with the Fourier transform formula of the Gaussian function. Therefore, inserting this into gives
Given the condition of the initial differential equation, if , then would be a fitting solution for the above problem. Of course, it can actually hold and be proven.
■