Asymptotic and Perturbation Methods: Lecture Notes.

Size: px
Start display at page:

Download "Asymptotic and Perturbation Methods: Lecture Notes."

Transcription

1 Asymptotic and Perturbation Methods: Lecture Notes. Blerta Shtylla University of Utah Mathematics Department Fall

2 Lecture 1 and Lecture 2 Week of August 26, 2008 Introduction: For many problems it is more advantageous to build approximations to solutions rather than solving the exact problem. This is especially advantageous in applied problems where certain approximations allow for solutions that are easier to interpret physically. In math biology we encounter many problems in which we might want to ignore some effects. We need to make sure that if we have to throw away terms the effect is not significant. Perturbation methods give us a way to study how certain approximations affect our models. All the problems we consider in this course have a small parameter. There are two classes of problems we will consider in this course: 1. Regular Perturbation Problems 2. Singular Perturbation Problems (nonuniformities) (a) Boundary Value Problems (b) Initial Value Problems Ex: dx dt = y x dy dt = y x(0) = 1, y(0) = 1 Notice that the solution x tracks y but it is delayed. So there is a difference in time scales. If we take = 0 the problem is inconsistent! Need a way to approximate the solution. 2

3 (c) Oscillatory Processes with multiple time scales (d) Microscale Problems (homogenization) Ex: Diffusion through media with a lot of micro-structure. Let us now consider a typical perturbation problem from physics. Example 1: Projectile Motion Consider an object projected radially upward from the surface of the Earth with initial velocity v 0. From our intro to physics course we usually write the following equation for the position of the object at a given time t: m d2 x dt 2 = f = mg (1) x(0) = 0 (2) x (0) = v 0 (3) with g the gravitational constant and m the mass of the object. Such a system can be easily solved to obtain, x(t) = 1 2 gt2 + v 0 t. (4) However these equations assume that the distance travelled from the object is much smaller than the radius of the Earth. A more precise statement of our problem reads: m d2 x dt 2 = GM em (x + R) 2 (5) m d2 x = mgr2 dt 2 (x + R) 2 (6) d 2 x = gr2 dt 2 (x + R). 2 (7) Notice that this problem reduces to the first one if x is much smaller than R however if that is not the case we are left with a nonlinear ode. In order to solve this problem we first rescale the variables. Let x = αy and t = στ, with y, τ dimensionless. Pick α = R and substitution yields, 3

4 If we choose σ = R g Rd 2 y = gr2 σ 2 dτ 2 (R + Ry) 2 (8) d 2 y = gσ2 /R dτ 2 (1 + y) 2 (9) y(0) = 0 (10) y (0) = σ R v 0. (11) the problem reduces to : d 2 y 1 = dτ 2 (1 + y) 2 (12) y(0) = 0 (13) y (0) = v 0. Rg (14) If we pick = v 0 Rg as our small parameter we are in trouble. This is because in the case that = 0 the solutions to the problem can take negative values which is not physically acceptable(negative height!). Let us try another choice of scales. We start by substituting x = αy and t = στ directly into the equation, α d 2 y g = σ 2 dτ 2 (1 + αy R )2 (15) d 2 y gσ 2 = dτ 2 α(1 + αy R )2 (16) y(0) = 0 (17) y (0) = σv 0 α. (18) We now pick the scales by setting gσ2 = 1 and σv 0 = 1 which gives σ = v 0 α α g 4

5 and α = v2 0 g. Substitution transforms our original equations into: d 2 y 1 = (19) dτ 2 (1 + y) 2 y(0) = 0 (20) y (0) = 1 (21) with = v2 0 Rg dimensionless. For R = 4000mi then v 0 s 2 ft 2, thus if v 0 is smaller than 10 3 then is small and the problem can be reduced to a linear ode. This would imply that for small the solution x(t) = 1 2 gt2 + v 0 t is a reasonable approximation to the solution of the projectile motion. We will later be able to estimate just how well our approximate solution is for the nonlinear ode. Approximations The typical approximation for any function is a power series f(x) f n (x) = f(0) + f (0)x + f (0) x R 2 n (x n ). How close is this expansion to the actual function? There are two ways of measuring close 1. Convergence: We say that f(x) converges to f n (x) if lim n f(x) f n (x) = 0 for all x with x > R. Notice that in order to get a good approximation here we might need to include a lot of terms. 2. Asymptotic: We say that f(x) is asymptotic to f n (x) if lim x x n (f(x) f n (x)) = 0 for n fixed. Notice that such an approximation does not ask for convergence thus there is no need to require a lot of terms. In fact many asymptotic series are divergent. Order notation: Let there be two functions f(x) and φ(x)(gauge function) defined in some interval Ω of the real numbers then, a) We say that f(x) is of the order of φ(x) as x x 0 denoted f(x) = O(φ(x)) if there is a positive constant A > 0 and a neighborhood U of x 0 so that f(x) < A φ(x) for all x U Ω. Example: Consider f(x) = x 2 + x 3 + x 4. Then f(x) = O(x 2 ) for all x < 1 since x 2 (1 + x + x 2 ) < 3x 2. 5

