An introduction to perturbation methods applied to industrial mathematics

Size: px
Start display at page:

Download "An introduction to perturbation methods applied to industrial mathematics"

Transcription

1 An introduction to perturbation methods applied to industrial mathematics Tim Myers Centre de Recerca Matemàtica, Bellaterra, Barcelona, Spain December 10th 2014

2 Perturbation methods Begin with a simple example... Consider the quadratic equation x 2 2ǫx 1 = 0 ǫ 1 Exact solution Since ǫ 1 x = 2ǫ± 4ǫ = ǫ± 1+ǫ 2 ǫ22 ǫ48 x ǫ± (1+ + ) = ±1+ǫ± ǫ2 2 ǫ4 8 +O(ǫ6 )

3 Perturbation methods x ±1+ǫ± ǫ2 2 ǫ4 8 +O(ǫ6 ) Take ǫ = 0.1 and the positive root we find x 0 = 1 x 1 = 1.1 x 2 = x 3 = Exact x = , i.e. in 3 terms we have 3 decimal place accuracy. This improves as ǫ 0. What if we try a series solution from the start?

4 Perturbation methods Let x = x 0 +ǫx 1 +ǫ 2 x 2 +O(ǫ 3 ) Substitute into the original equation (x 0 +ǫx 1 +ǫ 2 x 2 ) 2 2ǫ(x 0 +ǫx 1 +ǫ 2 x 2 ) 1 = 0 Gather together terms of the same order x ǫ(2x 0x 1 2x 0 )+ǫ 2 (x x 0x 2 2x 1 ) 2 +O(ǫ 3 ) = 0 Solve at each order of ǫ Hence ǫ 0 : x = 0 x 0 = ±1 ǫ 1 : 2x 0 x 1 2x 0 = 0 x 1 = 1 ǫ 2 : x x 0x 2 2x 1 = 0 x 2 = ±1/2 x = ±1+ǫ± ǫ2 2 +O(ǫ3 ) = expansion of the exact solution

5 What is perturbation theory? In general we would not use perturbation techniques to solve a quadratic equation. Wikipedia: Perturbation Theory Perturbation theory comprises mathematical methods that are used to find an approximate solution to a problem which cannot be solved exactly, by starting from the exact solution of a related problem (in the previous example we first solved x 2 = 1). Perturbation theory is applicable if the problem at hand can be formulated by adding a small term to the mathematical description of the exactly solvable problem. Note, the terms perturbation and asymptotic expansion are often used interchangeably (see Howison P177)

6 What is perturbation theory? Bender & Orszag Perturbation theory is a large collection of iterative methods for obtaining approximate solutions to problems involving a small parameter ǫ. These methods are so powerful that sometimes it is advisable to introduce a small parameter temporarily into a difficult problem... finally to set ǫ = 1 to recover the original problem The thematic approach of perturbation theory is to decompose a tough problem into an infinite number of relatively easy ones. So, once we understand how to perturb a simple problem, we may start to apply the technique to more difficult ones...

7 Order notation The notation O() may (amongst other things) describe the error term in an approximation to a mathematical function. The most significant terms are written explicitly, and then the least-significant terms are summarized in a single O() term. For example, Indicates that exp(x) = 1+x + x2 2 +O(x3 ) asx 0 exp(x) (1+x + x2 2 ) < C x3 as x 0

8 A simple ODE example Consider the differential equation with a small parameter Exact solution du dt u = +ǫu = t u(0) = 1. (1+ 1ǫ 2 ) e ǫt + t ǫ 1 ǫ 2. Expand exponential for small ǫt u (1+ 1ǫ )(1 ǫt 2 +ǫ 2t2 = 1+ t2 2 ǫ 2 ǫ3t3 6 ) (t + t3 +O(ǫ 2 ). 6 ) + t ǫ 1 ǫ 2

9 ODE example II Alternatively, look for series solution u = u 0 +ǫu 1 + d dt (u 0 +ǫu 1 + )+ǫ(u 0 +ǫu 1 + ) = t. Boundary condition becomes u 0 (0)+ǫu 1 (0)+ = 1 Equating coefficients of ǫ u 0 (0) = 1 u 1 (0) = u n (0) = 0 Equating coefficients in governing equation and applying BCs etc. ǫ 0 : ǫ 1 : du 0 dt = t u 0 = t du 1 dt +u 0 = 0 u 1 = t t3 6

10 ODE example III As expected asymptotic solution = expansion of exact solution ( ) u = 1+ t2 2 ǫ t + t3 +O(ǫ 2 ) u(t) ǫ = 0.1 Leading order Exact 1.2 First order t Since ǫ = 0.1 expect errors of 10% at leading order. At first order we neglect terms of O(ǫ 2 ) and therefore expect errors of 1%. From the figure it is clear that the first order solution is more accurate than the leading order, and the accuracy could be improved by looking for higher order corrections. Accuracy will improve as ǫ decreases.

11 Small parameter? In practice a problem is seldom presented with a nice small parameter. We usually have to nondimensionalise or examine the physics Hence we now divert to nondimensionalisation...

