CS537. Numerical Analysis

Size: px
Start display at page:

Download "CS537. Numerical Analysis"

Transcription

1 CS57 Numerical Analsis Lecure Numerical Soluion o Ordinar Dierenial Equaions Proessor Jun Zang Deparmen o Compuer Science Universi o enuck Leingon, Y April 5, 00

2 Wa is ODE An Ordinar Dierenial Equaion ODE is an equaion a involves one or more derivaives o an unknown uncion A soluion o a dierenial equaion is a speciic uncion a saisies e equaion For e ODE Te soluion is d d were c is a consan. Noe a e soluion is no unique e Also, e uncion as derivaives onl respec o one variable e ce For derivaives wi muliple variables, e equaion is usuall called parial dierenial equaion PDE

3 An Eample o ODE An ODE soluion as a uncion o e ime

4 Iniial Value Problem A dierenial equaion does no, in general, deermine a unique soluion uncion. Addiional i condiions i are needed ddo deermine a unique soluion Te iniial value problem as e ollowing sandard orm ', a s Here is a uncion o, a is e given iniial value o e problem. We would like o deermine e value o a an ime beore or aer a Some eamples o iniial value problems and soluions Equaion Iniial Value Soluion ' ' e 6 4 4

5 Numerical Soluion Analical soluions in closed orms are onl available or special dierenial equaions Mos dierenial equaions encounered in pracical applicaions do no ave analical soluions Some analical soluions ma be oo complicaed o be useul in pracice A numerical soluion o a dierenial equaion is usuall obained in e orm o a able o discree values Inerpolaion procedures can beused o obain all values oe approimae numerical soluion wiin a given inerval A large amoun o daa ma be displaed as a soluion curve on a color grapical monior 5

6 ODE and Inergraion Consider e dierenial equaion d r, dr a s We inegrae i rom o We obain d r, r dr r, r dr Replacing e inegral wi one o e numerical inegraion rules we sudied beore, we obain a ormula or solving e dierenial equaion 6

7 Numerical Rules Using e le recangular approimaion ormula, we ave wic leads o e Euler s meod r, r dr,, On e oer and, e rapezoid rule leads o and e implici ormula, r, r dr [,, ] [,, ] because appears on bo sides 7

8 Talor Series Meods Te Talor series o a uncion ' ' ' "'!! 4 4 m m L L 4! m! gives e numerical soluion o wen we runcae e series aer e ms erms I is small, and i we know, ', ",, m e Talor series compues ver accurae value o. I we runcae e series aer e ms erm, e meod is called e Talor series meod o order m Te Talor series meod o order is known as e Euler s meod 8

9 Euler s Meod Te iniial value problem ', a a over e inerval [a,b], we use e irs woerms erms oe Talor series ' Tis gives e ormula o e Euler s meod, Te compuaion sars rom a and sops a b wi n seps o size b a n 9

10 Euler s meod Using Euler s meod o solve an ODE. Te pical beavior o e compued soluion is a i runs awa rom e eac soluion as more seps are aken, due o e accumulaion o errors a eac sep 0

11 Talor Series Meod o Higer Order Consider e iniial value problem ' 4 We d diereniae e equaion several imes, as ' " "' 4 ' " ' ' 6 "' 6' " 6 Tese erms can be applied in order in e Talor series meod and e compued soluion will be more accurae. For eample rom e Euler s meod rom e use o e 4 derivaive. Te eac value o ive signiican igures is 4.7

12 Tpe o Errors Wen we runcae e Talor series, we inroduce e local runcaion error 5 5 ξ 0 Te runcaion error is o order 5, or O 5. Te second pe o error is e accumulaion eecs o all local runcaion errors Te compued value o is in error because is alread in error, due o e previous runcaion error, and e curren sep involves anoer runcaion error Te roundo error can also conribue o e accumulaion o error Tese errors ma be magniied b succeeding seps

13 Runge ua Meods Te ig order Talor meod or solving e iniial value problem ', a a needs e derivaives o b diereniaing e uncion. Tis is no convenien. We need some igl accurae meods a make use o direcl Te Runge ua meods are a class o meods using muliple evaluaions o, no is derivaives, o enance compuaional accurac We will illusrae e procedure o derive e Runge ua meod o order, and give e ormula or Runge ua meod o order 4, wic is popularl used We assume a, can be compued or an,, so a,,,, can be compued

14 Talor Series or,, We can epand e Talor series in wo variables i Te irs ew rig and erms are,!, 0 k i k i Te irs ew rig and erms are, 0 k, k k, k k k 4 M

15 Talor Series or, Te Talor series can be runcaed as n, k k, k i 0 i! n! We now use subscrips o denoe e parial derivaives, k k i k k!! L, L!! k k, k k L!! k k k n, 5

16 Runge ua Meod o Order Deine wo uncion evaluaions, α, β We add e linear combinaion o ese quaniies o e value o a o obain e value a w w or w, w α, β, We wan o deermine e consans in e above epression so a i will be as accurae as possible In oer words, we wan e above epression o mac e Talor series o as man erms as possible 6

17 Euler s Meod & Runge ua Meod Te Euler s meod le requires one uncion evaluaion a eac sep Te second order Runge ua meod rig requires wo uncion evaluaions a eac sep 7

18 Runge ua Meod o Order Compare e inended ormula w, w α, β, wi e Talor series '! " "' L! I we se w and w 0, e wo epressions agree o e erm Te ormula obained is wic is e Euler s meod, since, ', 8

19 Runge ua Meod o Order Revisi e wo variable Talor series α, β α β a β Using is ormula in We ave, w, w α, β, Noe a w w αw βw O " d' d d, d d d 9

20 Runge ua Meod o Order Te Talor series equaion becomes '! " Compare e wo epressions o, we ave One soluion is w w αw βw! α β w w "' O L Oer soluions are possible, bu e runcaion i errors will be e same 0

21 Runge ua Meod o Order So e Runge ua Meod o Order is,,, Or equivalenl were,, Te soluion uncion a is compued a e epenses o wo evaluaions o e uncion Te runcaion i error o e second order d Runge uameod is O

22 Compare Euler s Meod & Runge ua Meod Te iniial value problem is 4 ' e, 0

