Gradient Descent for High Dimensional Systems

Size: px
Start display at page:

Download "Gradient Descent for High Dimensional Systems"

Transcription

1 Gradient Descent for High Dimensional Systems

2 Lab versus Lab 2 D Geometry Op>miza>on Poten>al Energy Methods: Implemented Equa3ons for op3mizer Bond length High Dimensional Op>miza>on Applica3ons: Used so;ware to op3mize high dimensional systems; perform calcula3ons to predict proper3es of materials Today we will fill in the math we lei out of how gradient descent will work for high dimensional systems. AIer lecture, you will apply the content to a worksheet.

3 D Poten>al Energy Surface (PES) Diatomic Molecule (H 2, O 2, etc.) Two Noble Atoms (Ar 2, etc.) Poten>al Energy, V Bond length, r Energy required to break a bond Poten>al Energy, V Bond length, r Op>mal Bondlength The majority of chemical systems will need more than one dimension to describe its structure

4 2D Poten>al Energy Surface (PES) We can view 2D PES by u>lizing contour plots. Contour plots contain contour lines. Contour lines for a func3on with two variables are lines in which the func3on has a constant value

5 2D Poten>al Energy Surface (PES) Another example You will do a few exercises with contour plots in a worksheet aier lecture today.

6 Poten>al Energy Surface: a diatomic using Internal Coordinates Poten>al Energy Bond length What is the most probable configura>on of the diatomic shown above? Geometry Op5miza5on Finding a cri5cal point or local minima on the PES

7 Poten>al Energy Surface: a diatomic using Internal Coordinates Poten>al Energy F(r) Bond length What does the Force mean when using Internal Coordinates? If the bond is compressed the force will make the bond length longer and the sign is posi3ve

8 Poten>al Energy Surface: a diatomic using Internal Coordinates Poten>al Energy F(r) Bond length What does the Force mean when using Internal Coordinates? If the bond is stretched the force will make the bond length shorter and the sign is nega3ve

9 Cartesian Coordinates Posi>ons of your molecular systems 2 x,y,z x 2,y 2,z 2 Forces on each atom in your system F F = F x, F y, F z 2 F2 F 2 = F x2, F y2, F z2

10 2 Poten>al Energy Surface: a diatomic using Cartesian Coordinates Poten>al Energy F(r) 2 Bond length What does the Force mean when using Internal Coordinates? If the bond is compressed the force will make the bond length longer

11 Poten>al Energy Surface: a diatomic using Internal Coordinates Poten>al Energy 2 F(r) Bond length What does the Force mean when using Internal Coordinates? If the bond is stretched the force will make the bond length shorter and the sign is nega3ve

12 Force Given a D poten>al energy surface, V(r) The force is, F(r) = d dr V(r)

13 Where x F(r) = Force Given a 2D poten>al energy surface, V(x, y) The force is, x V(x, y), y V(x, y) is the par>al deriva>ve with respect to the variable x A par>al deriva>ve is the deriva>ve with respect to only one variable when your func>on is high dimensional.

14 F(r) = Where x Force Given a 2D poten>al energy surface, V(x, y) The force is, x V(x, y), y Gradient V(x, y) = V(x, y) is the par>al deriva>ve with respect to the variable x A par>al deriva>ve is the deriva>ve with respect to only one variable when your func>on is high dimensional.

15 Gradient A gradient is a deriva>ve for a func>on which has more than one variable. The gradient will be vector with dimensions that are equal to the number of input variables in your func>on. Given the func>on: V(x, y) the gradient of V(x,y) is, V(x, y) = x V, y V Where x is the par>al deriva>ve with respect to the variable x

16 Gradient A gradient is a deriva>ve for a func>on which has more than one variable. The gradient will be vector with dimensions that are equal to the number of input variables in your func>on. Given the func>on: V(x, y, z) the gradient of V(x,y) is, V(x, y, z) = x V, y V, z V Where x is the par>al deriva>ve with respect to the variable x

17 Poten>al Energy Surface: a diatomic using Cartesian Coordinates Poten>al Energy V(x, y, z, x 2, y 2, z 2 ) F(r) Posi>ons of your molecular systems 2 x,y,z x 2,y 2,z 2 2 Bond length F = x V, y V, z V, x 2 V, y 2 V, z 2 V

18 Review: Vectors Vector: a quan>ty that contains both a magnitude and a direc>on. Given v = x, x 2, x 3,...x N The magnitude of the en5re vector, v, is v = x 2 + x 2 + x x N The normalized vector, v, is ˆv = v v

19 Normalized vectors The normalized vector is ˆv = The normalized vector is also known as the unit vector The magnitude of a unit vector is always one but is in the same direc>on of vector, v. If you want to change the magnitude of vector v, or rescale the magnitude to M us the following: vm = Mˆv v v

20 D Algorithm for Gradient Descent The general procedure for numerical geometry op>miza>on is as follows:. Calculate the force on all atoms for some configura>on of an atomic system. 2. If the magnitude of the force is less than threshold, you have found a cri>cal point STOP. 3. If not, move the atoms such that they go towards a cri>cal points 4. Repeat. r n+ = r n +αf(r n )

21 x, y n+ = x, y n +α F x, F y n 2D Algorithm for Gradient Descent The general procedure for numerical geometry op>miza>on is as follows:. Calculate the force on all atoms for some configura>on of an atomic system. 2. If the magnitude of the force is less than threshold, you have found a cri>cal point STOP. 3. If not, move the atoms such that they go towards a cri>cal points 4. Repeat.

