Chapter 8: Spherical Coordinates

Size: px
Start display at page:

Download "Chapter 8: Spherical Coordinates"

Transcription

1 6 Chapte 8: Spheical Coodinates Tiple Integals We've seen that Mathematica can compute integals in Catesian coodinates (x, y, z). Howeve, atoms ae bette descibed using spheical coodinates (, q, f). Hee ae some useful elationships: x = Sin q Cos f y = Sin q Sin f z = Cos j 2 = x 2 + y 2 + z 2 The volume of a 3D object can be thought of as: V =Ÿ Ÿ Ÿ f Hx, y, zl x y z. Using the substitutions above: V = f H Sin q Cos f, Sin q Cos f, Cos ql t whee dt = 2 Sin f q f. The limits of integation ae geneally: 0, 0 q p, 0 f 2p. Fom Physical Chemisty, 6th Edition by Pete Atkins: Example. Nomalize the wavefunction fo the hydogen atom ove all space: y = e - ao, whee ao is the boh adius. Recall that a function is nomalized if A 2 y 2 t =, whee A is the nomalization constant. In spheical coodinates, the integal becomes: Ÿ Ÿ Ÿ A 2 2 y 2 Sin q q f with limits of 0, 0 q p, 0 f 2p. Fo the special case of the H atom, y = R () F (q) G (f), a poduct of functions of each vaiable. Then, the tiple integal can be witten as a poduct of thee sepaate integals: Ÿ A 2 2 R HL 2 Ÿ F HqL 2 Sin q q Ÿ G HfL 2 f In this example, y = y () = R () so F (q) = and G (f) =. Define the wavefunction y and set up the integals one by one. Multiply the integals togethe to get the answe.

2 62 psi = Exp@ ê aod; integal = Integate@A^2 ^2 psi^2, 8, 0, Infinity<D A 2 IfARe@aoD > 0, ao 3, 2 ao 2 E 0 Mathematica sometimes will give a moe complicated answe than what you'e looking fo. The output can be tanslated as: A 2 I ao3 M if ao > ao 2 if ao < 0. Define a new function using the answe above: integalnew = A 2 i ao 3 k A 2 ao 3 y { integalθ =Integate@Sin@θD, 8θ, 0,<D 2 integalφ =Integate@, 8φ, 0,2 <D ans = integalnew integalθ integalφ A 2 ao 3 Solve fo A: Solve@ans, AD êêflatten 9A ao 3ê2 è,a ao 3ê2 è = The nomalization constant A can be chosen to be positive. Define A and pint out the nomalized wavefunction: A = ao 3ê2 è ; Pint@"The nomalized wavefunction is ψ =", A psid

3 63 The nomalized wavefunction is ψ = ao ao 3ê2 è Fom Physical Chemisty, 6th Edition by Pete Atkins: Poblem.8 Nomalize the wavefunction y = x e - / ao to.: Let x = Sin q Cos f so y = Sin q Cos f e - ao. Then y() = e - ao, y(q) = Sin q, and y(f) = Cos f Clea@AD; R = Exp@ ê aod; integal = Integate@A^2 ^2 R^2, 8, 0, Infinity<D A 2 IfARe@aoD > 0, 3ao5 Define a new function fo the output:, 0 2 ao E integalrnew = A 2 i k 3A 2 ao 5 3ao 5 y { F = Sin@θD; integals = Integate@Sin@θD F^2, 8θ, 0,<D 3 G = Cos@φD; integalg = Integate@G^2, 8φ, 0,2 <D ans = integalrnew integals integalg A 2 ao 5

4 6 Solve fo A: AD êêflatten 9A ao 5ê2 è,a ao 5ê2 è = The nomalization constant A can be chosen to be positive. Define A and the nomalized wavefunction y to pint out the answe: A = ao 5ê2 è ; psi = A R F G; Pint@"The nomalized wavefunction is ψ =", psid The nomalized wavefunction is ψ = ao ao 5ê2 è Fom Physical Chemisty, 6th Edition by Pete Atkins: Poblem.9 Nomalize the following wavefunctions to : a) (2 / ao) e b) Sin q Cosf e - / 2ao - / 2ao Fom Physical Chemisty, 6th Edition by Pete Atkins: Poblem.6 Evaluate the expectation values of and 2 fo a hydogen atom with wavefunctions: a) (2 / ao) e b) Sin q Cosf e - / 2ao - / 2ao Recall that the expectation of is: <> = y 2 t and fo <2 > = 2 y 2 t. Use the nomalized wavefunctions fom Poblem.9 to calculate the expectation values.

5 65 Answes: Poblem.9 Pat a: y = (2 / ao) e - / 2ao = y () = R () so F (q) = and G (f) =. Define the wavefunction and integate each integal sepaately: Clea@AD; psi = H2 H ê aoll Exp@ êh2 aold; integal = Integate@A^2 ^2 psi^2, 8, 0, Infinity<D A 2 IfARe@aoD > 0, 8 ao 3, ao 2 I2 0 ao M2 E Define a new function using the answe above: integalnew = A 2 8 ao 3 8A 2 ao 3 integalθ =Integate@Sin@θD, 8θ, 0,<D 2 integalφ =Integate@, 8φ, 0,2 <D ans = integalnew integalθ integalφ 32 A 2 ao 3 Solve fo A: Solve@ans, AD êêflatten 9A ao 3ê2 è,a ao 3ê2 è = The nomalization constant A can be chosen to be positive. Define A and pint out the nomalized wavefunction: A = ao 3ê2 è ; Pint@"The nomalized wavefunction is ψ =", A psid The nomalized wavefunction is ψ = 2ao I2 ao M ao 3ê2 è

