Agenda Sections 2.4, 2.5

Size: px
Start display at page:

Download "Agenda Sections 2.4, 2.5"

Transcription

1 Agenda Sections 2.4, 2.5 Reminders Read 3.1, 3.2 Do problems for 2.4, 2.5 Homework 1 due Friday Midterm Exam I on 1/23 Lab on Friday (Shapiro 2054) Office hours Tues, Thurs 3-4:30 pm (5852 East Hall)

2 Theorem: Existence and Uniqueness for Linear DE s If the functions p and g are continuous on an open interval I =(, )containingthepointt = t 0, then there exists a unique function y = (t) thatsatisfiesthede y 0 + p(t)y = g(t) for each t in I,andthatalsosatisfiestheinitialcondition y(t 0 )=y 0, where y 0 is an arbitrary prescribed initial value.

3 In other words, suppose you have a DE of the form y 0 + p(t)y = g(t), and suppose p and g are continuous functions on some interval (, ). Now, choose a point (t 0, y 0 )such that <t 0 <,asshowninthe figure. Then, the IVP y 0 + p(t)y = g(t), y(t 0 )=y 0 is guaranteed to have a solution that is well defined in the interval (, ), and that solution is the only one that satisfies the IVP.

4 The proof for this theorem is based on the idea that an integrating factor can obtain every solution to the IVP y 0 + p(t)y = g(t), y(t 0 )=y 0 as long as the continuity conditions on p(t) andg(t) are satisfied. Uniqueness is proven by showing that the initial condition determines the constant of integration uniquely.

5 Example Without solving the the problem, determine the largest interval in which the solution of the IVP is guaranteed to exist. (a) (t 3)y 0 +(lnt)y =2t, y(1) = 2 (b) t(t 4)y 0 + y =0, y(2) = 1 (c) y 0 +(tant)y =sint, y( ) =0 (d) (4 t 2 )y 0 +2ty =3t 2, y( 3) = 1 (e) (4 t 2 )y 0 +2ty =3t 2, y(1) = 3 (f) (ln t)y 0 + y =cott, y(2) = 3

6 Example Without solving the the problem, determine the largest interval in which the solution of the IVP is guaranteed to exist. (a) (t 3)y 0 +(lnt)y =2t, y(1) = 2 (0, 3) (b) t(t 4)y 0 + y =0, y(2) = 1 (0, 4) (c) y 0 +(tant)y =sint, y( ) =0 ( /2, 3 /2) (d) (4 t 2 )y 0 +2ty =3t 2, y( 3) = 1 ( 1, 2) (e) (4 t 2 )y 0 +2ty =3t 2, y(1) = 3 ( 2, 2) (f) (ln t)y 0 + y =cott, y(2) = 3 (1, )

7 Partial Derivatives To use the next theorem, we will need to be able to compute partial derivatives. Partial derivatives are used when a function depends on two or more independent variables. To take a partial derivative, we must choose which variable we re di erentiating with respect to. For example, if we want to di erentiate f (x, y) withrespecttoy, (x, To compute a partial derivative, di erentiate with respect to the chosen variable while treating all other independent variables as constants. (exy + x) =xe xy.

8 Theorem: Existence and Uniqueness for Nonlinear DE s Let the functions f /@y be continuous in some rectangle <t <, <y < containing the point (t 0, y 0 ). Then, in some interval t 0 h < t < t 0 + h contained in <t <,thereexists a unique solution y = (t) of the IVP y 0 = f (t, y), y(t 0 )=y 0.

9 In other words, suppose you have a DE of the form y 0 = f (t, y), and suppose f (t, y) and@f /@y are continuous functions in the rectangle <t <, <t <.Now,choose apoint(t 0, y 0 )inthatrectangle,as shown in the figure. Then, the IVP y 0 = f (t, y), y(t 0 )=y 0 is guaranteed to have a solution that is well defined for t near t 0,and that solution is the only one that satisfies the IVP.

10 The full proof for this theorem is much more di cult than the proof for the linear case and is considered beyond the scope of this course. Section 2.8 of the book goes over some of the main ideas behind the proof. We ll talk about it more in the next lecture.

11 Example Using the existence and uniqueness theorem for nonlinear DE s, state where in the ty-plane the DE is guaranteed to have a unique solution. (Refer to the chalkboard.) (a) y 0 = t y 2t+5y (b) y 0 =(1 t 2 y 2 ) 1/2 (c) y 0 = ln ty 1 t 2 +y 2 (d) y 0 =(t 2 + y 2 ) 3/2 (e) y 0 = 1+t2 3y y 2 (f) y 0 = (cot t)y 1+y

12 Example Using the existence and uniqueness theorem for nonlinear DE s, state where in the ty-plane the DE is guaranteed to have a unique solution. (Refer to the chalkboard.) (a) y 0 = t y y 6= 2t 2t+5y 5 (b) y 0 =(1 t 2 y 2 ) 1/2 y 2 + t 2 < 1 (c) y 0 ln ty = t 2 y 2 6=1, t 6= 0, y 6= 0 1 t 2 +y 2 (d) y 0 =(t 2 + y 2 ) 3/2 everywhere in the ty-plane (e) y 0 = 1+t2 3y y 2 y 6= 0, y 6= 3 (f) y 0 = (cot t)y 1+y y 6= 1, t 6= n for all n 2 Z

13 Example Solve the IVP 2y 0 y = t, y( 1) = 0 to determine the number of solutions. Is the result consistent with the existence and uniqueness theorem? We can solve the IVP using separation of variables. Z Z 2 ydy = tdt y 2 = 1 2 t2 + c Imposing the initial condition gives 0 2 = 1 2 ( 1)2 + c =) c = 1 2