22 High Dimensional Algorithm for Gradient Descent The general procedure for numerical geometry op>miza>on is as follows:. Calculate the force on all atoms for some configura>on of an atomic system. 2. If the magnitude of the force is less than threshold, you have found a cri>cal point STOP. 3. If not, move the atoms such that they go towards a cri>cal points # # # # # # "# x y z x 2 y 2 z 2 : : x A x A x A 4. Repeat. $ & & & & & & % & n+ # # # = # # # "# x y z x 2 y 2 z 2 : : x A x A x A $ & # & # & # & +α# & # & # %& # n " F x F y F z F x2 F y2 F z2 : : F xa F ya F za Where A is the number of atoms in the chemical system $ & & & & & & & % n

23 Poten>al Energy Surface: a diatomic using Cartesian Coordinates Poten>al Energy V(x, y, z, x 2, y 2, z 2 ) F(r) Posi>ons of your molecular systems 2 x,y,z x 2,y 2,z 2 2 F = x V, Bond length y V, z V, ENTIRE FORCE VECTOR x 2 V, y 2 V, z 2 V

24 Vector Review from Tuesday 2/20

25 Magnitude of Vector y v v =, v = = 2 Use Pythagorean theorem to calculate the length of the third side of triangle, or magnitude of vector, v.

26 Direc>on of Vector: 2 y Normalized vector v =, v = = 2 v v = 2, ˆv = 2 ˆv = 2, 2 We now have a vector in the same direc3on, but with a magnitude of

27 Direc>on of Vector: Rescale length of vector y v =, ˆv = v M = Mˆv 2, v 0.2 = , 2 v 0.2 = 0.2 2, v 0.2 = 0.4, 0.4

28 Vector Problem: How to interpret Force vector F =, F 2 =, F 2 F F 2 - -

29 Vector Problem Force Vectors You can translate vectors Next we will translate the F vector to act on atom - F F 2 -

30 Vector Problem Force Vectors Atomic posi>ons F 2 - F You can translate vectors Next we will translate the F and F 2 vectors to act on atom and 2 No>ce that the scales are different on these two examples.

Introduc)on to Fuel Cells

Introduc)on to Fuel Cells Introduc)on to Fuel Cells Anode (oxida)on loss of electrons): 2H 2 à 4H + +4e - Cathode (reduc-on gain of electrons) O 2 +4H + +4e - à 2H 2 O Overall reac)on (redox): 2H 2 + O 2 à 2H 2 O We will par)cularly

More information

Electronic Structure Calcula/ons: Density Func/onal Theory. and. Predic/ng Cataly/c Ac/vity

Electronic Structure Calcula/ons: Density Func/onal Theory. and. Predic/ng Cataly/c Ac/vity Electronic Structure Calcula/ons: Density Func/onal Theory and Predic/ng Cataly/c Ac/vity Review Examples of experiments that do not agree with classical physics: Photoelectric effect Photons and the quan/za/on

More information

3.3 Increasing & Decreasing Functions and The First Derivative Test

3.3 Increasing & Decreasing Functions and The First Derivative Test 3.3 Increasing & Decreasing Functions and The First Derivative Test Definitions of Increasing and Decreasing Functions: A funcon f is increasing on an interval if for any two numbers x 1 and x 2 in the

More information

Methodological Foundations of Biomedical Informatics (BMSC-GA 4449) Optimization

Methodological Foundations of Biomedical Informatics (BMSC-GA 4449) Optimization Methodological Foundations of Biomedical Informatics (BMSCGA 4449) Optimization Op#miza#on A set of techniques for finding the values of variables at which the objec#ve func#on amains its cri#cal (minimal

More information

Least Mean Squares Regression. Machine Learning Fall 2017

Least Mean Squares Regression. Machine Learning Fall 2017 Least Mean Squares Regression Machine Learning Fall 2017 1 Lecture Overview Linear classifiers What func?ons do linear classifiers express? Least Squares Method for Regression 2 Where are we? Linear classifiers

More information

Two common difficul:es with HW 2: Problem 1c: v = r n ˆr

Two common difficul:es with HW 2: Problem 1c: v = r n ˆr Two common difficul:es with HW : Problem 1c: For what values of n does the divergence of v = r n ˆr diverge at the origin? In this context, diverge means becomes arbitrarily large ( goes to infinity ).

More information

Physics General Physics II Electricity, Magne/sm, Op/cs and Modern Physics Review Lecture Chapter Spring 2017 Semester

Physics General Physics II Electricity, Magne/sm, Op/cs and Modern Physics Review Lecture Chapter Spring 2017 Semester Physics 21900 General Physics II Electricity, Magne/sm, Op/cs and Modern Physics Review Lecture Chapter 14.1-4 Spring 2017 Semester Prof. Andreas Jung Reminder Addi=onal help session tonight: 6:30-8:30pm,

More information

Classical Mechanics Lecture 9

Classical Mechanics Lecture 9 Classical Mechanics Lecture 9 Today's Concepts: a) Energy and Fric6on b) Poten6al energy & force Mechanics Lecture 9, Slide 1 Some comments about the course Spring examples with numbers Bring out a spring!

More information