6 66 Pat b: y(, q, f) = Sin q Cos f e - / 2ao so R () = e - / 2ao, F (q) = Sin q, and G (f) = Cos f. Clea@AD; R = Exp@ êh2 aold; integalr = Integate@A^2 ^2 R^2, 8, 0, Infinity<D A 2 IfARe@aoD > 0, 2 ao 5, 0 ao E Define a new function fo the output: integalrnew = A 2 2 ao 5 2 A 2 ao 5 F = Sin@θD; integalf = Integate@Sin@θD F^2, 8θ, 0,<D 3 G = Cos@φD; integalg = Integate@G^2, 8φ, 0,2 <D ans = integalrnew integalf integalg 32 A 2 ao 5 Solve fo A: Solve@ans, AD êêflatten 9A ao 5ê2 è,a ao 5ê2 è = The nomalization constant A is positive. Define A and the nomalized wavefunction y to pint out the answe: A = ao 5ê2 è ; psi = A R F G; Pint@"The nomalized wavefunction is ψ =", psid The nomalized wavefunction is ψ = 2ao Cos@φD ao 5ê2 è

7 67 Answes: Poblem.6 Pat a: Fom Poblem.9, the nomalized wavefunction is ψ = Define this as a new function: 2ao I2 ao M ao 3ê2 è. 2ao I2 M ao psi = ao 3ê2 è 2ao I2 ao M ao 3ê2 è The nomalized wavefunction contains only the vaiable and is independent of q and f. This means that you can calculate the expectation of as: Ÿ Ÿ Ÿ y 2 t =Ÿ 3 y 2 Ÿ Sin q q Ÿ f, with limits of 0, 0 q p, 0 q 2p. The expectation of 2 is Ÿ Ÿ Ÿ 2 y 2 t = Ÿ y 2 Ÿ Sin q q Ÿ f. Calculate each individual integal and multiply them togethe to get the answe: integal = Integate@^3 psi^2, 8, 0, Infinity<D IfARe@aoD > 0, 8 ao, 0 ao 3 I2 ao M2 E 32 ao 3 8 ao integalnew = 32 ao 3 3ao integalθ =Integate@Sin@θD, 8θ, 0,<D 2 integalφ =Integate@, 8φ, 0,2 <D ans = integalnew integalθ integalφ; Pint@"<> = ", ansd <> = 6ao

8 68 Fo < 2 >, the only integal that changes in value is the one involving the vaiable. Define a new integal fo and multiply all the integals togethe to get the answe. integal2 = Integate@^ psi^2, 8, 0, Infinity<D IfARe@aoD > 0, 336 ao 5, 0 ao I2 ao M2 E 32 ao 3 integal2new = 2 ao ao5 32 ao 3 ans = integal2new integalθ integalφ; Pint@"< 2 > = ", ansd < 2 > = 2 ao 2 Pat b: Fom Poblem.9, the nomalized wavefunction is ψ = 2ao ao 5ê2 è. This function contains thee vaiables (, q, f), so <> is: Ÿ 3 RHL 2 Ÿ Sin q FHqL 2 q Ÿ GHfL 2 f Define each pat of the wavefunction sepaately and multiply the individual integals togethe to get the answe. R = 2ao ao 5ê2 è 2ao ao 5ê2 è integalr = Integate@^3 R^2, 8, 0, Infinity<D IfARe@aoD > 0, 20 ao 6, 0 ao 5 E 32 ao 5

9 69 integalrnew = 20 ao6 32 ao 5 5 ao F = Sin@θD; integalθ =Integate@Sin@θD F^2, 8θ, 0,<D 3 G = Cos@φD; integalφ =Integate@G^2, 8φ, 0,2 <D ans = integalrnew integalf integalg; Pint@"<> = ", ansd <> = 5ao Fo < 2 >, the only integal that changes in value is the one involving the vaiable. Define a new integal fo and multiply all the integals togethe to get the answe. integal2 = Integate@^ R^2, 8, 0, Infinity<D IfARe@aoD > 0, 720 ao 7, 0 ao 6 E 32 ao 5 integal2new = 720 ao7 32 ao 5 5 ao 2 ans = integal2new integalf integalg; Pint@"< 2 > = ", ansd < 2 > = 30 ao 2

Lecture 7: Angular Momentum, Hydrogen Atom

Lecture 7: Angular Momentum, Hydrogen Atom Lectue 7: Angula Momentum, Hydogen Atom Vecto Quantization of Angula Momentum and Nomalization of 3D Rigid Roto wavefunctions Conside l, so L 2 2 2. Thus, we have L 2. Thee ae thee possibilities fo L z

More information

= e2. = 2e2. = 3e2. V = Ze2. where Z is the atomic numnber. Thus, we take as the Hamiltonian for a hydrogenic. H = p2 r. (19.4)

= e2. = 2e2. = 3e2. V = Ze2. where Z is the atomic numnber. Thus, we take as the Hamiltonian for a hydrogenic. H = p2 r. (19.4) Chapte 9 Hydogen Atom I What is H int? That depends on the physical system and the accuacy with which it is descibed. A natual stating point is the fom H int = p + V, (9.) µ which descibes a two-paticle

More information

Qualifying Examination Electricity and Magnetism Solutions January 12, 2006

Qualifying Examination Electricity and Magnetism Solutions January 12, 2006 1 Qualifying Examination Electicity and Magnetism Solutions Januay 12, 2006 PROBLEM EA. a. Fist, we conside a unit length of cylinde to find the elationship between the total chage pe unit length λ and

More information

Section 8.2 Polar Coordinates

Section 8.2 Polar Coordinates Section 8. Pola Coodinates 467 Section 8. Pola Coodinates The coodinate system we ae most familia with is called the Catesian coodinate system, a ectangula plane divided into fou quadants by the hoizontal

More information

In statistical computations it is desirable to have a simplified system of notation to avoid complicated formulas describing mathematical operations.

In statistical computations it is desirable to have a simplified system of notation to avoid complicated formulas describing mathematical operations. Chapte 1 STATISTICAL NOTATION AND ORGANIZATION 11 Summation Notation fo a One-Way Classification In statistical computations it is desiable to have a simplified system of notation to avoid complicated

More information

Lecture 8 - Gauss s Law

Lecture 8 - Gauss s Law Lectue 8 - Gauss s Law A Puzzle... Example Calculate the potential enegy, pe ion, fo an infinite 1D ionic cystal with sepaation a; that is, a ow of equally spaced chages of magnitude e and altenating sign.