14 Example Solve the IVP 2y 0 y = t, y( 1) = 0 to determine the number of solutions. Is the result consistent with the existence and uniqueness theorem? We can solve the IVP using separation of variables. Z Z 2 ydy = tdt y 2 = 1 2 t2 + c Imposing the initial condition gives 0 2 = 1 2 ( 1)2 + c =) c = 1 2

15 Plugging c into the general solution gives y 2 = 1 2 t y 2 = 1 2 (1 t2 ) r 1 t 2 y = ± 2 We have two solutions.

16 To use the existence and uniqueness theorem, we need to write the DE in the form y 0 = t/(2y). The right-hand side function f (t, y) = t/(2y) is not continuous at y =0. Sinceourinitialconditionis y( 1) = 0, the IVP does not satisfy the hypotheses of the existence and uniqueness theorem. Therefore, our result is consistent.

17 Example Solve the IVP y 0 = y 1/3, y(0) = 0 to determine the number of solutions. Is the result consistent with the existence and uniqueness theorem? We can solve the DE using separation of variables. Z Z dy y = dt 1/3 3 2 y 2/3 = t + c 2 y = ± 3 t + c 3/2

18 Example Solve the IVP y 0 = y 1/3, y(0) = 0 to determine the number of solutions. Is the result consistent with the existence and uniqueness theorem? We can solve the DE using separation of variables. Z Z dy y = dt 1/3 3 2 y 2/3 = t + c 2 y = ± 3 t + c 3/2

19 3/2 2 y = ± 3 t + c Imposing the initial condition, y(0) = 0, gives 3/2 2 0=± 3 0+c =) c =0. Therefore our solution is y = ± 3/2 2 3 t. However, this is not the only solution. It turns out that y =0 is also a solution to the IVP. We lost this solution when we divided by y 1/3 in order to separate variables.

20 In fact, it can be shown that, for any arbitrary positive t 0,the function 0, if 0 apple t < t0 y = ± 2 (t t 3 0) 3/2, if t t0 satisfies the IVP. (Notice that the function is continuous and di erentiable at t 0.) This is an example of an IVP with an infinite number of solutions. If we look at the hypotheses for the existence and uniqueness theorem, f (t, y) =y (t, y), = 3y 2/3 we see /@y is discontinuous at y =0. Sinceourinitial condition was y(0) = 0, the existence and uniqueness theorem does not apply. Therefore, our results are consistent.

21 Recall that if an IVP satisfied the hypotheses of the existence and uniqueness theorem for linear DE s, then we could conclude that a solution existed on the entire interval (, ). Unfortunately, this is not the case for nonlinear DE s. In the nonlinear case, the solution y = (t) iscertaintoexistaslong as the point (t, (y)) remains within a region in which the hypotheses of the theorem are satisfied. However, since the solution is usually not known, it may be impossible to be sure that the solution remains in this region. The next example demonstrates this scenario.

22 Example Solve the IVP y 0 = y 2, y(0) = 1. Is the result consistent with the existence and uniqueness theorem? This IVP can be solved using separation of variables. Z Z dy y = dt 2 1 y = t + c y = 1 t + c

23 Example Solve the IVP y 0 = y 2, y(0) = 1. Is the result consistent with the existence and uniqueness theorem? This IVP can be solved using separation of variables. Z Z dy y = dt 2 1 y = t + c y = 1 t + c

24 y = 1 t + c Imposing the initial condition y(0) = 1 gives 1= 1 0+c =) c = 1 The solution is then y = 1 1 t Notice that the solution is not defined at t =1. However, the hypotheses for the existence and uniqueness theorem are satisfied everywhere.

25 Still, this result does not contradict the existence and uniqueness theorem for nonlinear DE s. It would be a mistake to conclude that the solution to the IVP exists for all t. Thetheoremonlyguaranteesauniquesolutionexists.It does not specify the interval where the solution exists.

26 Definition: Autonomous DE (Review) ADEthatcanbewrittenas is said to be autonomous. dy dt = f (y) Example Determine if the statement is true or false. (a) An autonomous DE isn t necessarily a seperable DE. (b) An autonomous DE can have solutions that oscillate. (c) Equilibrium solutions are constant solutions. (d) There s a di erence between a stable equilibrium point and an asymptotically stable equilibrium point.