12 Nondimensionalising birds Consider a population initially of 1000 birds on a remote island, the maximum number of birds the resources can sustain (the carrying capacity) is After one month the population has increased to 1125 birds. Population modelled by a logistic equation dx dt = r(1 x/k)x where x is the number of birds, r the growth rate and K the carrying capacity Introduce dimensionless variables ˆx = x/x, ˆt = t/t x and t are (constant) typical values of x and t Choose x = K d(x ˆx) d(tˆt) = r ( 1 xˆx K dˆx dˆt = rt(1 ˆx)ˆx ) xˆx Choose t = 1/r Having scaled x and t with typical values expect ˆx and its derivatives to have size around unity (O(1)) Initial condition x(0) = 1000 ˆx(0) = ˆx 0 = 1000/6000 = 1/6 Problem reduced from one depending on three parameters to depending on one parameter

13 Nondimensionalising birds Solution is ˆx = ˆx 0 ˆx 0 +(1 ˆx 0 )e ˆt Dimensional result replace ˆt with t/t = rt and ˆx with x/x = x/k x K = x 0 x 0 +(K x 0 )e rt. Value of r = 0.14 found by setting x = 1125 at t = x(t) x0 = x0 = x0 = 0.2 t Non-dimensional bird population for ˆx 0 = 0.2,0.8,1.5

14 Nondimensionalising birds Another possible scaling based on initial condition Could scale x with x 0 ˆx = x K or ˆx = x x 0 Scaling not always unique (and not always obvious) First scaling if interest lies in long time behaviour Second for small times, when x is close to x 0 Setting x = x 0 ( dˆx dˆt = 1 ˆx ) ˆx α where α = K/x 0 The governing equation has a parameter α, but the initial condition is simply ˆx(0) = 1 Now we know how to nondimensionalise, lets apply it to a real problem

15 Football motion z r(t) x y Newton s 2nd law F = mẍ where F = mg+f d +F l and F d = 1 2 ρa v 2 C d v F l = 1 2 ρa v 2 C l σ v m is the mass of the ball, A is its cross-sectional area, ρ is the density of air, C are drag coefficients, v = v/ v v = (ẋ 2 +ẏ 2 +ż 2 )

16 Two-dimensional equations of motion Focus on 2D in x y plane (to cut down on algebra) ẍ = v { k d ẋ k l sinγẏ } ÿ = v { k d ẏ +k l sinγẋ } k d = ρac d /2m, k l = ρac l /2m, γ is angle of spin axis Initial conditions x(0) = y(0) = 0 ẋ(0) = 0, ẏ(0) = v

17 Nondimensionalisation ẍ = v { k d ẋ k l sinγẏ } Scale with typical value ˆx = x/l 1,ŷ = y/l 2,ˆt = t/τ L 2 distance of the free kick - 20m (also possible L 2 = 1/k d 100m) τ L 2 /v time taken for the ball to travel the distance L 2 1s L 1 unknown L 2 1 ˆv = ˆx 2 τ 2 + L2 2 ŷ 2 τ 2 = L 2 ŷ 1+ L2 1 ˆx 2 τ L 2 2 ŷ 2 ˆx = ŷ 1+ L2 1 L 2 2 ˆx 2 ŷ 2 ( ) k d L 2 ˆx k l sinγ L2 2 ŷ L 1 Indicates L 1 = k l sinγl 2 2 taking k l = 0.013,γ = π/2,l 2 = 20 L 1 = 5.2m Denote ǫ = k d L 2 ( 0.3 for the given parameter values) L 1 /L 2 = 5.2/20 = 0.26 L 1 /L 2 = aǫ

18 Perturbation solution Governing equations ˆx = ŷ ŷ = ŷ 1+a 2 ǫ ˆx 2 2 ( ǫ ˆx ŷ ŷ ) 2 1+a 2 ǫ 2 ˆx 2 ŷ 2 ( ǫ ŷ +bǫ 2 ˆx ) Note, RHS of y equation is O(ǫ) Now drop hat notation Initial conditions become x(0) = y(0) = 0, ẋ(0) = 0, ẏ(0) = 1 Look for series solution x = x 0 +ǫx 1 +ǫ 2 x 2 +ǫ 2 x 3 +, y = y 0 +ǫy 1 +ǫ 2 y 2 +ǫ 3 y 3 +

19 Perturbation 2 Things get messy... ẍ 0 + ǫẍ 1 + = (ẏ 0 + ǫẏ 1 + ) Expand and collect terms 1+a 2 ǫ 2(ẋ 0 +ǫẋ 1 + ) 2 (ẏ 0 +ǫẏ 1 + ) 2 (ǫ(ẋ 0 +ǫẋ 1 + ) (ẏ 0 +ǫẏ 1 + )) O(ǫ 0 ) : ẍ 0 = ẏ 2 0 O(ǫ) : ẍ 1 = ẏ 0 (ẋ 0 ẏ 1 ẏ 0 ẏ 1 ) need y solution Recall RHS of y equation was O(ǫ) O(ǫ 0 ) : ÿ 0 = 0 O(ǫ) : ÿ 1 = ẏ 2 0 Leads to y = t ǫ t2 2 +ǫ2 (2 b) t3 6 ǫ3 (6+a 2 7b) t4 24 +O(ǫ4 ) x = t2 2 ǫt3 2 +ǫ2 (11 +a 2 2b) t4 24 ǫ3 (50 +15a 2 25b) t O(ǫ4 )

