The spherical harmonics

Professor M does Science
28 Oct 202123:24

Summary

TLDRIn this video, Professor Erin Das explores spherical harmonics, essential eigenfunctions in quantum mechanics, particularly relevant to the hydrogen atom. The discussion covers their mathematical forms, visualization techniques, and their role in describing orbital angular momentum. Using visual representations on the unit sphere, the video explains the angular dependence of spherical harmonics and how they vary with quantum numbers l and m. The content is supported by Python code available through a linked Jupyter notebook, encouraging viewers to interact with and generate their own visualizations. This video is ideal for anyone interested in the mathematical beauty and application of spherical harmonics in quantum systems.

Takeaways

  • 📚 Spherical harmonics are the eigenfunctions of orbital angular momentum in quantum mechanics, crucial in many problems, especially in the hydrogen atom.
  • 🔢 These harmonics depend on two quantum numbers: l (angular momentum) and m (magnetic quantum number).
  • 📈 Spherical harmonics are often visualized on the unit sphere, where positive values are red, negative values are blue, and zero values are white.
  • 🧮 The Y00 spherical harmonic is a constant function, representing a uniform red sphere, while Ylm functions show more complex patterns depending on l and m.
  • 🎨 The visualization of spherical harmonics helps in understanding their angular dependence, with each harmonic represented by color-coded spheres based on their values.
  • 🔄 The values of spherical harmonics can change with the angles θ and φ, producing varying patterns across different harmonics as l and m increase.
  • 💻 The script refers to a linked Jupyter notebook containing Python code that can generate spherical harmonics, allowing viewers to visualize them themselves.
  • 🔬 Spherical harmonics play a central role in quantum mechanics, especially in understanding the angular part of wavefunctions in the hydrogen atom.
  • 🔍 The script also explains how spherical harmonics are related to associated Legendre polynomials and their use in different mathematical forms.
  • 🔧 An alternative way to visualize spherical harmonics is by plotting the magnitude of the function, which produces different, often used, visual representations.

Q & A

  • What are spherical harmonics and why are they important in quantum mechanics?

    -Spherical harmonics are the eigenfunctions of orbital angular momentum in quantum mechanics. They are important because they describe the angular part of wavefunctions in systems such as the hydrogen atom, making them crucial for solving problems involving spherical symmetry.

  • What is the general form of a spherical harmonic function?

    -The general form of a spherical harmonic function \( Y_{l}^{m}(θ, φ) \) consists of a pre-factor, a phase factor, and a term involving associated Legendre polynomials, depending on the angular variables \( θ \) (colatitude) and \( φ \) (azimuthal angle).

  • What are the quantum numbers associated with spherical harmonics?

    -Spherical harmonics are labeled by two quantum numbers: \( l \), which is associated with the magnitude of orbital angular momentum, and \( m \), which describes the z-component of angular momentum. The values of \( l \) are non-negative integers, and for a given \( l \), \( m \) ranges from \( -l \) to \( l \).

  • How do spherical harmonics relate to the hydrogen atom?

    -In the hydrogen atom, spherical harmonics describe the angular part of the electron's wavefunction. This is due to the spherical symmetry of the atom, making spherical harmonics essential for solving the Schrödinger equation in spherical coordinates.

  • What do the colors in spherical harmonic visualizations represent?

    -In spherical harmonic visualizations, colors represent the value of the function at each angular position on the unit sphere. Red indicates positive values, blue indicates negative values, and white corresponds to zero. These visualizations help show the angular dependence of the function.

  • How are spherical coordinates used in the context of spherical harmonics?

    -Spherical coordinates are used to describe the position of a point in space using three numbers: \( r \) (distance from the origin), \( θ \) (angle from the z-axis), and \( φ \) (angle in the horizontal plane from the x-axis). Spherical harmonics depend only on \( θ \) and \( φ \), making them ideal for problems with spherical symmetry.

  • What are associated Legendre polynomials and their role in spherical harmonics?

    -Associated Legendre polynomials, denoted as \( P_{l}^{m}(\cos θ) \), appear in the mathematical expression of spherical harmonics. They define the angular dependence of spherical harmonics in terms of the colatitude angle \( θ \).

  • What does the spherical harmonic \( Y_{0}^{0} \) look like?

    -The spherical harmonic \( Y_{0}^{0} \) is a constant and has no angular dependence. It is represented by a uniformly red sphere because the function has the same value at all points on the unit sphere, corresponding to a value of \( 1 / \sqrt{4π} \).

  • How do the real and imaginary parts of spherical harmonics differ in their visual representation?

    -The real and imaginary parts of spherical harmonics can be represented separately. For example, for \( Y_{1}^{-1} \), the real part exhibits a cosine dependence, while the imaginary part exhibits a sine dependence. These two parts are 90 degrees out of phase and show different patterns in the color plot.

  • What are the common methods for visualizing spherical harmonics, and how do they differ?

    -There are two common methods for visualizing spherical harmonics. One plots the function on a unit sphere, using colors to represent the value at different angles. Another method uses the magnitude of the function to define a radial distance, effectively stretching the surface based on the function's value. Both methods highlight different aspects of the function's angular dependence.