27 Definition: Autonomous DE (Review) ADEthatcanbewrittenas is said to be autonomous. dy dt = f (y) Example Determine if the statement is true or false. (a) An autonomous DE isn t necessarily a seperable DE. F (b) An autonomous DE can have solutions that oscillate. F (c) Equilibrium solutions are constant solutions. T (d) There s a di erence between a stable equilibrium point and an asymptotically stable equilibrium point. T

28 Exponential Growth Model Assumes that a population grows at a rate proportional to the current population. That is, dy dt = ry, y(0) = y 0 where r is called the rate of growth or decline. Ifr > 0, the population is growing.

29 Logistic Growth Model Assumes that a population grows exponentially when the population y is small. The model includes the assumption that the growth rate decreases as the population approaches the carrying capacity K. TheDEforthismodelis dy dt = r y 1 y, y(0) = y 0, K where r is called the intrinsic growth rate and K is called the saturation level or the carrying capacity.

30 Logistic Growth with a Threshold Similar to the logistic model, except there s an extra assumption that a population below a certain threshold T will die o. The DE has the form dy dt = r 1 y T 1 where T is the threshold level. y y, y(0) = y 0, K

31 Example Without solving the DE, provide a qualitatively accurate sketch of the solutions to dy dt = y(1 y 2 ). We begin by finding the critical points. That is, we re looking for constant solutions. 0=y(1 y 2 ) =) y = 1, y =0, y =1arecriticalpoints. Drawing a phase line may be helpful in understanding the behavior of solutions.

32 Example Without solving the DE, provide a qualitatively accurate sketch of the solutions to dy dt = y(1 y 2 ). We begin by finding the critical points. That is, we re looking for constant solutions. 0=y(1 y 2 ) =) y = 1, y =0, y =1arecriticalpoints. Drawing a phase line may be helpful in understanding the behavior of solutions.

33 At this point, we know the critical points and when the solutions are increasing or decreasing. However, we don t know anything about the concavity (second derivative) of the solutions. To find this, we can use the chain rule to compute d 2 y/dt 2.SupposewehaveaDEoftheform dy dt = f (y), then d 2 y dt = d 2 dt f (y) =f 0 (y) dy dt =f 0 (y)f (y). To find the inflection points, we need to know when d 2 y/dt 2 =0. That can either happen when f 0 (y) =0or f (y) =0. In the latter case, f (y) =0correspondstothe equilibrium solutions. Therefore, we should focus on finding solutions to f 0 (y) =0.

34 Recall that the DE was Computing f 0 (y) gives Setting f 0 (y) =0gives dy dt = y(1 y 2 ). f 0 (y) =1 y 2 2y 2 =1 3y 2. 0=1 3y 2 =) y = ± p 1/3 Therefore, our inflection points are at y = ± p 1/3. By checking the sign of d 2 y/dt 2 = f 0 (y)f (y), we can determine the concavity of the solutions.

35 f (y) =y(1 y 2 ), f 0 (y) =1 3y 2 The dotted lines are there to remind us of the change in concavity.

36 Bifurcation Abifurcationoccurswhenasmallsmoothchangemadetoa parameter in a DE causes a sudden qualitative change in the behavior of the solutions. The value of the parameter (or point in parameter space) where the bifurcation occurs is called the bifurcation point. Examples Critical points changing stability Critical points appearing or disappearing

37 Example Consider the DE y 0 = a y 2 ( ) (a) Find the critical points when a < 0, a =0,anda > 0. (b) Draw the phase line for each case. (c) Plot the location of the critical points as a function of a in the ay-plane. This is called the bifurcation diagram of ( ).

38 y 0 = a y 2 (a). Suppose a < 0, then 0=a y 2 =) no critical points Suppose a =0,then 0=a y 2 =) y =0 is a critical point Suppose a > 0, then 0=a y 2 =) y = p a and y = p a are critical points

39 (b). For a < 0, there are no critical points. For a =0,the critical point at y =0issemistable. For a > 0, the critical point at y = p a is unstable and the critical point at y = p a is asymptotically stable.

40 (c). Bifurcation Diagram (saddle-node bifurcation) Asymptotically stable critical points are shown with a solid line. Unstable critical points are shown with a dashed line.

41 There are additional types of bifurcations that can occur.

42 Bifurcation Diagram (transcritical bifurcation) Asymptotically stable critical points are shown with a solid line. Unstable critical points are shown with a dashed line.

43 Transcritical Bifurcation Govindarajan & Marathe

44 Bifurcation Diagram (pitchfork bifurcation) Amzoti Asymptotically stable critical points are shown with a blue line. Unstable critical points are shown with a red line.

45 Pitchfork Bifurcation For r apple 0, there s one asymptotically stable critical point For r > 0, the single critical point splits into three critical points

46 For each type of bifurcation, the reverse situation can occur where the critical points have the opposite stability. Either way, the names for the bifurcations are the same.

47 Example Consider the DE dy dt = ay y 3 (a) Find the critical points for a < 0, a =0,anda > 0. (b) Sketch several solutions to the DE in the ty-plane. (c) Draw the bifurcation diagram for the DE. What type of bifurcation is it?

48

49

50

51

52

Sample Questions, Exam 1 Math 244 Spring 2007