23 Runge ua Meod o Order 4 g Te mos popular Runge ua Meod is a o order 4, as were 4 6,, 4,, Tis ormula requires our uncion evaluaions Te runcaion error o e our order Runge ua meod is O 5 g

24 Four Order Runge ua Meod Illusraion o Runge ua meod o order 4. Calculaions are made a e iniial ime, wo a al o e sepsize beond e iniial ime and a e inal ime. Tese our calculaions allow e use olarger overall sepsize wi good accurac 4

25 Four Order Runge ua Meod Te iniial value problem is ', 0 5

26 Some Amazing Simulaion Resuls 6

27 Adapive Runge ua Meods In pracical compuaions, we need o know e magniude o errors involved din e compuaion Given a olerance o error, we wan o be assured a e compued numericalsoluionmusnodeviae mus no romeruesoluionbeonde rue olerance Ia meodis seleced, eerrorolerance error olerance dicaes eallowable sep size A uniorm sep size ma no be desirable I e soluion is smoo, a large sep size ma be used o reduce compuaional cos I is preerable a e meod can auomaicall adjus e sep size during e compuaion 7

28 Compue e Errors To advance e soluion curve rom o, we can ake one sep o size using e our order Runge ua meod We can also ake wo seps o size / o arrive a I ere were no runcaion errors, e values o e numerical soluion compued rom bo procedures would be e same Te dierence in e numerical resuls can be aken as an esimae o e local runcaion error I is error is wiin e prescribed olerance, e curren sep size is saisacor. I e dierence eceeds e olerance, e sep size is alved Tis procedure is easil programmed bu raer waseul o compuing ime 8

29 Felberg Meod o Order 4 g Te ormula is were were,, 9, 8 4, , ,

30 Felberg Meod o Order 4, R45 Te Felberg meod o order 4 requires one more uncion evaluaion an e classical Runge ua meod, i is no ver aracive However, wi one more uncion evaluaion, as , We can obain e i order Runge ua meod, i.e., Te dierence beween e values o compued rom e our and i order procedures is an esimae o e local runcaion error in e our order procedure. So si uncion evaluaions give a ourorder approimaion, ogeer wi an error esimae 0

31 Adapive Process. Given a sep size and an iniial value, e R45rouine compues e value and an error esimae ε. I εmin ε ε ma, en e sep size is no canged and e ne sep size is aken b replacing sep wi iniial value. I ε, en is replaced db, provided dd ε min ma 4. I ε > ε ma, en is replaced b /, provided / min 5. I min ma, en e sep size is repeaed b reurning o sep wi and e new value Here ε,ε ma min are e maimum and minimum error olerances allowed, ma min are e maimum and minimum sep sizes allowed

32 Adams Basor Moulon Formulas Le us consider e irs order ordinar dierenial equaion ', I we assume e values o e unknown uncion ave been compued a several poins o e le o, i.e.,,,,, n, we wan o compue. Using e eorem o calculus, l we ave were e abbreviaion j is j n j c ' s ds s, s ds j j, j j

33 Te las sep needs a rule o e orm Adams Basor Formulas F r dr c F 0 c F L cn F n 0 We need o deermine e n coeiciens c j. We can insis on inegraing n eac uncion, r, r, L, r eacl. Te appropriae equaion is 0 r i d n j c j A linear ssem o e orm Ab o n equaions can be solved or n unknowns. Te coeiciens o e mari A are and e rig and side is b i /i j i A ij j i n i

34 Adams Moulon Formulas In Adams Moulon ormulas, e quadraure is o e orm Use e cange o variable rom s o p given b sp e new inegral will 0 n j j j G C dr r G Use e cange o variable rom s o p given b sp, e new inegral will be 0 dp p g We now ave [ ] F F F F dr r F [ ] [ ] G G G G dr r G F F F F dr r F 4

35 Sabili Analsis For some iniial value problems, a small error in e iniial value ma produce errors o large magniude, and e compued soluion is compleel wrong Te runcaion error in eac sep urer deerioraes e compued soluion For oer iniial value problems, e siuaion is no a severe 5

36 A Case o Diverging gsoluions Te iniial values are close o eac oer. Bu over e ime, e soluions diverge o dieren pas 6

37 A Case o Converging gsoluions Te iniial values are quie dieren. Bu over e ime, e soluions converge o someing ver close o eac oer 7

38 For e general dierenial equaion Soluion Sabili ', a s I > δ or some δ > 0 e curves diverge. I < δ or some δ > 0 en e curves converge. 8

Comparison between the Discrete and Continuous Time Models

Comparison between the Discrete and Continuous Time Models Comparison beween e Discree and Coninuous Time Models D. Sulsky June 21, 2012 1 Discree o Coninuous Recall e discree ime model Î = AIS Ŝ = S Î. Tese equaions ell us ow e populaion canges from one day o

More information

COSC 3361 Numerical Analysis I Ordinary Differential Equations (I) - Introduction

COSC 3361 Numerical Analysis I Ordinary Differential Equations (I) - Introduction COSC 336 Numerial Analsis I Ordinar Dierenial Equaions I - Inroduion Edgar Gabriel Fall 5 COSC 336 Numerial Analsis I Edgar Gabriel Terminolog Dierenial equaions: equaions onaining e derivaive o a union

More information

Ordinary dierential equations

Ordinary dierential equations Chaper 5 Ordinary dierenial equaions Conens 5.1 Iniial value problem........................... 31 5. Forward Euler's mehod......................... 3 5.3 Runge-Kua mehods.......................... 36

More information

Theory of! Partial Differential Equations!

Theory of! Partial Differential Equations! hp://www.nd.edu/~gryggva/cfd-course/! Ouline! Theory o! Parial Dierenial Equaions! Gréar Tryggvason! Spring 011! Basic Properies o PDE!! Quasi-linear Firs Order Equaions! - Characerisics! - Linear and

More information

The fundamental mass balance equation is ( 1 ) where: I = inputs P = production O = outputs L = losses A = accumulation

The fundamental mass balance equation is ( 1 ) where: I = inputs P = production O = outputs L = losses A = accumulation Hea (iffusion) Equaion erivaion of iffusion Equaion The fundamenal mass balance equaion is I P O L A ( 1 ) where: I inpus P producion O oupus L losses A accumulaion Assume ha no chemical is produced or