Physics 1A, Lecture 2: Math Review and Intro to Mo;on Summer Session 1, 2011

Physics 1A, Lecture 2: Math Review and Intro to Mo;on Summer Session 1, 2011 Physics 1A, Lecture 2: Math Review and Intro to Mo;on Summer Session 1, 2011 Your textbook should be closed, though you may use any handwrieen notes that you have taken. You will use your clicker to answer

More information

Reduced Models for Process Simula2on and Op2miza2on

Reduced Models for Process Simula2on and Op2miza2on Reduced Models for Process Simulaon and Opmizaon Yidong Lang, Lorenz T. Biegler and David Miller ESI annual meeng March, 0 Models are mapping Equaon set or Module simulators Input space Reduced model Surrogate

More information

Bellman s Curse of Dimensionality

Bellman s Curse of Dimensionality Bellman s Curse of Dimensionality n- dimensional state space Number of states grows exponen

More information

Electricity & Magnetism Lecture 5: Electric Potential Energy

Electricity & Magnetism Lecture 5: Electric Potential Energy Electricity & Magnetism Lecture 5: Electric Potential Energy Today... Ø Ø Electric Poten1al Energy Unit 21 session Gravita1onal and Electrical PE Electricity & Magne/sm Lecture 5, Slide 1 Stuff you asked

More information

Crystal Structures: Bulk and Slab Calcula3ons

Crystal Structures: Bulk and Slab Calcula3ons Crystal Structures: Bulk and Slab Calcula3ons Periodic Boundary Condi3ons So far in lab 2 and 3, we have done calcula3ons for small clusters/nanopar3cles with

More information

Physics 1A, Lecture 3: One Dimensional Kinema:cs Summer Session 1, 2011

Physics 1A, Lecture 3: One Dimensional Kinema:cs Summer Session 1, 2011 Your textbook should be closed, though you may use any handwrieen notes that you have taken. You will use your clicker to answer these ques:ons. If you do not yet have a clicker, please turn in your answers

More information

Pseudospectral Methods For Op2mal Control. Jus2n Ruths March 27, 2009

Pseudospectral Methods For Op2mal Control. Jus2n Ruths March 27, 2009 Pseudospectral Methods For Op2mal Control Jus2n Ruths March 27, 2009 Introduc2on Pseudospectral methods arose to find solu2ons to Par2al Differen2al Equa2ons Recently adapted for Op2mal Control Key Ideas

More information

Last Lecture Recap UVA CS / Introduc8on to Machine Learning and Data Mining. Lecture 3: Linear Regression

Last Lecture Recap UVA CS / Introduc8on to Machine Learning and Data Mining. Lecture 3: Linear Regression UVA CS 4501-001 / 6501 007 Introduc8on to Machine Learning and Data Mining Lecture 3: Linear Regression Yanjun Qi / Jane University of Virginia Department of Computer Science 1 Last Lecture Recap q Data

More information

Ch. 2 Chemical Context of Life BIOL 222

Ch. 2 Chemical Context of Life BIOL 222 Ch. 2 Chemical Context of Life BIOL 222 Ma1er Organisms are composed of ma1er Ma8er anything that takes up space and has mass Ma8er is made up of elements Lowest end of the structural organiza@on of life

More information

Electricity & Magnetism Lecture 10: Kirchhoff s Rules

Electricity & Magnetism Lecture 10: Kirchhoff s Rules Electricity & Magnetism Lecture 10: Kirchhoff s Rules Today s Concept: Kirchhoff s Rules Electricity & Magne

More information

Chapter 11: States of Ma0er & Intermolecular Forces

Chapter 11: States of Ma0er & Intermolecular Forces Chapter 11: States of Ma0er & Intermolecular Forces Essen:al Ques:on: Sec:ons 1&2 How do par)cles interact with each other and how does this affect proper)es? States Solids Fixed, rigid posi)on Held )ghtly

More information

GG611 Structural Geology Sec1on Steve Martel POST 805

GG611 Structural Geology Sec1on Steve Martel POST 805 GG611 Structural Geology Sec1on Steve Martel POST 805 smartel@hawaii.edu Lecture 5 Mechanics Stress, Strain, and Rheology 11/6/16 GG611 1 Stresses Control How Rock Fractures hkp://hvo.wr.usgs.gov/kilauea/update/images.html

More information

7. Quantum Monte Carlo (QMC)