Sample Questions, Exam 1 Math 244 Spring 2007 Sample Questions, Exam Math 244 Spring 2007 Remember, on the exam you may use a calculator, but NOT one that can perform symbolic manipulation (remembering derivative and integral formulas are a part of

More information

Section 2.1 (First Order) Linear DEs; Method of Integrating Factors. General first order linear DEs Standard Form; y'(t) + p(t) y = g(t)

Section 2.1 (First Order) Linear DEs; Method of Integrating Factors. General first order linear DEs Standard Form; y'(t) + p(t) y = g(t) Section 2.1 (First Order) Linear DEs; Method of Integrating Factors Key Terms/Ideas: General first order linear DEs Standard Form; y'(t) + p(t) y = g(t) Integrating factor; a function μ(t) that transforms

More information

First Order Differential Equations Lecture 3

First Order Differential Equations Lecture 3 First Order Differential Equations Lecture 3 Dibyajyoti Deb 3.1. Outline of Lecture Differences Between Linear and Nonlinear Equations Exact Equations and Integrating Factors 3.. Differences between Linear

More information

3.2 Systems of Two First Order Linear DE s

3.2 Systems of Two First Order Linear DE s Agenda Section 3.2 Reminders Lab 1 write-up due 9/26 or 9/28 Lab 2 prelab due 9/26 or 9/28 WebHW due 9/29 Office hours Tues, Thurs 1-2 pm (5852 East Hall) MathLab office hour Sun 7-8 pm (MathLab) 3.2 Systems

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

First Order ODEs, Part II

First Order ODEs, Part II Craig J. Sutton craig.j.sutton@dartmouth.edu Department of Mathematics Dartmouth College Math 23 Differential Equations Winter 2013 Outline Existence & Uniqueness Theorems 1 Existence & Uniqueness Theorems

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: (a) Equilibrium solutions are only defined

More information

First Order Differential Equations

First Order Differential Equations First Order Differential Equations 1 Finding Solutions 1.1 Linear Equations + p(t)y = g(t), y() = y. First Step: Compute the Integrating Factor. We want the integrating factor to satisfy µ (t) = p(t)µ(t).

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: This is an isocline associated with a slope

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations Lecture Notes for Math 51: ODE and PDE. Lecture 7:.4 Differences Between Linear and Nonlinear Equations Shawn D. Ryan Spring 01 1 Existence and Uniqueness Last Time: We developed 1st Order ODE models for

More information

1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients?

1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients? 1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients? Let y = ay b with y(0) = y 0 We can solve this as follows y =

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

8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds

8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds c Dr Igor Zelenko, Spring 2017 1 8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds to section 2.5) 1.

More information

Solutions to Math 53 First Exam April 20, 2010

Solutions to Math 53 First Exam April 20, 2010 Solutions to Math 53 First Exam April 0, 00. (5 points) Match the direction fields below with their differential equations. Also indicate which two equations do not have matches. No justification is necessary.

More information

SMA 208: Ordinary differential equations I

SMA 208: Ordinary differential equations I SMA 208: Ordinary differential equations I First Order differential equations Lecturer: Dr. Philip Ngare (Contacts: pngare@uonbi.ac.ke, Tue 12-2 PM) School of Mathematics, University of Nairobi Feb 26,

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

dy dt = 1 y t 1 +t 2 y dy = 1 +t 2 dt 1 2 y2 = 1 2 ln(1 +t2 ) +C, y = ln(1 +t 2 ) + 9.