20 Perturbation versus numerics X Y Z T Non-dimensional three-dimensional trajectories of X, Y and Z against T: full numerical solution (solid line), O(ǫ 0 ) solution (dotted line), O(ǫ) solution (dot-dashed line) and O(ǫ 2 ) solution (dashed line). Parameter values are C d = 0.3, C s = 0.25 and C l = 0.1.

21 Comparison of results Physics often clearer in dimensional form x x/l 1 = x/(k l L 2 2 sinγ), y y/l 2, t tv/l 2 x = k l sinγ(vt) 2 2 [ { kd vt y = vt 1 2 [ 1 {k d vt g2 t 2 }] +O(ǫ 2 ) Analytical solution makes the important factors clear First term is most important So, how to get swerve 6v 2 }] +O(ǫ 2 ) large spin ( make γ high) kick ball hard ( make v high) do it from far away ( allow t to get high - but beware ẏ then decreases)... swerve goals Increase k l = ρac l /2m Note, first order must be leading order. Here this imposes a time restriction. For y equation t 2/(k d v). To carry solution further may require Method of Multiple Scales

22 Perturbation versus experiment 10 8 y (m) t (s) z (m) t (s) Comparison of experimental data of Carre et al 2002 for a two-dimensional kick in y z plane (no swerve) (asterisks) and perturbation (solid line) with θ 20, (ẏ(0),ż(0)) (17.59,6.29), k d = 0.008, k l =

23 So, was it useful? Drag coefficients k proportional to air density, so Coastal teams get high drag and expect swerve, high altitude teams do not High altitude team choose ball that swerves the least (i.e. smooth), low altitude team choose ball that swerves the most (rough) to confuse opposition This information was given to a South African premiership team, Bidvest Wits, who play at high altitude Before 2nd Feb 2011 Wits had gone eight games without a win Recent results in South African premiership (since meeting): 6 Feb Wits 6-0 Vasco da Gama; 19 Feb, Wits 3-0 Mpumalanga; 16 Feb, Wits 3-1 Santos; 22 Feb, Free State 2-2 Wits; 26 Feb, Sundowns 2-0 Wits; 2 March, Wits 2-0 Ajax Cape Town; 5 March, AmaZulu 1-1 Wits; 16 March Wits 3-2 Golden Arrows; Did not lose a home game all season after the meeting (away games not so good) Moved from 13th to 6th

24 Laser drilling A one-dimensional model for laser drilling (see Andrews and Athey 1975, Crank 1984, Fulford 2002, Mitchell & Myers 2008) The laser heats the material up to such a high temperature that it turns from a solid to a vapour (sublimation). Equivalent to melting of heat shields on space vehicles

25 Mathematical model One-phase Stefan problem T t = T α 2 x 2 ds ρl s dt = k T x + W x=s A, where... Subject to T(s,t) = T s T(x,0) = T(,t) = T s(0) = 0

26 Nondimensionalisation T T T = T T T s T T s s L t t τ L,τ unknown T t = ατ 2 T L 2 x 2 ds dt = kτ T T ρl sl 2 x + Wτ x=s AρL sl Heat equation suggests τ = L 2 /α Sublimation driven by the laser so L = αaρl s/w T t = 2 T x 2 ds dt = ǫ T x +1 x=s where the ǫ = c T/L s T(s,t) = 1 T(x,0) = T(,t) = 0 s(0) = 0 Typical values for metals ǫ 0.2

27 Laser perturbation Take T = T 0 +ǫt 1 + s = s 0 +ǫs 1 + Take care with BC at x = s(t) T(s,t) = T 0 (s 0 +ǫs 1 +,t)+ǫt 1 (s 0 +ǫs 1 +,t)+ Equations to first order = T 0 (s 0,t)+ǫs 1 T 0 (s 0,t) x +ǫt 1 (s 0,t)+ = 1, T 0 t +ǫ T 1 t ds 0 dt +ǫds 1 dt = 2 T 0 T 1 x 2 +ǫ 2 x 2 = ǫ T 0 x +1 x=s0 Note s 0 = t gives position of the boundary (to leading order).

28 Laser perturbation Now focus on melt front change the co-ordinate system We know front approximately at x = s 0 = t, so take ξ = x s 0 (t) = x t T 0 (x,t) = θ 0 (ξ(x,t),t) The leading order heat equation becomes T 0 t = 2 T 0 θ 0 x 2 t θ 0 ξ = 2 θ 0 ξ 2 with θ 0 (0,t) = 1 θ 0 (,t) = θ 0 (ξ,0) = 0 We may solve this problem exactly using Laplace transforms or get a simpler solution by looking at large times By large times we mean t = r/ǫ hence ǫθ 0r θ 0ξ = θ 0ξξ In the limit ǫ 0 we obtain the steady state

29 Laser perturbation Steady-state problem 2 θ 0 ξ 2 + θ 0 ξ = 0 θ 0 = A+Be ξ Boundary conditions θ 0 = 1,0 at ξ = 0, gives θ 0 = e ξ or T 0 = e (x t) Now use this to correct position of moving boundary Hence, to first order ds 1 dt = T 0 x = e (x t) x=s0 = 1 x=s0 ( s = (1 ǫ)t Dimensional s = 1 ) c(ts T ) Wt L s AρL s Leading order perturbation indicates energy from the laser is nearly all used to change phase First order some heat conducted away from moving front, leaving less heat for phase change and slowing down the process Sublimation rate power W/A and physical parameters