7. Quantum Monte Carlo (QMC) Molecular Simulations with Chemical and Biological Applications (Part I) 7. Quantum Monte Carlo (QMC) Dr. Mar(n Steinhauser 1 HS 2014 Molecular Simula(ons with Chemical and Biological Applica(ons 1 Introduc5on

More information

Exponen'al growth and differen'al equa'ons

Exponen'al growth and differen'al equa'ons Exponen'al growth and differen'al equa'ons But first.. Thanks for the feedback! Feedback about M102 Which of the following do you find useful? 70 60 50 40 30 20 10 0 How many resources students typically

More information

Ch. 2 Chemical Context of Life BIOL 222

Ch. 2 Chemical Context of Life BIOL 222 Ch. 2 Chemical Context of Life BIOL 222 Ma1er Organisms are composed of ma1er Ma8er is anything that takes up space and has mass Ma8er is made up of elements Lowest end of the structural organiza@on of

More information

Electricity & Magnetism Lecture 10: Kirchhoff s Rules

Electricity & Magnetism Lecture 10: Kirchhoff s Rules Electricity & Magnetism Lecture 10: Kirchhoff s Rules Today s Concept: Kirchhoff s Rules Electricity & Magne/sm Lecture 10, Slide 1 Deadline for Unit 23 Ac>vity guide and WriBen Homework is pushed to Friday

More information

Last Time: Chapter 6 Today: Chapter 7

Last Time: Chapter 6 Today: Chapter 7 Last Time: Chapter 6 Today: Chapter 7 Last Time Work done by non- constant forces Work and springs Power Examples Today Poten&al Energy of gravity and springs Forces and poten&al energy func&ons Energy

More information

Mechanics. Course Overview

Mechanics. Course Overview Mechanics Course Overview Course Overview Mechanics Kinema3cs 8 lessons Introduc3on to Physics (2 lessons) Administra3ve Procedure Introduc3on to Physics SI Units Metric prefixes Vectors (1 lesson) Vector

More information

Classical Mechanics Lecture 7

Classical Mechanics Lecture 7 Classical Mechanics Lecture 7 Today s Concepts: Work & Kine6c Energy Mechanics Lecture 7, Slide 1 Karate Will not do Session 3 of Unit 8. It is a Karate thing. We will only mark Session 2 of unit 8. You

More information

Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on

Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on Lecture 12 The Level Set Approach for Turbulent Premixed Combus=on 12.- 1 A model for premixed turbulent combus7on, based on the non- reac7ng scalar G rather than on progress variable, has been developed

More information

Physics 1B Electricity & Magne4sm

Physics 1B Electricity & Magne4sm Physics 1B Electricity & Magne4sm Frank Wuerthwein (Prof) Edward Ronan (TA) UCSD 1/19/12 1 Outline of Today Electric Flux & Gauss Law Quiz prepara4on: A reminder of geometry Quiz 1 on Friday January 27

More information

UVA CS 4501: Machine Learning. Lecture 6: Linear Regression Model with Dr. Yanjun Qi. University of Virginia

UVA CS 4501: Machine Learning. Lecture 6: Linear Regression Model with Dr. Yanjun Qi. University of Virginia UVA CS 4501: Machine Learning Lecture 6: Linear Regression Model with Regulariza@ons Dr. Yanjun Qi University of Virginia Department of Computer Science Where are we? è Five major sec@ons of this course

More information

Chapter 8 Basic Concepts of Chemical Bonding

Chapter 8 Basic Concepts of Chemical Bonding Sec$on 8.1 Types of Chemical Bonds Chapter 8 Basic Concepts of Chemical Bonding Chapter 8 Ques$ons to Consider What is meant by the term chemical bond? Why do atoms bond with each other to form compounds?

More information

Unit 2. Projec.ons and Subspaces

Unit 2. Projec.ons and Subspaces Unit. Projec.ons and Subspaces Linear Algebra and Op.miza.on MSc Bioinforma.cs for Health Sciences Eduardo Eyras Pompeu Fabra University 8-9 hkp://comprna.upf.edu/courses/master_mat/ Inner product (scalar

More information

From differen+al equa+ons to trigonometric func+ons. Introducing sine and cosine

From differen+al equa+ons to trigonometric func+ons. Introducing sine and cosine From differen+al equa+ons to trigonometric func+ons Introducing sine and cosine Calendar OSH due this Friday by 12:30 in MX 1111 Last quiz next Wedn Office hrs: Today: 11:30-12:30 OSH due by 12:30 Math

More information

Logis&c Regression. Robot Image Credit: Viktoriya Sukhanova 123RF.com

Logis&c Regression. Robot Image Credit: Viktoriya Sukhanova 123RF.com Logis&c Regression These slides were assembled by Eric Eaton, with grateful acknowledgement of the many others who made their course materials freely available online. Feel free to reuse or adapt these

More information

Reversible vs. irreversible processes

Reversible vs. irreversible processes Reversible vs. irreversible processes A reversible process is one for which the final states of the universe (system and environment) are iden

More information

Bioelectrical Circuits: Lecture 9

Bioelectrical Circuits: Lecture 9 City University of New York (CUNY) CUNY Academic Works Open Educational Resources City College of New York 2019 Bioelectrical Circuits: Lecture 9 Jacek P. Dmochowski CUNY City College Luis Cardoso CUNY

More information

The deriva*ve. Geometric view. UBC Math 102

The deriva*ve. Geometric view. UBC Math 102 The deriva*ve Geometric view Math Learning Center The MLC is a space for undergraduate students to study math together, with friendly support from tutors (grad students in math). Located at LSK310 and

More information

stopping distance : Physics 201, Spring 2011 Lect. 4 Example 2 13, The Flying Cap (p 44) Example 2 13, The Flying Cap (p 44) 1/19/11

stopping distance : Physics 201, Spring 2011 Lect. 4 Example 2 13, The Flying Cap (p 44) Example 2 13, The Flying Cap (p 44) 1/19/11 Physics 201, Spring 2011 Lect. 4 Chapter 2: Mo;on in One Dimension (examples and applica;ons) stopping distance : You were driving on a country road at an instantaneous velocity of 55 mph, east. You suddenly

More information

The deriva*ve. Analy*c, geometric, computa*onal. UBC Math 102

The deriva*ve. Analy*c, geometric, computa*onal. UBC Math 102 The deriva*ve Analy*c, geometric, computa*onal UBC Math 102 Deriva*ve: Analy*c Use the defini*on of the deriva*ve to compute the deriva*ve of the func*on y = x 3 MT testtype ques*on Done fast? Try to extend

More information

PHYS1121 and MECHANICS

PHYS1121 and MECHANICS PHYS1121 and 1131 - MECHANICS Lecturer weeks 1-6: John Webb, Dept of Astrophysics, School of Physics Multimedia tutorials www.physclips.unsw.edu.au Where can I find the lecture slides? There will be a

More information

GG612 Lecture 3. Outline

GG612 Lecture 3. Outline GG61 Lecture 3 Strain and Stress Should complete infinitesimal strain by adding rota>on. Outline Matrix Opera+ons Strain 1 General concepts Homogeneous strain 3 Matrix representa>ons 4 Squares of line

More information

Exponen'al func'ons and exponen'al growth. UBC Math 102

Exponen'al func'ons and exponen'al growth. UBC Math 102 Exponen'al func'ons and exponen'al growth Course Calendar: OSH 4 due by 12:30pm in MX 1111 You are here Coming up (next week) Group version of Quiz 3 distributed by email Group version of Quiz 3 due in

More information

Tangent lines, cont d. Linear approxima5on and Newton s Method

Tangent lines, cont d. Linear approxima5on and Newton s Method Tangent lines, cont d Linear approxima5on and Newton s Method Last 5me: A challenging tangent line problem, because we had to figure out the point of tangency.?? (A) I get it! (B) I think I see how we

More information

Chain Rule. Con,nued: Related Rates. UBC Math 102

Chain Rule. Con,nued: Related Rates. UBC Math 102 Chain Rule Con,nued: Related Rates Midterm Test All sec,ons 60 50 Average = 69% 40 30 20 10 0 0 6 12 18 24 30 36 42 48 I think the test was A Too hard B On the hard side C Fair D On the easy side E too

More information

Electronega+vity Review

Electronega+vity Review Electronega+vity Review Remember from the first course that electronega+vity is an es+mate of how atoms pull electrons towards themselves in a molecule. The higher the electron affinity, the more the element

More information

CS4670: Computer Vision Kavita Bala. Lecture 7: Harris Corner Detec=on

CS4670: Computer Vision Kavita Bala. Lecture 7: Harris Corner Detec=on CS4670: Computer Vision Kavita Bala Lecture 7: Harris Corner Detec=on Announcements HW 1 will be out soon Sign up for demo slots for PA 1 Remember that both partners have to be there We will ask you to

More information

Least Squares Parameter Es.ma.on

Least Squares Parameter Es.ma.on Least Squares Parameter Es.ma.on Alun L. Lloyd Department of Mathema.cs Biomathema.cs Graduate Program North Carolina State University Aims of this Lecture 1. Model fifng using least squares 2. Quan.fica.on

More information

Electricity & Magnetism Lecture 3: Electric Flux and Field Lines

Electricity & Magnetism Lecture 3: Electric Flux and Field Lines Electricity & Magnetism Lecture 3: Electric Flux and Field Lines Today s Concepts: A) Electric Flux B) Field Lines Gauss Law Electricity & Magne@sm Lecture 3, Slide 1 Your Comments What the heck is epsilon

More information

AP Physics C. Electricity and Magne4sm Review

AP Physics C. Electricity and Magne4sm Review AP Physics C Electricity and Magne4sm Review Electrosta4cs 30% Chap 22-25 Charge and Coulomb s Law Electric Field and Electric Poten4al (including point charges) Gauss Law Fields and poten4als of other

More information

Computer Graphics Keyframing and Interpola8on

Computer Graphics Keyframing and Interpola8on Computer Graphics Keyframing and Interpola8on This Lecture Keyframing and Interpola2on two topics you are already familiar with from your Blender modeling and anima2on of a robot arm Interpola2on linear

More information

Phys 201 Fall 2009 Thursday, September 10, 2009 & Tuesday, September 15, Chapter 2: Mo>on in One Dimension

Phys 201 Fall 2009 Thursday, September 10, 2009 & Tuesday, September 15, Chapter 2: Mo>on in One Dimension Phys 201 Fall 2009 Thursday, September 10, 2009 & Tuesday, September 15, 2009 Chapter 2: Mo>on in One Dimension The first exam will be 5:45pm 7pm on Tuesday, September 29 Please let us know as soon as

More information

CS 6140: Machine Learning Spring What We Learned Last Week 2/26/16

CS 6140: Machine Learning Spring What We Learned Last Week 2/26/16 Logis@cs CS 6140: Machine Learning Spring 2016 Instructor: Lu Wang College of Computer and Informa@on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Sign

More information

Classical Mechanics Lecture 21

Classical Mechanics Lecture 21 Classical Mechanics Lecture 21 Today s Concept: Simple Harmonic Mo7on: Mass on a Spring Mechanics Lecture 21, Slide 1 The Mechanical Universe, Episode 20: Harmonic Motion http://www.learner.org/vod/login.html?pid=565

More information

Chapter 1 Chemical Bonding and Chemical Structure

Chapter 1 Chemical Bonding and Chemical Structure Organic Chemistry, 5th ed. Marc Loudon Chapter 1 Chemical Bonding and Chemical Structure Eric J. Kantorowski California Polytechnic State University San Luis Obispo, CA 1.1 Introduc,on Chapter 1 Overview

More information

Chapter 11. Today. Last Wednesday. Precession from Pre- lecture. Solving problems with torque

Chapter 11. Today. Last Wednesday. Precession from Pre- lecture. Solving problems with torque Chapter 11 Last Wednesday Solving problems with torque Work and power with torque Angular momentum Conserva5on of angular momentum Today Precession from Pre- lecture Study the condi5ons for equilibrium

More information

Electricity & Magnetism Lecture 5: Electric Potential Energy

Electricity & Magnetism Lecture 5: Electric Potential Energy Electricity & Magnetism Lecture 5: Electric Potential Energy Toay... Ø Ø Electric Poten1al Energy Unit 21 session Gravita1onal an Electrical PE Electricity & Magne/sm Lecture 5, Slie 1 Stuff you aske about:

More information

GG612 Lecture 3. Outline

GG612 Lecture 3. Outline GG612 Lecture 3 Strain 11/3/15 GG611 1 Outline Mathema8cal Opera8ons Strain General concepts Homogeneous strain E (strain matri) ε (infinitesimal strain) Principal values and principal direc8ons 11/3/15

More information

Covalent Bonds. single bond, or single covalent bond. sharing of one pair of valence electrons. double bond, or double covalent bond

Covalent Bonds. single bond, or single covalent bond. sharing of one pair of valence electrons. double bond, or double covalent bond Covalent Bonds Molecule two or more atoms held together by covalent bonds single bond, or single covalent bond sharing of one pair of valence electrons double bond, or double covalent bond sharing of two

More information

The Rules. The Math Game. More Rules. Teams. 1. Slope of tangent line. Are you ready??? 10/24/17

The Rules. The Math Game. More Rules. Teams. 1. Slope of tangent line. Are you ready??? 10/24/17 The Rules The Math Game Four Teams 1-2 players per team at the buzzers each =me. First to buzz in gets to answer Q. Correct answer: 1 point for your team, and con=nue playing Incorrect answer/ no answer/

More information

Smith Chart The quarter-wave transformer

Smith Chart The quarter-wave transformer Smith Chart The quarter-wave transformer We will cover these topics The Smith Chart The Quarter-Wave Transformer Watcharapan Suwansan8suk #3 EIE/ENE 450 Applied Communica8ons and Transmission Lines King

More information

Chemistry 2. Your lecturers. Revision H 2 22/04/14. Lecture 1 Quantum Mechanics in Chemistry

Chemistry 2. Your lecturers. Revision H 2 22/04/14. Lecture 1 Quantum Mechanics in Chemistry Chemistry Lecture 1 Quantum Mechanics in Chemistry Your lecturers 8am Asaph Widmer-Cooper Room 316 asaph.widmer-cooper@sydney.edu.au 1pm Adam Bridgeman Room 543A adam.bridgeman@sydney.edu.au Revision H

More information

1. Introduc9on 2. Bivariate Data 3. Linear Analysis of Data

1. Introduc9on 2. Bivariate Data 3. Linear Analysis of Data Lecture 3: Bivariate Data & Linear Regression 1. Introduc9on 2. Bivariate Data 3. Linear Analysis of Data a) Freehand Linear Fit b) Least Squares Fit c) Interpola9on/Extrapola9on 4. Correla9on 1. Introduc9on