More information

Chapter 2: Introduction to Implicit Equations

Chapter 2: Introduction to Implicit Equations Habeman MTH 11 Section V: Paametic and Implicit Equations Chapte : Intoduction to Implicit Equations When we descibe cuves on the coodinate plane with algebaic equations, we can define the elationship

More information

15 Solving the Laplace equation by Fourier method

15 Solving the Laplace equation by Fourier method 5 Solving the Laplace equation by Fouie method I aleady intoduced two o thee dimensional heat equation, when I deived it, ecall that it taes the fom u t = α 2 u + F, (5.) whee u: [0, ) D R, D R is the

More information

Anyone who can contemplate quantum mechanics without getting dizzy hasn t understood it. --Niels Bohr. Lecture 17, p 1

Anyone who can contemplate quantum mechanics without getting dizzy hasn t understood it. --Niels Bohr. Lecture 17, p 1 Anyone who can contemplate quantum mechanics without getting dizzy hasn t undestood it. --Niels Boh Lectue 17, p 1 Special (Optional) Lectue Quantum Infomation One of the most moden applications of QM

More information

f(k) e p 2 (k) e iax 2 (k a) r 2 e a x a a 2 + k 2 e a2 x 1 2 H(x) ik p (k) 4 r 3 cos Y 2 = 4

f(k) e p 2 (k) e iax 2 (k a) r 2 e a x a a 2 + k 2 e a2 x 1 2 H(x) ik p (k) 4 r 3 cos Y 2 = 4 Fouie tansfom pais: f(x) 1 f(k) e p 2 (k) p e iax 2 (k a) 2 e a x a a 2 + k 2 e a2 x 1 2, a > 0 a p k2 /4a2 e 2 1 H(x) ik p 2 + 2 (k) The fist few Y m Y 0 0 = Y 0 1 = Y ±1 1 = l : 1 Y2 0 = 4 3 ±1 cos Y

More information

MATH 300: Solutions for Problem Set 1

MATH 300: Solutions for Problem Set 1 Question.a: The de is MATH 300: Solutions fo Poblem Set 2u 4u 4u u 0: So a 2, b 2 and c 4. Hence b 2 ac 4 < 0. The de is ellitic. Question.b: The de is u 2u u u 0: So a, b and c. Hence b 2 ac 2. The de

More information

A Hartree-Fock Example Using Helium

A Hartree-Fock Example Using Helium Univesity of Connecticut DigitalCommons@UConn Chemisty Education Mateials Depatment of Chemisty June 6 A Hatee-Fock Example Using Helium Cal W. David Univesity of Connecticut, Cal.David@uconn.edu Follow

More information

5.111 Lecture Summary #6 Monday, September 15, 2014

5.111 Lecture Summary #6 Monday, September 15, 2014 5.111 Lectue Summay #6 Monday, Septembe 15, 014 Readings fo today: Section 1.9 Atomic Obitals. Section 1.10 Electon Spin, Section 1.11 The Electonic Stuctue of Hydogen. (Same sections in 4 th ed.) Read

More information

Question 1: The dipole

Question 1: The dipole Septembe, 08 Conell Univesity, Depatment of Physics PHYS 337, Advance E&M, HW #, due: 9/5/08, :5 AM Question : The dipole Conside a system as discussed in class and shown in Fig.. in Heald & Maion.. Wite

More information

Foundations of Chemical Kinetics. Lecture 9: Generalizing collision theory

Foundations of Chemical Kinetics. Lecture 9: Generalizing collision theory Foundations of Chemical Kinetics Lectue 9: Genealizing collision theoy Mac R. Roussel Depatment of Chemisty and Biochemisty Spheical pola coodinates z θ φ y x Angles and solid angles θ a A Ω θ=a/ unit:

More information

Math 209 Assignment 9 Solutions

Math 209 Assignment 9 Solutions Math 9 Assignment 9 olutions 1. Evaluate 4y + 1 d whee is the fist octant pat of y x cut out by x + y + z 1. olution We need a paametic epesentation of the suface. (x, z). Now detemine the nomal vecto:

More information

Much that has already been said about changes of variable relates to transformations between different coordinate systems.

Much that has already been said about changes of variable relates to transformations between different coordinate systems. MULTIPLE INTEGRLS I P Calculus Cooinate Sstems Much that has alea been sai about changes of vaiable elates to tansfomations between iffeent cooinate sstems. The main cooinate sstems use in the solution

More information

Chapter 10 Sample Exam

Chapter 10 Sample Exam Chapte Sample Exam Poblems maked with an asteisk (*) ae paticulaly challenging and should be given caeful consideation.. Conside the paametic cuve x (t) =e t, y (t) =e t, t (a) Compute the length of the

More information

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50 woking pages fo Paul Richads class notes; do not copy o ciculate without pemission fom PGR 2004/11/3 10:50 CHAPTER7 Solid angle, 3D integals, Gauss s Theoem, and a Delta Function We define the solid angle,

More information

arxiv: v1 [physics.pop-ph] 3 Jun 2013

arxiv: v1 [physics.pop-ph] 3 Jun 2013 A note on the electostatic enegy of two point chages axiv:1306.0401v1 [physics.pop-ph] 3 Jun 013 A C Tot Instituto de Física Univesidade Fedeal do io de Janeio Caixa Postal 68.58; CEP 1941-97 io de Janeio,

More information

5.61 Physical Chemistry Lecture #23 page 1 MANY ELECTRON ATOMS

5.61 Physical Chemistry Lecture #23 page 1 MANY ELECTRON ATOMS 5.6 Physical Chemisty Lectue #3 page MAY ELECTRO ATOMS At this point, we see that quantum mechanics allows us to undestand the helium atom, at least qualitatively. What about atoms with moe than two electons,

More information

ME 210 Applied Mathematics for Mechanical Engineers

ME 210 Applied Mathematics for Mechanical Engineers Tangent and Ac Length of a Cuve The tangent to a cuve C at a point A on it is defined as the limiting position of the staight line L though A and B, as B appoaches A along the cuve as illustated in the