6 b) We say that f(x) = o(φ(x)) if for any > 0 there is a neighborhood U of x 0 so that f(x) φ(x) for all x U Ω. Example: Consider f(x) = x 2 ln(x) then f(x) = o(x) since f(x) x = x ln(x) 0 for small enough x. Order Notation Examples: 1. e 1 = O( n ) for all n i.e it is transcedentally small (take using L Hopital lim 0 e 1 = lim 0 e Let f(x) = x + e x then f(x) x = O( n ) for x 0. Notice that in this case lim 0 (lim x 0 f(x, )) lim x 0 (lim 0 f(x, )) so this is essentially a singular function. Definition(Asymptotic Sequences): A sequence of gauge functions {φ j (x)} j=0 is an asymptotic sequence as x x 0 if φ j+1 = o(φ j ) as x x 0 for j = 0, 1, 2... Examples of Asymptotic sequences: 1. φ(x) = x : 1, x, x 2,...x n as x φ(x) = 1 x : 1, 1/x, 1/x2,...1/x n+1 as x. 3. φ(x) = e n x : 1, e 1 x...e n x as x , x ln(x), x, x 2 ln(x)... as x 0. Definition(Asymptotic Representations): A function f(x) has an asymptotic representation f(x) n k=0 a kφ k (x) = f(x) as x x 0 if for each fixed n, lim f(x) f n (x) x x 0 φ n (x) = 0. (22) Perturbation Approach to Estimating Solutions of Algebraic Equations The simplest examples of perturbation methods when approximating solutions are the ones related to algebraic equations. We will start off by looking to approximate solutions to simple equations. The advantage to such examples is that for the simple cases we will know the exact solutions so we can get a feel for how well perturbation methods can do. Let us start with a few examples. 6

7 Example: 1. Find an approximate solution to the equation x = 0. Recall here that we want to approximate the solutions. Perturbation methods always involve problems with a small parameter. So let us state our problem in a way that would more naturally lead to perturbation methods. Let us consider instead x 2 (1 + ) = 0. Notice here that we know exactly how small (our small parameter) is. In order to tackle this problem we can think of the variable x as a function of so that x = x() so that around 0 one can taylor expand x() = x(0) + x (0) +... or in the context of our definitions x() = a 0 + a 1 + a Substituting into the original expression the expansion for x we obtain, (a 0 + a 1 + a ) 2 1 = 0 (23) a a 0 a 1 + a a 0 a = 0 (24) Equating same order terms we obtain: a = 0 (25) 2a 0 a 1 1 = 0 (26) 2a 0 a 2 + a 2 1 = 0. (27) It is now easy to see that the terms in the expansion for x are a 0 = ±1, a 1 = ± 1 2 which produces the solution x = ±1 ± 2. Recall however that we chose =.01 thus the approximate solution is x = ± Compare this with the exact solution, we did pretty well! Notice that we were able to solve this problem by using a taylor expansion for x. We call such problems regular perturbation expansions (it is regular in ). Example: Find the solution of x x 1 = 0 using a regular perturbation expansion as above. The above examples could be easily solved by thinking of the variable as a function of the small parameter and taylor expanding. Nevertheless, such techniques do not work for all problems. Notice that the 7

8 small parameter in the above equations was not coupled with the highest order terms, thus sending 0 did not change the number of solutions for the problem. There are plenty of problems where sending the small parameter to 0 severely affects our approximations. In such scenarios taylor expansions do not work ( as 0 convergence fails). Such problems are known as singular perturbation problems. Let us consider a few examples: Example: Find an approximate solution using perturbation methods for the equation x 2 + x 1 = 0. Solution: Notice that for = 0 the problem reduces to x 1 = 0 and we only have one root. Let us think of x as a function of again, but a regular taylor expansion in this case does no good. Instead we try x() = α y() = α (x 0 + x 1 +..) where α > 0 is some constant. Our goal will be to find the appropriate value of α. Substituting we have, 1+2α y() 2 + α y() 0 = 0. (28) Notice that the powers in the exponents of decide how fast each term changes as 0. Since we want to recover two roots from this equation we will try and have different terms of the equation change at the same rate(i.e the terms of the equation must balance in order to produce 0). This implies that the powers of these terms will have to be matched. Let us consider a few combinations and what they produce: α = α so α = 1 and we use x = y. With this scaling the first two terms in the equation blow up together as 0 whereas the last one is left constant. This means that the two solutions can be obtained from the first two terms for this value of α and we have: 1 ( (x0 + x ) 2 + x 0 + x 1 ) = 0 (29) x x 0 x x 0 + x 1 = 0 (30) Such an equation is solved by solving for all the different orders of terms. Therefore we obtain the following set of equations: O(1) : x x 0 = 0 x 0 = 0, 2 (31) O() : 1 2x 0 x 1 + x 1 1 = 0 x 1 = (1 + 2x 0 ). (32) 8

9 Therefore we obtain two approximations for the roots of this equation, namely x = 1( 2 ) and x = 1 (0 + ). Notice that by 3 matching the first two terms we were able to recover two roots for the equation. Let s see what the other matchings give us α = 0 so α = 1 2. Using our scaling we get x = y.such a scaling substituted into the original equation gives that the first and third term are O(1) but the second term is O( 1/2 ) which means that this term blows up as 0(also the first and third term are O(1) whereas the second term is O( 1 ) but we need the second term to be higher order). Therefore this case is not possible and we set it aside. 3. α = 0 requires that we use a regular perturbation method which we already know cannot give us two roots so such a value is not useful. Example: Find the approximate solutions using singular perturbations methods for the equation x x 3 + x + = 0. Solution: Like we did before we try x = α y() and substitute 4α+1 y() 4 + 3α+2 y() 3 + α y() + = 0. (33) Observe that this equation has four roots which we will find using power matching. Before we start approximating a quick look at the equation tells us that x = is one root. Matching powers implies that we will be looking at the behavior of the terms of the equation as 0. In this case matching will be successful if it can give us the remaining three roots for the equation. We create a table with all the possible matchings for the powers. 4α + 1 3α + 2 α 1 α = α = α = α = Let us consider each row of the above table. 1. For the first row of the table we notice that the last two terms dominate as 0 this implies that we use the substitution x = y(). 9

10 This produces y + = 0 which does not give us the needed three extra roots. 2. For the second row we see that the first and third term dominate yielding x = 1 y(). Going back to the original equation we see that 1/3 the dominating terms are x 4 + x 0 so that x = 0. We can immediately see that these two terms can produce three roots. We can easily find them by substituting x = y() into the roots of x = 0. 1/3 3. For the third row the O(1) term dominates but that is not enough to give us three roots. 4. Again this matching does not yield any roots. Example: Approximate the roots using singular perturbation methods for the following equation: 2 x 4 + x 3 + x + = 0. Solution: Using singular perturbation we try x = α y(). We match the exponents just like before and we summarize all the possible matchings in a table. 4α + 2 3α + 2 α 1 α = α = α = α = α = The first two terms dominate in the limit 0 which leaves us with 2 x 4 + x 3 0 so that x which only produces one root (but 2 we need four!). 2. This matching does not produce any roots since the O( 1 ) overpowers all the other terms in the limit. 3. This matching also produces no roots since the O( 1/4 ) overpowers all the other terms in the limit. 4. The second and third terms here dominate in the limit 0, so in order to find the roots we have to consider x 3 + x 0 which gives x So this matching produces two solutions. 10

11 5. Only the last two terms dominate here which gives us x + 0 so that we get only one root x = which for x = y has y = 1. Example:Find the approximate solutions for the equation x 2 + e x = 5. Solution:For this transcedental equation we notice that sending 0 does not affect the number of solutions to the problem (hint graph the function and vary ). So we try a regular expansion with x() = x 0 + x Substitution yields, (x 0 + x ) 2 + e (x 0+x ) = 5. (34) In order to solve here we try a Taylor expansion for exp(x) so we have, (x 0 + x ) (x 0 + x 1 +..) + 2 (x 0 + x 1 +..) 2 We solve by picking same order terms: 2 = 5. (35) with solution x = ± O(2 ). O(1) : x 2 0 = 4 (36) O() : 2x 0 x 1 + x 0 = 0 (37) Example: Approximate the solutions to x sech( x ) = 0. Solution: Let us start with a guess of the solution x() = 1 + µ()(notice that the guess here does not have to be some Taylor series expansion). Substitute into the original equation to obtain, 1 + µ() µ() + sech( ) = 0 (38) 2 µ() + = 0 (39) e µ 1 + e 1 µ 2 µ() + e 1 + e 1 = 0 (40) µ() 2e 1 = 0. (41) Immediately this gives us the solution x = 1 2e 1 a Taylor expansion. which clearly is not 11

12 Let us now return to the first example we examined, namely the gravitational problem. Recall that we rescaled the problem to, d 2 y dt 2 = 1 (1 + y) 2 (42) with y(0) = 0 and y (0) = 1. We try a regular expansion on y() and also Taylor expand 1 (1+y) 2. Substituting into the equation we have, y () = 1(1 2y +...) (43) y 0 + y 1 = 1(1 2y ). (44) Equating same order terms we have, O(1) : y 0 = 1 (45) O() : y 1 = 2y 0, (46) with y 0 (0) = 0 (47) y 0(0) = 1. (48) The above equations have solutions, y 0 (τ) = τ τ 2 2 y 1 (τ) = τ 3 3 τ 4 12 (49) (50) which gives y(τ) = τ τ 2 + ( τ 3 τ 4 ). Now let us see how our approximate solution does. Let us calculate the landing time using the approximate solution we just calculated. The landing time is found by solving for the roots of, 0 = τ τ (τ 3 τ 4 ). (51) 12 Let us assume that the root we are looking for is of the form τ = 2 + a α. Substitution gives, 0 = (2 + a α ) (2 + aα ) 2 + ( (2 + aα ) 3 3 (2 + aα ) 4 ) (52) = 2 + a α 2a α + ( ) (53) 12

13 so that α = 1 and α = 4 3 and τ = α. Putting back the dimensional v 2 0 scales we get t 0 = v 0 g (2 + 4 ). Notice that this landing time is a little 3 Rg longer than the time we would obtain when = 0. Thus when is not very small the landing time we calculate for this problem is shorter than the actual value. Notice that in the above example we used regular perturbation methods on a differential equation. In order to better understand the validity of such an approximation for ODE s we need to refer to the Implicit Function Theorem. Implicit Function Theorem: Let f = (f 1, f 2...f n ) be a continuously differentiable, vector-valued function mapping an open set E R n+m into R n. Let (a, b) = (a 1,..., a n, b 1,..., b m ) be a point in E for which f(a,b) = 0 and such that the n n determinant D j f i (a,b) 0 (54) for i = 1,..., n, where D j f i = f i x j. Then there exists an m-dimensional neighbourhood W of b and a unique continuously differentiable function g : W R n such that g(b)=a and for all t W. f(g(t),t) = 0 (55) In our context we start with the map f : R 2 R so that f(x, ) evaluated at (x 0, 0) is 0 with R a small parameter. Then there exist a unique continuously differentiable function x() such that x(0) = x 0 with f(x(), ) = 0 provided f x (x 0,0) 0. This means that the regular perturbation methods can be applied if f x (x 0,0) 0. Let us consider a few examples. Examples: 1. Consider x + = 0. Then we have f(x, ) = x +, with f(x, 0) = 0 and f (x 0, 0) = 1 0 so the implicit function theorem can be applied for this problem. 2. x 2 + = 0, with f(x, ) = x 2 + and f(x, 0) = x 2. We calculate f (x 0, 0) = 2x 0 so f (0, 0) = 0 so the Implicit function theorem doesn t apply here. 13

14 3. Finally, lets go back to a familiar problem For = 0 the map reduces to, f(y, ) = y 1 (x) + (1 + y) 2 (56) y(0) = 0 (57) y (0) = 1. (58) f(y, ) = y (x) + 1 (59) y(0) = 0 (60) y (0) = 1. (61) Here we are concerned with the derivative of the map. More specifically we need to examine f(y + δz) f(y) = y + δz y 1 +. Substituting into (1 + (y + δz)) 2 the derivative expresion we have, f(y + δz) f(y) = δz + (1 + y)2 1 + (y + δz) (1 + y) 2 (1 + (y + δz)) 2 (62) = δz 2δz(1 + y) ( )( ) + O(δ2 ) (63) = δz So we have reduced our problem to 2δz(1 + y) (1 + y) 4 + O(δ 2 ) (64) = δ(z 2z (1 + y) 3 ) + O(δ2 ) (65) Lz = z (66) z(0) = 0 (67) z (0) = 0 (68) with operator L = d2 2. Clearly we can find an approximate (1+y) solution to this problem if the operator L is invertible which requires dx 2 14

15 for us to evoke the Fredholm alternative (i.e the nullspace of the operator needs to only contain 0). We will discuss in more detail the application of the Fredholm alternative to perturbation problems. Nevertheless it should be clear that checking the conditions of the Fredholm alternative on the operator is equivalent to checking the applicability of the Implicit function theorem on a map. 15

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

More information

{ } is an asymptotic sequence.

{ } is an asymptotic sequence. AMS B Perturbation Methods Lecture 3 Copyright by Hongyun Wang, UCSC Recap Iterative method for finding asymptotic series requirement on the iteration formula to make it work Singular perturbation use

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter Infinite series, improper integrals, and Taylor series. Determine which of the following sequences converge or diverge (a) {e n } (b) {2 n } (c) {ne 2n } (d) { 2 n } (e) {n } (f) {ln(n)} 2.2 Which

More information

Central limit theorem. Paninski, Intro. Math. Stats., October 5, probability, Z N P Z, if

Central limit theorem. Paninski, Intro. Math. Stats., October 5, probability, Z N P Z, if Paninski, Intro. Math. Stats., October 5, 2005 35 probability, Z P Z, if P ( Z Z > ɛ) 0 as. (The weak LL is called weak because it asserts convergence in probability, which turns out to be a somewhat weak

More information

1. (4 % each, total 20 %) Answer each of the following. (No need to show your work for this problem). 3 n. n!? n=1

1. (4 % each, total 20 %) Answer each of the following. (No need to show your work for this problem). 3 n. n!? n=1 NAME: EXAM 4 - Math 56 SOlutions Instruction: Circle your answers and show all your work CLEARLY Partial credit will be given only when you present what belongs to part of a correct solution (4 % each,

More information

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

More information

Section 1.6 Inverse Functions

Section 1.6 Inverse Functions 0 Chapter 1 Section 1.6 Inverse Functions A fashion designer is travelling to Milan for a fashion show. He asks his assistant, Betty, what 7 degrees Fahrenheit is in Celsius, and after a quick search on

More information

Lecture 5 - Logarithms, Slope of a Function, Derivatives

Lecture 5 - Logarithms, Slope of a Function, Derivatives Lecture 5 - Logarithms, Slope of a Function, Derivatives 5. Logarithms Note the graph of e x This graph passes the horizontal line test, so f(x) = e x is one-to-one and therefore has an inverse function.

More information

hyunjoong kim 1 & chee han tan 1 January 2, 2018 contents list of figures abstract

hyunjoong kim 1 & chee han tan 1 January 2, 2018 contents list of figures abstract I N T R O D U C T I O N TO A S Y M P TOT I C A P P R O X I M AT I O N hyunjoong kim 1 & chee han tan 1 January 2, 218 contents 1 Asymptotic expansion 2 1.1 Accuracy and convergence..........................

More information

6x 2 8x + 5 ) = 12x 8

6x 2 8x + 5 ) = 12x 8 Example. If f(x) = x 3 4x + 5x + 1, then f (x) = 6x 8x + 5 Observation: f (x) is also a differentiable function... d dx ( f (x) ) = d dx ( 6x 8x + 5 ) = 1x 8 The derivative of f (x) is called the second

More information

Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain.

Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain. Lecture 32: Taylor Series and McLaurin series We saw last day that some functions are equal to a power series on part of their domain. For example f(x) = 1 1 x = 1 + x + x2 + x 3 + = ln(1 + x) = x x2 2

More information

Study guide for the Math 115 final Fall 2012

Study guide for the Math 115 final Fall 2012 Study guide for the Math 115 final Fall 2012 This study guide is designed to help you learn the material covered on the Math 115 final. Problems on the final may differ significantly from these problems

More information

Math 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

Main topics for the First Midterm Exam

Main topics for the First Midterm Exam Main topics for the First Midterm Exam The final will cover Sections.-.0, 2.-2.5, and 4.. This is roughly the material from first three homeworks and three quizzes, in addition to the lecture on Monday,

More information

MATH 425, HOMEWORK 3 SOLUTIONS

MATH 425, HOMEWORK 3 SOLUTIONS MATH 425, HOMEWORK 3 SOLUTIONS Exercise. (The differentiation property of the heat equation In this exercise, we will use the fact that the derivative of a solution to the heat equation again solves the

More information

UNIVERSITY OF MANITOBA

UNIVERSITY OF MANITOBA Question Points Score INSTRUCTIONS TO STUDENTS: This is a 6 hour examination. No extra time will be given. No texts, notes, or other aids are permitted. There are no calculators, cellphones or electronic

More information

Math 155 Prerequisite Review Handout

Math 155 Prerequisite Review Handout Math 155 Prerequisite Review Handout August 23, 2010 Contents 1 Basic Mathematical Operations 2 1.1 Examples...................................... 2 1.2 Exercises.......................................

More information

THE INVERSE FUNCTION THEOREM

THE INVERSE FUNCTION THEOREM THE INVERSE FUNCTION THEOREM W. PATRICK HOOPER The implicit function theorem is the following result: Theorem 1. Let f be a C 1 function from a neighborhood of a point a R n into R n. Suppose A = Df(a)

More information

Virginia Tech Math 1226 : Past CTE problems

Virginia Tech Math 1226 : Past CTE problems Virginia Tech Math 16 : Past CTE problems 1. It requires 1 in-pounds of work to stretch a spring from its natural length of 1 in to a length of 1 in. How much additional work (in inch-pounds) is done in

More information

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then 3.4 The Chain Rule To find the derivative of a function that is the composition of two functions for which we already know the derivatives, we can use the Chain Rule. The Chain Rule: Suppose F (x) = f(g(x)).

More information

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x MATH 3B: MIDTERM REVIEW JOE HUGHES. Evaluate sin x and cos x. Solution: Recall the identities cos x = + cos(x) Using these formulas gives cos(x) sin x =. Trigonometric Integrals = x sin(x) sin x = cos(x)

More information

Quantum Mechanics in Three Dimensions

Quantum Mechanics in Three Dimensions Physics 342 Lecture 21 Quantum Mechanics in Three Dimensions Lecture 21 Physics 342 Quantum Mechanics I Monday, March 22nd, 21 We are used to the temporal separation that gives, for example, the timeindependent

More information

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) Ordinary Differential Equations (ODEs) 1 Computer Simulations Why is computation becoming so important in physics? One reason is that most of our analytical tools such as differential calculus are best

More information

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1 Lectures - Week 11 General First Order ODEs & Numerical Methods for IVPs In general, nonlinear problems are much more difficult to solve than linear ones. Unfortunately many phenomena exhibit nonlinear

More information

Notes for Expansions/Series and Differential Equations

Notes for Expansions/Series and Differential Equations Notes for Expansions/Series and Differential Equations In the last discussion, we considered perturbation methods for constructing solutions/roots of algebraic equations. Three types of problems were illustrated

More information

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) (a) (b) (c) (d) (e)...

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) (a) (b) (c) (d) (e)... Math 55, Exam III November 5, The Honor Code is in effect for this examination. All work is to be your own. No calculators. The exam lasts for hour and 5 min. Be sure that your name is on every page in