More information

PHYSICAL REVIEW A, VOLUME 64,

PHYSICAL REVIEW A, VOLUME 64, PHYSICAL REVIEW A, VOLUME 64, 063404 Time-dependent density-funconal theory for molecular processes in strong fields: Study of mulphoton processes and dynamical response of individual valence electrons

More information

Main idea of this lecture:

Main idea of this lecture: Ac#ve Transport Main idea of this lecture: How do molecules, big and small, get in OR out of a cell? 2 Main ways: Passive Transport (Does not require energy) Lecture 1 Ac=ve Transport (Requires energy)

More information

Raymond A. Serway Chris Vuille. Chapter Seven. Rota9onal Mo9on and The Law of Gravity

Raymond A. Serway Chris Vuille. Chapter Seven. Rota9onal Mo9on and The Law of Gravity Raymond A. Serway Chris Vuille Chapter Seven Rota9onal Mo9on and The Law of Gravity Rota9onal Mo9on An important part of everyday life Mo9on of the Earth Rota9ng wheels Angular mo9on Expressed in terms

More information

Unit 7 Exponential Functions. Mrs. Valen+ne Math III

Unit 7 Exponential Functions. Mrs. Valen+ne Math III Unit 7 Exponential Functions Mrs. Valen+ne Math III 7.1 Exponential Functions Graphing an Exponen.al Func.on Exponen+al Func+on: a func+on in the form y = ab x, where a 0, b > 0 and b 1 Domain is all real