More information

ENGI 4430 Non-Cartesian Coordinates Page xi Fy j Fzk from Cartesian coordinates z to another orthonormal coordinate system u, v, ˆ i ˆ ˆi

ENGI 4430 Non-Cartesian Coordinates Page xi Fy j Fzk from Cartesian coordinates z to another orthonormal coordinate system u, v, ˆ i ˆ ˆi ENGI 44 Non-Catesian Coodinates Page 7-7. Conesions between Coodinate Systems In geneal, the conesion of a ecto F F xi Fy j Fzk fom Catesian coodinates x, y, z to anothe othonomal coodinate system u,,

More information

PHYS 110B - HW #7 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased

PHYS 110B - HW #7 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased PHYS 0B - HW #7 Sping 2004, Solutions by David Pace Any efeenced euations ae fom Giffiths Poblem statements ae paaphased. Poblem 0.3 fom Giffiths A point chage,, moves in a loop of adius a. At time t 0

More information

DonnishJournals

DonnishJournals DonnishJounals 041-1189 Donnish Jounal of Educational Reseach and Reviews. Vol 1(1) pp. 01-017 Novembe, 014. http:///dje Copyight 014 Donnish Jounals Oiginal Reseach Pape Vecto Analysis Using MAXIMA Savaş

More information

Physics 505 Homework No. 9 Solutions S9-1

Physics 505 Homework No. 9 Solutions S9-1 Physics 505 Homewok No 9 s S9-1 1 As pomised, hee is the tick fo summing the matix elements fo the Stak effect fo the gound state of the hydogen atom Recall, we need to calculate the coection to the gound

More information

MODULE 5a and 5b (Stewart, Sections 12.2, 12.3) INTRO: In MATH 1114 vectors were written either as rows (a1, a2,..., an) or as columns a 1 a. ...

MODULE 5a and 5b (Stewart, Sections 12.2, 12.3) INTRO: In MATH 1114 vectors were written either as rows (a1, a2,..., an) or as columns a 1 a. ... MODULE 5a and 5b (Stewat, Sections 2.2, 2.3) INTRO: In MATH 4 vectos wee witten eithe as ows (a, a2,..., an) o as columns a a 2... a n and the set of all such vectos of fixed length n was called the vecto

More information

Lecture 23. Representation of the Dirac delta function in other coordinate systems

Lecture 23. Representation of the Dirac delta function in other coordinate systems Lectue 23 Repesentation of the Diac delta function in othe coodinate systems In a geneal sense, one can wite, ( ) = (x x ) (y y ) (z z ) = (u u ) (v v ) (w w ) J Whee J epesents the Jacobian of the tansfomation.

More information

Section 26 The Laws of Rotational Motion

Section 26 The Laws of Rotational Motion Physics 24A Class Notes Section 26 The Laws of otational Motion What do objects do and why do they do it? They otate and we have established the quantities needed to descibe this motion. We now need to

More information

Geometry of the homogeneous and isotropic spaces

Geometry of the homogeneous and isotropic spaces Geomety of the homogeneous and isotopic spaces H. Sonoda Septembe 2000; last evised Octobe 2009 Abstact We summaize the aspects of the geomety of the homogeneous and isotopic spaces which ae most elevant

More information

THE LAPLACE EQUATION. The Laplace (or potential) equation is the equation. u = 0. = 2 x 2. x y 2 in R 2

THE LAPLACE EQUATION. The Laplace (or potential) equation is the equation. u = 0. = 2 x 2. x y 2 in R 2 THE LAPLACE EQUATION The Laplace (o potential) equation is the equation whee is the Laplace opeato = 2 x 2 u = 0. in R = 2 x 2 + 2 y 2 in R 2 = 2 x 2 + 2 y 2 + 2 z 2 in R 3 The solutions u of the Laplace

More information

POISSON S EQUATION 2 V 0

POISSON S EQUATION 2 V 0 POISSON S EQUATION We have seen how to solve the equation but geneally we have V V4k We now look at a vey geneal way of attacking this poblem though Geen s Functions. It tuns out that this poblem has applications

More information

Homework # 3 Solution Key

Homework # 3 Solution Key PHYSICS 631: Geneal Relativity Homewok # 3 Solution Key 1. You e on you hono not to do this one by hand. I ealize you can use a compute o simply look it up. Please don t. In a flat space, the metic in

More information

3D-Central Force Problems I

3D-Central Force Problems I 5.73 Lectue #1 1-1 Roadmap 1. define adial momentum 3D-Cental Foce Poblems I Read: C-TDL, pages 643-660 fo next lectue. All -Body, 3-D poblems can be educed to * a -D angula pat that is exactly and univesally

More information

Physical Chemistry II (Chapter 4 1) Rigid Rotor Models and Angular Momentum Eigenstates

Physical Chemistry II (Chapter 4 1) Rigid Rotor Models and Angular Momentum Eigenstates Physical Chemisty II (Chapte 4 ) Rigid Roto Models and Angula Momentum Eigenstates Tae Kyu Kim Depatment of Chemisty Rm. 30 (tkkim@pusan.ac.k) http://cafe.nave.com/moneo76 SUMMAR CHAPTER 3 A simple QM

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 Seies UG Examination 2015 16 FLUID DYNAMICS WITH ADVANCED TOPICS MTH-MD59 Time allowed: 3 Hous Attempt QUESTIONS 1 and 2, and THREE othe questions.

More information

Physics 161 Fall 2011 Extra Credit 2 Investigating Black Holes - Solutions The Following is Worth 50 Points!!!

Physics 161 Fall 2011 Extra Credit 2 Investigating Black Holes - Solutions The Following is Worth 50 Points!!! Physics 161 Fall 011 Exta Cedit Investigating Black Holes - olutions The Following is Woth 50 Points!!! This exta cedit assignment will investigate vaious popeties of black holes that we didn t have time

More information

B da = 0. Q E da = ε. E da = E dv

