Help with simple numerical ODE problem from QM

  • Context: Graduate 
  • Thread starter Thread starter mistergrinch
  • Start date Start date
  • Tags Tags
    Numerical Ode Qm
Click For Summary
SUMMARY

The discussion focuses on solving the numerical ordinary differential equation (ODE) derived from Schrödinger's equation for a one-dimensional trapping potential, specifically f''(x) - (x^2 - E_n) * f(x) = 0. The user seeks guidance on appropriate boundary conditions, which are crucial for finding the first five eigenvalues and eigenvectors using the shooting method within the interval x in [-4, 4]. The established boundary conditions are y(-4) = 0 and y(4) = 0, ensuring that the function f approaches zero as x approaches positive and negative infinity.

PREREQUISITES
  • Understanding of ordinary differential equations (ODEs)
  • Familiarity with Schrödinger's equation in quantum mechanics
  • Knowledge of the shooting method for numerical analysis
  • Concept of normalization in quantum mechanics (int(f^2) = 1)
NEXT STEPS
  • Implement the shooting method for solving boundary value problems
  • Explore numerical techniques for finding eigenvalues and eigenvectors
  • Study the implications of boundary conditions in quantum mechanics
  • Learn about normalization techniques in quantum wave functions
USEFUL FOR

Students and researchers in quantum mechanics, numerical analysts, and anyone interested in solving boundary value problems related to differential equations.

mistergrinch
Messages
42
Reaction score
0
Here's a simple numerical analysis problem that is confusing me. Can someone help me understand what boundary conditions to use here?

f''(x) - (x^2 - E_n) * f(x) = 0;

Assume f -> 0 as x -> +- inf. This equation comes from Schrödinger's equation for a one dimensional trapping potential, with E_n proportional to energy.

I am supposed to find the first five eigenvalues and eigenvectors with a shooting method, using x in [-4,4], and normalizing f so that int(f^2) = 1;

I'm not given any boundary conditions, so I'm not sure how to solve this problem. Can anyone help me understand what is going on here? Thanks!
 
Physics news on Phys.org
If you are asked to find eigenvalues, then your boudary conditions have to be y(-4)= y(4)= 0.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K