More information

Final exam (practice) UCLA: Math 31B, Spring 2017

Final exam (practice) UCLA: Math 31B, Spring 2017 Instructor: Noah White Date: Final exam (practice) UCLA: Math 3B, Spring 207 This exam has 8 questions, for a total of 80 points. Please print your working and answers neatly. Write your solutions in the

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

2 2 + x =

2 2 + x = Lecture 30: Power series A Power Series is a series of the form c n = c 0 + c 1 x + c x + c 3 x 3 +... where x is a variable, the c n s are constants called the coefficients of the series. n = 1 + x +

More information

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS 1. Regular Singular Points During the past few lectures, we have been focusing on second order linear ODEs of the form y + p(x)y + q(x)y = g(x). Particularly,

More information

2.3 Damping, phases and all that

2.3 Damping, phases and all that 2.3. DAMPING, PHASES AND ALL THAT 107 2.3 Damping, phases and all that If we imagine taking our idealized mass on a spring and dunking it in water or, more dramatically, in molasses), then there will be

More information

Substitutions and by Parts, Area Between Curves. Goals: The Method of Substitution Areas Integration by Parts

Substitutions and by Parts, Area Between Curves. Goals: The Method of Substitution Areas Integration by Parts Week #7: Substitutions and by Parts, Area Between Curves Goals: The Method of Substitution Areas Integration by Parts 1 Week 7 The Indefinite Integral The Fundamental Theorem of Calculus, b a f(x) dx =

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