B da = 0. Q E da = ε. E da = E dv lectomagnetic Theo Pof Ruiz, UNC Asheville, doctophs on YouTube Chapte Notes The Maxwell quations in Diffeential Fom 1 The Maxwell quations in Diffeential Fom We will now tansfom the integal fom of the

More information

b Ψ Ψ Principles of Organic Chemistry lecture 22, page 1

b Ψ Ψ Principles of Organic Chemistry lecture 22, page 1 Pinciples of Oganic Chemisty lectue, page. Basis fo LCAO and Hückel MO Theoy.. Souces... Hypephysics online. http://hypephysics.phy-ast.gsu.edu/hbase/quantum/qm.html#c... Zimmeman, H. E., Quantum Mechanics

More information

Final Review of AerE 243 Class

Final Review of AerE 243 Class Final Review of AeE 4 Class Content of Aeodynamics I I Chapte : Review of Multivaiable Calculus Chapte : Review of Vectos Chapte : Review of Fluid Mechanics Chapte 4: Consevation Equations Chapte 5: Simplifications

More information

Objects usually are charged up through the transfer of electrons from one object to the other.

Objects usually are charged up through the transfer of electrons from one object to the other. 1 Pat 1: Electic Foce 1.1: Review of Vectos Review you vectos! You should know how to convet fom pola fom to component fom and vice vesa add and subtact vectos multiply vectos by scalas Find the esultant

More information

c n ψ n (r)e ient/ h (2) where E n = 1 mc 2 α 2 Z 2 ψ(r) = c n ψ n (r) = c n = ψn(r)ψ(r)d 3 x e 2r/a0 1 πa e 3r/a0 r 2 dr c 1 2 = 2 9 /3 6 = 0.