dy dt = 1 y t 1 +t 2 y dy = 1 +t 2 dt 1 2 y2 = 1 2 ln(1 +t2 ) +C, y = ln(1 +t 2 ) + 9. Math 307A, Winter 2014 Midterm 1 Solutions Page 1 of 8 1. (10 points Solve the following initial value problem explicitly. Your answer should be a function in the form y = g(t, where there is no undetermined

More information

Math 266: Autonomous equation and population dynamics

Math 266: Autonomous equation and population dynamics Math 266: Autonomous equation and population namics Long Jin Purdue, Spring 2018 Autonomous equation An autonomous equation is a differential equation which only involves the unknown function y and its

More information

Math Homework 3 Solutions. (1 y sin x) dx + (cos x) dy = 0. = sin x =

Math Homework 3 Solutions. (1 y sin x) dx + (cos x) dy = 0. = sin x = 2.6 #10: Determine if the equation is exact. If so, solve it. Math 315-01 Homework 3 Solutions (1 y sin x) dx + (cos x) dy = 0 Solution: Let P (x, y) = 1 y sin x and Q(x, y) = cos x. Note P = sin x = Q

More information

µ = e R p(t)dt where C is an arbitrary constant. In the presence of an initial value condition

µ = e R p(t)dt where C is an arbitrary constant. In the presence of an initial value condition MATH 3860 REVIEW FOR FINAL EXAM The final exam will be comprehensive. It will cover materials from the following sections: 1.1-1.3; 2.1-2.2;2.4-2.6;3.1-3.7; 4.1-4.3;6.1-6.6; 7.1; 7.4-7.6; 7.8. The following

More information

Chapter 2: First Order DE 2.4 Linear vs. Nonlinear DEs

Chapter 2: First Order DE 2.4 Linear vs. Nonlinear DEs Chapter 2: First Order DE 2.4 Linear vs. Nonlinear DEs First Order DE 2.4 Linear vs. Nonlinear DE We recall the general form of the First Oreder DEs (FODE): dy = f(t, y) (1) dt where f(t, y) is a function

More information

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative 1 Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f

More information

California State University Northridge MATH 280: Applied Differential Equations Midterm Exam 1

California State University Northridge MATH 280: Applied Differential Equations Midterm Exam 1 California State University Northridge MATH 280: Applied Differential Equations Midterm Exam 1 October 9, 2013. Duration: 75 Minutes. Instructor: Jing Li Student Name: Student number: Take your time to

More information

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy

1.2. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy .. Direction Fields: Graphical Representation of the ODE and its Solution Let us consider a first order differential equation of the form dy = f(x, y). In this section we aim to understand the solution

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics Introductory Notes in Ordinary Differential Equations for Physical Sciences and Engineering Marcel B. Finan c All Rights

More information

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material.

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. Exam Basics 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. 4 The last 5 questions will be on new material since the midterm. 5 60

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

More information

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems.

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems. Review Outline To review for the final, look over the following outline and look at problems from the book and on the old exam s and exam reviews to find problems about each of the following topics.. Basics

More information

y + p(t)y = g(t) for each t I, and that also satisfies the initial condition y(t 0 ) = y 0 where y 0 is an arbitrary prescribed initial value.

y + p(t)y = g(t) for each t I, and that also satisfies the initial condition y(t 0 ) = y 0 where y 0 is an arbitrary prescribed initial value. p1 Differences Between Linear and Nonlinear Equation Theorem 1: If the function p and g are continuous on an open interval I : α < t < β containing the point t = t 0, then there exists a unique function

More information

Calculus IV - HW 2 MA 214. Due 6/29

Calculus IV - HW 2 MA 214. Due 6/29 Calculus IV - HW 2 MA 214 Due 6/29 Section 2.5 1. (Problems 3 and 5 from B&D) The following problems involve differential equations of the form dy = f(y). For each, sketch the graph of f(y) versus y, determine

More information

Math 331 Homework Assignment Chapter 7 Page 1 of 9

Math 331 Homework Assignment Chapter 7 Page 1 of 9 Math Homework Assignment Chapter 7 Page of 9 Instructions: Please make sure to demonstrate every step in your calculations. Return your answers including this homework sheet back to the instructor as a

More information

Math 256: Applied Differential Equations: Final Review

Math 256: Applied Differential Equations: Final Review Math 256: Applied Differential Equations: Final Review Chapter 1: Introduction, Sec 1.1, 1.2, 1.3 (a) Differential Equation, Mathematical Model (b) Direction (Slope) Field, Equilibrium Solution (c) Rate

More information

Math 307 Lecture 6. Differences Between Linear and Nonlinear Equations. W.R. Casper. Department of Mathematics University of Washington

Math 307 Lecture 6. Differences Between Linear and Nonlinear Equations. W.R. Casper. Department of Mathematics University of Washington Math 307 Lecture 6 Differences Between Linear and Nonlinear Equations W.R. Casper Department of Mathematics University of Washington January 22, 2016 Today! Last time: Modeling first-order equations This

More information

Homework 2 Solutions Math 307 Summer 17

Homework 2 Solutions Math 307 Summer 17 Homework 2 Solutions Math 307 Summer 17 July 8, 2017 Section 2.3 Problem 4. A tank with capacity of 500 gallons originally contains 200 gallons of water with 100 pounds of salt in solution. Water containing

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

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4.

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4. Entrance Exam, Differential Equations April, 7 (Solve exactly 6 out of the 8 problems). Consider the following initial value problem: { y + y + y cos(x y) =, y() = y. Find all the values y such that the

More information

Exam II Review: Selected Solutions and Answers

Exam II Review: Selected Solutions and Answers November 9, 2011 Exam II Review: Selected Solutions and Answers NOTE: For additional worked problems see last year s review sheet and answers, the notes from class, and your text. Answers to problems from

More information

Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm.

Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm. 1 competing species Math 1280 Notes 4 Last section revised, 1/31, 9:30 pm. This section and the next deal with the subject of population biology. You will already have seen examples of this. Most calculus

More information

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016 Math 4B Notes Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: T 2:45 :45pm Last updated 7/24/206 Classification of Differential Equations The order of a differential equation is the

More information

MAT 122 Homework 7 Solutions

MAT 122 Homework 7 Solutions MAT 1 Homework 7 Solutions Section 3.3, Problem 4 For the function w = (t + 1) 100, we take the inside function to be z = t + 1 and the outside function to be z 100. The derivative of the inside function

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

Lecture 31. Basic Theory of First Order Linear Systems

Lecture 31. Basic Theory of First Order Linear Systems Math 245 - Mathematics of Physics and Engineering I Lecture 31. Basic Theory of First Order Linear Systems April 4, 2012 Konstantin Zuev (USC) Math 245, Lecture 31 April 4, 2012 1 / 10 Agenda Existence

More information

Calculus with Analytic Geometry I Exam 8 Take Home Part.

Calculus with Analytic Geometry I Exam 8 Take Home Part. Calculus with Analytic Geometry I Exam 8 Take Home Part. INSTRUCTIONS: SHOW ALL WORK. Write clearly, using full sentences. Use equal signs appropriately; don t use them between quantities that are not

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

M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, Section time (circle one): 11:00am 1:00pm 2:00pm

M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, Section time (circle one): 11:00am 1:00pm 2:00pm M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, 2011 NAME EID Section time (circle one): 11:00am 1:00pm 2:00pm No books, notes, or calculators. Show all your work. Do NOT open this exam booklet

More information

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22]

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] HW2 Solutions MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, 2013 Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] Section 3.1: 1, 2, 3, 9, 16, 18, 20, 23 Section 3.2: 1, 2,

More information

MATH 2410 PRACTICE PROBLEMS FOR FINAL EXAM

MATH 2410 PRACTICE PROBLEMS FOR FINAL EXAM MATH 2410 PRACTICE PROBLEMS FOR FINAL EXAM Date and place: Saturday, December 16, 2017. Section 001: 3:30-5:30 pm at MONT 225 Section 012: 8:00-10:00am at WSRH 112. Material covered: Lectures, quizzes,

More information

Math 310 Introduction to Ordinary Differential Equations Final Examination August 9, Instructor: John Stockie

Math 310 Introduction to Ordinary Differential Equations Final Examination August 9, Instructor: John Stockie Make sure this exam has 15 pages. Math 310 Introduction to Ordinary Differential Equations inal Examination August 9, 2006 Instructor: John Stockie Name: (Please Print) Student Number: Special Instructions

More information

APPM 2360: Midterm exam 1 February 15, 2017

APPM 2360: Midterm exam 1 February 15, 2017 APPM 36: Midterm exam 1 February 15, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your recitation section number and () a grading table. Text books, class notes,

More information

Sect2.1. Any linear equation:

Sect2.1. Any linear equation: Sect2.1. Any linear equation: Divide a 0 (t) on both sides a 0 (t) dt +a 1(t)y = g(t) dt + a 1(t) a 0 (t) y = g(t) a 0 (t) Choose p(t) = a 1(t) a 0 (t) Rewrite it in standard form and ḡ(t) = g(t) a 0 (t)

More information

Math 266, Midterm Exam 1

Math 266, Midterm Exam 1 Math 266, Midterm Exam 1 February 19th 2016 Name: Ground Rules: 1. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use

More information

Math 23: Differential Equations (Winter 2017) Midterm Exam Solutions

Math 23: Differential Equations (Winter 2017) Midterm Exam Solutions Math 3: Differential Equations (Winter 017) Midterm Exam Solutions 1. [0 points] or FALSE? You do not need to justify your answer. (a) [3 points] Critical points or equilibrium points for a first order

More information

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015.

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015. APPM 23: Final Exam :3am :pm, May, 25. ON THE FRONT OF YOUR BLUEBOOK write: ) your name, 2) your student ID number, 3) lecture section, 4) your instructor s name, and 5) a grading table for eight questions.

More information

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end.

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. Math 307A, Midterm 1 Spring 2013 Name: Instructions. DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. There

More information

Math 2410Q - 10 Elementary Differential Equations Summer 2017 Midterm Exam Review Guide

Math 2410Q - 10 Elementary Differential Equations Summer 2017 Midterm Exam Review Guide Math 410Q - 10 Elementary Differential Equations Summer 017 Mierm Exam Review Guide Math 410Q Mierm Exam Info: Covers Sections 1.1 3.3 7 questions in total Some questions will have multiple parts. 1 of

More information

1. The growth of a cancerous tumor can be modeled by the Gompertz Law: dn. = an ln ( )

1. The growth of a cancerous tumor can be modeled by the Gompertz Law: dn. = an ln ( ) 1. The growth of a cancerous tumor can be modeled by the Gompertz Law: ( ) dn b = an ln, (1) dt N where N measures the size of the tumor. (a) Interpret the parameters a and b (both non-negative) biologically.

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

Math 216 First Midterm 19 October, 2017

Math 216 First Midterm 19 October, 2017 Math 6 First Midterm 9 October, 7 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5 Math 24 Final Exam Solution 17 December 1999 1. Find the general solution to the differential equation ty 0 +2y = sin t. Solution: Rewriting the equation in the form (for t 6= 0),we find that y 0 + 2 t

More information

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2.

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2. Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f continuous

More information

1 y 2 dy = (2 + t)dt 1 y. = 2t + t2 2 + C 1 2t + t 2 /2 + C. 1 t 2 /2 + 2t 1. e y y = 2t 2. e y dy = 2t 2 dt. e y = 2 3 t3 + C. y = ln( 2 3 t3 + C).

1 y 2 dy = (2 + t)dt 1 y. = 2t + t2 2 + C 1 2t + t 2 /2 + C. 1 t 2 /2 + 2t 1. e y y = 2t 2. e y dy = 2t 2 dt. e y = 2 3 t3 + C. y = ln( 2 3 t3 + C). Math 53 First Midterm Page. Solve each of the following initial value problems. (a) y = y + ty, y() = 3. The equation is separable : y = y ( + t). Thus y = y dy = ( + t)dt y = t + t + C t + t / + C. For

More information

SMA 208: Ordinary differential equations I

SMA 208: Ordinary differential equations I SMA 208: Ordinary differential equations I Modeling with First Order differential equations Lecturer: Dr. Philip Ngare (Contacts: pngare@uonbi.ac.ke, Tue 12-2 PM) School of Mathematics, University of Nairobi

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

First and Second Order Differential Equations Lecture 4

First and Second Order Differential Equations Lecture 4 First and Second Order Differential Equations Lecture 4 Dibyajyoti Deb 4.1. Outline of Lecture The Existence and the Uniqueness Theorem Homogeneous Equations with Constant Coefficients 4.2. The Existence

More information

Autonomous Equations and Stability Sections

Autonomous Equations and Stability Sections 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 Autonomous Equations and Stability Sections 2.4-2.5 Dr. John Ehrke Department of Mathematics Fall 2012 Autonomous Differential

More information

20D - Homework Assignment 1

20D - Homework Assignment 1 0D - Homework Assignment Brian Bowers (TA for Hui Sun) MATH 0D Homework Assignment October 7, 0. #,,,4,6 Solve the given differential equation. () y = x /y () y = x /y( + x ) () y + y sin x = 0 (4) y =

More information

Name: Problem Possible Actual Score TOTAL 180

Name: Problem Possible Actual Score TOTAL 180 Name: MA 226 FINAL EXAM Show Your Work and JUSTIFY Your Responses. Clearly label things that you want the grader to see. You are responsible for conveying your knowledge of the material in an understandable

More information

Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations

Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations. The Initial Value Problem. Linear variable coefficients equations. The Bernoulli equation: A nonlinear equation.

More information

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point,

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point, 1.2. Direction Fields: Graphical Representation of the ODE and its Solution Section Objective(s): Constructing Direction Fields. Interpreting Direction Fields. Definition 1.2.1. A first order ODE of the

More information

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ Math 90 Practice Midterm III Solutions Ch. 8-0 (Ebersole), 3.3-3.8 (Stewart) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam.

More information

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 1. Use the slope field plotter link in Gauchospace to check your solution. 2. (a) Not linear because of the y 2 sin x term (b) Not linear

More information

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3.

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3. Solutions to Homework 5, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 Problem 1. Find a particular solution to the differential equation 4y = 48t 3. Solution: First we

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

Math 216 Final Exam 24 April, 2017

Math 216 Final Exam 24 April, 2017 Math 216 Final Exam 24 April, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Math 23 Practice Quiz 2018 Spring

Math 23 Practice Quiz 2018 Spring 1. Write a few examples of (a) a homogeneous linear differential equation (b) a non-homogeneous linear differential equation (c) a linear and a non-linear differential equation. 2. Calculate f (t). Your

More information

Lecture 9. Systems of Two First Order Linear ODEs

Lecture 9. Systems of Two First Order Linear ODEs Math 245 - Mathematics of Physics and Engineering I Lecture 9. Systems of Two First Order Linear ODEs January 30, 2012 Konstantin Zuev (USC) Math 245, Lecture 9 January 30, 2012 1 / 15 Agenda General Form

More information

Math 116 Second Midterm November 14, 2012

Math 116 Second Midterm November 14, 2012 Math 6 Second Midterm November 4, Name: EXAM SOLUTIONS Instructor: Section:. Do not open this exam until you are told to do so.. This exam has pages including this cover. There are 8 problems. Note that

More information

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik AMATH 351 Mar 15, 013 FINAL REVIEW Instructor: Jiri Najemni ABOUT GRADES Scores I have so far will be posted on the website today sorted by the student number HW4 & Exam will be added early next wee Let

More information

Math 215/255 Final Exam (Dec 2005)

Math 215/255 Final Exam (Dec 2005) Exam (Dec 2005) Last Student #: First name: Signature: Circle your section #: Burggraf=0, Peterson=02, Khadra=03, Burghelea=04, Li=05 I have read and understood the instructions below: Please sign: Instructions:.

More information

Homework 9 - Solutions. Math 2177, Lecturer: Alena Erchenko