Final exam (practice) UCLA: Math 31B, Spring 2017

Final exam (practice) UCLA: Math 31B, Spring 2017 Instructor: Noah White Date: Final exam (practice) UCLA: Math 31B, Spring 2017 This exam has 8 questions, for a total of 80 points. Please print your working and answers neatly. Write your solutions in

More information

Predator - Prey Model Trajectories and the nonlinear conservation law

Predator - Prey Model Trajectories and the nonlinear conservation law Predator - Prey Model Trajectories and the nonlinear conservation law James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline

More information

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

More information

Brownian Motion. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Brownian Motion

Brownian Motion. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Brownian Motion Brownian Motion An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Background We have already seen that the limiting behavior of a discrete random walk yields a derivation of

More information

MATH 1910 Limits Numerically and Graphically Introduction to Limits does not exist DNE DOES does not Finding Limits Numerically

MATH 1910 Limits Numerically and Graphically Introduction to Limits does not exist DNE DOES does not Finding Limits Numerically MATH 90 - Limits Numerically and Graphically Introduction to Limits The concept of a limit is our doorway to calculus. This lecture will explain what the limit of a function is and how we can find such

More information

MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition

MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition MA 510 ASSIGNMENT SHEET Spring 2009 Text: Vector Calculus, J. Marsden and A. Tromba, fifth edition This sheet will be updated as the semester proceeds, and I expect to give several quizzes/exams. the calculus

