Time independent Schrödinger equation(TISE) in spherical form The first thing to do is to rewrite the Schrödinger equation in the spherical coordinate.

Slides:



Advertisements
Similar presentations
Y – Intercept of a Line The y – intercept of a line is the point where the line intersects or “cuts through” the y – axis.
Advertisements

Quantum One: Lecture 5a. Normalization Conditions for Free Particle Eigenstates.
Lecture 1 THE ELECTRONIC STRUCTURE OF THE HYDROGEN ATOM
Introduction to Molecular Orbitals
1 Cold molecules Mike Tarbutt. 2 Outline Lecture 1 – The electronic, vibrational and rotational structure of molecules. Lecture 2 – Transitions in molecules.
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
WAVE MECHANICS (Schrödinger, 1926) The currently accepted version of quantum mechanics which takes into account the wave nature of matter and the uncertainty.
P460 - angular momentum1 Orbital Angular Momentum In classical mechanics, conservation of angular momentum L is sometimes treated by an effective (repulsive)
3D Schrodinger Equation
P460 - angular momentum1 Orbital Angular Momentum In classical mechanics, conservation of angular momentum L is sometimes treated by an effective (repulsive)
R F For a central force the position and the force are anti- parallel, so r  F=0. So, angular momentum, L, is constant N is torque Newton II, angular.
Quantum Theory of Atoms The Bohr theory of Hydrogen(1913) cannot be extended to other atoms with more than one electron we have to solve the Schrödinger.
Orbital Angular Momentum
Modifying the Schrödinger Equation
Spherical Linear Potential: Eingenvalues and Wave Functions Swee-Ping Chia Physics Department, University of Malaya Kuala Lumpur, Malaysia
Boyce/DiPrima 10th ed, Ch 10.5: Separation of Variables; Heat Conduction in a Rod Elementary Differential Equations and Boundary Value Problems, 10th.
Vibrational Spectroscopy
Quantum Mechanics, Wave Functions and the Hydrogen Atom We have seen how wave functions provide insight into the energy level patterns of atoms and molecules.
The Hydrogen Atom Quantum Physics 2002 Recommended Reading: Harris Chapter 6, Sections 3,4 Spherical coordinate system The Coulomb Potential Angular Momentum.
Slide 1-1 Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
1 Tips for solving Project 1 Reactor SO 3 SO 2 +O 2.
SECOND-ORDER DIFFERENTIAL EQUATIONS Series Solutions SECOND-ORDER DIFFERENTIAL EQUATIONS In this section, we will learn how to solve: Certain.
Physical Chemistry 2nd Edition
Ch 9 pages Lecture 23 – The Hydrogen Atom.
P D S.E.1 3D Schrodinger Equation Simply substitute momentum operator do particle in box and H atom added dimensions give more quantum numbers. Can.
Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.
Lecture 20 Spherical Harmonics – not examined
An Electron Trapped in A Potential Well Probability densities for an infinite well Solve Schrödinger equation outside the well.
Substitution Method: 1. Solve the following system of equations by substitution. Step 1 is already completed. Step 2:Substitute x+3 into 2 nd equation.
Physical Chemistry 2 nd Edition Thomas Engel, Philip Reid Chapter 18 A Quantum Mechanical Model for the Vibration and Rotation of Molecules.
Lecture 15 Solving the time dependent Schrödinger equation
The Quantum Theory of Atoms and Molecules The Schrödinger equation and how to use wavefunctions Dr Grant Ritchie.
Hydrogen Atom and QM in 3-D 1. HW 8, problem 6.32 and A review of the hydrogen atom 2. Quiz Topics in this chapter:  The hydrogen atom  The.
Physics 2170 – Spring Rest of semester Investigate hydrogen atom (Wednesday 4/15 and Friday 4/17) Learn.
Quantum mechanics unit 2
MS310 Quantum Physical Chemistry
A QUANTUM LEAP IN MATH By Michael Smith.
Particle on a Ring An introduction to Angular Momentum Quantum Physics II Recommended Reading: Harris, Chapter 6.
Atomic Quantum Mechanics - Hydrogen Atom ( ) Assuming an atom doesn’t move in space (translate), the SE is reduced to solving for the electrons.
Quantum Two 1. 2 Angular Momentum and Rotations 3.
Basis The concept of a basis is critical for quantum chemistry. We can represent any wavefunction using the basis of our choice. The basis we choose is.
Graphing Equations Chapter 3.1. Objectives Plot ordered pairs Determine whether an ordered pair of numbers is a solution to an equation in two variables.
Schrödinger’s Equation in a Central Potential Field
MS310 Quantum Physical Chemistry
Boundary-Value Problems in Rectangular Coordinates
The Hydrogen Atom The only atom that can be solved exactly.
Wave Equations: EM Waves. Electromagnetic waves for E field for B field.
Quantum Two 1. 2 Angular Momentum and Rotations 3.
Relativistic Quantum Mechanics
The Quantum Theory of Atoms and Molecules
Quantum Theory of Hydrogen Atom
Schrodinger’s Equation for Three Dimensions
Since all points on the x-axis have a y-coordinate of 0, to find x-intercept, let y = 0 and solve for x Since all points on the y-axis have an x-coordinate.
The Hydrogen Atom The only atom that can be solved exactly.
3D Schrodinger Equation
Y – Intercept of a Line The y – intercept of a line is the point where the line intersects or “cuts through” the y – axis.
Elements of Quantum Mechanics
Quantum One.
Quantum mechanics I Fall 2012
QM2 Concept Test 2.1 Which one of the following pictures represents the surface of constant
Quantum Two.
Orbital Angular Momentum
Graphing Linear Equations
Quantum Theory of Hydrogen Atom
Quantum Two Body Problem, Hydrogen Atom
Solving Systems of Equation by Substitution
Absolute Value Functions
SKTN 2393 Numerical Methods for Nuclear Engineers
Warm-Up
5.8 Modeling with Quadratic Functions
Presentation transcript:

