Help with simple numerical ODE problem from QM

  • Thread starter Thread starter mistergrinch
  • Start date Start date
  • Tags Tags
    Numerical Ode Qm
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 Schrodinger'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.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Replies
4
Views
2K
Replies
3
Views
3K
Replies
5
Views
3K
Replies
3
Views
3K
Replies
1
Views
2K
Replies
3
Views
2K
Back
Top