More information

10. e tan 1 (y) 11. sin 3 x

10. e tan 1 (y) 11. sin 3 x MATH B FINAL REVIEW DISCLAIMER: WHAT FOLLOWS IS A LIST OF PROBLEMS, CONCEPTUAL QUESTIONS, TOPICS, AND SAMPLE PROBLEMS FROM THE TEXTBOOK WHICH COMPRISE A HEFTY BUT BY NO MEANS EXHAUSTIVE LIST OF MATERIAL

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

More information

5.1 Increasing and Decreasing Functions. A function f is decreasing on an interval I if and only if: for all x 1, x 2 I, x 1 < x 2 = f(x 1 ) > f(x 2 )

5.1 Increasing and Decreasing Functions. A function f is decreasing on an interval I if and only if: for all x 1, x 2 I, x 1 < x 2 = f(x 1 ) > f(x 2 ) 5.1 Increasing and Decreasing Functions increasing and decreasing functions; roughly DEFINITION increasing and decreasing functions Roughly, a function f is increasing if its graph moves UP, traveling

More information

Analytical Mechanics - Extra Problems

Analytical Mechanics - Extra Problems Analytical Mechanics - Extra Problems Physics 105, F17 (R) are review problems. Review problems are those that have already been covered in prior courses, mostly Intro to Physics I and II. Some are math

