Lecture 15 Review. Fractal dimension of Sierpinski s gasket. Affine transformations and fractal examples. ection algorithm.

Size: px
Start display at page:

Download "Lecture 15 Review. Fractal dimension of Sierpinski s gasket. Affine transformations and fractal examples. ection algorithm."

Transcription

1 Lecture 15 Review Fractal dimension of Sierpinski s gasket. Affine transformations and fractal examples. Root finding: N-R and bi-se ection algorithm. TE Coan/SMU 1

2 HW aside: Newton-Raphson Beware Software ain t magic... Potential pathologies using N-R root finding technique df(x)/dx = 0 S -shaped curves nasty NR solution potentially sensitive to initial guess. Beware. (Graph, too.) TE Coan/SMU 2

3 Particle in a Quantum Box -a V a x -V 0 h2 2m d 2 ψ(x) dx +V(x)ψ(x)= =Eψ(x) 2 a/3 P= ψ(x) 2 dx dx ψ(x) 2 =1 V(x)= { b/3 V0 = 83MeV, for x a=2fm 0, for x >a=2fm d 2 ψ(x) dx 2 + 2m (E+V h 2 0 )ψ(x)=0 for x a d 2 ψ(x) dx 2 + 2m h 2 Eψ(x)=0 for x > a 2m h 2 = 2mc2 ( hc) 2 = 2 940MeV (197Mev fm) 2 2 =0.0483MeV 1 fm 2 TE Coan/SMU 3

4 ψ(x)= Particle in a Quantum Box Ce βx, for <x< aa α= 2m(E+V 0 ) = (E+83) h Bcosαx, for a<x<a 2 Ce βx, fora<x<+ β= = E 2mE h 2 Bcosαa=Ce βa ψ continuity αbsinαa= βce βa ψ continuity αatanαa βa=0 V 0 2m(E+V0 )tan 2m(E+V ) a 2mE=0 h 2 ξtanξ η=0 with ξ=αa η=βa ξ 2 +η 2 = 2mV 0a 2 h 2 =16.08 f(e)=ξtanξ η=0 Even parity solutions only. TE Coan/SMU 4

5 ψ(x)= Particle in a Quantum Box (2) Ce βx, for <x< a α= 2m(E+V 0 ) = (E+83) h Bsinαx, for a<x<a 2 Ce βx, for a<x<+ β= = E 2mE h 2 Bsinαa=Ce βa ψ continuity αbsinαa= βce βa ψ continuity αacotαa+βa=0 2m(E+V0 )cot 2m(E+ +V 0 ) h 2 2 a+ 2mE=0 ξcotξ+η=0 with ξ=αa η=βa ξ 2 +η 2 = 2mV 0a 2 h 2 =16.08 f(e)=ξcotξ+η=0 Odd parity solutions only. TE Coan/SMU 5

6 Numerov Method for ODE Solution Runge-Kutta (4 th order) is our preferred solver for ODEs. Why not use it to solve Schrödinger equation? For special case of dy/dx missing (e.g., Schrödinger eqn) Use Numerov s method: More accurate than RK-4 th order AND w/ fewer steps. When applied to potential wells, Numerov s method is an example of solving ODE w/ boundary conditions (as opposed to ICs). TE Coan/SMU 6

7 Numerov Method for ODE Solution (2) h2 d 2 ψ(x) 2m dx 2 +V(x)ψ(x) = Eψ(x) d 2 ψ(x) dx 2 +k 2 (x)ψ(x)=0 k 2 (x) ( 2m h 2) { E E V 0 x <a E x >a Recall that E < 0 for bound states ( 2m )= Mev 1 fm 2 h 2 -a V a x -V 0 TE Coan/SMU 7

8 Numerov Method for ODE Solution (3) ψ(x+h)=ψ(x)+hψ + h 2 ψ(x h)=ψ(x) hψ + h2 2 2 ψ h3 3! ψ + h4 4! ψiv +... ψ(x+h)+ψ(x h) 2ψ(x)+h 2 ψ + h4 12 ψiv +O(h 6 ) ψ (x) ψ(x+h) ψ(x h) 2ψ(x) h 2 h 2 2 ψ + h3 3! ψ + h4 4! ψiv +... ) h2 12 ψiv (x)+o(h 6 ) Trick: Apply 1+ h2 12 d dx 2 d 2 to TISE ( 1+ h2 12 )( ) d 2 d 2 ψ dx 2 dx 2 +k 2 (x)ψ =0 TE Coan/SMU 8

9 courage TE Coan/SMU 9

10 Numerov Method for ODE Solution (5) ψ(x+h) 2[ h2 k 2 (x x)]ψ(x) [1+ h2 12 k2 (x h)]ψ(x h) 1+ h2 12 k2 (x+h) ψ 2( i+1 12 h2 k k 2 i )ψ i (1+ h2 1+ h2 12 k2 i+1 k2 )ψ 12 i 1 i 1 See numerov.cc TE Coan/SMU 10

11 numerov.ccc discussion ψ i+1 2( h2 k 2 i )ψ i (1+ h2 1+ h2 12 k2 i+1 12 k2 i 1 )ψ i 11 Basic algorithm. Start w/ ψ 0 and ψ 1 specified. Symmetric QM wells have ψ s of definite parity. Recall, ψ(-x) = ψ(x), even parity ψ(-x) = -ψ(x), odd parity -a a x ψ(x) 2 and ψ(-x) 2 have physical significance. -V 0 ψ and ψ must be continuous. numerov.cc lets you pick parity. (By selecting sign of ψ 1.) numerov.cc as coded does not check for continuity of ψ. TE Coan/SMU 11

12 Numerov Technique Lab Exercise Modify numerov.cc Limit number of possible iterations to, say, Modification should tell you if you reached this limit. Alter potential from a square well to a V-shaped well. -a V a -V 0 x Find energy eigenvalues and eigenstates (i.e., find permissible energy levels & corresponding wavefunctions.) TE Coan/SMU 12

13 Summary Application of root finding to particle in a quantum box Numerov technique for ODE solution. Numerical solution of square well potential. Don t suffer in silence. Scream for help!!! TE Coan/SMU 13

14 TE Coan/SMU 14

TP computing lab - Integrating the 1D stationary Schrödinger eq

TP computing lab - Integrating the 1D stationary Schrödinger eq TP computing lab - Integrating the 1D stationary Schrödinger equation September 21, 2010 The stationary 1D Schrödinger equation The time-independent (stationary) Schrödinger equation is given by Eψ(x)

More information

QUANTUM MECHANICS A (SPA 5319) The Finite Square Well

QUANTUM MECHANICS A (SPA 5319) The Finite Square Well QUANTUM MECHANICS A (SPA 5319) The Finite Square Well We have already solved the problem of the infinite square well. Let us now solve the more realistic finite square well problem. Consider the potential

More information

REVIEW: The Matching Method Algorithm

REVIEW: The Matching Method Algorithm Lecture 26: Numerov Algorithm for Solving the Time-Independent Schrödinger Equation 1 REVIEW: The Matching Method Algorithm Need for a more general method The shooting method for solving the time-independent

More information

Topic 4: The Finite Potential Well

Topic 4: The Finite Potential Well Topic 4: The Finite Potential Well Outline: The quantum well The finite potential well (FPW) Even parity solutions of the TISE in the FPW Odd parity solutions of the TISE in the FPW Tunnelling into classically

More information

Quantum Mechanics Final Exam Solutions Fall 2015

Quantum Mechanics Final Exam Solutions Fall 2015 171.303 Quantum Mechanics Final Exam Solutions Fall 015 Problem 1 (a) For convenience, let θ be a real number between 0 and π so that a sinθ and b cosθ, which is possible since a +b 1. Then the operator

More information

Numerical solution of the time-independent 1-D Schrödinger equation. Matthias E. Möbius. September 24, 2010

Numerical solution of the time-independent 1-D Schrödinger equation. Matthias E. Möbius. September 24, 2010 Numerical solution of the time-independent 1-D Schrödinger equation Matthias E. Möbius September 24, 2010 1 Aim of the computational lab Numerical solution of the one-dimensional stationary Schrödinger

More information

Lecture 2: simple QM problems

Lecture 2: simple QM problems Reminder: http://www.star.le.ac.uk/nrt3/qm/ Lecture : simple QM problems Quantum mechanics describes physical particles as waves of probability. We shall see how this works in some simple applications,

More information

5.1 Classical Harmonic Oscillator

5.1 Classical Harmonic Oscillator Chapter 5 Harmonic Oscillator 5.1 Classical Harmonic Oscillator m l o l Hooke s Law give the force exerting on the mass as: f = k(l l o ) where l o is the equilibrium length of the spring and k is the

More information

7. Numerical Solutions of the TISE

7. Numerical Solutions of the TISE 7. Numerical Solutions of the TISE Copyright c 2015 2016, Daniel V. Schroeder Besides the infinite square well, there aren t many potentials V (x) for which you can find the energies and eigenfunctions

More information

Section 9 Variational Method. Page 492

Section 9 Variational Method. Page 492 Section 9 Variational Method Page 492 Page 493 Lecture 27: The Variational Method Date Given: 2008/12/03 Date Revised: 2008/12/03 Derivation Section 9.1 Variational Method: Derivation Page 494 Motivation

More information

Lecture 5. Potentials

Lecture 5. Potentials Lecture 5 Potentials 51 52 LECTURE 5. POTENTIALS 5.1 Potentials In this lecture we will solve Schrödinger s equation for some simple one-dimensional potentials, and discuss the physical interpretation

More information

Waves and the Schroedinger Equation

Waves and the Schroedinger Equation Waves and the Schroedinger Equation 5 april 010 1 The Wave Equation We have seen from previous discussions that the wave-particle duality of matter requires we describe entities through some wave-form

More information

Quantum Harmonic Oscillator

Quantum Harmonic Oscillator Quantum Harmonic Oscillator Chapter 13 P. J. Grandinetti Chem. 4300 Oct 20, 2017 P. J. Grandinetti (Chem. 4300) Quantum Harmonic Oscillator Oct 20, 2017 1 / 26 Kinetic and Potential Energy Operators Harmonic

More information

Page 684. Lecture 40: Coordinate Transformations: Time Transformations Date Revised: 2009/02/02 Date Given: 2009/02/02

Page 684. Lecture 40: Coordinate Transformations: Time Transformations Date Revised: 2009/02/02 Date Given: 2009/02/02 Page 684 Lecture 40: Coordinate Transformations: Time Transformations Date Revised: 2009/02/02 Date Given: 2009/02/02 Time Transformations Section 12.5 Symmetries: Time Transformations Page 685 Time Translation

More information

Schrödinger equation for the nuclear potential

Schrödinger equation for the nuclear potential Schrödinger equation for the nuclear potential Introduction to Nuclear Science Simon Fraser University Spring 2011 NUCS 342 January 24, 2011 NUCS 342 (Lecture 4) January 24, 2011 1 / 32 Outline 1 One-dimensional

More information

PHYS 3220 PhET Quantum Tunneling Tutorial

PHYS 3220 PhET Quantum Tunneling Tutorial PHYS 3220 PhET Quantum Tunneling Tutorial Part I: Mathematical Introduction Recall that the Schrödinger Equation is i Ψ(x,t) t = ĤΨ(x, t). Usually this is solved by first assuming that Ψ(x, t) = ψ(x)φ(t),

More information

Lecture 10: Solving the Time-Independent Schrödinger Equation. 1 Stationary States 1. 2 Solving for Energy Eigenstates 3

Lecture 10: Solving the Time-Independent Schrödinger Equation. 1 Stationary States 1. 2 Solving for Energy Eigenstates 3 Contents Lecture 1: Solving the Time-Independent Schrödinger Equation B. Zwiebach March 14, 16 1 Stationary States 1 Solving for Energy Eigenstates 3 3 Free particle on a circle. 6 1 Stationary States

More information

Lecture #8: Quantum Mechanical Harmonic Oscillator

Lecture #8: Quantum Mechanical Harmonic Oscillator 5.61 Fall, 013 Lecture #8 Page 1 Last time Lecture #8: Quantum Mechanical Harmonic Oscillator Classical Mechanical Harmonic Oscillator * V(x) = 1 kx (leading term in power series expansion of most V(x)

More information

8.04: Quantum Mechanics Professor Allan Adams Massachusetts Institute of Technology Tuesday March 19. Problem Set 6. Due Wednesday April 3 at 10.

8.04: Quantum Mechanics Professor Allan Adams Massachusetts Institute of Technology Tuesday March 19. Problem Set 6. Due Wednesday April 3 at 10. 8.04: Quantum Mechanics Professor Allan Adams Massachusetts Institute of Technology Tuesday March 19 Problem Set 6 Due Wednesday April 3 at 10.00AM Assigned Reading: E&R 6 all, G, H Li. 7 1 9, 8 1 Ga.

More information

Statistical Interpretation

Statistical Interpretation Physics 342 Lecture 15 Statistical Interpretation Lecture 15 Physics 342 Quantum Mechanics I Friday, February 29th, 2008 Quantum mechanics is a theory of probability densities given that we now have an

More information

E = hν light = hc λ = ( J s)( m/s) m = ev J = ev

E = hν light = hc λ = ( J s)( m/s) m = ev J = ev Problem The ionization potential tells us how much energy we need to use to remove an electron, so we know that any energy left afterwards will be the kinetic energy of the ejected electron. So first we

More information

The Particle in a Box

The Particle in a Box Page 324 Lecture 17: Relation of Particle in a Box Eigenstates to Position and Momentum Eigenstates General Considerations on Bound States and Quantization Continuity Equation for Probability Date Given:

More information

One-dimensional Schrödinger equation

One-dimensional Schrödinger equation Chapter 1 One-dimensional Schrödinger equation In this chapter we will start from the harmonic oscillator to introduce a general numerical methodology to solve the one-dimensional, time-independent Schrödinger

More information

QM I Exercise Sheet 2

QM I Exercise Sheet 2 QM I Exercise Sheet 2 D. Müller, Y. Ulrich http://www.physik.uzh.ch/de/lehre/phy33/hs207.html HS 7 Prof. A. Signer Issued: 3.0.207 Due: 0./2.0.207 Exercise : Finite Square Well (5 Pts.) Consider a particle

More information

Summary of Last Time Barrier Potential/Tunneling Case I: E<V 0 Describes alpha-decay (Details are in the lecture note; go over it yourself!!) Case II:

Summary of Last Time Barrier Potential/Tunneling Case I: E<V 0 Describes alpha-decay (Details are in the lecture note; go over it yourself!!) Case II: Quantum Mechanics and Atomic Physics Lecture 8: Scattering & Operators and Expectation Values http://www.physics.rutgers.edu/ugrad/361 Prof. Sean Oh Summary of Last Time Barrier Potential/Tunneling Case

More information

C/CS/Phys C191 Particle-in-a-box, Spin 10/02/08 Fall 2008 Lecture 11

C/CS/Phys C191 Particle-in-a-box, Spin 10/02/08 Fall 2008 Lecture 11 C/CS/Phys C191 Particle-in-a-box, Spin 10/0/08 Fall 008 Lecture 11 Last time we saw that the time dependent Schr. eqn. can be decomposed into two equations, one in time (t) and one in space (x): space

More information

It illustrates quantum mechanical principals. It illustrates the use of differential eqns. & boundary conditions to solve for ψ

It illustrates quantum mechanical principals. It illustrates the use of differential eqns. & boundary conditions to solve for ψ MODEL SYSTEM: PARTICLE IN A BOX Important because: It illustrates quantum mechanical principals It illustrates the use of differential eqns. & boundary conditions to solve for ψ It shows how discrete energy

More information

Simple Harmonic Oscillator

Simple Harmonic Oscillator Classical harmonic oscillator Linear force acting on a particle (Hooke s law): F =!kx From Newton s law: F = ma = m d x dt =!kx " d x dt + # x = 0, # = k / m Position and momentum solutions oscillate in

More information

The Schrodinger Equation and Postulates Common operators in QM: Potential Energy. Often depends on position operator: Kinetic Energy 1-D case:

The Schrodinger Equation and Postulates Common operators in QM: Potential Energy. Often depends on position operator: Kinetic Energy 1-D case: The Schrodinger Equation and Postulates Common operators in QM: Potential Energy Often depends on position operator: Kinetic Energy 1-D case: 3-D case Time Total energy = Hamiltonian To find out about

More information

QUANTUM CHEMISTRY PROJECT 1

QUANTUM CHEMISTRY PROJECT 1 Chemistry 460 Fall 2017 Dr. Jean M. Standard September 11, 2017 QUANTUM CHEMISTRY PROJECT 1 OUTLINE This project focuses on applications and solutions of quantum mechanical problems involving one-dimensional

More information

to the potential V to get V + V 0 0Ψ. Let Ψ ( x,t ) =ψ x dx 2

to the potential V to get V + V 0 0Ψ. Let Ψ ( x,t ) =ψ x dx 2 Physics 0 Homework # Spring 017 Due Wednesday, 4/1/17 1. Griffith s 1.8 We start with by adding V 0 to the potential V to get V + V 0. The Schrödinger equation reads: i! dψ dt =! d Ψ m dx + VΨ + V 0Ψ.

More information

Quantum Mechanics Solutions. λ i λ j v j v j v i v i.

Quantum Mechanics Solutions. λ i λ j v j v j v i v i. Quantum Mechanics Solutions 1. (a) If H has an orthonormal basis consisting of the eigenvectors { v i } of A with eigenvalues λ i C, then A can be written in terms of its spectral decomposition as A =

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

Quantum Mechanics Basics II

Quantum Mechanics Basics II Quantum Mechanics Basics II VBS/MRC Quantum Mechanics Basics II 0 Basic Postulates of Quantum Mechanics 1. State of a Particle Wave Functions 2. Physical Observables Hermitian Operators 3. Outcome of Experiment

More information

Deformed (Nilsson) shell model

Deformed (Nilsson) shell model Deformed (Nilsson) shell model Introduction to Nuclear Science Simon Fraser University Spring 2011 NUCS 342 January 31, 2011 NUCS 342 (Lecture 9) January 31, 2011 1 / 35 Outline 1 Infinitely deep potential

More information

Quantum Mechanics in One Dimension. Solutions of Selected Problems

Quantum Mechanics in One Dimension. Solutions of Selected Problems Chapter 6 Quantum Mechanics in One Dimension. Solutions of Selected Problems 6.1 Problem 6.13 (In the text book) A proton is confined to moving in a one-dimensional box of width.2 nm. (a) Find the lowest

More information

P3317 HW from Lecture 7+8 and Recitation 4

P3317 HW from Lecture 7+8 and Recitation 4 P3317 HW from Lecture 7+8 and Recitation 4 Due Friday Tuesday September 25 Problem 1. In class we argued that an ammonia atom in an electric field can be modeled by a two-level system, described by a Schrodinger

More information

Introduction to Quantum Mechanics PVK - Solutions. Nicolas Lanzetti

Introduction to Quantum Mechanics PVK - Solutions. Nicolas Lanzetti Introduction to Quantum Mechanics PVK - Solutions Nicolas Lanzetti lnicolas@student.ethz.ch 1 Contents 1 The Wave Function and the Schrödinger Equation 3 1.1 Quick Checks......................................

More information

Fermi gas model. Introduction to Nuclear Science. Simon Fraser University Spring NUCS 342 February 2, 2011

Fermi gas model. Introduction to Nuclear Science. Simon Fraser University Spring NUCS 342 February 2, 2011 Fermi gas model Introduction to Nuclear Science Simon Fraser University Spring 2011 NUCS 342 February 2, 2011 NUCS 342 (Lecture 9) February 2, 2011 1 / 34 Outline 1 Bosons and fermions NUCS 342 (Lecture

More information

Lectures 21 and 22: Hydrogen Atom. 1 The Hydrogen Atom 1. 2 Hydrogen atom spectrum 4

Lectures 21 and 22: Hydrogen Atom. 1 The Hydrogen Atom 1. 2 Hydrogen atom spectrum 4 Lectures and : Hydrogen Atom B. Zwiebach May 4, 06 Contents The Hydrogen Atom Hydrogen atom spectrum 4 The Hydrogen Atom Our goal here is to show that the two-body quantum mechanical problem of the hydrogen

More information

Quantum Mechanics: Postulates

Quantum Mechanics: Postulates Quantum Mechanics: Postulates 25th March 2008 I. Physical meaning of the Wavefunction Postulate 1: The wavefunction attempts to describe a quantum mechanical entity (photon, electron, x-ray, etc.) through

More information

Quantum Mechanics Exercises and solutions

Quantum Mechanics Exercises and solutions Quantum Mechanics Exercises and solutions P.J. Mulders Department of Physics and Astronomy, Faculty of Sciences, Vrije Universiteit Amsterdam De Boelelaan 181, 181 HV Amsterdam, the Netherlands email:

More information

S.E. of H.O., con con t

S.E. of H.O., con con t Quantum Mechanics and Atomic Physics Lecture 11: The Harmonic Oscillator: Part I http://www.physics.rutgers.edu/ugrad/361 Prof. Sean Oh The Classical Harmonic Oscillator Classical mechanics examples Mass

More information

Applied Nuclear Physics (Fall 2006) Lecture 3 (9/13/06) Bound States in One Dimensional Systems Particle in a Square Well

Applied Nuclear Physics (Fall 2006) Lecture 3 (9/13/06) Bound States in One Dimensional Systems Particle in a Square Well 22.101 Applied Nuclear Physics (Fall 2006) Lecture 3 (9/13/06) Bound States in One Dimensional Systems Particle in a Square Well References - R. L. Liboff, Introductory Quantum Mechanics (Holden Day, New

More information

PHYS 7411 Spring 2015 Computational Physics Homework 4

PHYS 7411 Spring 2015 Computational Physics Homework 4 PHYS 7411 Spring 215 Computational Physics Homework 4 Due by 3:pm in Nicholson 447 on 3 March 215 Any late assignments will be penalized in the amount of 25% per day late. Any copying of computer programs

More information

Project: Vibration of Diatomic Molecules

Project: Vibration of Diatomic Molecules Project: Vibration of Diatomic Molecules Objective: Find the vibration energies and the corresponding vibrational wavefunctions of diatomic molecules H 2 and I 2 using the Morse potential. equired Numerical

More information

CHM320 EXAM #2 USEFUL INFORMATION

CHM320 EXAM #2 USEFUL INFORMATION CHM30 EXAM # USEFUL INFORMATION Constants mass of electron: m e = 9.11 10 31 kg. Rydberg constant: R H = 109737.35 cm 1 =.1798 10 18 J. speed of light: c = 3.00 10 8 m/s Planck constant: 6.66 10 34 Js

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 216 17 INTRODUCTION TO NUMERICAL ANALYSIS MTHE612B Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

ECE 487 Lecture 6 : Time-Dependent Quantum Mechanics I Class Outline:

ECE 487 Lecture 6 : Time-Dependent Quantum Mechanics I Class Outline: ECE 487 Lecture 6 : Time-Dependent Quantum Mechanics I Class Outline: Time-Dependent Schrödinger Equation Solutions to thetime-dependent Schrödinger Equation Expansion of Energy Eigenstates Things you

More information

Lecture 3. Energy bands in solids. 3.1 Bloch theorem

Lecture 3. Energy bands in solids. 3.1 Bloch theorem Lecture 3 Energy bands in solids In this lecture we will go beyond the free electron gas approximation by considering that in a real material electrons live inside the lattice formed by the ions (Fig.

More information

8.04 Spring 2013 March 12, 2013 Problem 1. (10 points) The Probability Current

8.04 Spring 2013 March 12, 2013 Problem 1. (10 points) The Probability Current Prolem Set 5 Solutions 8.04 Spring 03 March, 03 Prolem. (0 points) The Proaility Current We wish to prove that dp a = J(a, t) J(, t). () dt Since P a (t) is the proaility of finding the particle in the

More information

8.04 Spring 2013 April 09, 2013 Problem 1. (15 points) Mathematical Preliminaries: Facts about Unitary Operators. Uφ u = uφ u

8.04 Spring 2013 April 09, 2013 Problem 1. (15 points) Mathematical Preliminaries: Facts about Unitary Operators. Uφ u = uφ u Problem Set 7 Solutions 8.4 Spring 13 April 9, 13 Problem 1. (15 points) Mathematical Preliminaries: Facts about Unitary Operators (a) (3 points) Suppose φ u is an eigenfunction of U with eigenvalue u,

More information

1 Position Representation of Quantum State Function

1 Position Representation of Quantum State Function C/CS/Phys C191 Quantum Mechanics in a Nutshell II 10/09/07 Fall 2007 Lecture 13 1 Position Representation of Quantum State Function We will motivate this using the framework of measurements. Consider first

More information

Physics 137A Quantum Mechanics Fall 2012 Midterm II - Solutions

Physics 137A Quantum Mechanics Fall 2012 Midterm II - Solutions Physics 37A Quantum Mechanics Fall 0 Midterm II - Solutions These are the solutions to the exam given to Lecture Problem [5 points] Consider a particle with mass m charge q in a simple harmonic oscillator

More information

Computational Quantum Physics. Prof. Matthias Troyer

Computational Quantum Physics. Prof. Matthias Troyer Computational Quantum Physics Prof. Matthias Troyer (troyer@phys.ethz.ch) ETH Zürich, Spring Semester 011 Chapter 1 Introduction 1.1 General For physics students the computational quantum physics courses

More information

Lecture 9: Macroscopic Quantum Model

Lecture 9: Macroscopic Quantum Model Lecture 9: Macroscopic Quantum Model Outline 1. Development of Quantum Mechanics 2. Schrödinger's Equation Free particle With forces With Electromagnetic force 3. Physical meaning of Wavefunction Probability

More information

2. As we shall see, we choose to write in terms of σ x because ( X ) 2 = σ 2 x.

2. As we shall see, we choose to write in terms of σ x because ( X ) 2 = σ 2 x. Section 5.1 Simple One-Dimensional Problems: The Free Particle Page 9 The Free Particle Gaussian Wave Packets The Gaussian wave packet initial state is one of the few states for which both the { x } and

More information

We do not derive F = ma; we conclude F = ma by induction from. a large series of observations. We use it as long as its predictions agree

We do not derive F = ma; we conclude F = ma by induction from. a large series of observations. We use it as long as its predictions agree THE SCHRÖDINGER EQUATION (A REVIEW) We do not derive F = ma; we conclude F = ma by induction from a large series of observations. We use it as long as its predictions agree with our experiments. As with

More information

Quiz 6: Modern Physics Solution

Quiz 6: Modern Physics Solution Quiz 6: Modern Physics Solution Name: Attempt all questions. Some universal constants: Roll no: h = Planck s constant = 6.63 10 34 Js = Reduced Planck s constant = 1.06 10 34 Js 1eV = 1.6 10 19 J d 2 TDSE

More information

MB4018 Differential equations

MB4018 Differential equations MB4018 Differential equations Part II http://www.staff.ul.ie/natalia/mb4018.html Prof. Natalia Kopteva Spring 2015 MB4018 (Spring 2015) Differential equations Part II 0 / 69 Section 1 Second-Order Linear

More information

Quantum Physics I (8.04) Spring 2016 Assignment 6

Quantum Physics I (8.04) Spring 2016 Assignment 6 Quantum Physics I (8.04) Spring 016 Assignment 6 MIT Physics Department Due Friday April 1, 016 March 17, 016 1:00 noon Reading: Griffiths section.6. For the following week sections.5 and.3. Problem Set

More information

CHEM-UA 127: Advanced General Chemistry I

CHEM-UA 127: Advanced General Chemistry I 1 CHEM-UA 127: Advanced General Chemistry I I. RATIONALIZATION OF THE ELECTRON DIFFRACTION EXPERIMENT We will consider two different rationalizations of the electron double-slit experiment. A. Particle-wave

More information

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn Review Taylor Series and Error Analysis Roots of Equations Linear Algebraic Equations Optimization Numerical Differentiation and Integration Ordinary Differential Equations Partial Differential Equations

More information

MATH325 - QUANTUM MECHANICS - SOLUTION SHEET 11

MATH325 - QUANTUM MECHANICS - SOLUTION SHEET 11 MATH35 - QUANTUM MECHANICS - SOLUTION SHEET. The Hamiltonian for a particle of mass m moving in three dimensions under the influence of a three-dimensional harmonic oscillator potential is Ĥ = h m + mω

More information

Application of Shooting Method to Solve the Schrödinger Equation

Application of Shooting Method to Solve the Schrödinger Equation Application of Shooting Method to Solve the Schrödinger Equation Reis, Vítor Eulálio - Nusp 8636309 IFSC - University of São Paulo Av. Trabalhador São Carlense, 400 São Carlos, São Paulo Abstract In this

More information

Lecture #9: Harmonic Oscillator: Creation and Annihilation Operators

Lecture #9: Harmonic Oscillator: Creation and Annihilation Operators 5.61 Fall, 013 Lecture #9 Page 1 Last time Lecture #9: Harmonic Oscillator: Creation and Annihilation Operators 1/ Simplified Schrödinger equation: ξ=α x, α =(kμ) 1/ n E +ξ ψ=0 (dimensionless) ξ nω reduced

More information

Welcome back to PHY 3305

Welcome back to PHY 3305 Welcome back to PHY 3305 Today s Lecture: Schrödinger Equation Erwin Rudolf Josef Alexander Schrödinger 1887-1961 AnNouncements Reading Assignment for Thursday, October 12th: Chapter 5.5. Problem set 7

More information

= ( Prove the nonexistence of electron in the nucleus on the basis of uncertainty principle.

= ( Prove the nonexistence of electron in the nucleus on the basis of uncertainty principle. Worked out examples (Quantum mechanics). A microscope, using photons, is employed to locate an electron in an atom within a distance of. Å. What is the uncertainty in the momentum of the electron located

More information

P3317 HW from Lecture and Recitation 7

P3317 HW from Lecture and Recitation 7 P3317 HW from Lecture 1+13 and Recitation 7 Due Oct 16, 018 Problem 1. Separation of variables Suppose we have two masses that can move in 1D. They are attached by a spring, yielding a Hamiltonian where

More information

Physics 505 Homework No. 1 Solutions S1-1

Physics 505 Homework No. 1 Solutions S1-1 Physics 505 Homework No s S- Some Preliminaries Assume A and B are Hermitian operators (a) Show that (AB) B A dx φ ABψ dx (A φ) Bψ dx (B (A φ)) ψ dx (B A φ) ψ End (b) Show that AB [A, B]/2+{A, B}/2 where

More information

Homework Problem Set 3 Solutions

Homework Problem Set 3 Solutions Chemistry 460 Dr. Jean M. Standard Homework Problem Set 3 Solutions 1. See Section 2-5 of Lowe and Peterson for more information about this example. When a particle experiences zero potential energy over

More information

9 Particle-in-a-box (PIB)

9 Particle-in-a-box (PIB) 9 Particle-in-a-box (PIB) 1. Consider a linear poly-ene.. The electrons are completely delocalized inside the poly-ene, but cannot leave the molecular framework. 3. Let us approximate this system by a

More information

Quantum Mechanics: Particles in Potentials

Quantum Mechanics: Particles in Potentials Quantum Mechanics: Particles in Potentials 3 april 2010 I. Applications of the Postulates of Quantum Mechanics Now that some of the machinery of quantum mechanics has been assembled, one can begin to apply

More information

If several eigenfunctions belong to the same eigenvalue (degeneracy), one can orthogonalize as follows: ψ 1, ψ 2,... linear independent eigenfunctions

If several eigenfunctions belong to the same eigenvalue (degeneracy), one can orthogonalize as follows: ψ 1, ψ 2,... linear independent eigenfunctions Eigenfunctions of Hermitian operators belonging to different eigenvalues are orthogonal, since: Aψ m = a m ψ m, Aψ n = a n ψ n a n (ψ m, ψ n )=(ψ m, Aψ n )=(Aψ m, ψ n )=a m (ψ m, ψ n ) (a n a m )(ψ m,

More information

Quantum Mechanics: Vibration and Rotation of Molecules

Quantum Mechanics: Vibration and Rotation of Molecules Quantum Mechanics: Vibration and Rotation of Molecules 8th April 2008 I. 1-Dimensional Classical Harmonic Oscillator The classical picture for motion under a harmonic potential (mass attached to spring

More information

Chapter 1 Recollections from Elementary Quantum Physics

Chapter 1 Recollections from Elementary Quantum Physics Chapter 1 Recollections from Elementary Quantum Physics Abstract We recall the prerequisites that we assume the reader to be familiar with, namely the Schrödinger equation in its time dependent and time

More information

Exercises : Questions

Exercises : Questions Exercises 18.05.2017: Questions Problem 1 where Calculate the following commutators: a) [ Ĥ, ˆp ], b) [ Ĥ, ˆr ], Ĥ = 1 2m ˆp2 + V ˆr), 1) ˆp 2 = ˆp 2 x + ˆp 2 y + ˆp 2 z and V ˆr) = V ˆx, ŷ, ẑ) is an arbitrary

More information

Lecture 8. 1 Uncovering momentum space 1. 2 Expectation Values of Operators 4. 3 Time dependence of expectation values 6

Lecture 8. 1 Uncovering momentum space 1. 2 Expectation Values of Operators 4. 3 Time dependence of expectation values 6 Lecture 8 B. Zwiebach February 29, 206 Contents Uncovering momentum space 2 Expectation Values of Operators 4 Time dependence of expectation values 6 Uncovering momentum space We now begin a series of

More information

1 Measurement and expectation values

1 Measurement and expectation values C/CS/Phys 191 Measurement and expectation values, Intro to Spin 2/15/05 Spring 2005 Lecture 9 1 Measurement and expectation values Last time we discussed how useful it is to work in the basis of energy

More information

22.02 Intro to Applied Nuclear Physics

22.02 Intro to Applied Nuclear Physics 22.02 Intro to Applied Nuclear Physics Mid-Term Exam Solution Problem 1: Short Questions 24 points These short questions require only short answers (but even for yes/no questions give a brief explanation)

More information

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester HIGHER ORDER METHODS School of Mathematics Semester 1 2008 OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE

More information

Computational Neuroscience. Session 1-2

Computational Neuroscience. Session 1-2 Computational Neuroscience. Session 1-2 Dr. Marco A Roque Sol 05/29/2018 Definitions Differential Equations A differential equation is any equation which contains derivatives, either ordinary or partial

More information

Consider Hamiltonian. Since n form complete set, the states ψ (1) and ψ (2) may be expanded. Now substitute (1-5) into Hψ = Eψ,

Consider Hamiltonian. Since n form complete set, the states ψ (1) and ψ (2) may be expanded. Now substitute (1-5) into Hψ = Eψ, 3 Time-independent Perturbation Theory I 3.1 Small perturbations of a quantum system Consider Hamiltonian H 0 + ˆV, (1) where H 0 and ˆV both time-ind., and ˆV represents small perturbation to Hamiltonian

More information

Appendix B: The Transfer Matrix Method

Appendix B: The Transfer Matrix Method Y D Chong (218) PH441: Quantum Mechanics III Appendix B: The Transfer Matrix Method The transfer matrix method is a numerical method for solving the 1D Schrödinger equation, and other similar equations

More information

PLEASE LET ME KNOW IF YOU FIND TYPOS (send to

PLEASE LET ME KNOW IF YOU FIND TYPOS (send  to Teoretisk Fysik KTH Advanced QM (SI2380), Lecture 2 (Summary of concepts) 1 PLEASE LET ME KNOW IF YOU FIND TYPOS (send email to langmann@kth.se) The laws of QM 1. I now discuss the laws of QM and their

More information

Under evolution for a small time δt the area A(t) = q p evolves into an area

Under evolution for a small time δt the area A(t) = q p evolves into an area Physics 106a, Caltech 6 November, 2018 Lecture 11: Hamiltonian Mechanics II Towards statistical mechanics Phase space volumes are conserved by Hamiltonian dynamics We can use many nearby initial conditions

More information

2m dx 2. The particle in a one dimensional box (of size L) energy levels are

2m dx 2. The particle in a one dimensional box (of size L) energy levels are Name: Chem 3322 test #1 solutions, out of 40 marks I want complete, detailed answers to the questions. Show all your work to get full credit. indefinite integral : sin 2 (ax)dx = x 2 sin(2ax) 4a (1) with

More information

Q U A N T U M M E C H A N I C S : L E C T U R E 5

Q U A N T U M M E C H A N I C S : L E C T U R E 5 Q U A N T U M M E C H A N I C S : L E C T U R E 5 salwa al saleh Abstract This lecture discusses the formal solution of Schrödinger s equation for a free particle. Including the separation of variables

More information

Lecture-XXVI. Time-Independent Schrodinger Equation

Lecture-XXVI. Time-Independent Schrodinger Equation Lecture-XXVI Time-Independent Schrodinger Equation Time Independent Schrodinger Equation: The time-dependent Schrodinger equation: Assume that V is independent of time t. In that case the Schrodinger equation

More information

Systems. x 1 = ax 1 + bx 2, x 2 = cx 1 + dx 2,

Systems. x 1 = ax 1 + bx 2, x 2 = cx 1 + dx 2, Systems We consider systems of differential equations of the fm x ax + bx, x cx + dx, where a,b,c, and d are real numbers At first glance the system may seem to be first-der; however, it is coupled, and

More information

MATH4104: Quantum nonlinear dynamics. Lecture Two. Review of quantum theory.

MATH4104: Quantum nonlinear dynamics. Lecture Two. Review of quantum theory. MATH4104: Quantum nonlinear dynamics. Lecture Two. Review of quantum theory. G J Milburn The University of Queensland S2, 2009 Two quantum principles. THE QUANTUM PRINCIPLE I. The physical universe is

More information

APPLICATION OF NEWTON RAPHSON METHOD TO A FINITE BARRIER QUANTUM WELL (FBQW) SYSTEM

APPLICATION OF NEWTON RAPHSON METHOD TO A FINITE BARRIER QUANTUM WELL (FBQW) SYSTEM www.arpapress.com/volumes/vol13issue1/ijrras_13_1_08.pdf APPLICATION OF NEWTON RAPHSON METHOD TO A FINITE BARRIER QUANTUM WELL (FBQW) SYSTEM AJAYI Jonathan Olanipekun, ALABI Akinniyi Michael & ADEDOKUN

More information

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory

Physics 202 Laboratory 5. Linear Algebra 1. Laboratory 5. Physics 202 Laboratory Physics 202 Laboratory 5 Linear Algebra Laboratory 5 Physics 202 Laboratory We close our whirlwind tour of numerical methods by advertising some elements of (numerical) linear algebra. There are three

More information

David J. Starling Penn State Hazleton PHYS 214

David J. Starling Penn State Hazleton PHYS 214 All the fifty years of conscious brooding have brought me no closer to answer the question, What are light quanta? Of course today every rascal thinks he knows the answer, but he is deluding himself. -Albert

More information

Lecture 12: Particle in 1D boxes & Simple Harmonic Oscillator

Lecture 12: Particle in 1D boxes & Simple Harmonic Oscillator Lecture 12: Particle in 1D boxes & Simple Harmonic Oscillator U(x) E Dx y(x) x Dx Lecture 12, p 1 Properties of Bound States Several trends exhibited by the particle-in-box states are generic to bound

More information

1 Schrödinger s Equation

1 Schrödinger s Equation Physical Electronics Quantum Mechanics Handout April 10, 003 1 Schrödinger s Equation One-Dimensional, Time-Dependent version Schrödinger s equation originates from conservation of energy. h Ψ m x + V

More information

Application of Resurgence Theory to Approximate Inverse Square Potential in Quantum Mechanics

Application of Resurgence Theory to Approximate Inverse Square Potential in Quantum Mechanics Macalester Journal of Physics and Astronomy Volume 3 Issue 1 Spring 015 Article 10 May 015 Application of Resurgence Theory to Approximate Inverse Square Potential in Quantum Mechanics Jian Zhang Ms. Macalester

More information

PHYSICS 721/821 - Spring Semester ODU. Graduate Quantum Mechanics II Midterm Exam - Solution

PHYSICS 721/821 - Spring Semester ODU. Graduate Quantum Mechanics II Midterm Exam - Solution PHYSICS 72/82 - Spring Semester 2 - ODU Graduate Quantum Mechanics II Midterm Exam - Solution Problem ) An electron (mass 5, ev/c 2 ) is in a one-dimensional potential well as sketched to the right (the

More information

P3317 HW from Lecture 15 and Recitation 8

P3317 HW from Lecture 15 and Recitation 8 P3317 HW from Lecture 15 and Recitation 8 Due Oct 23, 218 Problem 1. Variational Energy of Helium Here we will estimate the ground state energy of Helium. Helium has two electrons circling around a nucleus

More information

Lecture 7. 1 Wavepackets and Uncertainty 1. 2 Wavepacket Shape Changes 4. 3 Time evolution of a free wave packet 6. 1 Φ(k)e ikx dk. (1.

Lecture 7. 1 Wavepackets and Uncertainty 1. 2 Wavepacket Shape Changes 4. 3 Time evolution of a free wave packet 6. 1 Φ(k)e ikx dk. (1. Lecture 7 B. Zwiebach February 8, 06 Contents Wavepackets and Uncertainty Wavepacket Shape Changes 4 3 Time evolution of a free wave packet 6 Wavepackets and Uncertainty A wavepacket is a superposition

More information