Understanding Molecular Orbitals; Sigma Orbitals

Size: px
Start display at page:

Download "Understanding Molecular Orbitals; Sigma Orbitals"

Transcription

1 Universit of Connecticut Chemistr Education Materials Department of Chemistr April 7 Understanding Molecular Orbitals; Sigma Orbitals Carl W. David Universit of Connecticut, Carl.David@uconn.edu Follow this and additional works at: Recommended Citation David, Carl W., "Understanding Molecular Orbitals; Sigma Orbitals" (7). Chemistr Education Materials..

2 Understanding Molecular Orbitals; Sigma-Orbitals C. W. David Department of Chemistr Universit of Connecticut Storrs, Connecticut 9-3 (Dated: April, 7) I. SYNOPSIS Molecular Orbitals differ significantl from atomic orbitals. One of their major sources of confusion, at least to diatomic molecular orbitals, is the nature of the coördinate sstem emploed. The drawings herein are intended to help understand these orbitals. II. INTRODUCTION The standard coördinate sstem for treating diatomic molecules places one nucleus (A) at (,,R/) and the other (B) at (,,-R/), as has been discussed repeatedl in these pages. If we attempt to build a molecular orbital using. Instead, r A = + + ( R/) (.) r B = + + ( + R/) (.) so, for a trial (sigma) LCAO-MO (an approimate wave function, not an eigenfunction of the H + sstem) ψ trial σ = ( c A e αr A + c B e αr B ) (.3) We alread know that for the homonuclear case the coëfficients are equal, so we make them one for our purposes here. We then have ψ σ = ( e αr A + e αr ) B (.) which we are interested in representing. Before that, however, let s introduce the anti bonding orbital ψ σ = ( e αr A e αr ) B (.5) III. ONE DIMENSIONAL PLOTS (ALONG THE -AXIS) A p(,,)< >p(λ,µ,φ) r A (,,R/) r B A p(,,r) (,,R/) We emplo our (now) standard tricks for capturing the essence of these functions, starting with one dimensional plots of ψ σ (,, ) versus. The σ orbital is shown in Figure, while the σ orbital is shown in Figure 3. It is clear that the bonding orbital has maima centered about the nucleii, while the anti bonding orbital has a node, the plane, where =. B φ (,, R/) φ (,, R/) IV. PSEUDO 3D PLOTS The σ orbital is shown in Figure, while the σ orbital is shown in Figure 5. FIG. : The Elliptical Coordinate Sstem for Diatomic Molecules. The µ coordinate is not depicted. from hdrogenic s orbitals, b placing one on nucleus A and the other on nucleus B then their form is no longer the simple Cartesian form we ve become accustomed to V. 3D CONTOUR PLOTS The σ orbital is shown in Figure, while the σ orbital is shown in Figure 7. Tpeset b REVTEX

3 sigma (sigma) MO(,,) versus and. psi().... psi... FIG. : The ψ σ(,, ) orbital, plotted against FIG. : The ψ σ(,, ) orbital, plotted against and sigma^* psi().5 (sigma) MO(,,) versus and.5.5 psi.5 FIG. 3: The ψ σ (,, ) orbital, plotted against VI. THE p σ ORBITALS FIG. 5: The ψ σ (,, ) orbital, plotted against and There is another orbital pair which are labeled σ, but built from p orbitals rather than s orbitals. Remember, the bond ais is contained in the -ais. That means that p orbitals are parallel to the bond ais (we epected them to be at right angles to the bond, but those are the p and p orbitals, which become π and π respectivel). To continue, we put one p orbital on nucleus A and the other on nucleus B. The wave function now becomes ψ p± = (( R ) e αr A ± ( + R ) e αr B ) (.) which reminds us that the orbitals are centered on two different locations in phsical space. When we plot this we obtain Figure as our first, linear plot. This is, of course, ψ p σ (,, versus being plotted. weird this is vide infra. Notice how Net we plot the bonding orbital, which is better behaved. Figure 9 shows the smmetr of the bonding orbital. We return now to the anti-bonding orbital, and show the contributors in colors so that the odd function being plotted can be understood (see Figure ). Finall, we plot the contour (3D) map of this orbital, which shows the weird, interdigitated, positive and negative lobes. We note in passing that the Maple code for these last few plots is not included in the tet.

4 VIII. MAPLE CODE sigma MO ( + = blue) Here is the Maple code which generated the figures to follow: psi() p sigma^* FIG. : The contour surface of ψ σ(,, ) orbital, plotted against, and... sigma^* MO ( +(blue) and -(red)) FIG. : The anti-bonding p σ orbital versus p sigma psi(). FIG. 7: The contour surfaces of ψ σ (,, ) orbital, plotted against, and. VII. CONCLUSION The rigid understanding of the functionalit of the contributing atomic orbitals to the resultant molecular orbital leads to a broad comprehension of what these orbitals look like. > #MO-hbrid-plot > restart; > with(plots); > fsa := ep(-ra); > fsb := ep(-rb);ra := sqrt(^+^+(-r/)^); > rb := sqrt(^+^+(+r/)^); > psi_plus := ep(-ra) + ep(-rb); > psi_minus := ep(-ra) - ep(-rb); FIG. 9: The bonding p σ orbital versus

5 p sigma^*.. psi() FIG. : The anti bonding p σ orbital versus broken up into its constituent parts to show where the odd shape comes from. p sigma FIG. : The anti bonding p σ orbital versus broken up into its constituent parts to show where the odd shape comes from. Warning, the name changecoords has been redefined [animate, animate3d, animatecurve, arrow, changecoords, compleplot, compleplot3d, conformal, conformal3d, contourplot, contourplot3d, coordplot, coordplot3d, clinderplot, densitplot, displa, displa3d, fieldplot, fieldplot3d, gradplot, gradplot3d, graphplot3d, implicitplot, implicitplot3d, inequal, interactive, listcontplot, listcontplot3d, listdensitplot, listplot, listplot3d, loglogplot, logplot, matriplot, odeplot, pareto, plotcompare, pointplot, pointplot3d, polarplot, polgonplot, polgonplot3d, polhedra supported, polhedraplot, replot, rootlocus, semilogplot, setoptions, setoptions3d, spacecurve, sparsematriplot, sphereplot, surfdata, tetplot, tetplot3d, tubeplot] ra := fsa := e ( ra) fsb := e ( rb) + + R + R

6 + rb := + + R + R psi plus := e ( + + R+R ) + e ( R+R ) psi minus := e ( + + R+R ) e ( R+R ) > #note, un-normalied orbitals in use! > lim := ; > plot(subs(r=,=,=,psi_plus),=-lim..lim,labels=[, psi() ],titl > e= sigma ); > plot(subs(r=,=,=,psi_minus),=-lim..lim,labels=[, psi() ],tit > le= sigma^* ); > plot3d(subs(r=,=,psi_plus),=-lim..lim,=-lim..lim,aes=boxed,label > s=[,, psi ],title= (sigma) MO(,,) versus and ); > plot3d(subs(r=,=,psi_minus),=-lim..lim,=-lim..lim,aes=boxed,labe > ls=[,, psi ],title= (sigma) MO(,,) versus and ); > implicitplot3d(subs(r=,psi_plus)=.,=-lim..lim,=-lim..lim,=-li > m..lim,aes=boxed,labels=[,, ],color=blue,title= sigma MO ( > + = blue) ); > f := > implicitplot3d(subs(r=,psi_minus)=-.,=-lim..lim,=-lim..lim,=-l > im..lim,aes=boxed,labels=[,, ],color=red): > f := > implicitplot3d(subs(r=,psi_minus)=.,=-lim..lim,=-lim..lim,=-li > m..lim,aes=boxed,labels=[,, ],color=blue): > displa(f,f,title= sigma^* MO ( +(blue) and -(red)) );

Taylor Polynomials restart;with(plots); with(student); with(numericalanalysis); with(student[numericalanalysis]);

Taylor Polynomials restart;with(plots); with(student); with(numericalanalysis); with(student[numericalanalysis]); Talor Polnomials Talor's Theorem is used etensivel in Numerical Analsis and is the basis for the development of several important techniques. We begin b restarting and loading the plots package for some

More information

Vectors in Space. Standard Graphing

Vectors in Space. Standard Graphing Vectors in Space O restart:with(plots);with(vectorcalculus): animate, animated, animatecurve, arrow, changecoords, complexplot, complexplotd, conformal, conformald, contourplot, contourplotd, coordplot,

More information

Exploring Calculus Using a Maple Approach

Exploring Calculus Using a Maple Approach Exploring Calculus Using a Maple Approach Last Update: October, 00 Zhao Chen Janet Liou-Mark Arnavaz Taraporevala Table of Contents Preface... Chapter : Introduction to MAPLE... Objectives... Lab Activities...9

More information

Math Differential Equations Material Covering Lab 2

Math Differential Equations Material Covering Lab 2 Math 366 - Differential Equations Material Covering Lab 2 Separable Equations A separable equation is a first-orer ODE that can be written in the form y'= g x $h y This is the general metho to solve such

More information

Infinitesimal Rotations

Infinitesimal Rotations Universit of Connecticut DigitalCommons@UConn Chemistr Education Materials Department of Chemistr Januar 007 Infinitesimal Rotations Carl W. David Universit of Connecticut, Carl.David@uconn.edu Follow

More information

Introduction to Maple MAT 3535

Introduction to Maple MAT 3535 Introduction to Maple MAT 3535 Wm C Bauldry BauldryWC Spring Semester, 2006 Wm C Bauldry (BauldryWC) Introduction to Maple MAT 3535 Spring Semester, 2006 1 / 50 Maple plot of a Lotka Volterra system in

More information

MAPLE TM LAB MANUAL FOR MATH 237

MAPLE TM LAB MANUAL FOR MATH 237 MAPLE TM LAB MANUAL FOR MATH 237 Differential Equations and Computer Methods Written by CESAR O. AGUILAR QUEEN S UNIVERSITY KINGSTON, ONTARIO, CANADA Preface This manual introduces the basic Maple tools

More information

x find all of the symmetry operations/elements: o character table headings: E, 2C φ σ v, i, S φ C 2 φ

x find all of the symmetry operations/elements: o character table headings: E, 2C φ σ v, i, S φ C 2 φ Construct and annotate a valence molecular orbital diagram for the linear molecule Mg 2. Assume the 3pAOs lie deeper in energ than the Mg 3sAO and that the Mg and orbitals interact onl slightl. Mg is a

More information

MO theory is better for spectroscopy (Exited State Properties; Ionization)

MO theory is better for spectroscopy (Exited State Properties; Ionization) CHEM 2060 Lecture 25: MO Theory L25-1 Molecular Orbital Theory (MO theory) VB theory treats bonds as electron pairs. o There is a real emphasis on this point (over-emphasis actually). VB theory is very

More information

5.111 Lecture Summary #13 Monday, October 6, 2014

5.111 Lecture Summary #13 Monday, October 6, 2014 5.111 Lecture Summary #13 Monday, October 6, 2014 Readings for today: Section 3.8 3.11 Molecular Orbital Theory (Same in 5 th and 4 th ed.) Read for Lecture #14: Sections 3.4, 3.5, 3.6 and 3.7 Valence

More information

Molecular Orbitals. Based on Inorganic Chemistry, Miessler and Tarr, 4 th edition, 2011, Pearson Prentice Hall

Molecular Orbitals. Based on Inorganic Chemistry, Miessler and Tarr, 4 th edition, 2011, Pearson Prentice Hall Molecular Orbitals Based on Inorganic Chemistry, Miessler and Tarr, 4 th edition, 2011, Pearson Prentice Hall Images from Miessler and Tarr Inorganic Chemistry 2011 obtained from Pearson Education, Inc.

More information

E nuc rep = Z AZ B r AB m =0.499 hartree =13.60 ev. E nuc rep (H 2 )= m/a m =0.714 hartree =19.43 ev.

E nuc rep = Z AZ B r AB m =0.499 hartree =13.60 ev. E nuc rep (H 2 )= m/a m =0.714 hartree =19.43 ev. Chemistr 31 Phsical Chemistr Homework Assignment # 7 1. Sketch qualitative contour maps of the following molecular orbitals for a diatomic molecule AB. Identif each as a bonding or an anti-bonding molecular

More information

Molecular Orbital Theory

Molecular Orbital Theory Molecular Orbital Theory Paramagnetic properties of O 2 pranjoto utomo Covalent Bonding Theory Valence Bond Theory useful for deriving shapes/polarity simple but inaccurate/deficient Molecular Orbital

More information

Fragment Orbitals for Transition Metal Complexes

Fragment Orbitals for Transition Metal Complexes Fragment Orbitals for Transition Metal Complees Introduction so far we have concentrated on the MO diagrams for main group elements, and the first 4 lectures will link into our Main Group chemistr course

More information

Legendre Polynomials and Angular Momentum

Legendre Polynomials and Angular Momentum University of Connecticut DigitalCommons@UConn Chemistry Education Materials Department of Chemistry August 006 Legendre Polynomials and Angular Momentum Carl W. David University of Connecticut, Carl.David@uconn.edu

More information

Molecular Bond Theory

Molecular Bond Theory Molecular Bond Theory Short comings of the localized electron model: electrons are not really localized so the concept of resonance was added no direct information about bond energies Molecular Orbital

More information

Orbital Alignments. March 25, 2003

Orbital Alignments. March 25, 2003 Orbital Alignments March 25, 2003 1 Introduction In discussions of twisted ethylene derivatives, Figure 1, and similar discussions concerning Woodward Hoffman rules 1 the cos χ (χ is the twist angle dependence

More information

ENR202 Mechanics of Materials Lecture 12B Slides and Notes

ENR202 Mechanics of Materials Lecture 12B Slides and Notes ENR0 Mechanics of Materials Lecture 1B Slides and Notes Slide 1 Copright Notice Do not remove this notice. COMMMONWEALTH OF AUSTRALIA Copright Regulations 1969 WARNING This material has been produced and

More information

Chapter 5 Molecular. removed are labeled in brackets as the chapter opener is below. [Chapter opener]

Chapter 5 Molecular. removed are labeled in brackets as the chapter opener is below. [Chapter opener] Chapter 5 Molecular Orbitals Figures and table removed are labeled in brackets as the chapter opener is below [Chapter opener] 5.1 Formation of Molecular Orbitals from Atomic Orbitals Molecular Orbitals

More information

Chapter 10: Chemical Bonding II. Bonding Theories

Chapter 10: Chemical Bonding II. Bonding Theories Chapter 10: Chemical Bonding II Dr. Chris Kozak Memorial University of Newfoundland, Canada Bonding Theories Previously, we saw how the shapes of molecules can be predicted from the orientation of electron

More information

Molecular Orbitals in Inorganic Chemistry. Dr. P. Hunt Rm 167 (Chemistry)

Molecular Orbitals in Inorganic Chemistry. Dr. P. Hunt Rm 167 (Chemistry) Molecular Orbitals in Inorganic Chemistr Dr. P. unt p.hunt@imperial.ac.uk Rm 167 (Chemistr) http://www.ch.ic.ac.uk/hunt/ Outline choosing fragments orbital smmetr (again!) bonding and antibonding character

More information

Lecture 14 Chemistry 362 M. Darensbourg 2017 Spring term. Molecular orbitals for diatomics

Lecture 14 Chemistry 362 M. Darensbourg 2017 Spring term. Molecular orbitals for diatomics Lecture 14 Chemistry 362 M. Darensbourg 2017 Spring term Molecular orbitals for diatomics Molecular Orbital Theory of the Chemical Bond Simplest example - H 2 : two H atoms H A and H B Only two a.o.'s

More information

The Gronwall Form of the Schrodinger Equation for 1 S Helium. Abstract

The Gronwall Form of the Schrodinger Equation for 1 S Helium. Abstract The Gronwall Form of the Schrodinger Equation for S Helium C. W. David Department of Chemistry University of Connecticut Storrs, Connecticut 0669-3060 Dated: March, 005 Abstract The Gronwall form of the

More information

Molecular Orbital Approach to Bonding

Molecular Orbital Approach to Bonding Molecular Orbital Approach to Bonding Chemistry 362; spring 2019 Marcetta Y. Darensbourg, Professor Xuemei Yang, Graduate Assistant Kyle Burns, Graduate Assistant The following slides were modified from

More information

Lecture 10. Born-Oppenheimer approximation LCAO-MO application to H + The potential energy surface MOs for diatomic molecules. NC State University

Lecture 10. Born-Oppenheimer approximation LCAO-MO application to H + The potential energy surface MOs for diatomic molecules. NC State University Chemistry 431 Lecture 10 Diatomic molecules Born-Oppenheimer approximation LCAO-MO application to H + 2 The potential energy surface MOs for diatomic molecules NC State University Born-Oppenheimer approximation

More information

Molecular Structure Chapter 26: Molecular Structure Problems

Molecular Structure Chapter 26: Molecular Structure Problems Molecular Structure Chapter 26: Molecular Structure Problems 1 1. Draw the Lewis dot resonance structures for the carbonate ion, CO3 2-. Are the electrons delocalized? Give the average bond order for the

More information

chapter 1 Chemical structure and bonding

chapter 1 Chemical structure and bonding Sa Ph m ar ple m c ac on eu te tic nt al co P r p es rig s ht chapter 1 Chemical structure and bonding Overview After learning the material presented in this chapter ou should: understand how an atom is

More information

Part 1. Reading: Gray: (4-1), (4-2), and (4-4) OGN: (16.2)

Part 1. Reading: Gray: (4-1), (4-2), and (4-4) OGN: (16.2) Part 1 Reading: Gray: (4-1), (4-2), and (4-4) OGN: (16.2) The story so far: MO-LCAO works great for diatomic molecules! But... What about other numbers of atoms? Will MO-LCAO work for polyatomic molecules?

More information

Fourier Series by Least Square Minimization

Fourier Series by Least Square Minimization University of Connecticut DigitalCommons@UConn Chemistry Education Materials Department of Chemistry October 6 Fourier Series by east Square Minimization Carl W. David University of Connecticut, Carl.David@uconn.edu

More information

Chem 400. Inorganic Chemistry. Exam 1. Σ of of of of of of of of 10. Name (please print)

Chem 400. Inorganic Chemistry. Exam 1. Σ of of of of of of of of 10. Name (please print) Chem 400 Inorganic Chemistr Eam 1 1 of 10 2 of 10 3 of 30 4 of 10 5 of 10 6 of 20 7 of 10 Σ of 100 % Name (please print) 1. Sketch out the molecular orbital energ level diagram for B 3 appling the LGO

More information

Chem 400. Inorganic Chemistry. Practice Exam 1. 1 of 5. 2 of 5. 3 of of of of of of of of 10.

Chem 400. Inorganic Chemistry. Practice Exam 1. 1 of 5. 2 of 5. 3 of of of of of of of of 10. Chem 400 Inorganic Chemistr Practice Eam 1 1 of 5 2 of 5 3 of 10 4 of 10 5 of 10 6 of 10 7 of 10 8 of 10 9 of 10 10 of 10 11 of 10 Σ of 100 Name KEY (please print) 1. a. Predict the structure of 4 using

More information

1.6 ELECTRONIC STRUCTURE OF THE HYDROGEN ATOM

1.6 ELECTRONIC STRUCTURE OF THE HYDROGEN ATOM 1.6 ELECTRONIC STRUCTURE OF THE HYDROGEN ATOM 23 How does this wave-particle dualit require us to alter our thinking about the electron? In our everda lives, we re accustomed to a deterministic world.

More information

Symmetry III: Molecular Orbital Theory. Reading: Shriver and Atkins and , 6.10

Symmetry III: Molecular Orbital Theory. Reading: Shriver and Atkins and , 6.10 Lecture 9 Symmetry III: Molecular Orbital Theory Reading: Shriver and Atkins 2.7-2.9 and g 6.6-6.7, 6.10 The orbitals of molecules H H The electron energy in each H atom is -13.6 ev below vacuum. What

More information

Chapter 18 Molecular orbitals and spectroscopy Conjugation of bonds and resonance structures

Chapter 18 Molecular orbitals and spectroscopy Conjugation of bonds and resonance structures Chapter 18 Molecular orbitals and spectroscopy 18.1 Diatomic molecules 18.2 Polyatomic molecules 18.3 Conjugation of bonds and resonance structures 18.4 The interaction of light and matter (spectroscopy)

More information

Eulerian Angles I. THE EULERIAN ANGLES. FIG. 1: First Rotation in the Euler Scheme. l2h2:euler2.tex. P(x,y,z)=P(x. N y. φ x x

Eulerian Angles I. THE EULERIAN ANGLES. FIG. 1: First Rotation in the Euler Scheme. l2h2:euler2.tex. P(x,y,z)=P(x. N y. φ x x Eulerian Angles I. THE EULERIA AGLES There is no question that once we leave diatomic molecules, life gets difficult. Most chemistr concerns polatomics, so sticking with diatomics is possibl ecessivel

More information

Covalent Bonding: Orbitals

Covalent Bonding: Orbitals Hybridization and the Localized Electron Model Covalent Bonding: Orbitals A. Hybridization 1. The mixing of two or more atomic orbitals of similar energies on the same atom to produce new orbitals of equal

More information

Chemistry 2. Lecture 1 Quantum Mechanics in Chemistry

Chemistry 2. Lecture 1 Quantum Mechanics in Chemistry Chemistry 2 Lecture 1 Quantum Mechanics in Chemistry Your lecturers 8am Assoc. Prof Timothy Schmidt Room 315 timothy.schmidt@sydney.edu.au 93512781 12pm Assoc. Prof. Adam J Bridgeman Room 222 adam.bridgeman@sydney.edu.au

More information

CHEMISTRY Topic #1: Bonding What Holds Atoms Together? Spring 2012 Dr. Susan Lait

CHEMISTRY Topic #1: Bonding What Holds Atoms Together? Spring 2012 Dr. Susan Lait CHEMISTRY 2000 Topic #1: Bonding What Holds Atoms Together? Spring 2012 Dr. Susan Lait Why Do Bonds Form? An energy diagram shows that a bond forms between two atoms if the overall energy of the system

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 Anone who can contemplate quantum mechanics without getting di hasn t understood it. --Niels Bohr Lecture 7, p Phsics Colloquium TODAY! Quantum Optomechanics Prof. Markus Aspelmeer, U. Vienna Massive mechanical

More information

Be H. Delocalized Bonding. Localized Bonding. σ 2. σ 1. Two (sp-1s) Be-H σ bonds. The two σ bonding MO s in BeH 2. MO diagram for BeH 2

Be H. Delocalized Bonding. Localized Bonding. σ 2. σ 1. Two (sp-1s) Be-H σ bonds. The two σ bonding MO s in BeH 2. MO diagram for BeH 2 The Delocalized Approach to Bonding: The localized models for bonding we have examined (Lewis and VBT) assume that all electrons are restricted to specific bonds between atoms or in lone pairs. In contrast,

More information

Molecular Orbitals in Inorganic Chemistry

Molecular Orbitals in Inorganic Chemistry Outline Molecular Orbitals in Inorganic hemistr Dr. P. unt p.hunt@imperial.ac.uk Rm 167 (hemistr) http://www.ch.ic.ac.uk/hunt/ choosing fragments orbital smmetr (again!) bonding and antibonding character

More information

Chemistry 2000 Lecture 2: LCAO-MO theory for homonuclear diatomic molecules

Chemistry 2000 Lecture 2: LCAO-MO theory for homonuclear diatomic molecules Chemistry 2000 Lecture 2: LCAO-MO theory for homonuclear diatomic molecules Marc R. Roussel January 5, 2018 Marc R. Roussel Homonuclear diatomics January 5, 2018 1 / 17 MO theory for homonuclear diatomic

More information

Math 1B Calculus Test 3 Spring 10 Name Write all responses on separate paper. Show your work for credit.

Math 1B Calculus Test 3 Spring 10 Name Write all responses on separate paper. Show your work for credit. ath B Calculus Test Spring Name Write all responses on separate paper. Show our work for credit.. Determine whether each integral is convergent or divergent. Evaluate those that are convergent. a. / 4

More information

CHEM J-5 June 2014

CHEM J-5 June 2014 CHEM1101 2014-J-5 June 2014 The molecular orbital energy level diagrams for H 2, H 2 +, H 2 and O 2 are shown below. Fill in the valence electrons for each species in its ground state and label the types

More information

Lecture 4 Model Answers to Problems

Lecture 4 Model Answers to Problems Self-Study Problems / Exam Preparation Construct and annotate a valence MO diagram for H 2 CN -. Use your diagram to explain why the neutral radical is more stable than the anion. (this is an old exam

More information

Be H. Delocalized Bonding. Localized Bonding. σ 2. σ 1. Two (sp-1s) Be-H σ bonds. The two σ bonding MO s in BeH 2. MO diagram for BeH 2

Be H. Delocalized Bonding. Localized Bonding. σ 2. σ 1. Two (sp-1s) Be-H σ bonds. The two σ bonding MO s in BeH 2. MO diagram for BeH 2 The Delocalized Approach to Bonding: The localized models for bonding we have examined (Lewis and VBT) assume that all electrons are restricted to specific bonds between atoms or in lone pairs. In contrast,

More information

Chapter 9 - Covalent Bonding: Orbitals

Chapter 9 - Covalent Bonding: Orbitals Chapter 9 - Covalent Bonding: Orbitals 9.1 Hybridization and the Localized Electron Model A. Hybridization 1. The mixing of two or more atomic orbitals of similar energies on the same atom to produce new

More information

17. f(x) = x 2 + 5x f(x) = x 2 + x f(x) = x 2 + 3x f(x) = x 2 + 3x f(x) = x 2 16x f(x) = x 2 + 4x 96

17. f(x) = x 2 + 5x f(x) = x 2 + x f(x) = x 2 + 3x f(x) = x 2 + 3x f(x) = x 2 16x f(x) = x 2 + 4x 96 Section.3 Zeros of the Quadratic 473.3 Eercises In Eercises 1-8, factor the given quadratic polnomial. 1. 2 + 9 + 14 2. 2 + 6 + 3. 2 + + 9 4. 2 + 4 21. 2 4 6. 2 + 7 8 7. 2 7 + 12 8. 2 + 24 In Eercises

More information

Problem Set 5 Solutions

Problem Set 5 Solutions Chemistry 362 Dr Jean M Standard Problem Set 5 Solutions ow many vibrational modes do the following molecules or ions possess? [int: Drawing Lewis structures may be useful in some cases] In all of the

More information

Chapter 10 Chemical Bonding II

Chapter 10 Chemical Bonding II Chapter 10 Chemical Bonding II Valence Bond Theory Valence Bond Theory: A quantum mechanical model which shows how electron pairs are shared in a covalent bond. Bond forms between two atoms when the following

More information

Experimental Study of the Field Structure of the Surface Electromagnetic Wave in an Anisotropically Conducting Tape

Experimental Study of the Field Structure of the Surface Electromagnetic Wave in an Anisotropically Conducting Tape ISSN -9, Journal of Communications Technolog and Electronics,, Vol. 58, No., pp. 8. Pleiades Publishing, Inc.,. Original Russian Tet R.B. Vaganov, I.P. Korshunov, E.N. Korshunova, A.D. Oleinikov,, published

More information

Structure of diatomic molecules

Structure of diatomic molecules Structure of diatomic molecules January 8, 00 1 Nature of molecules; energies of molecular motions Molecules are of course atoms that are held together by shared valence electrons. That is, most of each

More information

CHEM-UA 127: Advanced General Chemistry I

CHEM-UA 127: Advanced General Chemistry I CHEM-UA 7: Advanced General Chemistry I I. LINEAR COMBINATION OF ATOMIC ORBITALS Linear combination of atomic orbitals (LCAO) is a simple method of quantum chemistry that yields a qualitative picture of

More information

5.111 Principles of Chemical Science

5.111 Principles of Chemical Science MIT OpenCourseWare http://ocw.mit.edu 5.111 Principles of Chemical Science Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 5.111 Lecture Summary

More information

CHAPTER 10 Tight-Binding Model

CHAPTER 10 Tight-Binding Model CHAPTER 0 Tight-Binding Model Linear Combination of Atomic Orbitals (LCAO) Application to Bands from s-levels General Features of Tight-Binding Levels Wannier Functions 6 a : S S P 3S Core FE Semicore

More information

1. It can help us decide which of several Lewis dot structures is closest to representing the properties of the real compound.

1. It can help us decide which of several Lewis dot structures is closest to representing the properties of the real compound. Molecular Structure Properties The electron was discovered in the year of 1900, and it took about twenty years for the electronic nature of the chemical bond to come into wide acceptance. Particle-based

More information

MOLECULAR ORBITAL AND VALENCE BOND THEORY EXPLAINED (HOPEFULLY)

MOLECULAR ORBITAL AND VALENCE BOND THEORY EXPLAINED (HOPEFULLY) MOLEULAR ORBITAL AND VALENE BOND TEORY EXPLAINED (OPEFULLY) Quantum Mechanics is a very difficult topic, with a great deal of detail that is extremely complex, yet interesting. owever, in this Organic

More information

CHEMISTRY - MCMURRY 7E CH.7 - COVALENT BONDING AND ELECTRON DOT STRUCTURES

CHEMISTRY - MCMURRY 7E CH.7 - COVALENT BONDING AND ELECTRON DOT STRUCTURES !! www.clutchprep.com CONCEPT: ELECTRONIC GEOMETRY When drawing a compound you have to take into account two different systems of geometrical shape. The simpler system known as electronic geometry or shape

More information

Molecular Orbitals Involving Only ns Atomic Orbitals

Molecular Orbitals Involving Only ns Atomic Orbitals Skills to Develop To use molecular orbital theory to predict bond order To apply Molecular Orbital Theory to the diatomic homonuclear molecule from the elements in the second period. None of the approaches

More information

In this lecture we will understand how the molecular orbitals are formed from the interaction of atomic orbitals.

In this lecture we will understand how the molecular orbitals are formed from the interaction of atomic orbitals. Lecture 7 Title: Understanding of Molecular Orbital Page-1 In this lecture we will understand how the molecular orbitals are formed from the interaction of atomic orbitals. We will see how the electrons

More information

lectures Handout 1 - Bonding Dr Jonathan Burton

lectures Handout 1 - Bonding Dr Jonathan Burton Introduction to rganic hemistr jonathan.burton@chem.o.ac.uk 1 Introduction to rganic hemistr 2018 7 lectures andout 1 - Bonding Dr Jonathan Burton http://burton.chem.o.ac.uk/teaching.html rganic hemistr

More information

Chemistry 6 (9 am section) Spring Covalent Bonding

Chemistry 6 (9 am section) Spring Covalent Bonding Chemistry 6 (9 am section) Spring 000 Covalent Bonding The stability of the bond in molecules such as H, O, N and F is associated with a sharing (equal) of the VALENCE ELECTRONS between the BONDED ATOMS.

More information

11/29/2014. Problems with Valence Bond Theory. VB theory predicts many properties better than Lewis Theory

11/29/2014. Problems with Valence Bond Theory. VB theory predicts many properties better than Lewis Theory Problems with Valence Bond Theory VB theory predicts many properties better than Lewis Theory bonding schemes, bond strengths, bond lengths, bond rigidity however, there are still many properties of molecules

More information

Advanced Physical Chemistry Problems (VI), Free Energies

Advanced Physical Chemistry Problems (VI), Free Energies University of Connecticut DigitalCommons@UConn Chemistry Education Materials Department of Chemistry June 2008 Advanced Physical Chemistry Problems (VI), Free Energies Carl W. David University of Connecticut,

More information

Speed of light c = m/s. x n e a x d x = 1. 2 n+1 a n π a. He Li Ne Na Ar K Ni 58.

Speed of light c = m/s. x n e a x d x = 1. 2 n+1 a n π a. He Li Ne Na Ar K Ni 58. Physical Chemistry II Test Name: KEY CHEM 464 Spring 18 Chapters 7-11 Average = 1. / 16 6 questions worth a total of 16 points Planck's constant h = 6.63 1-34 J s Speed of light c = 3. 1 8 m/s ħ = h π

More information

5.4. Electronic structure of water

5.4. Electronic structure of water 5.4. Electronic structure of water Water belongs to C 2v point group, we have discussed the corresponding character table. Here it is again: C 2v E C 2 σ v (yz) σ v (xz) A 1 1 1 1 1 A 2 1 1-1 -1 B 1 1-1

More information

Experiment 15: Atomic Orbitals, Bond Length, and Molecular Orbitals

Experiment 15: Atomic Orbitals, Bond Length, and Molecular Orbitals Experiment 15: Atomic Orbitals, Bond Length, and Molecular Orbitals Introduction Molecular orbitals result from the mixing of atomic orbitals that overlap during the bonding process allowing the delocalization

More information

Molecular Orbital Theory This means that the coefficients in the MO will not be the same!

Molecular Orbital Theory This means that the coefficients in the MO will not be the same! Diatomic molecules: Heteronuclear molecules In heteronuclear diatomic molecules, the relative contribution of atomic orbitals to each MO is not equal. Some MO s will have more contribution from AO s on

More information

CHAPTER 11 MOLECULAR ORBITAL THEORY

CHAPTER 11 MOLECULAR ORBITAL THEORY CHAPTER 11 MOLECULAR ORBITAL THEORY Molecular orbital theory is a conceptual extension of the orbital model, which was so successfully applied to atomic structure. As was once playfuly remarked, a molecue

More information

3: Many electrons. Orbital symmetries. l =2 1. m l

3: Many electrons. Orbital symmetries. l =2 1. m l 3: Many electrons Orbital symmetries Atomic orbitals are labelled according to the principal quantum number, n, and the orbital angular momentum quantum number, l. Electrons in a diatomic molecule experience

More information

General Physical Chemistry II

General Physical Chemistry II General Physical Chemistry II Lecture 10 Aleksey Kocherzhenko October 7, 2014" Last time " promotion" Promotion and hybridization" [He] 2s 2 2p x 1 2p y 1 2p z0 " 2 unpaired electrons" [He] 2s 1 2p x 1

More information

Figure 1 Correlation diagram for BeH 2

Figure 1 Correlation diagram for BeH 2 Self-Stud Problems / Eam Preparation revise our computational chemistr workshop from last ear: http://www.huntresearchgroup.org.uk/teaching/ear1_lab_start.html o make sure ou have checked that the molecule

More information

Learning Objectives and Worksheet VIII. Chemistry 1B-AL Fall Lectures (13-14) Molecular Orbital Theory of Covalent Bonding

Learning Objectives and Worksheet VIII. Chemistry 1B-AL Fall Lectures (13-14) Molecular Orbital Theory of Covalent Bonding Learning Objectives and Worksheet VIII Chemistry 1B-AL Fall 2016 Lectures (13-14) Molecular Orbital Theory of Covalent Bonding WE WILL BE COVERING CHAPTER 14 IN A DIFFERENT ORDER THAN THE TEXT: first we

More information

Examples of common quantum mechanical procedures and calculations carried out in Mathcad.

Examples of common quantum mechanical procedures and calculations carried out in Mathcad. Eample_QM_calculations.mcd page Eamples of common quantum mechanical procedures and calculations carried out in Mathcad. Erica Harvey Fairmont State College Department of Chemistry Fairmont State University

More information

Shapes of Molecules. Lewis structures are useful but don t allow prediction of the shape of a molecule.

Shapes of Molecules. Lewis structures are useful but don t allow prediction of the shape of a molecule. Shapes of Molecules Lewis structures are useful but don t allow prediction of the shape of a molecule. H O H H O H Can use a simple theory based on electron repulsion to predict structure (for non-transition

More information

hydrogen atom: center-of-mass and relative

hydrogen atom: center-of-mass and relative hdrogen atom: center-of-mass and relative apple ~ m e e -particle problem (electron & proton) ~ m p p + V ( ~r e ~r p ) (~r e, ~r p )=E (~r e, ~r p ) separation in center-of-mass and relative coordinates

More information

ORGANIC - CLUTCH CH. 1 - A REVIEW OF GENERAL CHEMISTRY.

ORGANIC - CLUTCH CH. 1 - A REVIEW OF GENERAL CHEMISTRY. !! www.clutchprep.com CONCEPT: WHAT IS ORGANIC CHEMISTRY? Organic Chemistry is the chemistry of life. It consists of the study of molecules that are (typically) created and used by biological systems.

More information

New σ bond closes a ring. Loss of one π bond and gain of one σ bond

New σ bond closes a ring. Loss of one π bond and gain of one σ bond CHAPTER 1 Pericyclic Reactions 1.1 INTRODUCTION Pericyclic reactions are defined as the reactions that occur by a concerted cyclic shift of electrons. This definition states two key points that characterise

More information

APAS Laboratory { PAGE } Spectroscopy SPECTROSCOPY

APAS Laboratory { PAGE } Spectroscopy SPECTROSCOPY SPECTROSCOPY SYNOPSIS: In this lab you will eplore different types of emission spectra, calibrate a spectrometer using the spectrum of a known element, and use your calibration to identify an unknown element.

More information

Figure 1 Setting the charge in HF 2 -.

Figure 1 Setting the charge in HF 2 -. Self-Stud Problems / Eam Preparation compute the orbitals for (linear) -, draw and annotate a MO diagram consistent with the MOs ou observe o if ou have problems setting up the calculation, select Be and

More information

PAPER :8, PHYSICAL SPECTROSCOPY MODULE: 29, MOLECULAR TERM SYMBOLS AND SELECTION RULES FOR DIATOMIC MOLECULES

PAPER :8, PHYSICAL SPECTROSCOPY MODULE: 29, MOLECULAR TERM SYMBOLS AND SELECTION RULES FOR DIATOMIC MOLECULES Subject Chemistry Paper No and Title Module No and Title Module Tag 8: Physical Spectroscopy 29: Molecular Term Symbols and Selection Rules for Diatomic Molecules. CHE_P8_M29 TLE OF CONTENTS 1. Learning

More information

MOLECULAR ORBITAL THEORY Chapter 10.8, Morrison and Boyd

MOLECULAR ORBITAL THEORY Chapter 10.8, Morrison and Boyd MOLECULAR ORBITAL THEORY Chapter 10.8, Morrison and Boyd more understanding: why oxygen is paramagnetic, why H2 + exists; explanation of excited electronic states (e.g., visible spectra) eliminates need

More information

Molecular Orbitals in Inorganic Chemistry

Molecular Orbitals in Inorganic Chemistry Resources Molecular rbitals in Inorganic Chemistr Dr. P. unt p.hunt@imperial.ac.uk Rm 67 (Chemistr) http://www.ch.ic.ac.uk/hunt/ Web notes AND slides link to panopto when it becomes available model answers

More information

22.3 Electrocyclic Reactions

22.3 Electrocyclic Reactions 22.3 ELECTROCYCLIC REACTIONS 965 then the reaction is allowed. And if the new overlaps are unfavorable (antibonding overlaps), then the reaction is forbidden. Fukui s method (the frontier orbital method)

More information

PG-TRB MO & VB THEORY. POLYTECHNIC-TRB MATERIALS MATHS/COMPUTER SCIENCE/IT/ECE/EEE MECH/CIVIL/CHEMISTRY/PHYSICS ENGLISH /AVAILABLE.

PG-TRB MO & VB THEORY.   POLYTECHNIC-TRB MATERIALS MATHS/COMPUTER SCIENCE/IT/ECE/EEE MECH/CIVIL/CHEMISTRY/PHYSICS ENGLISH /AVAILABLE. COACHING CENTRE-PG-TRB- CHEMISTRY-MO & VB THEORY -STUDY MATERIAL- CONTACT: 8072230063 PG-TRB CHEMISTRY MO & VB THEORY POLYTECHNIC-TRB MATERIALS MATHS/COMPUTER SCIENCE/IT/ECE/EEE MECH/CIVIL/CHEMISTRY/PHYSICS

More information

Molecular Orbital Theory

Molecular Orbital Theory Molecular Orbital Theory 1. MO theory suggests that atomic orbitals of different atoms combine to create MOLECULAR ORBITALS 2. Electrons in these MOLECULAR ORBITALS belong to the molecule as whole 3. This

More information

Chem Unit: Part I Atoms and the EM Force

Chem Unit: Part I Atoms and the EM Force Chem Unit: Part I Atoms and the EM Force I. Electric Charge & the EM Force of Attraction and Repulsion Some of the fundamental particles that make up the STUFF in this universe have a property called electric

More information

General Chemistry. Contents. Chapter 12: Chemical Bonding II: Additional Aspects What a Bonding Theory Should Do. Potential Energy Diagram

General Chemistry. Contents. Chapter 12: Chemical Bonding II: Additional Aspects What a Bonding Theory Should Do. Potential Energy Diagram General Chemistry Principles and Modern Applications Petrucci Harwood Herring 8 th Edition Chapter 12: Chemical Bonding II: Additional Aspects Philip Dutton University of Windsor, Canada N9B 3P4 Contents

More information

Using Symmetry to Generate Molecular Orbital Diagrams

Using Symmetry to Generate Molecular Orbital Diagrams Using Symmetry to Generate Molecular Orbital Diagrams review a few MO concepts generate MO for XH 2, H 2 O, SF 6 Formation of a bond occurs when electron density collects between the two bonded nuclei

More information

Practice sheet #6: Molecular Shape, Hybridization, Molecular Orbitals.

Practice sheet #6: Molecular Shape, Hybridization, Molecular Orbitals. CH 101/103 - Practice sheet 3/17/2014 Practice sheet #6: Molecular Shape, Hybridization, Molecular Orbitals. 1. Draw the 3D structures for the following molecules. You can omit the lone pairs on peripheral

More information

Morrison and Boyd, Organic Chemistry, Interference of waves 1) constructive (in-phase) 2) destructive (out-of-phase)

Morrison and Boyd, Organic Chemistry, Interference of waves 1) constructive (in-phase) 2) destructive (out-of-phase) Morrison and Boyd, Organic Chemistry, 1973 Interference of waves 1) constructive (in-phase) 2) destructive (out-of-phase) Electron wave function with n, l, m l => orbitals Molecular orbital theory 1) molecule

More information

Pericyclic Reactions: Electrocyclic Reaction

Pericyclic Reactions: Electrocyclic Reaction Pericyclic Reaction Pericyclic Reactions: Electrocyclic Reaction 1. Electrocyclic ring closing 2. Electrocyclic ring opening Electrocyclic ring closing reaction is characterized by a. The formation of

More information

The Runge0Lenz Vector (continued)

The Runge0Lenz Vector (continued) University of Connecticut DigitalCommons@UConn Chemistry Education Materials Department of Chemistry 009 The Runge0Lenz Vector continued) Carl W. David University of Connecticut, Carl.David@uconn.edu Follow

More information

Lab on Taylor Polynomials. This Lab is accompanied by an Answer Sheet that you are to complete and turn in to your instructor.

Lab on Taylor Polynomials. This Lab is accompanied by an Answer Sheet that you are to complete and turn in to your instructor. Lab on Taylor Polynomials This Lab is accompanied by an Answer Sheet that you are to complete and turn in to your instructor. In this Lab we will approimate complicated unctions by simple unctions. The

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

Computer Problems for Taylor Series and Series Convergence

Computer Problems for Taylor Series and Series Convergence Computer Problems for Taylor Series and Series Convergence The two problems below are a set; the first should be done without a computer and the second is a computer-based follow up. 1. The drawing below

More information

Molecular-Orbital Theory

Molecular-Orbital Theory Prof. Dr. I. Nasser atomic and molecular physics -551 (T-11) April 18, 01 Molecular-Orbital Theory You have to explain the following statements: 1- Helium is monatomic gas. - Oxygen molecule has a permanent

More information

Lecture 3, January 9, 2015 Bonding in H2+

Lecture 3, January 9, 2015 Bonding in H2+ Lecture 3, January 9, 2015 Bonding in H2+ Elements of Quantum Chemistry with Applications to Chemical Bonding and Properties of Molecules and Solids Course number: Ch125a; Room 147 Noyes Hours: 11-11:50am

More information

Section 8.1 The Covalent Bond

Section 8.1 The Covalent Bond Section 8.1 The Covalent Bond Apply the octet rule to atoms that form covalent bonds. Describe the formation of single, double, and triple covalent bonds. Contrast sigma and pi bonds. Relate the strength

More information

Math 148. Polynomial Graphs

Math 148. Polynomial Graphs Math 148 Lab 1 Polynomial Graphs Due: Monday Wednesday, April April 10 5 Directions: Work out each problem on a separate sheet of paper, and write your answers on the answer sheet provided. Submit the

More information