Homework 9 - Solutions. Math 2177, Lecturer: Alena Erchenko Homework 9 - Solutions Math 2177, Lecturer: Alena Erchenko 1. Classify the following differential equations (order, determine if it is linear or nonlinear, if it is linear, then determine if it is homogeneous

More information

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end.

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. Math 307, Midterm 2 Winter 2013 Name: Instructions. DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. There

More information

CHAPTER 2 First Order Equations

CHAPTER 2 First Order Equations CHAPTER 2 First Order Equations IN THIS CHAPTER we study first order equations for which there are general methods of solution. SECTION 2.1 deals with linear equations, the simplest kind of first order

More information

Diff. Eq. App.( ) Midterm 1 Solutions

Diff. Eq. App.( ) Midterm 1 Solutions Diff. Eq. App.(110.302) Midterm 1 Solutions Johns Hopkins University February 28, 2011 Problem 1.[3 15 = 45 points] Solve the following differential equations. (Hint: Identify the types of the equations

More information

APPM 2360: Midterm exam 3 April 19, 2017

APPM 2360: Midterm exam 3 April 19, 2017 APPM 36: Midterm exam 3 April 19, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your lecture section number and (4) a grading table. Text books, class notes, cell

More information

Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations

Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations. The Initial Value Problem. Linear variable coefficients equations. The Bernoulli equation: A nonlinear equation.

More information

FINAL EXAM STUDY GUIDE

FINAL EXAM STUDY GUIDE FINAL EXAM STUDY GUIDE The Final Exam takes place on Wednesday, June 13, 2018, from 10:30 AM to 12:30 PM in 1100 Donald Bren Hall (not the usual lecture room!!!) NO books/notes/calculators/cheat sheets

More information

Math 392 Exam 1 Solutions Fall (10 pts) Find the general solution to the differential equation dy dt = 1

Math 392 Exam 1 Solutions Fall (10 pts) Find the general solution to the differential equation dy dt = 1 Math 392 Exam 1 Solutions Fall 20104 1. (10 pts) Find the general solution to the differential equation = 1 y 2 t + 4ty = 1 t(y 2 + 4y). Hence (y 2 + 4y) = t y3 3 + 2y2 = ln t + c. 2. (8 pts) Perform Euler

More information

Math 216 First Midterm 18 October, 2018

Math 216 First Midterm 18 October, 2018 Math 16 First Midterm 18 October, 018 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( )

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( ) #7. ( pts) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, λ 5 λ 7 t t ce The general solution is then : 5 7 c c c x( 0) c c 9 9 c+ c c t 5t 7 e + e A sketch of

More information

Problem Set Number 2, j/2.036j MIT (Fall 2014)

Problem Set Number 2, j/2.036j MIT (Fall 2014) Problem Set Number 2, 18.385j/2.036j MIT (Fall 2014) Rodolfo R. Rosales (MIT, Math. Dept.,Cambridge, MA 02139) Due Mon., September 29, 2014. 1 Inverse function problem #01. Statement: Inverse function

More information

Math 341 Fall 2008 Friday December 12

Math 341 Fall 2008 Friday December 12 FINAL EXAM: Differential Equations Math 341 Fall 2008 Friday December 12 c 2008 Ron Buckmire 1:00pm-4:00pm Name: Directions: Read all problems first before answering any of them. There are 17 pages in

More information

+ i. cos(t) + 2 sin(t) + c 2.

+ i. cos(t) + 2 sin(t) + c 2. MATH HOMEWORK #7 PART A SOLUTIONS Problem 7.6.. Consider the system x = 5 x. a Express the general solution of the given system of equations in terms of realvalued functions. b Draw a direction field,

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

MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation

MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation MATH 415, WEEK 11: Bifurcations in Multiple Dimensions, Hopf Bifurcation 1 Bifurcations in Multiple Dimensions When we were considering one-dimensional systems, we saw that subtle changes in parameter

More information

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية الجامعة اإلسالمية كلية العلوم غزة قسم الرياضيات المعادالت التفاضلية العادية Elementary differential equations and boundary value problems المحاضرون أ.د. رائد صالحة د. فاتن أبو شوقة 1 3 4 5 6 بسم هللا

More information

MATH 307: Problem Set #3 Solutions

MATH 307: Problem Set #3 Solutions : Problem Set #3 Solutions Due on: May 3, 2015 Problem 1 Autonomous Equations Recall that an equilibrium solution of an autonomous equation is called stable if solutions lying on both sides of it tend

More information

144 Chapter 3. Second Order Linear Equations

144 Chapter 3. Second Order Linear Equations 144 Chapter 3. Second Order Linear Equations PROBLEMS In each of Problems 1 through 8 find the general solution of the given differential equation. 1. y + 2y 3y = 0 2. y + 3y + 2y = 0 3. 6y y y = 0 4.

More information

APPM 2360: Section exam 1 7:00pm 8:30pm, February 12, 2014.

APPM 2360: Section exam 1 7:00pm 8:30pm, February 12, 2014. APPM 2360: Section exam 1 7:00pm 8:30pm, February 12, 2014. ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your student ID number, (3) recitation section (4) your instructor s name, and (5) a

More information

z x = f x (x, y, a, b), z y = f y (x, y, a, b). F(x, y, z, z x, z y ) = 0. This is a PDE for the unknown function of two independent variables.

z x = f x (x, y, a, b), z y = f y (x, y, a, b). F(x, y, z, z x, z y ) = 0. This is a PDE for the unknown function of two independent variables. Chapter 2 First order PDE 2.1 How and Why First order PDE appear? 2.1.1 Physical origins Conservation laws form one of the two fundamental parts of any mathematical model of Continuum Mechanics. These

More information