c n ψ n (r)e ient/ h (2) where E n = 1 mc 2 α 2 Z 2 ψ(r) = c n ψ n (r) = c n = ψn(r)ψ(r)d 3 x e 2r/a0 1 πa e 3r/a0 r 2 dr c 1 2 = 2 9 /3 6 = 0. Poblem {a} Fo t : Ψ(, t ψ(e iet/ h ( whee E mc α (α /7 ψ( e /a πa Hee we have used the gound state wavefunction fo Z. Fo t, Ψ(, t can be witten as a supeposition of Z hydogenic wavefunctions ψ n (: Ψ(,

More information

1 Spherical multipole moments

1 Spherical multipole moments Jackson notes 9 Spheical multipole moments Suppose we have a chage distibution ρ (x) wheeallofthechageiscontained within a spheical egion of adius R, as shown in the diagam. Then thee is no chage in the

More information

As is natural, our Aerospace Structures will be described in a Euclidean three-dimensional space R 3.

As is natural, our Aerospace Structures will be described in a Euclidean three-dimensional space R 3. Appendix A Vecto Algeba As is natual, ou Aeospace Stuctues will be descibed in a Euclidean thee-dimensional space R 3. A.1 Vectos A vecto is used to epesent quantities that have both magnitude and diection.

More information

Chapter 1: Introduction to Polar Coordinates

Chapter 1: Introduction to Polar Coordinates Habeman MTH Section III: ola Coodinates and Comple Numbes Chapte : Intoduction to ola Coodinates We ae all comfotable using ectangula (i.e., Catesian coodinates to descibe points on the plane. Fo eample,

More information

3.012 Fund of Mat Sci: Bonding Lecture 5/6. Comic strip removed for copyright reasons.

3.012 Fund of Mat Sci: Bonding Lecture 5/6. Comic strip removed for copyright reasons. 3.12 Fund of Mat Sci: Bonding Lectue 5/6 THE HYDROGEN ATOM Comic stip emoved fo copyight easons. Last Time Metal sufaces and STM Diac notation Opeatos, commutatos, some postulates Homewok fo Mon Oct 3

More information

3.6 Applied Optimization

3.6 Applied Optimization .6 Applied Optimization Section.6 Notes Page In this section we will be looking at wod poblems whee it asks us to maimize o minimize something. Fo all the poblems in this section you will be taking the

More information

( ) into above PDE. ( ), wherec = 1

( ) into above PDE. ( ), wherec = 1 xample of how to veify a Hydogen Solution The hydogen atom solution is pesented in section 7., equation 7.7, ψ nlml,θ,φ) R nl ) θ,φ ae shown in 7. and 7.. It is the solution of the patial diffeential equation

More information

PHYS 301 HOMEWORK #10 (Optional HW)

PHYS 301 HOMEWORK #10 (Optional HW) PHYS 301 HOMEWORK #10 (Optional HW) 1. Conside the Legende diffeential equation : 1 - x 2 y'' - 2xy' + m m + 1 y = 0 Make the substitution x = cos q and show the Legende equation tansfoms into d 2 y 2

More information

Lecture 1. time, say t=0, to find the wavefunction at any subsequent time t. This can be carried out by

Lecture 1. time, say t=0, to find the wavefunction at any subsequent time t. This can be carried out by Lectue The Schödinge equation In quantum mechanics, the fundamenta quantity that descibes both the patice-ike and waveike chaacteistics of patices is wavefunction, Ψ(. The pobabiity of finding a patice

More information

Class #16 Monday, March 20, 2017

Class #16 Monday, March 20, 2017 D. Pogo Class #16 Monday, Mach 0, 017 D Non-Catesian Coodinate Systems A point in space can be specified by thee numbes:, y, and z. O, it can be specified by 3 diffeent numbes:,, and z, whee = cos, y =

More information

Magnetic field due to a current loop.

Magnetic field due to a current loop. Example using spheical hamonics Sp 18 Magnetic field due to a cuent loop. A cicula loop of adius a caies cuent I. We place the oigin at the cente of the loop, with pola axis pependicula to the plane of

More information

COLLISIONLESS PLASMA PHYSICS TAKE-HOME EXAM

COLLISIONLESS PLASMA PHYSICS TAKE-HOME EXAM Honou School of Mathematical and Theoetical Physics Pat C Maste of Science in Mathematical and Theoetical Physics COLLISIONLESS PLASMA PHYSICS TAKE-HOME EXAM HILARY TERM 18 TUESDAY, 13TH MARCH 18, 1noon

More information

Vectors, Vector Calculus, and Coordinate Systems

Vectors, Vector Calculus, and Coordinate Systems Apil 5, 997 A Quick Intoduction to Vectos, Vecto Calculus, and Coodinate Systems David A. Randall Depatment of Atmospheic Science Coloado State Univesity Fot Collins, Coloado 80523. Scalas and vectos Any

More information

radians). Figure 2.1 Figure 2.2 (a) quadrant I angle (b) quadrant II angle is in standard position Terminal side Terminal side Terminal side

radians). Figure 2.1 Figure 2.2 (a) quadrant I angle (b) quadrant II angle is in standard position Terminal side Terminal side Terminal side . TRIGONOMETRIC FUNCTIONS OF GENERAL ANGLES In ode to etend the definitions of the si tigonometic functions to geneal angles, we shall make use of the following ideas: In a Catesian coodinate sstem, an

More information

Physics 521. Math Review SCIENTIFIC NOTATION SIGNIFICANT FIGURES. Rules for Significant Figures

Physics 521. Math Review SCIENTIFIC NOTATION SIGNIFICANT FIGURES. Rules for Significant Figures Physics 51 Math Review SCIENIFIC NOAION Scientific Notation is based on exponential notation (whee decimal places ae expessed as a powe of 10). he numeical pat of the measuement is expessed as a numbe

More information

Math 124B February 02, 2012

Math 124B February 02, 2012 Math 24B Febuay 02, 202 Vikto Gigoyan 8 Laplace s equation: popeties We have aleady encounteed Laplace s equation in the context of stationay heat conduction and wave phenomena. Recall that in two spatial

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Electromagnetism II September 15, 2012 Prof. Alan Guth PROBLEM SET 2

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Electromagnetism II September 15, 2012 Prof. Alan Guth PROBLEM SET 2 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Depatment Physics 8.07: Electomagnetism II Septembe 5, 202 Pof. Alan Guth PROBLEM SET 2 DUE DATE: Monday, Septembe 24, 202. Eithe hand it in at the lectue,

More information

Chapter 12: Kinematics of a Particle 12.8 CURVILINEAR MOTION: CYLINDRICAL COMPONENTS. u of the polar coordinate system are also shown in

Chapter 12: Kinematics of a Particle 12.8 CURVILINEAR MOTION: CYLINDRICAL COMPONENTS. u of the polar coordinate system are also shown in ME 01 DYNAMICS Chapte 1: Kinematics of a Paticle Chapte 1 Kinematics of a Paticle A. Bazone 1.8 CURVILINEAR MOTION: CYLINDRICAL COMPONENTS Pola Coodinates Pola coodinates ae paticlaly sitable fo solving

More information

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx.

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx. 9. LAGRANGIAN OF THE ELECTROMAGNETIC FIELD In the pevious section the Lagangian and Hamiltonian of an ensemble of point paticles was developed. This appoach is based on a qt. This discete fomulation can

More information

Math 259 Winter Handout 6: In-class Review for the Cumulative Final Exam

Math 259 Winter Handout 6: In-class Review for the Cumulative Final Exam Math 259 Winte 2009 Handout 6: In-class Review fo the Cumulative Final Exam The topics coveed by the cumulative final exam include the following: Paametic cuves. Finding fomulas fo paametic cuves. Dawing

More information

Homework 7 Solutions

Homework 7 Solutions Homewok 7 olutions Phys 4 Octobe 3, 208. Let s talk about a space monkey. As the space monkey is oiginally obiting in a cicula obit and is massive, its tajectoy satisfies m mon 2 G m mon + L 2 2m mon 2

More information

REVIEW Polar Coordinates and Equations

REVIEW Polar Coordinates and Equations REVIEW 9.1-9.4 Pola Coodinates and Equations You ae familia with plotting with a ectangula coodinate system. We ae going to look at a new coodinate system called the pola coodinate system. The cente of

More information

Math 2263 Solutions for Spring 2003 Final Exam

Math 2263 Solutions for Spring 2003 Final Exam Math 6 Solutions fo Sping Final Exam ) A staightfowad appoach to finding the tangent plane to a suface at a point ( x, y, z ) would be to expess the cuve as an explicit function z = f ( x, y ), calculate

More information

ANTENNAS. Vector and Scalar Potentials. Maxwell's Equations. D = εe. For a linear, homogeneous, isotropic medium µ and ε are contant.

ANTENNAS. Vector and Scalar Potentials. Maxwell's Equations. D = εe. For a linear, homogeneous, isotropic medium µ and ε are contant. ANTNNAS Vecto and Scala Potentials Maxwell's quations jωb J + jωd D ρ B (M) (M) (M3) (M4) D ε B Fo a linea, homogeneous, isotopic medium and ε ae contant. Since B, thee exists a vecto A such that B A and

More information

( ) F α. a. Sketch! r as a function of r for fixed θ. For the sketch, assume that θ is roughly the same ( )

( ) F α. a. Sketch! r as a function of r for fixed θ. For the sketch, assume that θ is roughly the same ( ) . An acoustic a eflecting off a wav bounda (such as the sea suface) will see onl that pat of the bounda inclined towad the a. Conside a a with inclination to the hoizontal θ (whee θ is necessail positive,

More information

Dymore User s Manual Two- and three dimensional dynamic inflow models

Dymore User s Manual Two- and three dimensional dynamic inflow models Dymoe Use s Manual Two- and thee dimensional dynamic inflow models Contents 1 Two-dimensional finite-state genealized dynamic wake theoy 1 Thee-dimensional finite-state genealized dynamic wake theoy 1

More information

MATH 417 Homework 3 Instructor: D. Cabrera Due June 30. sin θ v x = v r cos θ v θ r. (b) Then use the Cauchy-Riemann equations in polar coordinates

MATH 417 Homework 3 Instructor: D. Cabrera Due June 30. sin θ v x = v r cos θ v θ r. (b) Then use the Cauchy-Riemann equations in polar coordinates MATH 417 Homewok 3 Instucto: D. Cabea Due June 30 1. Let a function f(z) = u + iv be diffeentiable at z 0. (a) Use the Chain Rule and the fomulas x = cosθ and y = to show that u x = u cosθ u θ, v x = v

More information

Auchmuty High School Mathematics Department Advanced Higher Notes Teacher Version

Auchmuty High School Mathematics Department Advanced Higher Notes Teacher Version The Binomial Theoem Factoials Auchmuty High School Mathematics Depatment The calculations,, 6 etc. often appea in mathematics. They ae called factoials and have been given the notation n!. e.g. 6! 6!!!!!

More information

Handout: IS/LM Model

Handout: IS/LM Model Econ 32 - IS/L odel Notes Handout: IS/L odel IS Cuve Deivation Figue 4-4 in the textbook explains one deivation of the IS cuve. This deivation uses the Induced Savings Function fom Chapte 3. Hee, I descibe

More information

PHYSICS 4E FINAL EXAM SPRING QUARTER 2010 PROF. HIRSCH JUNE 11 Formulas and constants: hc =12,400 ev A ; k B. = hf " #, # $ work function.

PHYSICS 4E FINAL EXAM SPRING QUARTER 2010 PROF. HIRSCH JUNE 11 Formulas and constants: hc =12,400 ev A ; k B. = hf  #, # $ work function. PHYSICS 4E FINAL EXAM SPRING QUARTER 1 Fomulas and constants: hc =1,4 ev A ; k B =1/11,6 ev/k ; ke =14.4eVA ; m e c =.511"1 6 ev ; m p /m e =1836 Relativistic enegy - momentum elation E = m c 4 + p c ;

More information

Review: Electrostatics and Magnetostatics

Review: Electrostatics and Magnetostatics Review: Electostatics and Magnetostatics In the static egime, electomagnetic quantities do not vay as a function of time. We have two main cases: ELECTROSTATICS The electic chages do not change postion

More information

PHYS 705: Classical Mechanics. Small Oscillations

PHYS 705: Classical Mechanics. Small Oscillations PHYS 705: Classical Mechanics Small Oscillations Fomulation of the Poblem Assumptions: V q - A consevative system with depending on position only - The tansfomation equation defining does not dep on time

More information

Mark Scheme 4727 June 2006

Mark Scheme 4727 June 2006 Mak Scheme 77 June 006 77 Mak Scheme June 006 (a) Identity = + 0 i Invese = + i i = + i i 0 0 (b) Identity = 0 0 0 Invese = 0 0 i B Fo coect identity. Allow B Fo seen o implied + i = B Fo coect invese

More information

Vector d is a linear vector function of vector d when the following relationships hold:

Vector d is a linear vector function of vector d when the following relationships hold: Appendix 4 Dyadic Analysis DEFINITION ecto d is a linea vecto function of vecto d when the following elationships hold: d x = a xxd x + a xy d y + a xz d z d y = a yxd x + a yy d y + a yz d z d z = a zxd

More information

7.2.1 Basic relations for Torsion of Circular Members

7.2.1 Basic relations for Torsion of Circular Members Section 7. 7. osion In this section, the geomety to be consideed is that of a long slende cicula ba and the load is one which twists the ba. Such poblems ae impotant in the analysis of twisting components,

More information

Related Rates - the Basics

Related Rates - the Basics Related Rates - the Basics In this section we exploe the way we can use deivatives to find the velocity at which things ae changing ove time. Up to now we have been finding the deivative to compae the

More information

On the integration of the equations of hydrodynamics

On the integration of the equations of hydrodynamics Uebe die Integation de hydodynamischen Gleichungen J f eine u angew Math 56 (859) -0 On the integation of the equations of hydodynamics (By A Clebsch at Calsuhe) Tanslated by D H Delphenich In a pevious

More information

A Tutorial on Multiple Integrals (for Natural Sciences / Computer Sciences Tripos Part IA Maths)

A Tutorial on Multiple Integrals (for Natural Sciences / Computer Sciences Tripos Part IA Maths) A Tutoial on Multiple Integals (fo Natual Sciences / Compute Sciences Tipos Pat IA Maths) Coections to D Ian Rud (http://people.ds.cam.ac.uk/ia/contact.html) please. This tutoial gives some bief eamples

More information

Tutorial Exercises: Central Forces

Tutorial Exercises: Central Forces Tutoial Execises: Cental Foces. Tuning Points fo the Keple potential (a) Wite down the two fist integals fo cental motion in the Keple potential V () = µm/ using J fo the angula momentum and E fo the total

More information

2. Electrostatics. Dr. Rakhesh Singh Kshetrimayum 8/11/ Electromagnetic Field Theory by R. S. Kshetrimayum

2. Electrostatics. Dr. Rakhesh Singh Kshetrimayum 8/11/ Electromagnetic Field Theory by R. S. Kshetrimayum 2. Electostatics D. Rakhesh Singh Kshetimayum 1 2.1 Intoduction In this chapte, we will study how to find the electostatic fields fo vaious cases? fo symmetic known chage distibution fo un-symmetic known

More information

3.23 Electrical, Optical, and Magnetic Properties of Materials

3.23 Electrical, Optical, and Magnetic Properties of Materials MIT OpenCouseWae http://ocw.mit.edu 3.3 Electical, Optical, and Magnetic Popeties of Mateials Fall 7 Fo infomation about citing these mateials o ou Tems of Use, visit: http://ocw.mit.edu/tems. 3.3 Fall

More information

to point uphill and to be equal to its maximum value, in which case f s, max = μsfn

to point uphill and to be equal to its maximum value, in which case f s, max = μsfn Chapte 6 16. (a) In this situation, we take f s to point uphill and to be equal to its maximum value, in which case f s, max = μsf applies, whee μ s = 0.5. pplying ewton s second law to the block of mass

More information

Electromagnetic Theory 1

Electromagnetic Theory 1 / lectomagnetic Theoy uestion : lectostatic Potential negy A sphee of adius caies a positive chage density ρ constant Obviously the spheical coodinates system is appopiate hee Take - C m - and cm τ a)

More information

PROBLEM (page 126, 12 th edition)

PROBLEM (page 126, 12 th edition) PROBLEM 13-27 (page 126, 12 th edition) The mass of block A is 100 kg. The mass of block B is 60 kg. The coefficient of kinetic fiction between block B and the inclined plane is 0.4. A and B ae eleased

More information

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr.

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr. POBLM S # SOLUIONS by obet A. DiStasio J. Q. he Bon-Oppenheime appoximation is the standad way of appoximating the gound state of a molecula system. Wite down the conditions that detemine the tonic and

More information

Double-angle & power-reduction identities. Elementary Functions. Double-angle & power-reduction identities. Double-angle & power-reduction identities

Double-angle & power-reduction identities. Elementary Functions. Double-angle & power-reduction identities. Double-angle & power-reduction identities Double-angle & powe-eduction identities Pat 5, Tigonomety Lectue 5a, Double Angle and Powe Reduction Fomulas In the pevious pesentation we developed fomulas fo cos( β) and sin( β) These fomulas lead natually

More information

Introduction to Vectors and Frames

Introduction to Vectors and Frames Intoduction to Vectos and Fames CIS - 600.445 Russell Taylo Saah Gaham Infomation Flow Diagam Model the Patient Plan the Pocedue Eecute the Plan Real Wold Coodinate Fame Tansfomation F = [ R, p] 0 F y

More information

AY 7A - Fall 2010 Section Worksheet 2 - Solutions Energy and Kepler s Law

AY 7A - Fall 2010 Section Worksheet 2 - Solutions Energy and Kepler s Law AY 7A - Fall 00 Section Woksheet - Solutions Enegy and Keple s Law. Escape Velocity (a) A planet is obiting aound a sta. What is the total obital enegy of the planet? (i.e. Total Enegy = Potential Enegy

More information

Lab #9: The Kinematics & Dynamics of. Circular Motion & Rotational Motion

Lab #9: The Kinematics & Dynamics of. Circular Motion & Rotational Motion Reading Assignment: Lab #9: The Kinematics & Dynamics of Cicula Motion & Rotational Motion Chapte 6 Section 4 Chapte 11 Section 1 though Section 5 Intoduction: When discussing motion, it is impotant to

More information

Chapters 5-8. Dynamics: Applying Newton s Laws

Chapters 5-8. Dynamics: Applying Newton s Laws Chaptes 5-8 Dynamics: Applying Newton s Laws Systems of Inteacting Objects The Fee Body Diagam Technique Examples: Masses Inteacting ia Nomal Foces Masses Inteacting ia Tensions in Ropes. Ideal Pulleys

More information

Physics 862: Atoms, Nuclei, and Elementary Particles

Physics 862: Atoms, Nuclei, and Elementary Particles Physics 86: Atoms, Nuclei, and Elementay Paticles Bian Bockelman Septembe 11, 008 Contents 1 Cental Field Poblems 1.1 Classical Teatment......................... 1. Quantum Teatment.........................

More information

S7: Classical mechanics problem set 2

S7: Classical mechanics problem set 2 J. Magoian MT 9, boowing fom J. J. Binney s 6 couse S7: Classical mechanics poblem set. Show that if the Hamiltonian is indepdent of a genealized co-odinate q, then the conjugate momentum p is a constant

More information

Chapter 6: Rotational and Rovibrational Spectra. A) General discussion of two- body problem with central potential

Chapter 6: Rotational and Rovibrational Spectra. A) General discussion of two- body problem with central potential Fall 4 Chapte 6: Rotational and Rovibational Specta... 75 Diffeent Appoximations... 8 Spectum fo Hamonic Oscillato + Rigid Rotato... 8 Polyatomic Molecules... 84 Hamonic Oscillato + Rigid Roto Model to

More information

Chapter 2: Basic Physics and Math Supplements

Chapter 2: Basic Physics and Math Supplements Chapte 2: Basic Physics and Math Supplements Decembe 1, 215 1 Supplement 2.1: Centipetal Acceleation This supplement expands on a topic addessed on page 19 of the textbook. Ou task hee is to calculate

More information

ECE 3318 Applied Electricity and Magnetism. Spring Prof. David R. Jackson ECE Dept. Notes 13

ECE 3318 Applied Electricity and Magnetism. Spring Prof. David R. Jackson ECE Dept. Notes 13 ECE 338 Applied Electicity and Magnetism ping 07 Pof. David R. Jackson ECE Dept. Notes 3 Divegence The Physical Concept Find the flux going outwad though a sphee of adius. x ρ v0 z a y ψ = D nˆ d = D ˆ

More information

KEPLER S LAWS AND PLANETARY ORBITS

KEPLER S LAWS AND PLANETARY ORBITS KEPE S AWS AND PANETAY OBITS 1. Selected popeties of pola coodinates and ellipses Pola coodinates: I take a some what extended view of pola coodinates in that I allow fo a z diection (cylindical coodinates

More information

Classical Mechanics Homework set 7, due Nov 8th: Solutions

Classical Mechanics Homework set 7, due Nov 8th: Solutions Classical Mechanics Homewok set 7, due Nov 8th: Solutions 1. Do deivation 8.. It has been asked what effect does a total deivative as a function of q i, t have on the Hamiltonian. Thus, lets us begin with

More information

3D-Central Force Problems II

3D-Central Force Problems II 5.73 ectue # - 1 3D-Cental Foce Poblems II ast time: [x,p] vecto commutation ules: genealize fom 1-D to 3-D conugate position and momentum components in Catesian coodinates Coespondence Pinciple Recipe

More information

AP Physics C: Electricity and Magnetism 2001 Scoring Guidelines

AP Physics C: Electricity and Magnetism 2001 Scoring Guidelines AP Physics C: Electicity and Magnetism 1 Scoing Guidelines The mateials included in these files ae intended fo non-commecial use by AP teaches fo couse and exam pepaation; pemission fo any othe use must

More information