Outlines

00:00

🔬 Introduction to Spherical Harmonics in Quantum Mechanics

Professor Erin Das introduces spherical harmonics, which are eigenfunctions of orbital angular momentum in quantum mechanics. The discussion centers on their role, particularly in the hydrogen atom. The video will explore the mathematical forms of spherical harmonics, visualize them, and provide Python code to generate these plots.

05:01

🌈 Visualizing Spherical Harmonics on the Unit Sphere

The visualization of spherical harmonics is explained, where the color represents function values on the unit sphere. Red indicates large positive values, blue indicates large negative values, and white represents zero. The angular coordinates, theta and phi, help describe points on the sphere, and rotation helps in better understanding these visualizations.

10:02

📐 Real and Imaginary Parts of Spherical Harmonics

The focus shifts to the real and imaginary parts of spherical harmonics, starting with the case of l=1, m=-1. The behavior of the spherical harmonics is broken down by analyzing how the cosine and sine functions change across different angles, giving insight into the patterns of positive and negative values across the surface.

15:03

🎨 Exploring Various Quantum States: L=1 and Beyond

Different spherical harmonics for quantum states with l=1 and varying m are explored, including their mathematical derivation and visual representation. The constant nature of some functions across specific angles and their color-coded depiction is discussed. This provides deeper insights into how different quantum states manifest geometrically.

20:04

🔢 Understanding Higher-Order Spherical Harmonics

The video explores spherical harmonics with l=2, presenting five possible states (m = -2 to 2) and their corresponding mathematical and visual representations. The complex patterns of these harmonics are visualized in both real and imaginary parts, showcasing their beauty and symmetry in quantum mechanical systems.

💻 Generate Your Own Spherical Harmonics with Python

A detailed comparison is provided between traditional spherical harmonics plots and an alternative approach where the magnitude of the function defines a radial distance. The rotation of these plots helps viewers understand the full angular dependence. The video concludes by encouraging viewers to use Python code to create their own spherical harmonics.

Mindmap

Keywords

💡spherical harmonics

Spherical harmonics are special functions that arise in the solution of certain partial differential equations in spherical coordinates. They are eigenfunctions of the orbital angular momentum operator in quantum mechanics. In the video, they are explained as central to problems like the hydrogen atom, and their visual representations are explored.

💡orbital angular momentum

Orbital angular momentum in quantum mechanics refers to the rotational motion of particles like electrons around a nucleus. It has quantized values, characterized by quantum numbers. The video explains that spherical harmonics are the eigenfunctions of the orbital angular momentum operator, making them crucial to understanding atomic structures.

💡eigenfunctions

Eigenfunctions are solutions to differential equations that correspond to particular eigenvalues. In this context, spherical harmonics are the eigenfunctions of orbital angular momentum operators. They satisfy both the squared angular momentum and the z-component angular momentum equations, forming the basis of their mathematical description.

💡hydrogen atom

The hydrogen atom is a fundamental system in quantum mechanics, where spherical harmonics play a key role in describing the behavior of its electron. The video highlights the importance of spherical harmonics in solving the Schrödinger equation for the hydrogen atom and visualizing the electron's probability distribution.

💡Legendre polynomials

Legendre polynomials are a family of solutions to Legendre's differential equation, often arising in problems involving spherical coordinates. In the video, the associated Legendre polynomials are part of the mathematical form of spherical harmonics, contributing to their angular dependence in quantum systems.