30 Singular perturbation Of course things don t always work out so well... Recall original example which gave x 2 2ǫx 1 = 0 ǫ 1 Now consider x = ±1+ǫ± ǫ2 2 ǫ4 8 +O(ǫ6 ) ǫx 2 2x 1 = 0 ǫ 1 and let x = x 0 +ǫx 1 +

31 Singular perturbation Now consider ǫ(x 0 +ǫx 1 + ) 2 2(x 0 +ǫx 1 + ) 1 = 0 ǫ 1 Giving the series of problems ǫ 0 : 2x 0 1 = 0 x 0 = 1/2 ǫ 1 : x0 2 2x 1 = 0 x 1 = 1/8 etc x = 1/2+ǫ/8+O(ǫ 2 ) i.e. we only have a single solution to a quadratic The exact solution is x = 1± 1+ǫ ǫ 8, 2 ǫ ǫ 8

32 Singular perturbation Why only picking up first solution? Second solution is x = O(1/ǫ), so our assumption x = x 0 +ǫx 1 + that indicates x 0 = O(1) is incorrect Rescale x = X/ǫ ǫx 2 2x 1 = 0 X = X 0 +ǫx 1 +O(ǫ 2 ) and look at initial terms ǫ X2 ǫ 2 2X ǫ 1 = 0 (X 0 +ǫx 1 ) 2 2(X 0 +ǫx 1 ) ǫ = 0 X = ǫ/2+o(ǫ 2 ), 2+ǫ/2+O(ǫ 2 ) x = 1/2+O(ǫ), 2/ǫ+1/2 +O(ǫ) ǫ 0 : X 2 0 2X 0 = 0 X 0 = 0,2 ǫ 1 : 2X 1 (X 0 1) = 1 X 1 = 1/2,1/2 Often get singular perturbation when small parameter multiplies highest order/derivative term

33 Conclusion Perturbation methods provide powerful technique for solving problems with no exact solution Analytical solutions make physics clear in a way numerics cannot Applicability increases when used in conjunction with other techniques Nondimensionalisation Change of co-ordinate system Rescaling near boundary layers And when things get tricky... Method of multiple scales Matched asymptotic expansions Singular perturbation theory

34 Further reading The pull-off test for viscoelastic soft solids for Unilever 2009 (Atomic force microscopy) Dynamical Models of Extreme Rolling of Vessels in Head Waves for MARIN 2009 (Ship movement) Homogenization of the Equations Governing the Flow Between a Slider and a Rough Spinning Disk for Hitachi 2009 (Modelling hard drives) Spin-coating on nanoscale topography and phase separation of diblock copolymers for CRANN 2008 (Nanofabrication) Sensitivity of Markov chains for wireless protocols for BT 2007 (Wireless networks) Myers & Mitchell, A mathematical analysis of the motion of an in-flight soccer ball. Sports Engng 2013.

35 Further reading S. Howison, Practical Applied Mathematics, Cambridge University Press, Cambridge, 2005 C.M. Bender & S.A. Orszag Advanced Mathematical Methods for Scientists and Engineers: Asymptotic Methods and Perturbation Theory. Springer 1978 R.S. Johnson Singular Perturbation Theory. Springer E.J. Hinch Perturbation Methods. Cambridge 1991.

Second Order Linear Partial Differential Equations. Part I

Second Order Linear Partial Differential Equations. Part I Second Order Linear Partial Differential Equations Part I Second linear partial differential equations; Separation of Variables; - point boundary value problems; Eigenvalues and Eigenfunctions Introduction

More information

The Heat Equation. Lectures INF2320 p. 1/88

The Heat Equation. Lectures INF2320 p. 1/88 The Heat Equation Lectures INF232 p. 1/88 Lectures INF232 p. 2/88 The Heat Equation We study the heat equation: u t = u xx for x (,1), t >, (1) u(,t) = u(1,t) = for t >, (2) u(x,) = f(x) for x (,1), (3)

More information

LINEAR EQUATIONS IN TWO VARIABLES

LINEAR EQUATIONS IN TWO VARIABLES 66 MATHEMATICS CHAPTER 4 LINEAR EQUATIONS IN TWO VARIABLES The principal use of the Analytic Art is to bring Mathematical Problems to Equations and to exhibit those Equations in the most simple terms that

More information

1. Fluids Mechanics and Fluid Properties. 1.1 Objectives of this section. 1.2 Fluids

1. Fluids Mechanics and Fluid Properties. 1.1 Objectives of this section. 1.2 Fluids 1. Fluids Mechanics and Fluid Properties What is fluid mechanics? As its name suggests it is the branch of applied mechanics concerned with the statics and dynamics of fluids - both liquids and gases.

More information

An Introduction to Partial Differential Equations

An Introduction to Partial Differential Equations An Introduction to Partial Differential Equations Andrew J. Bernoff LECTURE 2 Cooling of a Hot Bar: The Diffusion Equation 2.1. Outline of Lecture An Introduction to Heat Flow Derivation of the Diffusion