More information

Lecture 9: Taylor Series

Lecture 9: Taylor Series Math 8 Instructor: Padraic Bartlett Lecture 9: Taylor Series Week 9 Caltech 212 1 Taylor Polynomials and Series When we first introduced the idea of the derivative, one of the motivations we offered was

More information

Qualitative Analysis of Tumor-Immune ODE System

Qualitative Analysis of Tumor-Immune ODE System of Tumor-Immune ODE System L.G. de Pillis and A.E. Radunskaya August 15, 2002 This work was supported in part by a grant from the W.M. Keck Foundation 0-0 QUALITATIVE ANALYSIS Overview 1. Simplified System

More information

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED IN THIS EXAMINATION.

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED IN THIS EXAMINATION. MATH 110 FINAL EXAM SPRING 2008 FORM A NAME STUDENT NUMBER INSTRUCTOR SECTION NUMBER This examination will be machine processed by the University Testing Service. Use only a number 2 pencil on your scantron.

More information

Part 3.3 Differentiation Taylor Polynomials

Part 3.3 Differentiation Taylor Polynomials Part 3.3 Differentiation 3..3.1 Taylor Polynomials Definition 3.3.1 Taylor 1715 and Maclaurin 1742) If a is a fixed number, and f is a function whose first n derivatives exist at a then the Taylor polynomial

More information

MATH 319, WEEK 2: Initial Value Problems, Existence/Uniqueness, First-Order Linear DEs

MATH 319, WEEK 2: Initial Value Problems, Existence/Uniqueness, First-Order Linear DEs MATH 319, WEEK 2: Initial Value Problems, Existence/Uniqueness, First-Order Linear DEs 1 Initial-Value Problems We have seen that differential equations can, in general, given rise to multiple solutions.

More information

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Geoffrey Cowles Department of Fisheries Oceanography School for Marine Science and Technology University of Massachusetts-Dartmouth

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations for Engineers and Scientists Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International

More information

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2.

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2. Math 63: FALL 202 HOMEWORK Below is a list of online problems (go through webassign), and a second set that you need to write up and turn in on the given due date, in class. Each day, you need to work

More information

Coordinate systems and vectors in three spatial dimensions

Coordinate systems and vectors in three spatial dimensions PHYS2796 Introduction to Modern Physics (Spring 2015) Notes on Mathematics Prerequisites Jim Napolitano, Department of Physics, Temple University January 7, 2015 This is a brief summary of material on

More information

2t t dt.. So the distance is (t2 +6) 3/2

2t t dt.. So the distance is (t2 +6) 3/2 Math 8, Solutions to Review for the Final Exam Question : The distance is 5 t t + dt To work that out, integrate by parts with u t +, so that t dt du The integral is t t + dt u du u 3/ (t +) 3/ So the

More information

Calculus Favorite: Stirling s Approximation, Approximately

Calculus Favorite: Stirling s Approximation, Approximately Calculus Favorite: Stirling s Approximation, Approximately Robert Sachs Department of Mathematical Sciences George Mason University Fairfax, Virginia 22030 rsachs@gmu.edu August 6, 2011 Introduction Stirling

More information

Math 225 Differential Equations Notes Chapter 1

Math 225 Differential Equations Notes Chapter 1 Math 225 Differential Equations Notes Chapter 1 Michael Muscedere September 9, 2004 1 Introduction 1.1 Background In science and engineering models are used to describe physical phenomena. Often these

More information

Tricky Asymptotics Fixed Point Notes.

Tricky Asymptotics Fixed Point Notes. 18.385j/2.036j, MIT. Tricky Asymptotics Fixed Point Notes. Contents 1 Introduction. 2 2 Qualitative analysis. 2 3 Quantitative analysis, and failure for n = 2. 6 4 Resolution of the difficulty in the case

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