More information

Additional Exercises for Chapter What is the slope-intercept form of the equation of the line given by 3x + 5y + 2 = 0?

Additional Exercises for Chapter What is the slope-intercept form of the equation of the line given by 3x + 5y + 2 = 0? ddiional Eercises for Caper 5 bou Lines, Slopes, and Tangen Lines 39. Find an equaion for e line roug e wo poins (, 7) and (5, ). 4. Wa is e slope-inercep form of e equaion of e line given by 3 + 5y +

More information

Theory of! Partial Differential Equations-I!

Theory of! Partial Differential Equations-I! hp://users.wpi.edu/~grear/me61.hml! Ouline! Theory o! Parial Dierenial Equaions-I! Gréar Tryggvason! Spring 010! Basic Properies o PDE!! Quasi-linear Firs Order Equaions! - Characerisics! - Linear and

More information

TMA4329 Intro til vitensk. beregn. V2017

TMA4329 Intro til vitensk. beregn. V2017 Norges eknisk naurvienskapelige universie Insiu for Maemaiske Fag TMA439 Inro il viensk. beregn. V7 ving 6 [S]=T. Sauer, Numerical Analsis, Second Inernaional Ediion, Pearson, 4 Teorioppgaver Oppgave 6..3,

More information

û s L u t 0 s a ; i.e., û s 0

û s L u t 0 s a ; i.e., û s 0 Te Hille-Yosida Teorem We ave seen a wen e absrac IVP is uniquely solvable en e soluion operaor defines a semigroup of bounded operaors. We ave no ye discussed e condiions under wic e IVP is uniquely solvable.

More information

Scientific Research of the Institute of Mathematics and Computer Science DIFFERENT VARIANTS OF THE BOUNDARY ELEMENT METHOD FOR PARABOLIC EQUATIONS

Scientific Research of the Institute of Mathematics and Computer Science DIFFERENT VARIANTS OF THE BOUNDARY ELEMENT METHOD FOR PARABOLIC EQUATIONS Scieniic Research o he Insiue o Mahemaics and Compuer Science DIERENT VARIANTS O THE BOUNDARY ELEMENT METHOD OR PARABOLIC EQUATIONS Ewa Majchrzak,, Ewa Ładyga Jerzy Mendakiewicz, Alicja Piasecka Belkhaya

More information

ASTR415: Problem Set #5

ASTR415: Problem Set #5 ASTR45: Problem Se #5 Curran D. Muhlberger Universi of Marland (Daed: April 25, 27) Three ssems of coupled differenial equaions were sudied using inegraors based on Euler s mehod, a fourh-order Runge-Kua

More information

THE SINE INTEGRAL. x dt t

THE SINE INTEGRAL. x dt t THE SINE INTEGRAL As one learns in elemenary calculus, he limi of sin(/ as vanishes is uniy. Furhermore he funcion is even and has an infinie number of zeros locaed a ±n for n1,,3 Is plo looks like his-

More information

Chapter 4. Truncation Errors

Chapter 4. Truncation Errors Chaper 4. Truncaion Errors and he Taylor Series Truncaion Errors and he Taylor Series Non-elemenary funcions such as rigonomeric, eponenial, and ohers are epressed in an approimae fashion using Taylor

More information

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Simulaion-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Week Descripion Reading Maerial 2 Compuer Simulaion of Dynamic Models Finie Difference, coninuous saes, discree ime Simple Mehods Euler Trapezoid

More information

KEY. Math 334 Midterm I Fall 2008 sections 001 and 003 Instructor: Scott Glasgow

KEY. Math 334 Midterm I Fall 2008 sections 001 and 003 Instructor: Scott Glasgow 1 KEY Mah 4 Miderm I Fall 8 secions 1 and Insrucor: Sco Glasgow Please do NOT wrie on his eam. No credi will be given for such work. Raher wrie in a blue book, or on our own paper, preferabl engineering

More information

Numerical Dispersion

Numerical Dispersion eview of Linear Numerical Sabiliy Numerical Dispersion n he previous lecure, we considered he linear numerical sabiliy of boh advecion and diffusion erms when approimaed wih several spaial and emporal

More information

I. OBJECTIVE OF THE EXPERIMENT.

I. OBJECTIVE OF THE EXPERIMENT. I. OBJECTIVE OF THE EXPERIMENT. Swissmero raels a high speeds hrough a unnel a low pressure. I will hereore undergo ricion ha can be due o: ) Viscosiy o gas (c. "Viscosiy o gas" eperimen) ) The air in

More information

Review - Quiz # 1. 1 g(y) dy = f(x) dx. y x. = u, so that y = xu and dy. dx (Sometimes you may want to use the substitution x y

Review - Quiz # 1. 1 g(y) dy = f(x) dx. y x. = u, so that y = xu and dy. dx (Sometimes you may want to use the substitution x y Review - Quiz # 1 (1) Solving Special Tpes of Firs Order Equaions I. Separable Equaions (SE). d = f() g() Mehod of Soluion : 1 g() d = f() (The soluions ma be given implicil b he above formula. Remember,

More information

Lecture #6: Continuous-Time Signals

Lecture #6: Continuous-Time Signals EEL5: Discree-Time Signals and Sysems Lecure #6: Coninuous-Time Signals Lecure #6: Coninuous-Time Signals. Inroducion In his lecure, we discussed he ollowing opics:. Mahemaical represenaion and ransormaions

More information

Ordinary differential equations. Phys 750 Lecture 7

Ordinary differential equations. Phys 750 Lecture 7 Ordinary differenial equaions Phys 750 Lecure 7 Ordinary Differenial Equaions Mos physical laws are expressed as differenial equaions These come in hree flavours: iniial-value problems boundary-value problems

More information

Topic Astable Circuits. Recall that an astable circuit has two unstable states;

Topic Astable Circuits. Recall that an astable circuit has two unstable states; Topic 2.2. Asable Circuis. Learning Objecives: A he end o his opic you will be able o; Recall ha an asable circui has wo unsable saes; Explain he operaion o a circui based on a Schmi inverer, and esimae

More information

CHAPTER 2: Mathematics for Microeconomics