Time independent Schrödinger equation(TISE) in spherical form The first thing to do is to rewrite the Schrödinger equation in the spherical coordinate system.

Solving TISE by separation of variable

In our project we separate the code in to 4 parts 1 st part  finding the energy 2 nd part  solving the angular and radial function 3 rd part  get the probability density 4 th part  visualization of the probability density

Part 1 Finding the energy

Solve the Radial Part Energy spectrum is the important property in quantum mechanics, it can be obtain only by solving the radial part of Schrödinger equation. The solution for radial function will be obtain only if the corresponding energy is the Eigen energy for the radial function. Hence, in this part, we will keep guessing the energy until the solution obtain fit the boundary condition.

1 st we have to substitute all constant in Radial function in to atomics unit to simplify our simulation. 2 nd simplify our equation and solving it using the command DSolve or NDSolve. In my code, I choose the command DSolve for some reason To solve the equation using DSolve or NDSolve boundary condition is important: B.C. When r  0, R[r]  0; When r  ∞, R[r]  ∞; From theory, r  ∞, R[r]  rexp (-r) ;

In our code, we change the R[r] term to U[r], where U[r] = r*R[r] to avoid some singularity when the DSolve executed. 3 rd we plug in a series of guess energy in radial function. Eguess[n]=Eguessinitial + n*epsilon. Epsilon is a very small interval which can be adjust to change the accuracy. Plot the graph U[0] versus n, it is equivalent to U[0] versus Eguess, when the graph intercept with the x- axis then corresponding energy is the Eigen energy we want. The intersection point can be found using bisection method.

U[0] versus n, when l=0

U[0] versus n, when l=1

Part 2 Solving the angular and radial function

For Hydrogen atom, the potential is given as: - and therefore, the Schrödinger equation for Hydrogen atom is given by, The wavefunction can be dissolved into three components by assuming all of these three functions are independent of each another. By using separation of variables,

Finally, we will have for : - (i) Equation for : (ii) Equation for : For convenience, we just write by universal scaling, let and

Orthogonality Functions,,……. defined on some interval are called orthogonal on this interval with respect to the weight function if for all and all different from. The norm of is defined by The functions,, …… are called orthonormal on if they are orthogonal on this interval and all have norm 1.

Why is the orthogonality property so important? It is to normalise the wavefunction. Why do we need to normalise the wavefunction? It is because we need the total area under the curve to be equal to 1. To do normalisation, for, say is independent of ⇒ But,

Solving for :- (i) Periodic BCs : (ii) Periodic BCs : However, MATHEMATICA NDSolve function can only sustained a maximum number of 2 constraints for the 2 nd order ODE. Let Indeed, it should be, we set it to be 1 because NDSolve can take numerics only. BOUNDARY CONDITION Then, we have to normalise the function NORMALISING CONDITION

Solving for :- The boundary conditions are:- all is even is odd First, we have to make use of substitution to change the function to BOUNDARY CONDITION This is because theoretically, when, is even : ;, is odd : ; BUT ;

(i), (ii), Solving for :- Because with this substitution, at The boundary conditions are then set to be:- There are 2 different cases for the radial function:

For, when we transform the substitution function back into, we will have singularity at. To solve this, we have no other choices but to do some improper ‘shifting’, that is, When, Since our plot range is, then we will set to be With this modification, the singularity will be “hidden away”.

Finally, we obtain the total wavefunction, to be the multiplication of all these 3 interpolating functions. The same thing again, we have to normalise both the theta angular function and radial function as well. NORMALISING CONDITION

Part 3 Obtaining the probability density

depends on,, depends on, Now, we have to plot the density plot of the wavefunction. It is given as Now, the question arises. We are not able to visualise a function of. We have to choose 2 parameters to plot. Which 2 parameters are to be plotted? depends on In this situation, the energy level is dependent on different excited state,, and for different excited energy state, different orbital, will have different energy as well. Thus, we will plot the by varying only and at a fixed.

First, we need to change the wavefunction from spherical coordinate back to the Cartesian coordinate, and plot all the points discretely. But, we have substitution of, and fixed, then Thus, our plot is independent on However, the range of from to is not complete. Therefore, we need to have another mirror image into the range of another.

changing of plot interval,

Part 4 visualising the probability density plot

Refer to source code