Numerical Methods I Solving Nonlinear Equations

Numerical Methods I Solving Nonlinear Equations Numerical Methods I Solving Nonlinear Equations Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 MATH-GA 2011.003 / CSCI-GA 2945.003, Fall 2014 October 16th, 2014 A. Donev (Courant Institute)

More information

Chapter 4. Section Derivatives of Exponential and Logarithmic Functions

Chapter 4. Section Derivatives of Exponential and Logarithmic Functions Chapter 4 Section 4.2 - Derivatives of Exponential and Logarithmic Functions Objectives: The student will be able to calculate the derivative of e x and of lnx. The student will be able to compute the

More information

Math 113: Quiz 6 Solutions, Fall 2015 Chapter 9

Math 113: Quiz 6 Solutions, Fall 2015 Chapter 9 Math 3: Quiz 6 Solutions, Fall 05 Chapter 9 Keep in mind that more than one test will wor for a given problem. I chose one that wored. In addition, the statement lim a LR b means that L Hôpital s rule

More information

Solution Set Two. 1 Problem #1: Projectile Motion Cartesian Coordinates Polar Coordinates... 3

Solution Set Two. 1 Problem #1: Projectile Motion Cartesian Coordinates Polar Coordinates... 3 : Solution Set Two Northwestern University, Classical Mechanics Classical Mechanics, Third Ed.- Goldstein October 7, 2015 Contents 1 Problem #1: Projectile Motion. 2 1.1 Cartesian Coordinates....................................

More information

Solutions of Math 53 Midterm Exam I

Solutions of Math 53 Midterm Exam I Solutions of Math 53 Midterm Exam I Problem 1: (1) [8 points] Draw a direction field for the given differential equation y 0 = t + y. (2) [8 points] Based on the direction field, determine the behavior

More information

6 Second Order Linear Differential Equations

6 Second Order Linear Differential Equations 6 Second Order Linear Differential Equations A differential equation for an unknown function y = f(x) that depends on a variable x is any equation that ties together functions of x with y and its derivatives.

More information

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions Spring 5, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card,

More information

Lecture No 1 Introduction to Diffusion equations The heat equat

Lecture No 1 Introduction to Diffusion equations The heat equat Lecture No 1 Introduction to Diffusion equations The heat equation Columbia University IAS summer program June, 2009 Outline of the lectures We will discuss some basic models of diffusion equations and

More information

MATH 1242 FINAL EXAM Spring,

MATH 1242 FINAL EXAM Spring, MATH 242 FINAL EXAM Spring, 200 Part I (MULTIPLE CHOICE, NO CALCULATORS).. Find 2 4x3 dx. (a) 28 (b) 5 (c) 0 (d) 36 (e) 7 2. Find 2 cos t dt. (a) 2 sin t + C (b) 2 sin t + C (c) 2 cos t + C (d) 2 cos t

More information

Math 1310 Final Exam

Math 1310 Final Exam Math 1310 Final Exam December 11, 2014 NAME: INSTRUCTOR: Write neatly and show all your work in the space provided below each question. You may use the back of the exam pages if you need additional space

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Math 266 Midterm Exam 2

Math 266 Midterm Exam 2 Math 266 Midterm Exam 2 March 2st 26 Name: Ground Rules. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use one 4-by-6

More information

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 15 - Tues 20th Nov 2018 First and Higher Order Differential Equations Integrating Factor Here is a powerful technique which will work (only!)

More information

5.2.2 Planar Andronov-Hopf bifurcation

5.2.2 Planar Andronov-Hopf bifurcation 138 CHAPTER 5. LOCAL BIFURCATION THEORY 5.. Planar Andronov-Hopf bifurcation What happens if a planar system has an equilibrium x = x 0 at some parameter value α = α 0 with eigenvalues λ 1, = ±iω 0, ω

More information

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals J. Wong (Fall 217) October 7, 217 What did we cover this week? Introduction to the Laplace transform Basic theory Domain and range of L Key

More information

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards 4.1 The Derivative Recall: For the slope of a line we need two points (x 1,y 1 ) and (x 2,y 2 ). Then the slope is given by the formula: m = y x = y 2 y 1 x 2 x 1 On a curve we can find the slope of a

More information

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation Lecture 18 : Direction Fields and Euler s Method A Differential Equation is an equation relating an unknown function and one or more of its derivatives. Examples Population growth : dp dp = kp, or = kp

More information

McGill University Department of Mathematics and Statistics. Ph.D. preliminary examination, PART A. PURE AND APPLIED MATHEMATICS Paper BETA

McGill University Department of Mathematics and Statistics. Ph.D. preliminary examination, PART A. PURE AND APPLIED MATHEMATICS Paper BETA McGill University Department of Mathematics and Statistics Ph.D. preliminary examination, PART A PURE AND APPLIED MATHEMATICS Paper BETA 17 August, 2018 1:00 p.m. - 5:00 p.m. INSTRUCTIONS: (i) This paper

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 05/05/2012 Bormashenko MATH 408N PRACTICE FINAL Name: TA session: Show your work for all the problems. Good luck! (1) Calculate the following limits, using whatever tools are appropriate. State which results

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

MATH 215/255 Solutions to Additional Practice Problems April dy dt

MATH 215/255 Solutions to Additional Practice Problems April dy dt . For the nonlinear system MATH 5/55 Solutions to Additional Practice Problems April 08 dx dt = x( x y, dy dt = y(.5 y x, x 0, y 0, (a Show that if x(0 > 0 and y(0 = 0, then the solution (x(t, y(t of the

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES We have: Seen how to interpret derivatives as slopes and rates of change Seen how to estimate derivatives of functions given by tables of values Learned how

More information

MATH 205C: STATIONARY PHASE LEMMA

MATH 205C: STATIONARY PHASE LEMMA MATH 205C: STATIONARY PHASE LEMMA For ω, consider an integral of the form I(ω) = e iωf(x) u(x) dx, where u Cc (R n ) complex valued, with support in a compact set K, and f C (R n ) real valued. Thus, I(ω)

More information

MATH 1241 Common Final Exam Fall 2010

MATH 1241 Common Final Exam Fall 2010 MATH 1241 Common Final Exam Fall 2010 Please print the following information: Name: Instructor: Student ID: Section/Time: The MATH 1241 Final Exam consists of three parts. You have three hours for the

More information

Math 121: Final Exam Review Sheet

Math 121: Final Exam Review Sheet Exam Information Math 11: Final Exam Review Sheet The Final Exam will be given on Thursday, March 1 from 10:30 am 1:30 pm. The exam is cumulative and will cover chapters 1.1-1.3, 1.5, 1.6,.1-.6, 3.1-3.6,

More information

1. Pace yourself. Make sure you write something on every problem to get partial credit. 2. If you need more space, use the back of the previous page.

1. Pace yourself. Make sure you write something on every problem to get partial credit. 2. If you need more space, use the back of the previous page. ***THIS TIME I DECIDED TO WRITE A LOT OF EXTRA PROBLEMS TO GIVE MORE PRACTICE. The actual midterm will have about 6 problems. If you want to practice something with approximately the same length as the

More information

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots,

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots, Chapter 8 Elliptic PDEs In this chapter we study elliptical PDEs. That is, PDEs of the form 2 u = lots, where lots means lower-order terms (u x, u y,..., u, f). Here are some ways to think about the physical

More information

An Application of Perturbation Methods in Evolutionary Ecology

An Application of Perturbation Methods in Evolutionary Ecology Dynamics at the Horsetooth Volume 2A, 2010. Focused Issue: Asymptotics and Perturbations An Application of Perturbation Methods in Evolutionary Ecology Department of Mathematics Colorado State University

More information

2 Discrete Dynamical Systems (DDS)

2 Discrete Dynamical Systems (DDS) 2 Discrete Dynamical Systems (DDS) 2.1 Basics A Discrete Dynamical System (DDS) models the change (or dynamics) of single or multiple populations or quantities in which the change occurs deterministically

More information

Ordinary Differential Equations

Ordinary Differential Equations CHAPTER 8 Ordinary Differential Equations 8.1. Introduction My section 8.1 will cover the material in sections 8.1 and 8.2 in the book. Read the book sections on your own. I don t like the order of things

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

More information

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009.

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009. OLLSCOIL NA héireann, CORCAIGH THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK Summer Examination 2009 First Engineering MA008 Calculus and Linear Algebra

More information

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 As always, the standard disclaimers apply In particular, I make no claims that all the material which will be on the exam is represented

More information

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS MIDTERM 1 PRACTICE PROBLEM SOLUTIONS Problem 1. Give an example of: (a) an ODE of the form y (t) = f(y) such that all solutions with y(0) > 0 satisfy y(t) = +. lim t + (b) an ODE of the form y (t) = f(y)

More information

MAT 419 Lecture Notes Transcribed by Eowyn Cenek 6/1/2012

MAT 419 Lecture Notes Transcribed by Eowyn Cenek 6/1/2012 (Homework 1: Chapter 1: Exercises 1-7, 9, 11, 19, due Monday June 11th See also the course website for lectures, assignments, etc) Note: today s lecture is primarily about definitions Lots of definitions

More information

Review Sheet on Convergence of Series MATH 141H

Review Sheet on Convergence of Series MATH 141H Review Sheet on Convergence of Series MATH 4H Jonathan Rosenberg November 27, 2006 There are many tests for convergence of series, and frequently it can been confusing. How do you tell what test to use?

More information

Math 322. Spring 2015 Review Problems for Midterm 2

Math 322. Spring 2015 Review Problems for Midterm 2 Linear Algebra: Topic: Linear Independence of vectors. Question. Math 3. Spring Review Problems for Midterm Explain why if A is not square, then either the row vectors or the column vectors of A are linearly

More information

One important way that you can classify differential equations is as linear or nonlinear.

One important way that you can classify differential equations is as linear or nonlinear. In This Chapter Chapter 1 Looking Closely at Linear First Order Differential Equations Knowing what a first order linear differential equation looks like Finding solutions to first order differential equations

More information

f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx

f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx Chapter 7 is concerned with all the integrals that can t be evaluated with simple antidifferentiation. Chart of Integrals on Page 463 7.1 Integration by Parts Like with the Chain Rule substitutions with

More information

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes.

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. SECTION A 1. State the maximal domain and range of the function f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. 2. By evaluating f(0),

More information

Chapter 2. Motion in One Dimension. AIT AP Physics C

Chapter 2. Motion in One Dimension. AIT AP Physics C Chapter 2 Motion in One Dimension Kinematics Describes motion while ignoring the agents that caused the motion For now, will consider motion in one dimension Along a straight line Will use the particle

More information

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2 MATH 3A: MIDTERM REVIEW JOE HUGHES 1. Curvature 1. Consider the curve r(t) = x(t), y(t), z(t), where x(t) = t Find the curvature κ(t). 0 cos(u) sin(u) du y(t) = Solution: The formula for curvature is t

More information