💡quantum numbers

Quantum numbers, such as l and m, define the properties of quantum states. In the context of spherical harmonics, l represents the orbital angular momentum and m its z-component. The video uses these quantum numbers to categorize different spherical harmonics, showing their importance in describing angular momentum.

💡visualization

Visualization refers to the graphical representation of mathematical functions. The video uses color-coded plots on the unit sphere to depict spherical harmonics, with red indicating positive values and blue indicating negative values. These visualizations help in understanding the angular structure of quantum systems.

💡theta and phi

Theta and phi are the angular coordinates used in spherical coordinates. Theta is the polar angle, and phi is the azimuthal angle. In the video, these angles are essential in describing the spatial dependence of spherical harmonics, and the visualizations plot the harmonics as functions of theta and phi.

💡Jupyter notebook

A Jupyter notebook is an open-source web application that allows users to create and share documents containing live code. In the video, a Jupyter notebook with Python code is provided to help viewers generate their own plots of spherical harmonics, making the concepts more interactive and understandable.

💡real and imaginary parts

The real and imaginary parts refer to the two components of a complex function. In the video, spherical harmonics are decomposed into their real and imaginary parts, and both are visualized separately. This separation helps in understanding the full angular dependence of these complex functions.

Highlights

Introduction to spherical harmonics as eigenfunctions of orbital angular momentum, relevant in quantum mechanics.

Spherical harmonics play a central role in understanding orbital angular momentum in the hydrogen atom.

Discussion of the mathematical form and visualization of spherical harmonics using Python code linked in the description.

Quantum numbers L and M govern the eigenvalues of orbital angular momentum, with L being non-negative integers and M ranging from -L to L.

Spherical harmonics depend on angular variables theta and phi, and are represented on a unit sphere with color-coded values.

Theta and phi in spherical coordinates describe angular positions, with theta ranging from 0 to pi and phi from 0 to 2pi.

Visualization of spherical harmonics shows red for large positive values, blue for large negative values, and white for zero values.

For L = 0 and M = 0, the spherical harmonic Y_00 is a constant value and visualized as a solid red sphere.

For L = 1 and M = -1, Y_1_-1 shows a cosine phi dependence, creating alternating red, white, blue sections on the unit sphere.

Real and imaginary parts of spherical harmonics are plotted separately, showcasing their full angular dependence.

At L = 1 and M = 0, Y_1_0 depends only on theta and creates a red-white-blue pattern from the north to south poles.

Alternative visualization method involves using radial distance to define the magnitude of the spherical harmonic function, rather than color.

Complex spherical harmonics for L = 2 and L = 3 are visualized through rotations, revealing intricate angular dependencies.

Spherical harmonics are essential in quantum systems, with practical applications in hydrogen atom studies.

Encouragement to experiment with the provided Python code to generate and visualize spherical harmonics independently.

Transcripts

play00:02

hi everyone this is professor erin das

play00:04

science and today i want to discuss

play00:06

spherical harmonics in another one of

play00:08

our videos on rigorous quantum mechanics

play00:10

spherical harmonics are the

play00:11

eigenfunctions of orbital angular

play00:13

momentum in quantum mechanics as such

play00:15

they feature in many problems but most

play00:17

importantly they feature in the hydrogen

play00:20

atom today we're going to dissect the

play00:22

mathematical form of the first few

play00:24

spherical harmonics and we're also going

play00:26

to visualize them

play00:30

and i hope you will agree that they look

play00:32

rather cool we also have a link in the

play00:33

description to a jupiter notebook which

play00:36

has some python code to generate the

play00:38

spherical harmonics so i encourage you

play00:41

to take a look and see what it does so

play00:43

let's go

play00:45

the main reason why we study spherical

play00:47

harmonics is that they play a central

play00:50

role in the theory of orbital angular

play00:52

momentum in quantum mechanics

play00:56

this is the eigenvalue equation for the

play00:58

squared angular momentum

play01:02

and this is the eigenvalue equation for

play01:04

the z component of orbital angular

play01:06

momentum

play01:08

the l squared eigenvalues are labeled by

play01:10

the quantum number l and it can only

play01:13

take non-negative integer values

play01:16

and the lz eigenvalues are labeled by

play01:18

the quantum number m