More information

Nonlinear Algebraic Equations Example

Nonlinear Algebraic Equations Example Nonlinear Algebraic Equations Example Continuous Stirred Tank Reactor (CSTR). Look for steady state concentrations & temperature. s r (in) p,i (in) i In: N spieces with concentrations c, heat capacities

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

Numerical Solution of Differential

Numerical Solution of Differential Chapter 13 Numerical Solution of Differential Equations We have considered numerical solution procedures for two kinds of equations: In chapter 10 the unknown was a real number; in chapter 6 the unknown

More information

Two-Dimensional Conduction: Shape Factors and Dimensionless Conduction Heat Rates

Two-Dimensional Conduction: Shape Factors and Dimensionless Conduction Heat Rates Two-Dimensional Conduction: Shape Factors and Dimensionless Conduction Heat Rates Chapter 4 Sections 4.1 and 4.3 make use of commercial FEA program to look at this. D Conduction- General Considerations

More information

5 Scalings with differential equations

5 Scalings with differential equations 5 Scalings with differential equations 5.1 Stretched coordinates Consider the first-order linear differential equation df dx + f = 0. Since it is first order, we expect a single solution to the homogeneous

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 48824. SEPTEMBER 4, 25 Summary. This is an introduction to ordinary differential equations.

More information

EQUATIONS and INEQUALITIES

EQUATIONS and INEQUALITIES EQUATIONS and INEQUALITIES Linear Equations and Slope 1. Slope a. Calculate the slope of a line given two points b. Calculate the slope of a line parallel to a given line. c. Calculate the slope of a line

More information

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 3 EQUATIONS This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves on fundamentals.

More information

Performance. Power Plant Output in Terms of Thrust - General - Arbitrary Drag Polar

Performance. Power Plant Output in Terms of Thrust - General - Arbitrary Drag Polar Performance 11. Level Flight Performance and Level flight Envelope We are interested in determining the maximum and minimum speeds that an aircraft can fly in level flight. If we do this for all altitudes,

More information

3. Reaction Diffusion Equations Consider the following ODE model for population growth

3. Reaction Diffusion Equations Consider the following ODE model for population growth 3. Reaction Diffusion Equations Consider the following ODE model for population growth u t a u t u t, u 0 u 0 where u t denotes the population size at time t, and a u plays the role of the population dependent

More information

The aerodynamic center

The aerodynamic center The aerodynamic center In this chapter, we re going to focus on the aerodynamic center, and its effect on the moment coefficient C m. 1 Force and moment coefficients 1.1 Aerodynamic forces Let s investigate

More information

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

3. Diffusion of an Instantaneous Point Source

3. Diffusion of an Instantaneous Point Source 3. Diffusion of an Instantaneous Point Source The equation of conservation of mass is also known as the transport equation, because it describes the transport of scalar species in a fluid systems. In this

More information

Introduction to the Finite Element Method (FEM)

Introduction to the Finite Element Method (FEM) Introduction to the Finite Element Method (FEM) ecture First and Second Order One Dimensional Shape Functions Dr. J. Dean Discretisation Consider the temperature distribution along the one-dimensional

More information

State of Stress at Point

State of Stress at Point State of Stress at Point Einstein Notation The basic idea of Einstein notation is that a covector and a vector can form a scalar: This is typically written as an explicit sum: According to this convention,

More information

Notes on Elastic and Inelastic Collisions

Notes on Elastic and Inelastic Collisions Notes on Elastic and Inelastic Collisions In any collision of 2 bodies, their net momentus conserved. That is, the net momentum vector of the bodies just after the collision is the same as it was just

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion S. Widnall 6.07 Dynamics Fall 009 Version.0 Lecture L - Degrees of Freedom and Constraints, Rectilinear Motion Degrees of Freedom Degrees of freedom refers to the number of independent spatial coordinates

More information

Unified Lecture # 4 Vectors

Unified Lecture # 4 Vectors Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,

More information

Heat Transfer and Energy

Heat Transfer and Energy What is Heat? Heat Transfer and Energy Heat is Energy in Transit. Recall the First law from Thermodynamics. U = Q - W What did we mean by all the terms? What is U? What is Q? What is W? What is Heat Transfer?

More information

Solutions to Linear First Order ODE s