CHAPTER 2: Mathematics for Microeconomics CHAPTER : Mahemaics for Microeconomics The problems in his chaper are primarily mahemaical. They are inended o give sudens some pracice wih he conceps inroduced in Chaper, bu he problems in hemselves offer

More information

Outline of Topics. Analysis of ODE models with MATLAB. What will we learn from this lecture. Aim of analysis: Why such analysis matters?

Outline of Topics. Analysis of ODE models with MATLAB. What will we learn from this lecture. Aim of analysis: Why such analysis matters? of Topics wih MATLAB Shan He School for Compuaional Science Universi of Birmingham Module 6-3836: Compuaional Modelling wih MATLAB Wha will we learn from his lecure Aim of analsis: Aim of analsis. Some

More information

1 1 + x 2 dx. tan 1 (2) = ] ] x 3. Solution: Recall that the given integral is improper because. x 3. 1 x 3. dx = lim dx.

1 1 + x 2 dx. tan 1 (2) = ] ] x 3. Solution: Recall that the given integral is improper because. x 3. 1 x 3. dx = lim dx. . Use Simpson s rule wih n 4 o esimae an () +. Soluion: Since we are using 4 seps, 4 Thus we have [ ( ) f() + 4f + f() + 4f 3 [ + 4 4 6 5 + + 4 4 3 + ] 5 [ + 6 6 5 + + 6 3 + ]. 5. Our funcion is f() +.

More information

Physics Notes - Ch. 2 Motion in One Dimension

Physics Notes - Ch. 2 Motion in One Dimension Physics Noes - Ch. Moion in One Dimension I. The naure o physical quaniies: scalars and ecors A. Scalar quaniy ha describes only magniude (how much), NOT including direcion; e. mass, emperaure, ime, olume,

More information

( ) 2. Review Exercise 2. cos θ 2 3 = = 2 tan. cos. 2 x = = x a. Since π π, = 2. sin = = 2+ = = cotx. 2 sin θ 2+

( ) 2. Review Exercise 2. cos θ 2 3 = = 2 tan. cos. 2 x = = x a. Since π π, = 2. sin = = 2+ = = cotx. 2 sin θ 2+ Review Eercise sin 5 cos sin an cos 5 5 an 5 9 co 0 a sinθ 6 + 4 6 + sin θ 4 6+ + 6 + 4 cos θ sin θ + 4 4 sin θ + an θ cos θ ( ) + + + + Since π π, < θ < anθ should be negaive. anθ ( + ) Pearson Educaion

More information

MATH 128A, SUMMER 2009, FINAL EXAM SOLUTION

MATH 128A, SUMMER 2009, FINAL EXAM SOLUTION MATH 28A, SUMME 2009, FINAL EXAM SOLUTION BENJAMIN JOHNSON () (8 poins) [Lagrange Inerpolaion] (a) (4 poins) Le f be a funcion defined a some real numbers x 0,..., x n. Give a defining equaion for he Lagrange

More information

LAPLACE TRANSFORM AND TRANSFER FUNCTION

LAPLACE TRANSFORM AND TRANSFER FUNCTION CHBE320 LECTURE V LAPLACE TRANSFORM AND TRANSFER FUNCTION Professor Dae Ryook Yang Spring 2018 Dep. of Chemical and Biological Engineering 5-1 Road Map of he Lecure V Laplace Transform and Transfer funcions

More information

Fuzzy Laplace Transforms for Derivatives of Higher Orders

Fuzzy Laplace Transforms for Derivatives of Higher Orders Maemaical Teory and Modeling ISSN -58 (Paper) ISSN 5-5 (Online) Vol, No, 1 wwwiiseorg Fuzzy Laplace Transforms for Derivaives of Higer Orders Absrac Amal K Haydar 1 *and Hawrra F Moammad Ali 1 College

More information

Fractional Method of Characteristics for Fractional Partial Differential Equations

Fractional Method of Characteristics for Fractional Partial Differential Equations Fracional Mehod of Characerisics for Fracional Parial Differenial Equaions Guo-cheng Wu* Modern Teile Insiue, Donghua Universiy, 188 Yan-an ilu Road, Shanghai 51, PR China Absrac The mehod of characerisics

More information

EA Properties of NCGPC applied to nonlinear SISO systems with a relative degree one or two M. DABO, N. LANGLOIS & H. CHAFOUK

EA Properties of NCGPC applied to nonlinear SISO systems with a relative degree one or two M. DABO, N. LANGLOIS & H. CHAFOUK EA 4353 Properies o NCGPC applied o nonlinear SISO ssems wi a relaive degree one or wo. DABO, N. ANGOIS H. CHAFOU G Commande Prédicive Non inéaire ENSA, Paris 3 janvier Ouline Relaive degree o nonlinear

More information

ln 2 1 ln y x c y C x

ln 2 1 ln y x c y C x Lecure 14 Appendi B: Some sample problems from Boas Here are some soluions o he sample problems assigned for Chaper 8 8: 6 Soluion: We wan o find he soluion o he following firs order equaion using separaion

More information

Convolution. Lecture #6 2CT.3 8. BME 333 Biomedical Signals and Systems - J.Schesser

Convolution. Lecture #6 2CT.3 8. BME 333 Biomedical Signals and Systems - J.Schesser Convoluion Lecure #6 C.3 8 Deiniion When we compue he ollowing inegral or τ and τ we say ha he we are convoluing wih g d his says: ae τ, lip i convolve in ime -τ, hen displace i in ime by seconds -τ, and

More information

02. MOTION. Questions and Answers

02. MOTION. Questions and Answers CLASS-09 02. MOTION Quesions and Answers PHYSICAL SCIENCE 1. Se moves a a consan speed in a consan direcion.. Reprase e same senence in fewer words using conceps relaed o moion. Se moves wi uniform velociy.

More information

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

Elementary Differential Equations and Boundary Value Problems

Elementary Differential Equations and Boundary Value Problems Elemenar Differenial Equaions and Boundar Value Problems Boce. & DiPrima 9 h Ediion Chaper 1: Inroducion 1006003 คณ ตศาสตร ว ศวกรรม 3 สาขาว ชาว ศวกรรมคอมพ วเตอร ป การศ กษา 1/2555 ผศ.ดร.อร ญญา ผศ.ดร.สมศ

More information

Direct Methods of Optimal Control for Space Trajectory Optimization

Direct Methods of Optimal Control for Space Trajectory Optimization Direc Mehods o Opimal Conrol or Space Trajecory Opimiaion Rober G. Melon Deparmen o Aerospace Engineering Compuaional Science Seminar February 6, 7 Trajecory Opimiaion A B (min. ime and/or propellan) subjec

More information

Calculus Tricks #1. So if you understand derivatives, you ll understand the course material much better. a few preliminaries exponents

Calculus Tricks #1. So if you understand derivatives, you ll understand the course material much better. a few preliminaries exponents Calculus Tricks # Eric Doviak Calculus is no a pre-requisie or his course. However, he oundaions o economics are based on calculus, so wha we ll be discussing over he course o he semeser is he inuiion

More information

Method For Solving Fuzzy Integro-Differential Equation By Using Fuzzy Laplace Transformation

Method For Solving Fuzzy Integro-Differential Equation By Using Fuzzy Laplace Transformation INERNAIONAL JOURNAL OF SCIENIFIC & ECHNOLOGY RESEARCH VOLUME 3 ISSUE 5 May 4 ISSN 77-866 Meod For Solving Fuzzy Inegro-Differenial Equaion By Using Fuzzy Laplace ransformaion Manmoan Das Danji alukdar

More information

MA 366 Review - Test # 1

MA 366 Review - Test # 1 MA 366 Review - Tes # 1 Fall 5 () Resuls from Calculus: differeniaion formulas, implici differeniaion, Chain Rule; inegraion formulas, inegraion b pars, parial fracions, oher inegraion echniques. (1) Order

More information

Estimation of Diffusion Coefficient in Gas Exchange Process with in Human Respiration Via an Inverse Problem

Estimation of Diffusion Coefficient in Gas Exchange Process with in Human Respiration Via an Inverse Problem Ausralian Journal o Basic and Applied Sciences 5(): 333-3330 0 ISS 99-878 Esimaion o Diusion Coeicien in Gas Exchange Process wih in Human Respiraion Via an Inverse Problem M Ebrahimi Deparmen o Mahemaics

More information

ln y t 2 t c where c is an arbitrary real constant

ln y t 2 t c where c is an arbitrary real constant SOLUTION TO THE PROBLEM.A y y subjec o condiion y 0 8 We recognize is as a linear firs order differenial equaion wi consan coefficiens. Firs we sall find e general soluion, and en we sall find one a saisfies

More information

UNIVERSITY OF TRENTO MEASUREMENTS OF TRANSIENT PHENOMENA WITH DIGITAL OSCILLOSCOPES. Antonio Moschitta, Fabrizio Stefani, Dario Petri.

UNIVERSITY OF TRENTO MEASUREMENTS OF TRANSIENT PHENOMENA WITH DIGITAL OSCILLOSCOPES. Antonio Moschitta, Fabrizio Stefani, Dario Petri. UNIVERSIY OF RENO DEPARMEN OF INFORMAION AND COMMUNICAION ECHNOLOGY 385 Povo reno Ialy Via Sommarive 4 hp://www.di.unin.i MEASUREMENS OF RANSIEN PHENOMENA WIH DIGIAL OSCILLOSCOPES Anonio Moschia Fabrizio

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

Lecture 16 (Momentum and Impulse, Collisions and Conservation of Momentum) Physics Spring 2017 Douglas Fields

Lecture 16 (Momentum and Impulse, Collisions and Conservation of Momentum) Physics Spring 2017 Douglas Fields Lecure 16 (Momenum and Impulse, Collisions and Conservaion o Momenum) Physics 160-02 Spring 2017 Douglas Fields Newon s Laws & Energy The work-energy heorem is relaed o Newon s 2 nd Law W KE 1 2 1 2 F

More information

2.4 Cuk converter example

2.4 Cuk converter example 2.4 Cuk converer example C 1 Cuk converer, wih ideal swich i 1 i v 1 2 1 2 C 2 v 2 Cuk converer: pracical realizaion using MOSFET and diode C 1 i 1 i v 1 2 Q 1 D 1 C 2 v 2 28 Analysis sraegy This converer

More information

Unsteady Flow Problems

Unsteady Flow Problems School of Mechanical Aerospace and Civil Engineering Unseady Flow Problems T. J. Craf George Begg Building, C41 TPFE MSc CFD-1 Reading: J. Ferziger, M. Peric, Compuaional Mehods for Fluid Dynamics H.K.

More information

THE CATCH PROCESS (continued)

THE CATCH PROCESS (continued) THE CATCH PROCESS (coninued) In our previous derivaion of e relaionsip beween CPUE and fis abundance we assumed a all e fising unis and all e fis were spaially omogeneous. Now we explore wa appens wen

More information

Notes on Kalman Filtering

Notes on Kalman Filtering Noes on Kalman Filering Brian Borchers and Rick Aser November 7, Inroducion Daa Assimilaion is he problem of merging model predicions wih acual measuremens of a sysem o produce an opimal esimae of he curren

More information

Accurate RMS Calculations for Periodic Signals by. Trapezoidal Rule with the Least Data Amount

Accurate RMS Calculations for Periodic Signals by. Trapezoidal Rule with the Least Data Amount Adv. Sudies Theor. Phys., Vol. 7, 3, no., 3-33 HIKARI Ld, www.m-hikari.com hp://dx.doi.org/.988/asp.3.3999 Accurae RS Calculaions for Periodic Signals by Trapezoidal Rule wih he Leas Daa Amoun Sompop Poomjan,

More information

Dirac s hole theory and the Pauli principle: clearing up the confusion.

Dirac s hole theory and the Pauli principle: clearing up the confusion. Dirac s hole heory and he Pauli rincile: clearing u he conusion. Dan Solomon Rauland-Borg Cororaion 8 W. Cenral Road Moun Prosec IL 656 USA Email: dan.solomon@rauland.com Absrac. In Dirac s hole heory

More information

Advanced FDTD Algorithms

Advanced FDTD Algorithms EE 5303 Elecromagneic Analsis Using Finie Difference Time Domain Lecure #5 Advanced FDTD Algorihms Lecure 5 These noes ma conain coprighed maerial obained under fair use rules. Disribuion of hese maerials

More information

An Introduction to Malliavin calculus and its applications

An Introduction to Malliavin calculus and its applications An Inroducion o Malliavin calculus and is applicaions Lecure 5: Smoohness of he densiy and Hörmander s heorem David Nualar Deparmen of Mahemaics Kansas Universiy Universiy of Wyoming Summer School 214

More information

in Engineering Prof. Dr. Michael Havbro Faber ETH Zurich, Switzerland Swiss Federal Institute of Technology

in Engineering Prof. Dr. Michael Havbro Faber ETH Zurich, Switzerland Swiss Federal Institute of Technology Risk and Saey in Engineering Pro. Dr. Michael Havbro Faber ETH Zurich, Swizerland Conens o Today's Lecure Inroducion o ime varian reliabiliy analysis The Poisson process The ormal process Assessmen o he

More information

A Note on Fractional Electrodynamics. Abstract

A Note on Fractional Electrodynamics. Abstract Commun Nonlinear Sci Numer Simula 8 (3 589 593 A Noe on Fracional lecrodynamics Hosein Nasrolahpour Absrac We invesigae he ime evoluion o he racional elecromagneic waves by using he ime racional Maxwell's

More information

R.#W.#Erickson# Department#of#Electrical,#Computer,#and#Energy#Engineering# University#of#Colorado,#Boulder#

R.#W.#Erickson# Department#of#Electrical,#Computer,#and#Energy#Engineering# University#of#Colorado,#Boulder# .#W.#Erickson# Deparmen#of#Elecrical,#Compuer,#and#Energy#Engineering# Universiy#of#Colorado,#Boulder# Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance,

More information

Connecting Wellbore and Reservoir Simulation Models Seamlessly Using a Highly Refined Grid

Connecting Wellbore and Reservoir Simulation Models Seamlessly Using a Highly Refined Grid PROCEEDINGS, 43rd Worksop on Geoermal Reservoir Engineering Sanord Universi, Sanord, Caliornia, Februar 1-14, 018 SGP-TR-13 Connecing Wellbore and Reservoir Simulaion Models Seamlessl Using a Higl Reined

More information

Math Wednesday March 3, , 4.3: First order systems of Differential Equations Why you should expect existence and uniqueness for the IVP

Math Wednesday March 3, , 4.3: First order systems of Differential Equations Why you should expect existence and uniqueness for the IVP Mah 2280 Wednesda March 3, 200 4., 4.3: Firs order ssems of Differenial Equaions Wh ou should epec eisence and uniqueness for he IVP Eample: Consider he iniial value problem relaed o page 4 of his eserda

More information

Solutions to Assignment 1

Solutions to Assignment 1 MA 2326 Differenial Equaions Insrucor: Peronela Radu Friday, February 8, 203 Soluions o Assignmen. Find he general soluions of he following ODEs: (a) 2 x = an x Soluion: I is a separable equaion as we

More information

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi Creep in Viscoelasic Subsances Numerical mehods o calculae he coefficiens of he Prony equaion using creep es daa and Herediary Inegrals Mehod Navnee Saini, Mayank Goyal, Vishal Bansal (23); Term Projec

More information

CHEMISTRY 047 STUDY PACKAGE

CHEMISTRY 047 STUDY PACKAGE CHEMISTRY 047 STUDY PACKAGE Tis maerial is inended as a review of skills you once learned. PREPARING TO WRITE THE ASSESSMENT VIU/CAP/D:\Users\carpenem\AppDaa\Local\Microsof\Windows\Temporary Inerne Files\Conen.Oulook\JTXREBLD\Cemisry

More information

Ordinary Differential Equations

Ordinary Differential Equations Lecure 22 Ordinary Differenial Equaions Course Coordinaor: Dr. Suresh A. Karha, Associae Professor, Deparmen of Civil Engineering, IIT Guwahai. In naure, mos of he phenomena ha can be mahemaically described

More information

F (u) du. or f(t) = t

F (u) du. or f(t) = t 8.3 Topic 9: Impulses and dela funcions. Auor: Jeremy Orloff Reading: EP 4.6 SN CG.3-4 pp.2-5. Warmup discussion abou inpu Consider e rae equaion d + k = f(). To be specific, assume is in unis of d kilograms.

More information

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 1 Solutions

MA 214 Calculus IV (Spring 2016) Section 2. Homework Assignment 1 Solutions MA 14 Calculus IV (Spring 016) Secion Homework Assignmen 1 Soluions 1 Boyce and DiPrima, p 40, Problem 10 (c) Soluion: In sandard form he given firs-order linear ODE is: An inegraing facor is given by

More information

SUFFICIENT CONDITIONS FOR EXISTENCE SOLUTION OF LINEAR TWO-POINT BOUNDARY PROBLEM IN MINIMIZATION OF QUADRATIC FUNCTIONAL

SUFFICIENT CONDITIONS FOR EXISTENCE SOLUTION OF LINEAR TWO-POINT BOUNDARY PROBLEM IN MINIMIZATION OF QUADRATIC FUNCTIONAL HE PUBLISHING HOUSE PROCEEDINGS OF HE ROMANIAN ACADEMY, Series A, OF HE ROMANIAN ACADEMY Volume, Number 4/200, pp 287 293 SUFFICIEN CONDIIONS FOR EXISENCE SOLUION OF LINEAR WO-POIN BOUNDARY PROBLEM IN

More information

Physics 2107 Moments of Inertia Experiment 1

Physics 2107 Moments of Inertia Experiment 1 Physics 107 Momens o Ineria Experimen 1 Prelab 1 Read he ollowing background/seup and ensure you are amiliar wih he heory required or he experimen. Please also ill in he missing equaions 5, 7 and 9. Background/Seup

More information

Chapter 2: Principles of steady-state converter analysis

Chapter 2: Principles of steady-state converter analysis Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance, capacior charge balance, and he small ripple approximaion 2.3. Boos converer example 2.4. Cuk converer

More information

y = (y 1)*(y 3) t

y = (y 1)*(y 3) t MATH 66 SPR REVIEW DEFINITION OF SOLUTION A funcion = () is a soluion of he differenial equaion d=d = f(; ) on he inerval ff < < fi if (d=d)() =f(; ()) for each so ha ff

More information

Mathcad Lecture #8 In-class Worksheet Curve Fitting and Interpolation

Mathcad Lecture #8 In-class Worksheet Curve Fitting and Interpolation Mahcad Lecure #8 In-class Workshee Curve Fiing and Inerpolaion A he end of his lecure, you will be able o: explain he difference beween curve fiing and inerpolaion decide wheher curve fiing or inerpolaion

More information

Math 2142 Exam 1 Review Problems. x 2 + f (0) 3! for the 3rd Taylor polynomial at x = 0. To calculate the various quantities:

Math 2142 Exam 1 Review Problems. x 2 + f (0) 3! for the 3rd Taylor polynomial at x = 0. To calculate the various quantities: Mah 4 Eam Review Problems Problem. Calculae he 3rd Taylor polynomial for arcsin a =. Soluion. Le f() = arcsin. For his problem, we use he formula f() + f () + f ()! + f () 3! for he 3rd Taylor polynomial

More information

6.2 Transforms of Derivatives and Integrals.

6.2 Transforms of Derivatives and Integrals. SEC. 6.2 Transforms of Derivaives and Inegrals. ODEs 2 3 33 39 23. Change of scale. If l( f ()) F(s) and c is any 33 45 APPLICATION OF s-shifting posiive consan, show ha l( f (c)) F(s>c)>c (Hin: In Probs.

More information

Data Fusion using Kalman Filter. Ioannis Rekleitis

Data Fusion using Kalman Filter. Ioannis Rekleitis Daa Fusion using Kalman Filer Ioannis Rekleiis Eample of a arameerized Baesian Filer: Kalman Filer Kalman filers (KF represen poserior belief b a Gaussian (normal disribuion A -d Gaussian disribuion is

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

F This leads to an unstable mode which is not observable at the output thus cannot be controlled by feeding back.

F This leads to an unstable mode which is not observable at the output thus cannot be controlled by feeding back. Lecure 8 Las ime: Semi-free configuraion design This is equivalen o: Noe ns, ener he sysem a he same place. is fixed. We design C (and perhaps B. We mus sabilize if i is given as unsable. Cs ( H( s = +

More information

Final Spring 2007

Final Spring 2007 .615 Final Spring 7 Overview The purpose of he final exam is o calculae he MHD β limi in a high-bea oroidal okamak agains he dangerous n = 1 exernal ballooning-kink mode. Effecively, his corresponds o

More information

The role of the error function in three-dimensional singularly perturbed convection-diffusion problems with discontinuous data

The role of the error function in three-dimensional singularly perturbed convection-diffusion problems with discontinuous data The role of he error funcion in hree-dimensional singularl perurbed convecion-diffusion problems wih disconinuous daa José Luis López García, Eser Pérez Sinusía Depo. de Maemáica e Informáica, U. Pública

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon 3..3 INRODUCION O DYNAMIC OPIMIZAION: DISCREE IME PROBLEMS A. he Hamilonian and Firs-Order Condiions in a Finie ime Horizon Define a new funcion, he Hamilonian funcion, H. H he change in he oal value of

More information

Cointegration in Frequency Domain*

Cointegration in Frequency Domain* Coinegraion in Frequenc Domain* Daniel Lev Deparmen o Economics Bar-Ilan Universi Rama-Gan 59 ISRAEL Tel: 97-3-53-833 Fax: 97-3-535-38 LEVDA@MAIL.BIU.AC.IL and Deparmen o Economics Emor Universi Alana,

More information

New Seven-Step Numerical Method for Direct Solution of Fourth Order Ordinary Differential Equations

New Seven-Step Numerical Method for Direct Solution of Fourth Order Ordinary Differential Equations 9 J. Mah. Fund. Sci., Vol. 8, No.,, 9-5 New Seven-Sep Numerical Mehod for Direc Soluion of Fourh Order Ordinary Differenial Equaions Zurni Omar & John Olusola Kuboye Deparmen of Mahemaics, School of Quaniaive

More information

Stochastic Reliability Analysis of Two Identical Cold Standby Units with Geometric Failure & Repair Rates

Stochastic Reliability Analysis of Two Identical Cold Standby Units with Geometric Failure & Repair Rates DOI: 0.545/mjis.07.500 Socasic Reliabiliy Analysis of Two Idenical Cold Sandby Unis wi Geomeric Failure & Repair Raes NITIN BHARDWAJ AND BHUPENDER PARASHAR Email: niinbardwaj@jssaen.ac.in; parasar_b@jssaen.ac.in

More information

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method

Improved Approximate Solutions for Nonlinear Evolutions Equations in Mathematical Physics Using the Reduced Differential Transform Method Journal of Applied Mahemaics & Bioinformaics, vol., no., 01, 1-14 ISSN: 179-660 (prin), 179-699 (online) Scienpress Ld, 01 Improved Approimae Soluions for Nonlinear Evoluions Equaions in Mahemaical Physics

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations Second Order Linear Differenial Equaions Second order linear equaions wih consan coefficiens; Fundamenal soluions; Wronskian; Exisence and Uniqueness of soluions; he characerisic equaion; soluions of homogeneous

More information

Solutions from Chapter 9.1 and 9.2

Solutions from Chapter 9.1 and 9.2 Soluions from Chaper 9 and 92 Secion 9 Problem # This basically boils down o an exercise in he chain rule from calculus We are looking for soluions of he form: u( x) = f( k x c) where k x R 3 and k is

More information

CH.7. PLANE LINEAR ELASTICITY. Continuum Mechanics Course (MMC) - ETSECCPB - UPC

CH.7. PLANE LINEAR ELASTICITY. Continuum Mechanics Course (MMC) - ETSECCPB - UPC CH.7. PLANE LINEAR ELASTICITY Coninuum Mechanics Course (MMC) - ETSECCPB - UPC Overview Plane Linear Elasici Theor Plane Sress Simplifing Hpohesis Srain Field Consiuive Equaion Displacemen Field The Linear

More information

Vector Calculus. Chapter 2

Vector Calculus. Chapter 2 Chaper Vecor Calculus. Elemenar. Vecor Produc. Differeniaion of Vecors 4. Inegraion of Vecors 5. Del Operaor or Nabla (Smbol 6. Polar Coordinaes Chaper Coninued 7. Line Inegral 8. Volume Inegral 9. Surface

More information

CONSIDERATIONS REGARDING THE OPTIMUM DESIGN OF PRESTRESSED ELEMENTS

CONSIDERATIONS REGARDING THE OPTIMUM DESIGN OF PRESTRESSED ELEMENTS Bullein of e Transilvania Universiy of Braşov CIBv 5 Vol. 8 (57) Special Issue No. - 5 CONSIDERTIONS REGRDING THE OPTIU DESIGN OF PRESTRESSED ELEENTS D. PRECUPNU C. PRECUPNU bsrac: Engineering educaion

More information

Class Notes 1: Introduction. MAE 82 Engineering Mathematics

Class Notes 1: Introduction. MAE 82 Engineering Mathematics Class Noes 1: Inroducion MAE 82 Engineering Mahemaics CHANGE Rae of Change Basic Mahemaical Models Man of he principles or laws underling he behavior of he naural world are saemens or relaions involving

More information

Haar Wavelet Operational Matrix Method for Solving Fractional Partial Differential Equations

Haar Wavelet Operational Matrix Method for Solving Fractional Partial Differential Equations Copyrigh 22 Tech Science Press CMES, vol.88, no.3, pp.229-243, 22 Haar Wavele Operaional Mari Mehod for Solving Fracional Parial Differenial Equaions Mingu Yi and Yiming Chen Absrac: In his paper, Haar

More information

ACE 564 Spring Lecture 7. Extensions of The Multiple Regression Model: Dummy Independent Variables. by Professor Scott H.

ACE 564 Spring Lecture 7. Extensions of The Multiple Regression Model: Dummy Independent Variables. by Professor Scott H. ACE 564 Spring 2006 Lecure 7 Exensions of The Muliple Regression Model: Dumm Independen Variables b Professor Sco H. Irwin Readings: Griffihs, Hill and Judge. "Dumm Variables and Varing Coefficien Models

More information

Math 334 Test 1 KEY Spring 2010 Section: 001. Instructor: Scott Glasgow Dates: May 10 and 11.

Math 334 Test 1 KEY Spring 2010 Section: 001. Instructor: Scott Glasgow Dates: May 10 and 11. 1 Mah 334 Tes 1 KEY Spring 21 Secion: 1 Insrucor: Sco Glasgow Daes: Ma 1 and 11. Do NOT wrie on his problem saemen bookle, excep for our indicaion of following he honor code jus below. No credi will be

More information

Class Meeting # 10: Introduction to the Wave Equation

Class Meeting # 10: Introduction to the Wave Equation MATH 8.5 COURSE NOTES - CLASS MEETING # 0 8.5 Inroducion o PDEs, Fall 0 Professor: Jared Speck Class Meeing # 0: Inroducion o he Wave Equaion. Wha is he wave equaion? The sandard wave equaion for a funcion

More information

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t...

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t... Mah 228- Fri Mar 24 5.6 Marix exponenials and linear sysems: The analogy beween firs order sysems of linear differenial equaions (Chaper 5) and scalar linear differenial equaions (Chaper ) is much sronger

More information

ESCI 343 Atmospheric Dynamics II Lesson 13 Geostrophic/gradient Adjustment

ESCI 343 Atmospheric Dynamics II Lesson 13 Geostrophic/gradient Adjustment ESCI 343 Amosperic Dynamics II Lesson 13 Geosropic/gradien Adjusmen Reerence: An Inroducion o Dynamic Meeorology (3 rd ediion), J.R. Holon Amospere-Ocean Dynamics, A.E. Gill Reading: Holon, Secion 7.6

More information

Time discretization of quadratic and superquadratic Markovian BSDEs with unbounded terminal conditions

Time discretization of quadratic and superquadratic Markovian BSDEs with unbounded terminal conditions Time discreizaion of quadraic and superquadraic Markovian BSDEs wih unbounded erminal condiions Adrien Richou Universié Bordeaux 1, INRIA équipe ALEA Oxford framework Le (Ω, F, P) be a probabiliy space,

More information

72 Calculus and Structures

72 Calculus and Structures 72 Calculus and Srucures CHAPTER 5 DISTANCE AND ACCUMULATED CHANGE Calculus and Srucures 73 Copyrigh Chaper 5 DISTANCE AND ACCUMULATED CHANGE 5. DISTANCE a. Consan velociy Le s ake anoher look a Mary s

More information

Principles of Geometric Optics

Principles of Geometric Optics Principles o Geomeric Opics Joel A. Kubby Universiy o Caliornia a Sana Cruz. Inroducion...9. Relecion...9.3 Reracion...3.4 Paraxial Lens Equaion...3.5 Tin Lens Equaion...34.6 Magniicaion...39.7 Aberraions...40.

More information

Steel members come in a wide variety of shapes; the properties of the cross section are needed for analysis and design. (Bob Scott/Getty Images)

Steel members come in a wide variety of shapes; the properties of the cross section are needed for analysis and design. (Bob Scott/Getty Images) Seel memers come in a wide varie of sapes; e properies of e cross secion are needed for analsis and design. (Bo Sco/Ge Images) 01 engage Learning. All Rigs Reserved. Ma no e scanned, copied or duplicaed,

More information

Advanced Organic Chemistry

Advanced Organic Chemistry Lalic, G. Chem 53A Chemisry 53A Advanced Organic Chemisry Lecure noes 1 Kineics: A racical Approach Simple Kineics Scenarios Fiing Experimenal Daa Using Kineics o Deermine he Mechanism Doughery, D. A.,

More information

The Quantum Theory of Atoms and Molecules: The Schrodinger equation. Hilary Term 2008 Dr Grant Ritchie

The Quantum Theory of Atoms and Molecules: The Schrodinger equation. Hilary Term 2008 Dr Grant Ritchie e Quanum eory of Aoms and Molecules: e Scrodinger equaion Hilary erm 008 Dr Gran Ricie An equaion for maer waves? De Broglie posulaed a every paricles as an associaed wave of waveleng: / p Wave naure of

More information