play01:20

and for a given l

play01:22

m can only take one of the values minus

play01:24

l minus l plus 1 and so on all the way

play01:27

to l

play01:29

however today's focus is not on the

play01:31

eigenvalues but instead on the

play01:33

eigenstates that are shared by both l

play01:35

squared and lz here and here

play01:39

these eigenstates are the so-called

play01:41

spherical harmonics

play01:43

in the video on orbital angular momentum

play01:45

eigenfunctions we determine an explicit

play01:48

expression for these eigenfunctions

play01:50

we can write the spherical harmonic ylm

play01:53

of theta phi as equal to this long

play01:56

pre-factor

play02:00

multiplied by a phase factor

play02:02

and then this other long expression

play02:04

involving sines and

play02:06

cosines as you may suspect we can

play02:09

rewrite spherical harmonics in a number

play02:11

of alternative but equivalent ways

play02:14

a very common form is that in which we

play02:16

dump all the terms involving sines and

play02:18

cosines into a function

play02:20

and then we can write the spherical

play02:22

harmonic ylm as equal to this long

play02:25

pre-factor

play02:28

multiplied by the phase factor and

play02:31

everything multiplied by a function plm

play02:34

of the cosine

play02:36

these functions p here are called the

play02:39

associated legendre polynomials

play02:42

they're actually a rather interesting

play02:44

family of mathematical functions but

play02:46

today we are not going to explore them

play02:47

any further so if you're interested in

play02:49

learning more about them i encourage you

play02:51

to check them out elsewhere

play02:53

today we will explore the first few

play02:55

spherical harmonics and to do so we're

play02:57

going to use this expression up here

play03:00

we're going to both write down their

play03:02

mathematical form explicitly and we're

play03:05

also going to visualize them

play03:10

the visualization of spherical harmonics

play03:11

is something that you will often

play03:13

encounter because spherical harmonics

play03:15

feature in a variety of quantum systems

play03:17

most importantly the hydrogen atom

play03:20

to understand how we will visualize them

play03:22

we first need to note that the spherical

play03:24

harmonics depend on the two angular

play03:26

variables theta and phi

play03:28

so let's draw a set of coordinate axes

play03:32

let's consider a general point here at a

play03:34

position given by the vector r from the

play03:37

origin

play03:38

and in spherical coordinates we describe

play03:40

the position of this point with a set of

play03:42

three numbers

play03:44

the first is the distance between the

play03:46

origin and the point which is the

play03:48

magnitude of the vector r and we call it

play03:51

the scalar r

play03:53

the second is the angle between the

play03:55

vector r and the third axis and we call

play03:58

it theta and the third is built by first

play04:02

projecting the vector r onto the

play04:04

horizontal plane

play04:05

and then measuring its angle with

play04:07

respect to the first axis and we call it

play04:10

phi

play04:11

as r is the length of a vector it can

play04:14

only be zero or positive

play04:17

the angle theta runs from zero to pi and

play04:20

the angle five from zero to two pi

play04:23

the spherical harmonics only depend on

play04:25

the spherical coordinates and what we

play04:27

will do to represent them is to plot

play04:29

them on the unit sphere

play04:33

now this here is an example of how we

play04:35

will plot the spherical harmonics

play04:37

this happens to be the real part of the

play04:39

spherical harmonic y one minus one but

play04:43

for now all that matters is how we are

play04:45

representing it

play04:47

we're not going to plot the coordinate

play04:49

axes in general but for now uh they're

play04:52

these three here and they should help

play04:53

you as a reference

play04:56

at every angular position on the unit

play04:57

sphere the color shows the value of the

play05:01

function such that the red regions show

play05:03

the angular positions where the function

play05:05

takes large positive values in this case

play05:08

this region here which corresponds to

play05:10

theta equals pi over 2 and phi equals 0

play05:14

has large and positive values

play05:17

and the blue regions show the angular

play05:19

positions where the function takes large

play05:21

negative values and in this case this is

play05:24

hidden at the other side of the sphere

play05:26

with the most negative value centered

play05:28

around theta equals pi over 2

play05:31

and phi equals pi

play05:34

for intermediate values we plot the

play05:36

function with a color scale that goes

play05:38

from positive red to negative blue

play05:41

through zero which is white

play05:44

in this particular example both the

