Science Fair Projects Ideas - Pseudo-spectral method

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Pseudo-spectral method


The pseudo-spectral method is a method in computational physics used for direct simulation of a particle with an arbitrary wavefunction interacting with an arbitrary potential.

Contents

Background

The Schrödinger wave equation,

H \psi(\mathbf{r},t) = i \hbar \frac{\partial}{\partial t} \psi(\mathbf{r},t)

can be written

\frac{H}{i \hbar} \psi(\mathbf{r},t) = \frac{\partial}{\partial t} \psi(\mathbf{r},t)

which bears remarkable resemblance to the linear ordinary differential equation

r f(t) = \frac{d}{dt} f(t)

with solution

f(t) = A e^{r t} \,\!

In fact, using the theory of linear operators, it can be shown that the general solution to the Schrödinger wave equation is

\psi(\mathbf{r},t) = e^{-i H t / \hbar} \psi(\mathbf{r},0)

where exponentiation of operators is defined using power series. Now remember that

H = T + V \,\!

where the kinetic energy, T , is given by

T = \frac{p^2}{2 m} = - \frac{\hbar^2}{2m} \nabla^2

and the potential energy, V often depends only on position, written V(\mathbf{r}). We can write

\psi(\mathbf{r},t) = e^{-i (T + V(\mathbf{r})) t / \hbar} \psi(\mathbf{r},0)

It is tempting to write

\psi(\mathbf{r},t) = e^{-i T t / \hbar} e^{-i V(\mathbf{r}) t / \hbar}\psi(\mathbf{r},0)

so that we may treat each factor separately. However, this is only true if the operators T and V(\mathbf{r}) commute , which is not true in general. Luckily, it turns out that

\psi(\mathbf{r},t) \approx e^{-i V(\mathbf{r}) t / 2 \hbar} e^{-i T t / \hbar} e^{-i V(\mathbf{r}) t / 2 \hbar}\psi(\mathbf{r},0)

is a good approximation for small values of t. This is known as the symmetric decomposition. The heart of the pseudo-spectral method is using this approximation iteratively to calculate the wavefunction \psi(\mathbf{r},t) for arbitrary values of t.

The method

For simplicity, we will consider the one-dimensional case. The method is readily extended to multiple dimensions.

Given ψ(x,t), we wish to find ψ(x,t + Δt) where Δt is small. The first step is to calculate an intermediate value φ1(x) by applying the rightmost operator in the symmetric decomposition,

\phi_{1}(x) = e^{-i V(\mathbf{r}) \Delta t / 2 \hbar}\psi(x,t)

This requires only a pointwise multiplication. The next step is to apply the middle operator,

\phi_{2}(x) = e^{-i T \Delta t / \hbar} \phi_{1}(x)

This is an infeasible calculation to make in configuration space. Fortunately, in momentum space, the calculation is greatly simplified. If Φ1(k) is the momentum space representation of φ1(x), then

\Phi_{2}(k) = e^{i \hbar k^{2} \Delta t / 2 m} \Phi_{1}(k)

which also requires only a pointwise multiplication. Numerically, Φ1(k) is obtained from φ1(x) using the Fast Fourier transform (FFT) and φ2(x) is obtained from Φ2(k) using the inverse FFT.

The final calculation is

\psi(x,t + \Delta t) = e^{-i V(\mathbf{r}) \Delta t / 2 \hbar}\phi_{2}(x)

This sequence can be summarized as

\psi(x,t + \Delta t) = e^{-i V(\mathbf{r}) \Delta t / 2 \hbar} \mathcal{F}^{-1} [e^{i \hbar k^{2} \Delta t / 2 m} \mathcal{F} [e^{-i V(\mathbf{r}) \Delta t / 2 \hbar}\psi(x,t)] ]

Analysis of algorithm

If the wavefunction is approximated by its value at n distinct points, each iteration requires 3 pointwise multiplications, one FFT, and one inverse FFT. The pointwise multiplications each require O(n) effort, and the FFT and inverse FFT each require O(nlgn) effort. The total computational effort is therefore determined largely by the FFT steps, so it is imperative to use an efficient (and accurate) implementation of the FFT. Fortunately, many are freely available.

Error analysis

The error in the pseudo-spectral method is overwhelmingly due to discretization error.

Needed: a more in-depth error analysis

10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice