Periodic Table So we now know how multielectron atoms behave

Slides:



Advertisements
Similar presentations
ATOMIC BONDING Atomic Bonding Primary Bonds IonicCovalentMetallic Secondary Bonds van der Waals.
Advertisements

Ionic Bonding. Formation of Bond Electrons are transferred from an atom of low electronegativity to one of high electronegativity Anion (-) and cation.
Learning Objectives for Today After today’s class you should be able to: Define and compare ionic/covalent bonds Predict properties of materials with different.
Polar Covalent Bonds. Polar bond - A type of covalent bond between two atoms in which electrons are shared unequally, resulting in a bond in which one.
Electronegativity and Polarity.  Describe how electronegativity is used to determine bond type.  Compare and contrast polar and nonpolar covalent bonds.
What are Compounds and Molecules?  INTRODUCTION: Since there are only some ninety elements, but over two million known compounds, most substances are.
The chemical context of life. Key concepts –Matter consists of chemical elements in pure form and in combinations called compounds –An element’s properties.
$1 Million $500,000 $250,000 $125,000 $64,000 $32,000 $16,000 $8,000 $4,000 $2,000 $1,000 $500 $300 $200 $100 Welcome.
2-1 Atomic Structure and Bonding. Structure of Atoms 2-2 ATOM Basic Unit of an Element Diameter : 10 –10 m. Neutrally Charged Nucleus Diameter : 10 –14.
Integrated Coordinated Science End of Year Review.
CHAPTER 2A THE CHEMICAL BASIS OF LIFE Copyright © 2002 Pearson Education, Inc., publishing as Benjamin Cummings Atoms, Molecules, Compounds and Bonding.
BONDING Bond types bond energies
Solid State Physics Yuanxu Wang School of Physics and Electronics Henan University 双语教学示范课程.
COVALENT BONDING Chapter 16 AND THE SUBJECTS ARE… THE NAME IS BOND, COVALENT BOND SINGLES, DOUBLES & TRIPPPLES COORDINATE COVALENT BONDS RESONATE THIS!
Ionic bonds and some main- group chemistry Chapter 6.
Bond Types. Bond Types: At the conclusion of our time together, you should be able to: 1. Identify 5 different bond types 2. Explain each bond type 3.
Born-Haber Cycle Section 15.2 (AHL). Lattice Enthalpy Of an ionic crystal: the heat energy absorbed (at constant pressure) when 1 mol of solid ionic compound.
1 Mr. ShieldsRegents Chemistry U09 L01 2 Elements found in Abundance in the Earth’s Crust Only Five Elements account for 93% of the mass of The earth’s.
Chapter 8: Bonding:General Concepts
CHEMICAL BONDING. Why do bonds form? To complete the valence or outer energy level Octet Rule – 8 is great! A bond forms when 2 atoms attract the same.
Class 2 How Atoms combine with similar and dissimilar atoms
Intermolecular Interactions
Electronegativity What is it? Electronegativity is the power of an atom to attract electrons in a bond.
Intermolecular Forces
Section 12.1 Characteristics of Chemical Bonds 1.To understand why atoms form bonds 2.To learn about ionic and covalent bonds and explain how they are.
Homonuclear & Heteronuclear bonds Homonuclear bondsHetronuclear bonds Ethane (C 2 H 6 ) Hydrazine (N 2 H 4 ) Hydrogen peroxide (H 2 O 2 )
(2.2) CHEMICAL COMPOUNDS (p ; ). Chemical Formulas The short form of a chemical compound is called the chemical formula. H2OH2O Symbol for.
Chemical Bonding. Covalent Bonds Formed when 2 atoms share electrons.
Symmetry in crystals. Infinitely repeating lattices.
UNIT VIII The Periodic Table and Chemical Bonding Lesson 4.
A chemical bond’s character is related to each atom’s attraction for the electrons in the bond. Section 5: Electronegativity and Polarity K What I Know.
IONIC BONDING. STRUCTURE AND BONDING The physical properties of a substance depend on its structure and type of bonding present. Bonding determines the.
Chemical Bonding link link Problems and questions — What kind of bonds hold substances together? What kind of bonds hold substances together? What other.
II. CHEMICAL BONDS Interactions that occur between atoms are called chemical bonds. In their chemical interactions the atoms of different elements tend.
What does an atom look like?
Chemistry and the Periodic Table
Materials Science Lesson 8.
Macromolecular / giant covalent Molecular / simple covalent
Chemical Bonding.
The Chemistry of Life Biology is a multidisciplinary science.
9 Sci - Chemistry Chemical Bonding.
Chapter 6 Chemical bonding.
TYPES OF CHEMICAL BONDS
Polar Bonds & Molecules
I. Introduction to Bonding (p. 161 – 163)
Homonuclear & Heteronuclear bonds
What does an atom look like?
Ionic and Metallic Bonding
Macromolecular / giant covalent Molecular / simple covalent
Types of Chemical Bonds
Introduction to Bonding
Ionic Vs Covalent bonds
Introduction to Chemical Bonding
Chemical Compounds And Bonds
AP Chemistry Chemistry Basics.
Intermolecular Forces,
Biochemistry: Chemistry Basics
Biochemistry: Chemistry Basics
Chemical Compounds And Bonds
I. Introduction to Bonding (p. 161 – 163)
SC-100 Class 15 Review Questions
AP Chemistry Chemistry Basics.
AP Chemistry Chemistry Basics.
Chapter 12 Chemical bonding.
Chemical Bonding part 1.
Simple Molecular Covalent
Biochemistry: Chemistry Basics
Bonding.
Biochemistry: Chemistry Basics
Biochemistry: Chemistry Basics
Presentation transcript:

Periodic Table So we now know how multielectron atoms behave How do multiatom molecules behave?

Ionic Bonds Between elements on left (electropositive) and right (electronegative) of periodic table

Na + Na -5eV SCF loop (-5.7 is Ionization potential % -------------------------------------------------------------------------------- clear all %Constants (all MKS, except energy which is in eV) hbar=1.055e-34;m=9.110e-31;epsil=8.854e-12;q=1.602e-19; %Lattice Np=200;a=(10e-10/Np);R=a*[1:1:Np];t0=(hbar^2)/(2*m*(a^2))/q; %Hamiltonian,H = Kinetic,T + Potential,U + Ul + Uscf T=(2*t0*diag(ones(1,Np)))-(t0*diag(ones(1,Np-1),1))-(t0*diag(ones(1,Np-1),-1)); UN=(-q*11/(4*pi*epsil))./R;% Z=11 for sodium l=1;Ul=(l*(l+1)*hbar*hbar/(2*m*q))./(R.*R); Uscf=zeros(1,Np);change=1; while change>0.05 [V,D]=eig(T+diag(UN+Uscf));D=diag(D);[DD,ind]=sort(D); E1s=D(ind(1));psi=V(:,ind(1));P1s=psi.*conj(psi);P1s=P1s'; E2s=D(ind(2));psi=V(:,ind(2));P2s=psi.*conj(psi);P2s=P2s'; E3s=D(ind(3));psi=V(:,ind(3));P3s=psi.*conj(psi);P3s=P3s'; [V,D]=eig(T+diag(UN+Ul+Uscf));D=diag(D);[DD,ind]=sort(D); E2p=D(ind(1));psi=V(:,ind(1));P2p=psi.*conj(psi);P2p=P2p'; n0=(2*(P1s+P2s)+P3s)+(6*P2p); %config 1s2 2s2 2p6 3s1 n=n0*(10/11); % 11 electrons Unew=(q/(4*pi*epsil))*((sum(n./R)-cumsum(n./R))+(cumsum(n)./R)); %Uex=(-q/(4*pi*epsil))*((n./(4*pi*a*R.*R)).^(1/3));%Unew=Unew+Uex; change=sum(abs(Unew-Uscf))/Np,Uscf=0.5*Uscf+0.5*Unew; end [E1s E2s E2p E3s] -5eV Na + SCF loop ans = -735.2999 -45.6916 -33.6766 -5.7165 (-5.7 is Ionization potential ie,energy for converting Na  Na+)

Cl Cl But need electron affinity, ie, Cl  Cl- % -------------------------------------------------------------------------------- clear all %Constants (all MKS, except energy which is in eV) hbar=1.055e-34;m=9.110e-31;epsil=8.854e-12;q=1.602e-19;   %Lattice Np=200;a=(10e-10/Np);R=a*[1:1:Np];t0=(hbar^2)/(2*m*(a^2))/q; %Hamiltonian,H = Kinetic,T + Potential,U + Ul + Uscf T=(2*t0*diag(ones(1,Np)))-(t0*diag(ones(1,Np-1),1))-(t0*diag(ones(1,Np-1),-1)); UN=(-q*17/(4*pi*epsil))./R;% Z=17 for chlorine l=1;Ul=(l*(l+1)*hbar*hbar/(2*m*q))./(R.*R); Uscf=zeros(1,Np);change=1; while change>0.05 [V,D]=eig(T+diag(UN+Uscf));D=diag(D);[DD,ind]=sort(D); E1s=D(ind(1));psi=V(:,ind(1));P1s=psi.*conj(psi);P1s=P1s'; E2s=D(ind(2));psi=V(:,ind(2));P2s=psi.*conj(psi);P2s=P2s'; E3s=D(ind(3));psi=V(:,ind(3));P3s=psi.*conj(psi);P3s=P3s'; [V1,D1]=eig(T+diag(UN)+diag(Uscf)/2);D1=diag(D1);[DD1,ind1]=sort(D1); [V,D]=eig(T+diag(UN+Ul+Uscf));D=diag(D);[DD,ind]=sort(D); E2p=D(ind(1));psi=V(:,ind(1));P2p=psi.*conj(psi);P2p=P2p'; E3p=D(ind(2));psi=V(:,ind(2));P3p=psi.*conj(psi);P3p=P3p'; [V2,D2]=eig(T+diag(UN)+diag(Uscf)/2);D2=diag(D2);[DD2,ind2]=sort(D2); n0=2*(P1s+P2s+P3s)+(6*P2p)+(5*P3p); %config 1s2 2s2 2p6 3s2 3p5 n=n0*(16/17); %17 electrons Unew=(q/(4*pi*epsil))*((sum(n./R)-cumsum(n./R))+(cumsum(n)./R)); %Uex=(-q/(4*pi*epsil))*((n./(4*pi*a*R.*R)).^(1/3));%Unew=Unew+Uex; change=sum(abs(Unew-Uscf))/Np,Uscf=0.5*Uscf+0.5*Unew; End [E1s E2s E2p E3s E3p] E=2*(DD1(ind(1))+DD1(ind(2))+DD1(ind(3)))+6*DD2(ind(1))+5*DD2(ind(2)) -12.3eV Cl E3p = -12.7622 But need electron affinity, ie, Cl  Cl- Keeping track of E below

Ionic Bonds (NaCl) + Na+ Cl- GS wavefn Na Cl -5eV Na -12.3eV Cl Na+ Cl- GS wavefn + -IP(Na) + IP(Cl) = -7.3 eV U = 8.9 eV EA(Cl) = -IP(Cl) + U -IP(Na) + EA(Cl) = 1.6 eV This is the energy to create ions. Now, need to include electrostatic energy to create NaCl crystal

From Ions to crystal E(NaCl) – E(Na+) – E(Cl-) For each Na+ 6 Cl- at dist a (face centers) 12 Na+ at dist a √2 (edge centers) 8 Cl- at dist a √3 (corners) 6 Na+ at dist 2a 24 Cl- at dist a √5, … etc E(NaCl) – E(Na+) – E(Cl-) = -6.q2/4pe0a + 12.q2/4pe0a√2 - … (a = 0.28 nm) = -7.0 eV So net ionic bonding energy ≈ 7.0-1.6 = 5.4 eV

From Ions to crystal In water, large dielectric constant ≈ 80 This decreases each term in electrostatic contribution New bonding energy ≈ 7/80 – 1.6 = -0.7 eV (Negative!) So NaCl spontaneously dissociates in water (dissolves)

Covalent Bonds Between elements of comparable electronegativity

Covalent Bonds uL(r) uR(r) H2 molecule ≈ fLuL(r) + fRuR(r) H = ∑iTi + ∑aTNa + ∑iaUia + ∑abUab + ∑ijUij El KE Nucl Nucl- El- Choose a basis set  Two hydrogen 1s orbitals Coefficients {fL, fR} Analogy: Grid of points as our basis set Coefficients {f1,f2,.... ,fN}

Covalent Bonds uL(r) uR(r) H2 molecule f ≈ fLuL + fRuR Hmn = ∫um*Hun dV s = ∫uL*uR dV HF = EF (left multiply by uL,R* and integrate over dv) HLL HLR fL 1 s fL = E HRL HRR fR s 1 fR H S

Covalent Bonds For 1s orbitals of H, b < 0 (recall off-diag a b terms on a grid were -t) a b b a H = 1 s s 1 S = The off-diagonal term reduces E H S a b fL 1 s fL = E b a fR s 1 fR b = ∫uL(r)HuR(r)dV a = ∫uL(r)HuL(r)dV = ∫uR(r)HuR(r)dV s = ∫uL(r)uR(r)dV

Finding Eigenmodes HF = ESF  Eigenvalues of S-1H  (ES-H)F = 0 E-a Es-b Es-b E-a ES-H = det(ES-H) = 0 EB = (a+b)/(1+s) EA = (a-b)/(1-s) (EB- a)fL + (EBs-b)fR = 0 fL = fR = A F = (uL+uR)A ∫|F|2dV = 1 A = 1/2(1+s)

EB = (a+b)/(1+s) EA = (a-b)/(1-s) uA = (uL-uR)/√2(1-s) ANTIBONDING EA uB = (uL+uR)/√2(1+s) BONDING EB uL uR EB = (a+b)/(1+s) EA = (a-b)/(1-s)

Covalent Bonds -4.5 eV 0.074 nm Net decrease in curvature of wavefunction by sharing els This decreases electronic energy as atoms come closer Must trade off with increase in nuclear and el repulsion

Various kinds of bonds Ionic bond due to electron transfer between dissimilar ions (weak, stabilized by long-ranged electrostatics, a = 0.2nm) Covalent bond due to electron sharing between similar ions (strong, directional, short-ranged, a = 0.07nm stabilized by quantum kinetic energy/curvature) Other kinds of bonds exist – Metallic bonds involve one electron shared by entire lattice Van-der-Waals involves higher order dipole-dipole interaction H-bonding is weak interaction involving one H atom, as in ice We will soon see how these bonds can extend to form a 3-D network and create a solid