play05:46

north pole here corresponding to theta

play05:49

equals zero and the south pole heated

play05:51

behind here corresponding to theta

play05:53

equals pi are both white

play05:56

which means that the function is zero at

play05:58

those positions and in fact if the

play06:01

function is zero along a whole great

play06:03

circle that unites the two poles for

play06:05

values of phi equals pi over two here

play06:08

and phi equals three pi over two on the

play06:11

other side

play06:14

as i said for clarity we're not going to

play06:16

show the axes and to understand these

play06:18

plots better we will often rotate the

play06:21

coordinate axes like this

play06:23

allowing us to see the value of the

play06:25

spherical harmonic in all angular

play06:27

directions

play06:29

right so with this let's get started

play06:31

with our exploration of the spherical

play06:33

harmonics

play06:37

the spherical harmonics are labeled by

play06:39

the quantum numbers l and n

play06:42

as l is associated with the magnitude of

play06:45

orbital angular momentum we will use

play06:47

this as the main quantum number from

play06:49

which to build the spherical harmonics

play06:52

so let's start with l equals zero

play06:54

this implies that m is also zero

play06:57

the corresponding spherical harmonic is

play06:59

therefore y zero zero and so if we start

play07:01

with the pre-factor here we can write it

play07:04

down inserting l equals 0 and n equals

play07:07

0.

play07:08

most terms are now trivial and the

play07:10

pre-factor reduces to 1 over square root

play07:13

of 4 pi

play07:14

let's next look at the face factor and

play07:17

using m equals 0 it becomes this

play07:21

which is trivially equal to 1.

play07:24

finally we can look at this final term

play07:26

and writing it out with l equals 0 and m

play07:29

equals zero

play07:31

we see that it also trivially becomes

play07:32

one

play07:34

so overall the spherical harmonic y zero

play07:36

zero is equal to the constant one over

play07:39

square root of four pi

play07:44

this here is a plot of the y zero zero

play07:46

spherical harmonic it is trivially a

play07:48

solid uniformly red sphere

play07:51

the color is uniform because the

play07:53

function is a constant which means that

play07:55

it has the same value in all directions

play07:58

and it is red because we are using red

play08:01

to depict positive values

play08:04

also note that the function is purely

play08:06

real so this single diagram is all that

play08:08

we need to depict the y0 spherical

play08:11

harmonic

play08:15

let's now consider l equals one

play08:17

for this value of l there are three

play08:19

possible values of m

play08:20

minus one zero and one so let's start

play08:23

with l equals one and m equals minus one

play08:26

so that we have the spherical harmonic y

play08:29

one minus one

play08:31

if we start with a pre-factor here we

play08:33

can write it down inserting l equals one

play08:35

and m equals minus one

play08:39

this part here is equal to minus one

play08:40

over two

play08:42

and the argument of the square root here

play08:43

simplifies to three-eighths of pi

play08:47

together the pre-factor turns into this

play08:49

expression

play08:51

let's next look at the face factor

play08:54

using m equals minus 1 it becomes this

play08:57

and finally we can look at this final

play08:59

term and writing it out with l equals 1

play09:02

and m equals minus 1 we get this

play09:04

expression

play09:06

at this stage it is convenient to

play09:08

rewrite this sine squared in terms of a

play09:10

cosine squared using the standard

play09:12

trigonometric relation

play09:14

putting everything together we get this

play09:16

new expression

play09:18

now looking at the second derivative

play09:20

term here we get minus two so that the

play09:23

full term becomes minus two sine theta

play09:28

overall the spherical harmonic y one

play09:30

minus one is given by this pre-factor

play09:34

this phase factor and all multiplied by

play09:36

sine theta and we can also separate this

play09:39

expression into its real part and its

play09:42

imaginary part

play09:47

these plots show the y one minus one

play09:49

spherical harmonic

play09:51

the top diagram shows the real part

play09:53

while the bottom diagram shows the

play09:55

imaginary part

play09:57

so let's start with the real part which

play09:58

is given by this term up here

play10:01

remember that the angle along the

play10:03

horizontal plane is measured by 5

play10:05

and that 5 runs from 0 to 2 pi

play10:09

looking at the real part of the

play10:10

spherical harmonic up here we see that

play10:13

the phi dependence is fully captured by

play10:15

this cosine term

play10:17

let's therefore see how this cosine phi

play10:20

term changes as we travel along phi and

play10:23

to do so we will consider a fixed theta

play10:26

and specifically we will look at the

play10:28

horizontal plane

play10:30

at phi equals to zero the cosine is

play10:32

equal to one

play10:34

this gives a positive maximum value

play10:36

which is represented by the red color

play10:38

here

play10:40

when phi grows to pi over two the cosine

play10:43

becomes zero

play10:45

this corresponds to this point here on

play10:47

the horizontal plane where the color

play10:49

plot turns white

play10:51

when phi goes to pi the cosine becomes

play10:54

-1 and this gives a negative value which

play10:57

is represented by the blue color hidden

play11:00

at the back of the diagram

play11:03

moving to phi equals 3 pi over 2 the

play11:06

cosine becomes 0 again

play11:08

and the function vanishes again

play11:10

represented by the white color at this

play11:12

edge

play11:13

and completing the loop to phi equals to

play11:15

2 pi we get that cosine is again 1 and

play11:19

we are back to the maximum rate value

play11:22

here

play11:23

so this is it for the phi dependence the

play11:26

real part of the y one wins one

play11:28

spherical harmonic exhibits a full

play11:30

cosine oscillation from positive to

play11:32

negative and back to positive and

play11:35

pictorially we get red white blue white

play11:39

and back to red

play11:42

so let's make some room

play11:44

remember that the angle from the

play11:45

vertical plane is measured by theta

play11:48

and that theta runs from 0 to pi

play11:51

looking at the real part of the

play11:53

spherical harmonic up here we see that

play11:55

the theta dependence is fully captured

play11:57

by this sine term

play11:59

so let's therefore see how this sine

play12:01

theta term changes as we travel along

play12:04

theta

play12:05

for simplicity let's start at the fixed

play12:08

phi equals zero

play12:09

and then theta varies along this great

play12:11

circle from the north to the south poles

play12:14

at the north pole for theta equals zero

play12:16

sine theta is also zero

play12:19

this means that at the north pole here

play12:22

we have the color white as theta grows

play12:24

to pi over two sine theta becomes one

play12:27

and we get the maximum positive value in

play12:30

red here

play12:32

and then as we continue all the way to

play12:33

the south pole at theta equals pi

play12:36

sine theta becomes zero again

play12:39

and we get a white south pole down here

play12:42

although it is hidden behind the sphere

play12:44

from this view

play12:45

we of course have the same theta

play12:47

dependence at different values of phi

play12:49

but for example if we now travel along

play12:51

this great circle corresponding to phi

play12:53

equal pi over 2

play12:55

we get a white line throughout because

play12:58

although there is a sine dependent along

play13:00

theta it is multiplied by this cosine

play13:03

phi up here which is equal to zero along

play13:06

this great circle

play13:10

let's make some room again

play13:12

if we next look at the imaginary part it

play13:15

is given by this second term up here

play13:17

we see that the theta angle has the same

play13:20

sine dependence as the real part

play13:22

while the phi angle is now given by a

play13:24

sine rather than a cosine

play13:27

this means that the real and imaginary

play13:28

parts are offset by 90 degrees as it's

play13:31

clear from the figures

play13:33

we can finally make these diagrams

play13:34

rotate to appreciate the full angular

play13:37

dependence

play13:38

it's not the easiest to get your head

play13:40

around this type of plot so i recommend

play13:42

that you take your time until it becomes

play13:44

completely completely clear

play13:50

okay let's now look at l equals one and

play13:53

m equals zero

play13:54

we have the spherical harmonic y one

play13:57

zero and i won't go over the derivation

play14:00

in detail this time as it is analogous

play14:02

to what we've just done for the y one

play14:04

minus one case but i really do encourage

play14:07

you to try it out as it is really good

play14:08

practice

play14:10

we get the pre-factor square root of

play14:12

three over four pi

play14:13

times the cosine of theta

play14:15

and overall y 1 0 is purely real

play14:22

this here is a plot of the y 1 0

play14:24

spherical harmonic and as it is purely

play14:27

real we only need one diagram

play14:30

we see that y 1 0 does not depend on the

play14:32

angular variable phi which implies that

play14:35

the spherical harmonic looks the same in

play14:37

all directions within the horizontal

play14:40

plane as we can clearly see in the

play14:42

diagram y10 does depend on theta through

play14:47

this cosine function

play14:49

at the north pole where theta is zero

play14:51

the cosine takes the maximum value hence

play14:54

the red color

play14:55

then on the horizontal plane

play14:57

corresponding to theta equals pi over

play15:00

two the cosine vanishes and this is

play15:03

indicated by the white band

play15:06

finally at the south pole where theta is

play15:09

pi the cosine takes its maximum negative

play15:12

value and we get the blue color

play15:15

again as there is no phi dependence

play15:17

these results are true along any phi

play15:20

direction and again do spend as long as

play15:23

you need to really make sure that this

play15:25

plot makes sense

play15:30

finally let's look at l equals one and m

play15:33

equals one

play15:34

we have the spherical harmonic y one one

play15:38

again leaving the duration for you we

play15:40

get this pre-factor

play15:41

this face factor and we'll multiply it

play15:44

by sine theta

play15:45

we can separate this expression into a

play15:47

real part

play15:49

plus an imaginary part

play15:56

this here is a plot of the y 1 1

play15:58

spherical harmonic the top diagram again

play16:00

shows the real part while the bottom

play16:02

diagram shows the imaginary part the

play16:05

expression is really quite similar to

play16:07

the one that we have for the spherical

play16:09

harmonic y one minus one the imaginary

play16:12

parts are in fact the same

play16:14

and the only difference between the real

play16:16

parts is this minus sign here

play16:19

this means that the only difference in

play16:21

the plots is that the real part is the

play16:23

negative of the real part of the y one

play16:25

minus one spherical harmonic and if you

play16:27

remember in that one we had red in front

play16:30

and blue at the back whereas here we

play16:33

have blue in the front and red at the

play16:36

back

play16:37

the real and imaginary parts are again

play16:39

offset by 90 degrees from each other

play16:41

and we can again make them rotate to

play16:44

better appreciate the full angular

play16:46

dependence

play16:52

as a summary we have here the three

play16:54

spherical harmonics for l equals one

play16:56

with the top diagram showing the real

play16:58

parts and the bottom diagrams showing

play17:01

their imaginary parts it's not really

play17:05

trivial to get your head around these

play17:06

plots so again do take as long as you

play17:09

need to make sure that you are

play17:10

absolutely happy with the plotting

play17:16

so let's next consider l equals two

play17:19

for this value of l there are five

play17:20

possible values of n

play17:22

minus two minus one zero one and two

play17:26

the derivation of the mathematical form

play17:28

of this fragile harmonics is analogous

play17:30

to that of the previous two examples so

play17:33

we will write the relevant expressions

play17:34

directly

play17:36

we can write y 2 minus 2 and y 2 2

play17:39

together

play17:40

and they are equal to these pre-factors

play17:42

these phase factors and sine square

play17:45

theta we next have y 2 minus 1 and y 2 1

play17:49

these are the pre-factors

play17:52

these are the phase factors and then we

play17:54

have sine theta cosine theta

play17:56

and finally we have y to 0 which is

play17:59

purely real and is given by this

play18:01

expression

play18:06

these here are the five spherical

play18:07

harmonics for l equals two with the top

play18:10

diagram showing their real parts and the

play18:12

bottom diagrams showing their imaginary

play18:14

parts i'm not going to discuss them in

play18:16

detail but i recommend that you spend

play18:18

some time trying to relate their

play18:20

mathematical form with the corresponding

play18:22

figures

play18:23

you may agree that they are actually

play18:25

quite beautiful

play18:27

but to fully appreciate their angular

play18:28

dependence we can also make them rotate

play18:30

about the vertical axis starting with y2

play18:34

minus 2

play18:36

then y2 minus 1

play18:38

y20 doesn't have a 5 dependent so it

play18:41

looks the same at any angle about the

play18:42

vertical axis

play18:44

and we can also make y 2 1 rotate and

play18:47

finally y 2 2.

play18:55

we could of course go on and plot

play18:56

additional spherical harmonics and here

play18:58

i have the l equals three spherical

play19:01

harmonics we can again make them rotate

play19:03

for better visualization starting with y

play19:06

three minus three

play19:08

then y three minus two

play19:11

y three minus one

play19:13

again the y three zero spherical

play19:15

harmonic is purely real and doesn't

play19:17

depend on fives the same in all

play19:18

directions moving to y three one we can

play19:21

again make it rotate

play19:25

the same for y 3 2

play19:28

and finally for y 3 3.

play19:31

we've generated all of these figures

play19:32

using python and you can have a go

play19:34

yourself plotting spherical harmonics by

play19:37

following the link to the jupiter

play19:38

notebook in the description

play19:41

and overall i hope you will agree that

play19:42

these diagrams have a rather captivating

play19:45

beauty about them

play19:51

to finish i just want to point out that

play19:53

you will encounter spherical harmonics

play19:55

depicted in a variety of ways

play19:58

i personally think that the approach

play20:00

that we've taken today is particularly

play20:01

clear because it really highlights the

play20:03

angular dependence of the spherical

play20:05

harmonics by plotting them on the unit

play20:07

sphere

play20:08

the top row here shows again the real

play20:10

part of the l equals one spherical

play20:12

harmonics that we've discussed earlier

play20:14

in the video

play20:15

and just as a reminder we've been

play20:17

plotting the functions at every angle on

play20:20

the unit sphere and capturing the value

play20:23

with a color figure

play20:24

red for positive and blue for negative

play20:27

smoothly connected through white which

play20:30

corresponds to zero however there is

play20:32

another very common approach to plotting

play20:35

these functions and you're bound to

play20:37

encounter it elsewhere so i wanted to

play20:39

very briefly describe it

play20:41

we show this alternative approach in the

play20:43

bottom row

play20:44

in this case we use the magnitude of the

play20:47

function along each direction to define

play20:50

a radial distance and then plot the

play20:52

function at that radial distance rather

play20:55

than plotting it on the unit sphere

play20:58

so we can again make all of these rotate

play21:00

for ease of visualization

play21:02

starting with y one minus one the y one

play21:06

zero have no phi dependence so they look

play21:08

the same along any phi angle

play21:11

and we can also make the y one one

play21:13

rotate

play21:14

and as always i recommend that you spend

play21:17

some time convincing yourself of this

play21:19

alternative depiction as it is also used

play21:22

very commonly

play21:29

here i am now comparing the real parts

play21:30

of the spherical harmonics for l equals

play21:32

2 with our original plots in the top

play21:34

column and the alternative plots in the

play21:37

bottom column

play21:38

we can again make them rotate starting

play21:40

with the y 2 minus 2

play21:42

then y y2 minus 1

play21:45

as usual y to 0 is phi independent

play21:49

but we can also make the y 2 1 rotate

play21:53

and we can also do the same for y tick

play21:55

too

play21:56

so again do spend some time

play21:57

familiarizing yourself with these

play22:04

and finally we have the comparison to

play22:07

the real part of the spherical harmonics

play22:09

with l equals three and we make them

play22:12

rotate because it's cool and we have the

play22:14

y three minus three

play22:17

the y three minus two

play22:21

the y three minus one

play22:23

the y three zero which you guessed right

play22:25

is phi independent

play22:28

and we can also rotate the y 3 1

play22:31

the y 3 2

play22:35

and the y 3 3.

play22:38

final comment although we've been

play22:40

plotting the real and imaginary parts of

play22:42

the spherical harmonics you will often

play22:45

encounter plots that show their absolute

play22:47

value squared

play22:48

we're not going to explicitly go into

play22:50

those but you should be able to

play22:52

construct and interpret these

play22:54

alternative plots with similar

play22:56

strategies to the ones that we've used

play22:58

today

play23:02

i hope you've enjoyed visualizing the

play23:03

spherical harmonics and remember that

play23:06

they are extremely useful in a range of

play23:08

problems especially the hydrogen atom

play23:10

and again remember that you can generate

play23:12

these spherical harmonics yourself by

play23:14

using the python code that we've linked

play23:16

in the description and as always if you

play23:18

liked the video please subscribe

Rate This

5.0 / 5 (0 votes)

Etiquetas Relacionadas
Quantum MechanicsSpherical HarmonicsOrbital Angular MomentumHydrogen AtomVisualizationPython CodeMathematicsPhysics LectureJupyter NotebookQuantum Systems
¿Necesitas un resumen en inglés?