More information

Classical Mechanics Lecture 7

Classical Mechanics Lecture 7 Classical Mechanics Lecture 7 Today s Concepts: Work & Kine6c Energy Mechanics Lecture 7, Slide 1 Notices Midterm Exam Friday Feb 8 will cover stuff we do un6l today. 10 mul6ple choice + 2 problems, 2

More information

Chapter 11 Liquids and Intermolecular Forces

Chapter 11 Liquids and Intermolecular Forces Sec$on 10.1 Intermolecular Forces Chapter 11 Liquids and Intermolecular Forces Sec$on 10.1 Intermolecular Forces Intramolecular Bonding Within the molecule. Molecules are formed by sharing electrons between

More information

Atomic Structure and Chemical Bonds. Chapter 16

Atomic Structure and Chemical Bonds. Chapter 16 Atomic Structure and Chemical Bonds Chapter 16 Sec7on 1 Why do Atoms Combine? Let s remember the basics: Ma@er is made up of Atoms The center of an atom contains a small nucleus that has a posi7ve charge.

More information

COMP 562: Introduction to Machine Learning

COMP 562: Introduction to Machine Learning COMP 562: Introduction to Machine Learning Lecture 20 : Support Vector Machines, Kernels Mahmoud Mostapha 1 Department of Computer Science University of North Carolina at Chapel Hill mahmoudm@cs.unc.edu

More information

Chemistry. Friday, October 13 th Monday, October 16 th, 2017

Chemistry. Friday, October 13 th Monday, October 16 th, 2017 Chemistry Friday, October 13 th Monday, October 16 th, 2017 Do-Now: Atomic Orbital WS 1. Write down today s FLT 2. What was wrong with Rutherford s atomic model? 3. Sketch a diagram of Bohr s model. Label

More information

z-scores z-scores z-scores and the Normal Distribu4on PSYC 300A - Lecture 3 Dr. J. Nicol

z-scores z-scores z-scores and the Normal Distribu4on PSYC 300A - Lecture 3 Dr. J. Nicol z-scores and the Normal Distribu4on PSYC 300A - Lecture 3 Dr. J. Nicol z-scores Knowing a raw score does not inform us about the rela4ve loca4on of that score in the distribu4on The rela4ve loca4on of

More information

Make sure your clickers are out and ready before class starts

Make sure your clickers are out and ready before class starts No homework due this week and no quiz in Fri/Mon recita7ons. Homework #5 is due next Tuesday 16 Oct at 11:59PM We are gegng the exams graded and I will email you when you can look up the results in the

More information

Classical Mechanics Lecture 7

Classical Mechanics Lecture 7 Classical Mechanics Lecture 7 UNIT 10: WORK AND ENERGY Approximate Classroom Time: Three 100 minute sessions Today s Concepts: Work & Kine6c Energy ES "Knowing is not enough; we must apply. Willing is

More information

Theore&cal Study of Adsorp&on in SIFSIX- 3- Zn Type Porous Materials

Theore&cal Study of Adsorp&on in SIFSIX- 3- Zn Type Porous Materials Theore&cal Study of Adsorp&on in SIFSIX- 3- Zn Type Porous Materials Ahmad Ziaee* 1,2, Drahomir Chovan 1,2, Michael Zaworotko 2,3 and Syed A.M. Tofail 1,2 1 Department of Physics and Energy 2 Materials

More information

Last Time: Finish Ch 5, Start Ch6 Today: Finish Ch 6

Last Time: Finish Ch 5, Start Ch6 Today: Finish Ch 6 Last Time: Finish Ch 5, Start Ch6 Today: Finish Ch 6 Monday Finish Chapter 5 o Circular mo6on o Dynamics of circular mo6on Chapter 6 o Work done by forces o Kine6c energy o Work and KE prelecture Today

More information

Part 2. Representation Learning Algorithms

Part 2. Representation Learning Algorithms 53 Part 2 Representation Learning Algorithms 54 A neural network = running several logistic regressions at the same time If we feed a vector of inputs through a bunch of logis;c regression func;ons, then

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

EESC 9945 Geodesy with the Global Posi6oning System. Class 2: Satellite orbits

EESC 9945 Geodesy with the Global Posi6oning System. Class 2: Satellite orbits EESC 9945 Geodesy with the Global Posi6oning System Class 2: Satellite orbits Background The model for the pseudorange was Today, we ll develop how to calculate the vector posi6on of the satellite The

More information

Transient Stability of Power Systems

Transient Stability of Power Systems Transient Stability of Power Systems A Unified Approach to Assessment and Control By Rishika Chavala IntroducAon What is transient stability? Numerical integra4on methods are used to assess it accurately

More information

Strain Profile and Size Dependent Electronic Band Structure of GeSn/SiSn Quantum Dots for Optoelectronic Application

Strain Profile and Size Dependent Electronic Band Structure of GeSn/SiSn Quantum Dots for Optoelectronic Application 12 th International Conference on Fiber Optics and Photonics, 2014 Indian Institute of Technology (IIT) Kharagpur, India Paper Title Time : 2.30 PM Date : 14 Dec 2014 Strain Profile and Size Dependent

More information

Algorithms for NLP. Classifica(on III. Taylor Berg- Kirkpatrick CMU Slides: Dan Klein UC Berkeley

Algorithms for NLP. Classifica(on III. Taylor Berg- Kirkpatrick CMU Slides: Dan Klein UC Berkeley Algorithms for NLP Classifica(on III Taylor Berg- Kirkpatrick CMU Slides: Dan Klein UC Berkeley The Perceptron, Again Start with zero weights Visit training instances one by one Try to classify If correct,

More information

Today: - Heat and Thermal Mo2on

Today: - Heat and Thermal Mo2on Dec 2nd, 2015 LB 273, Physics I Prof. Vashti Sawtelle Prof. Leanne Doughty Today: - Heat and Thermal Mo2on Slainte! Cheers! Irish Phrasebook (it s really the Gaelic word for health ) Final Exam Announcements

More information

Advanced Photocathode Development. Klaus A(enkofer & cathode development group ANL

Advanced Photocathode Development. Klaus A(enkofer & cathode development group ANL Advanced Photocathode Development Klaus A(enkofer & cathode development group ANL Overview The Basic Principles of Photocathodes The Three Steps of Absorp@on: Requirements on the Material What does Novel

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

Ch. 18 Regula'on of Gene Expression BIOL 222

Ch. 18 Regula'on of Gene Expression BIOL 222 Ch. 18 Regula'on of Gene Expression BIOL 222 Overview: Conduc'ng the Gene'c Orchestra Prokaryotes and eukaryotes alter gene expression in response to their changing environment In mul@cellular eukaryotes

More information

An Introduction to Quantum Chemistry and Potential Energy Surfaces. Benjamin G. Levine

An Introduction to Quantum Chemistry and Potential Energy Surfaces. Benjamin G. Levine An Introduction to Quantum Chemistry and Potential Energy Surfaces Benjamin G. Levine This Week s Lecture Potential energy surfaces What are they? What are they good for? How do we use them to solve chemical

More information

Fields, wave and electromagne3c pulses. fields, waves <- > par0cles pulse <- > bunch (finite in 0me),

Fields, wave and electromagne3c pulses. fields, waves <- > par0cles pulse <- > bunch (finite in 0me), Fields, wave and electromagne3c pulses fields, waves par0cles pulse bunch (finite in 0me), 1 Op3cs ray or geometric op0cs: ABCD matrix, wave op0cs (used e.m. field to describe the op0cal field):

More information

Par$$oned Elias- Fano indexes. Giuseppe O)aviano Rossano Venturini

Par$$oned Elias- Fano indexes. Giuseppe O)aviano Rossano Venturini Par$$oned Elias- Fano indexes Giuseppe O)aviano Rossano Venturini Inverted indexes Core data structure of Informa$on Retrieval Documents are sequences of terms 1: [it is what it is not] 2: [what is a]

More information

Week 12, Lecture 2 Nuclear Synthesis

Week 12, Lecture 2 Nuclear Synthesis Week 12, Lecture 2 Nuclear Synthesis Nuclear Reac*ons in Space - - Overview - - Observa

More information

The use of GIS tools for analyzing eye- movement data

The use of GIS tools for analyzing eye- movement data The use of GIS tools for analyzing eye- movement data Tomasz Opach Jan Ke>l Rød some facts In recent years an eye- tracking approach has become a common technique for collec>ng data in empirical user studies

More information

The Expanding Universe

The Expanding Universe The Expanding Universe Distance Ladder & Hubble s Law Robertson-Walker metric Friedman equa7ons Einstein De SiKer solu7ons Cosmological distance Observed proper7es of the Universe 1 The distance ladder

More information

Classical Mechanics Lecture 8

Classical Mechanics Lecture 8 Classical Mechanics Lecture 8 Today's Concepts: a) Poten2al Energy b) Mechanical Energy Mechanics Lecture 8, Slide 1 Stuff you asked about: Gravity is the law. violators will be brought down. How were

More information

Modeling of S N Bond Breaking of an Aroma4c Sulfilimine. By Jacob Brunsvold Advisor: Dr Stacey Stoffregen

Modeling of S N Bond Breaking of an Aroma4c Sulfilimine. By Jacob Brunsvold Advisor: Dr Stacey Stoffregen Modeling of S N Bond Breaking of an Aroma4c Sulfilimine By Jacob Brunsvold Advisor: Dr Stacey Stoffregen Deoxygena)on of Aroma)c Sulfoxides O S hν S + O( 3 P) Φ < 0.01 upon photolysis, dibenzothiophene

More information

Classical Mechanics Lecture 8

Classical Mechanics Lecture 8 Classical Mechanics Lecture 8 Name St.No. - Date(YY/MM/DD) / / Section Today's Concepts: a) Poten)al Energy b) Mechanical Energy UNIT 11: ENERGY CONSERVATION Approximate Classroom Time: Two 100 minute

More information

Equilibrium at a Point

Equilibrium at a Point Equilibrium at a Point Never slap a man who's chewing tobacco. - Will Rogers Objec3ves Understand the concept of sta3c equilibrium Understand the use of the free- bod diagram to isolate a sstem for analsis

More information

Par$al Fac$on Decomposi$on. Academic Resource Center

Par$al Fac$on Decomposi$on. Academic Resource Center Par$al Fac$on Decomposi$on Academic Resource Center Table of Contents. What is Par$al Frac$on Decomposi$on 2. Finding the Par$al Fac$on Decomposi$on 3. Examples 4. Exercises 5. Integra$on with Par$al Fac$ons

More information

Par$$oned Elias- Fano Indexes

Par$$oned Elias- Fano Indexes Par$$oned Elias- Fano Indexes Giuseppe O)aviano ISTI- CNR, Pisa Rossano Venturini Università di Pisa Inverted indexes Docid Document 1: [it is what it is not] 2: [what is a] 3: [it is a banana] a 2, 3

More information

Bonding, structure and trends (periodicity)

Bonding, structure and trends (periodicity) Bonding, structure and trends (periodicity) Bonding and structure revision Objec

More information