Solutions to Linear First Order ODE s First Order Linear Equations In the previous session we learned that a first order linear inhomogeneous ODE for the unknown function x = x(t), has the standard form x + p(t)x = q(t) () (To be precise we

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

Support Vector Machines Explained

Support Vector Machines Explained March 1, 2009 Support Vector Machines Explained Tristan Fletcher www.cs.ucl.ac.uk/staff/t.fletcher/ Introduction This document has been written in an attempt to make the Support Vector Machines (SVM),

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Integration of a fin experiment into the undergraduate heat transfer laboratory

Integration of a fin experiment into the undergraduate heat transfer laboratory Integration of a fin experiment into the undergraduate heat transfer laboratory H. I. Abu-Mulaweh Mechanical Engineering Department, Purdue University at Fort Wayne, Fort Wayne, IN 46805, USA E-mail: [email protected]

More information

Project: OUTFIELD FENCES

Project: OUTFIELD FENCES 1 Project: OUTFIELD FENCES DESCRIPTION: In this project you will work with the equations of projectile motion and use mathematical models to analyze a design problem. Two softball fields in Rolla, Missouri

More information

Chapter 5: Diffusion. 5.1 Steady-State Diffusion

Chapter 5: Diffusion. 5.1 Steady-State Diffusion : Diffusion Diffusion: the movement of particles in a solid from an area of high concentration to an area of low concentration, resulting in the uniform distribution of the substance Diffusion is process

More information

The Method of Least Squares. Lectures INF2320 p. 1/80

The Method of Least Squares. Lectures INF2320 p. 1/80 The Method of Least Squares Lectures INF2320 p. 1/80 Lectures INF2320 p. 2/80 The method of least squares We study the following problem: Given n points (t i,y i ) for i = 1,...,n in the (t,y)-plane. How

More information

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved.

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved. Section 5. : Horn Physics Section 5. : Horn Physics By Martin J. King, 6/29/8 Copyright 28 by Martin J. King. All Rights Reserved. Before discussing the design of a horn loaded loudspeaker system, it is

More information

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point.

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point. 6.1 Vectors in the Plane PreCalculus 6.1 VECTORS IN THE PLANE Learning Targets: 1. Find the component form and the magnitude of a vector.. Perform addition and scalar multiplication of two vectors. 3.

More information

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two

More information

Lecture 7. Matthew T. Mason. Mechanics of Manipulation. Lecture 7. Representing Rotation. Kinematic representation: goals, overview

Lecture 7. Matthew T. Mason. Mechanics of Manipulation. Lecture 7. Representing Rotation. Kinematic representation: goals, overview Matthew T. Mason Mechanics of Manipulation Today s outline Readings, etc. We are starting chapter 3 of the text Lots of stuff online on representing rotations Murray, Li, and Sastry for matrix exponential

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

CURRENT ELECTRICITY - I

CURRENT ELECTRICITY - I CURRNT LCTRCTY - 1. lectric Current 2. Conventional Current 3. Drift elocity of electrons and current 4. Current Density 5. Ohm s Law 6. Resistance, Resistivity, Conductance & Conductivity 7. Temperature

More information

2.2 Magic with complex exponentials

2.2 Magic with complex exponentials 2.2. MAGIC WITH COMPLEX EXPONENTIALS 97 2.2 Magic with complex exponentials We don t really know what aspects of complex variables you learned about in high school, so the goal here is to start more or

More information

Method of Green s Functions

Method of Green s Functions Method of Green s Functions 8.303 Linear Partial ifferential Equations Matthew J. Hancock Fall 006 We introduce another powerful method of solving PEs. First, we need to consider some preliminary definitions

More information

The one dimensional heat equation: Neumann and Robin boundary conditions

The one dimensional heat equation: Neumann and Robin boundary conditions The one dimensional heat equation: Neumann and Robin boundary conditions Ryan C. Trinity University Partial Differential Equations February 28, 2012 with Neumann boundary conditions Our goal is to solve:

More information

Vector has a magnitude and a direction. Scalar has a magnitude

Vector has a magnitude and a direction. Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude a brick on a table Vector has a magnitude and a direction Scalar has a magnitude

More information

1 The basic equations of fluid dynamics

1 The basic equations of fluid dynamics 1 The basic equations of fluid dynamics The main task in fluid dynamics is to find the velocity field describing the flow in a given domain. To do this, one uses the basic equations of fluid flow, which

More information

Let s first see how precession works in quantitative detail. The system is illustrated below: ...

Let s first see how precession works in quantitative detail. The system is illustrated below: ... lecture 20 Topics: Precession of tops Nutation Vectors in the body frame The free symmetric top in the body frame Euler s equations The free symmetric top ala Euler s The tennis racket theorem As you know,

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Partial Fractions Decomposition

Partial Fractions Decomposition Partial Fractions Decomposition Dr. Philippe B. Laval Kennesaw State University August 6, 008 Abstract This handout describes partial fractions decomposition and how it can be used when integrating rational

More information

Creating a Crust on Bread.

Creating a Crust on Bread. Creating a Crust on Bread. Mentor: Dr. Colin Please, University of Southampton. Dr. Donald Schwendeman, RPI. Group Adith Venkiteshwaran, RPI Hatesh Radia, University of Mass, Lowell Andrew Mykrantz, University

More information

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes

9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes The Scalar Product 9.4 Introduction There are two kinds of multiplication involving vectors. The first is known as the scalar product or dot product. This is so-called because when the scalar product of

More information

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm Error Analysis and the Gaussian Distribution In experimental science theory lives or dies based on the results of experimental evidence and thus the analysis of this evidence is a critical part of the

More information

In order to describe motion you need to describe the following properties.

In order to describe motion you need to describe the following properties. Chapter 2 One Dimensional Kinematics How would you describe the following motion? Ex: random 1-D path speeding up and slowing down In order to describe motion you need to describe the following properties.

More information

TRIGONOMETRY Compound & Double angle formulae

TRIGONOMETRY Compound & Double angle formulae TRIGONOMETRY Compound & Double angle formulae In order to master this section you must first learn the formulae, even though they will be given to you on the matric formula sheet. We call these formulae

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

More information

Section V.3: Dot Product

Section V.3: Dot Product Section V.3: Dot Product Introduction So far we have looked at operations on a single vector. There are a number of ways to combine two vectors. Vector addition and subtraction will not be covered here,

More information

1 The Diffusion Equation

1 The Diffusion Equation Jim Lambers ENERGY 28 Spring Quarter 2007-08 Lecture Notes These notes are based on Rosalind Archer s PE28 lecture notes, with some revisions by Jim Lambers. The Diffusion Equation This course considers

More information

Common Core State Standards for Mathematics Accelerated 7th Grade

Common Core State Standards for Mathematics Accelerated 7th Grade A Correlation of 2013 To the to the Introduction This document demonstrates how Mathematics Accelerated Grade 7, 2013, meets the. Correlation references are to the pages within the Student Edition. Meeting

More information

MATH 425, PRACTICE FINAL EXAM SOLUTIONS.

MATH 425, PRACTICE FINAL EXAM SOLUTIONS. MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator

More information

WORK DONE BY A CONSTANT FORCE

WORK DONE BY A CONSTANT FORCE WORK DONE BY A CONSTANT FORCE The definition of work, W, when a constant force (F) is in the direction of displacement (d) is W = Fd SI unit is the Newton-meter (Nm) = Joule, J If you exert a force of

More information

Dimensional analysis is a method for reducing the number and complexity of experimental variables that affect a given physical phenomena.

Dimensional analysis is a method for reducing the number and complexity of experimental variables that affect a given physical phenomena. Dimensional Analysis and Similarity Dimensional analysis is very useful for planning, presentation, and interpretation of experimental data. As discussed previously, most practical fluid mechanics problems

More information

Lecture L6 - Intrinsic Coordinates

Lecture L6 - Intrinsic Coordinates S. Widnall, J. Peraire 16.07 Dynamics Fall 2009 Version 2.0 Lecture L6 - Intrinsic Coordinates In lecture L4, we introduced the position, velocity and acceleration vectors and referred them to a fixed

More information

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule. Sequences A sequence is a list of numbers, or a pattern, which obeys a rule. Each number in a sequence is called a term. ie the fourth term of the sequence 2, 4, 6, 8, 10, 12... is 8, because it is the

More information

APPLIED MATHEMATICS ADVANCED LEVEL

APPLIED MATHEMATICS ADVANCED LEVEL APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

HEAT UNIT 1.1 KINETIC THEORY OF GASES. 1.1.1 Introduction. 1.1.2 Postulates of Kinetic Theory of Gases

HEAT UNIT 1.1 KINETIC THEORY OF GASES. 1.1.1 Introduction. 1.1.2 Postulates of Kinetic Theory of Gases UNIT HEAT. KINETIC THEORY OF GASES.. Introduction Molecules have a diameter of the order of Å and the distance between them in a gas is 0 Å while the interaction distance in solids is very small. R. Clausius

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary

More information

1. (from Stewart, page 586) Solve the initial value problem.

1. (from Stewart, page 586) Solve the initial value problem. . (from Stewart, page 586) Solve the initial value problem.. (from Stewart, page 586) (a) Solve y = y. du dt = t + sec t u (b) Solve y = y, y(0) = 0., u(0) = 5. (c) Solve y = y, y(0) = if possible. 3.

More information

Lecture L5 - Other Coordinate Systems

Lecture L5 - Other Coordinate Systems S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L5 - Other Coordinate Systems In this lecture, we will look at some other common systems of coordinates. We will present polar coordinates

More information

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy.

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy. ERROR PROPAGATION For sums, differences, products, and quotients, propagation of errors is done as follows. (These formulas can easily be calculated using calculus, using the differential as the associated

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test Math Review for the Quantitative Reasoning Measure of the GRE revised General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important

More information

Parabolic Equations. Chapter 5. Contents. 5.1.2 Well-Posed Initial-Boundary Value Problem. 5.1.3 Time Irreversibility of the Heat Equation

Parabolic Equations. Chapter 5. Contents. 5.1.2 Well-Posed Initial-Boundary Value Problem. 5.1.3 Time Irreversibility of the Heat Equation 7 5.1 Definitions Properties Chapter 5 Parabolic Equations Note that we require the solution u(, t bounded in R n for all t. In particular we assume that the boundedness of the smooth function u at infinity

More information

Geometric Optics Converging Lenses and Mirrors Physics Lab IV

Geometric Optics Converging Lenses and Mirrors Physics Lab IV Objective Geometric Optics Converging Lenses and Mirrors Physics Lab IV In this set of lab exercises, the basic properties geometric optics concerning converging lenses and mirrors will be explored. The

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass Centre of Mass A central theme in mathematical modelling is that of reducing complex problems to simpler, and hopefully, equivalent problems for which mathematical analysis is possible. The concept of

More information

11 Navier-Stokes equations and turbulence

11 Navier-Stokes equations and turbulence 11 Navier-Stokes equations and turbulence So far, we have considered ideal gas dynamics governed by the Euler equations, where internal friction in the gas is assumed to be absent. Real fluids have internal

More information

Chapter 9 Partial Differential Equations

Chapter 9 Partial Differential Equations 363 One must learn by doing the thing; though you think you know it, you have no certainty until you try. Sophocles (495-406)BCE Chapter 9 Partial Differential Equations A linear second order partial differential

More information

Markovian projection for volatility calibration

Markovian projection for volatility calibration cutting edge. calibration Markovian projection for volatility calibration Vladimir Piterbarg looks at the Markovian projection method, a way of obtaining closed-form approximations of European-style option

More information

LINEAR INEQUALITIES. Mathematics is the art of saying many things in many different ways. MAXWELL

LINEAR INEQUALITIES. Mathematics is the art of saying many things in many different ways. MAXWELL Chapter 6 LINEAR INEQUALITIES 6.1 Introduction Mathematics is the art of saying many things in many different ways. MAXWELL In earlier classes, we have studied equations in one variable and two variables

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 10

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 10 Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T. Heath Chapter 10 Boundary Value Problems for Ordinary Differential Equations Copyright c 2001. Reproduction

More information

Teaching Mathematics and Statistics Using Tennis

Teaching Mathematics and Statistics Using Tennis Teaching Mathematics and Statistics Using Tennis Reza Noubary ABSTRACT: The widespread interest in sports in our culture provides a great opportunity to catch students attention in mathematics and statistics

More information

The Math Circle, Spring 2004

The Math Circle, Spring 2004 The Math Circle, Spring 2004 (Talks by Gordon Ritter) What is Non-Euclidean Geometry? Most geometries on the plane R 2 are non-euclidean. Let s denote arc length. Then Euclidean geometry arises from the

More information

The integrating factor method (Sect. 2.1).

The integrating factor method (Sect. 2.1). The integrating factor method (Sect. 2.1). Overview of differential equations. Linear Ordinary Differential Equations. The integrating factor method. Constant coefficients. The Initial Value Problem. Variable

More information

MODULE VII LARGE BODY WAVE DIFFRACTION

MODULE VII LARGE BODY WAVE DIFFRACTION MODULE VII LARGE BODY WAVE DIFFRACTION 1.0 INTRODUCTION In the wave-structure interaction problems, it is classical to divide into two major classification: slender body interaction and large body interaction.

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

3 The boundary layer equations

3 The boundary layer equations 3 The boundar laer equations Having introduced the concept of the boundar laer (BL), we now turn to the task of deriving the equations that govern the flow inside it. We focus throughout on the case of

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Physics 1A Lecture 10C

Physics 1A Lecture 10C Physics 1A Lecture 10C "If you neglect to recharge a battery, it dies. And if you run full speed ahead without stopping for water, you lose momentum to finish the race. --Oprah Winfrey Static Equilibrium

More information

Big Ideas in Mathematics

Big Ideas in Mathematics Big Ideas in Mathematics which are important to all mathematics learning. (Adapted from the NCTM Curriculum Focal Points, 2006) The Mathematics Big Ideas are organized using the PA Mathematics Standards

More information

Basic Equations, Boundary Conditions and Dimensionless Parameters

Basic Equations, Boundary Conditions and Dimensionless Parameters Chapter 2 Basic Equations, Boundary Conditions and Dimensionless Parameters In the foregoing chapter, many basic concepts related to the present investigation and the associated literature survey were

More information

Part IB Paper 6: Information Engineering LINEAR SYSTEMS AND CONTROL Dr Glenn Vinnicombe HANDOUT 3. Stability and pole locations.

Part IB Paper 6: Information Engineering LINEAR SYSTEMS AND CONTROL Dr Glenn Vinnicombe HANDOUT 3. Stability and pole locations. Part IB Paper 6: Information Engineering LINEAR SYSTEMS AND CONTROL Dr Glenn Vinnicombe HANDOUT 3 Stability and pole locations asymptotically stable marginally stable unstable Imag(s) repeated poles +

More information

Chapter 6 Circular Motion

Chapter 6 Circular Motion Chapter 6 Circular Motion 6.1 Introduction... 1 6.2 Cylindrical Coordinate System... 2 6.2.1 Unit Vectors... 3 6.2.2 Infinitesimal Line, Area, and Volume Elements in Cylindrical Coordinates... 4 Example

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

UNCORRECTED PAGE PROOFS

UNCORRECTED PAGE PROOFS number and and algebra TopIC 17 Polynomials 17.1 Overview Why learn this? Just as number is learned in stages, so too are graphs. You have been building your knowledge of graphs and functions over time.

More information

Pennsylvania System of School Assessment

Pennsylvania System of School Assessment Pennsylvania System of School Assessment The Assessment Anchors, as defined by the Eligible Content, are organized into cohesive blueprints, each structured with a common labeling system that can be read

More information

CE 3500 Fluid Mechanics / Fall 2014 / City College of New York

CE 3500 Fluid Mechanics / Fall 2014 / City College of New York 1 Drag Coefficient The force ( F ) of the wind blowing against a building is given by F=C D ρu 2 A/2, where U is the wind speed, ρ is density of the air, A the cross-sectional area of the building, and

More information

INTRODUCTION TO MATHEMATICAL MODELLING

INTRODUCTION TO MATHEMATICAL MODELLING 306 MATHEMATICS APPENDIX 2 INTRODUCTION TO MATHEMATICAL MODELLING A2.1 Introduction Right from your earlier classes, you have been solving problems related to the real-world around you. For example, you

More information