
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: Quantum Physics I; Subject: Physics; University: Michigan State University; Term: Fall 2008;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Now take a concrete example. Let. How many bound states are there in the well? Use Mathematica or any other numerical analysis program (MatLab, Maple) to calculate the energies of those bound states in terms of V
2 2 V (^) 0 = 32 h / ma
i) It’s best to use dimensionless variables everywhere, so you don’t have to worry about units. If you use my solution, let z = l a, and solve your equation for z. ii) All functions in Mathematica are capitalized. Examples are FindRoot, Tan, Cot, Sqrt, etc. iii) To find the correct syntax for any function, use the Help menu. For example, the FindRoot command takes two arguments: the first is the equation you want to solve with double equal signs, and the second includes the variable and starting point in curly brackets. To find the lowest even state (the ground state), I used: FindRoot[Sqrt[64 – z^2]= = z*Tan[z],{z,1}]. iv) Once you’ve typed in your command, use Shift-Enter to execute it.