Introduction to First Order Equations Sections

Size: px
Start display at page:

Download "Introduction to First Order Equations Sections"

Transcription

1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Introduction to First Order Equations Sections Dr. John Ehrke Department of Mathematics Fall 2012

2 Course Goals The study of differential equations has three principal goals: Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

3 Course Goals The study of differential equations has three principal goals: 1 To discover the underlying differential equation that describes a specific physical situation. Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

4 Course Goals The study of differential equations has three principal goals: 1 To discover the underlying differential equation that describes a specific physical situation. 2 To find, either exactly or approximately the appropriate solution of that equation. Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

5 Course Goals The study of differential equations has three principal goals: 1 To discover the underlying differential equation that describes a specific physical situation. 2 To find, either exactly or approximately the appropriate solution of that equation. 3 To interpret the solution that is found in the context of the model being studied. Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

6 Course Goals The study of differential equations has three principal goals: 1 To discover the underlying differential equation that describes a specific physical situation. 2 To find, either exactly or approximately the appropriate solution of that equation. 3 To interpret the solution that is found in the context of the model being studied. There are three different techniques that we will employ this semester to address these goals: Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

7 Course Goals The study of differential equations has three principal goals: 1 To discover the underlying differential equation that describes a specific physical situation. 2 To find, either exactly or approximately the appropriate solution of that equation. 3 To interpret the solution that is found in the context of the model being studied. There are three different techniques that we will employ this semester to address these goals: Analytic Solution techniques like separation of variables, integrating factor method, and variation of parameters. Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

8 Course Goals The study of differential equations has three principal goals: 1 To discover the underlying differential equation that describes a specific physical situation. 2 To find, either exactly or approximately the appropriate solution of that equation. 3 To interpret the solution that is found in the context of the model being studied. There are three different techniques that we will employ this semester to address these goals: Analytic Solution techniques like separation of variables, integrating factor method, and variation of parameters. Geometric Slope fields, phase portraits, integral curves,... Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

9 Course Goals The study of differential equations has three principal goals: 1 To discover the underlying differential equation that describes a specific physical situation. 2 To find, either exactly or approximately the appropriate solution of that equation. 3 To interpret the solution that is found in the context of the model being studied. There are three different techniques that we will employ this semester to address these goals: Analytic Solution techniques like separation of variables, integrating factor method, and variation of parameters. Geometric Slope fields, phase portraits, integral curves,... Numerical Euler s method, Runge-Kutta (approximation schemes) Slide 2/24 Dr. John Ehrke Lecture 1 Fall 2012

10 Motion of a Falling Body Example (Physical Description of the Problem) An object falls through the air toward the Earth. Assuming that the only forces acting on the object are gravity and air resistance, determine the velocity of the object as a function of time. Slide 3/24 Dr. John Ehrke Lecture 1 Fall 2012

11 Motion of a Falling Body Example (Physical Description of the Problem) An object falls through the air toward the Earth. Assuming that the only forces acting on the object are gravity and air resistance, determine the velocity of the object as a function of time. Solution: The physical law governing the motion of objects is Newton s second law which states the net forces exerted on an object are equal to the object s mass times its acceleration, given by which we can rewrite as using a = dv/dt as F = ma (1) F = m(dv/dt) (2) At this point, we have the beginnings of a real differential equation, but where do we go from here? Slide 3/24 Dr. John Ehrke Lecture 1 Fall 2012

12 So, we have a basic model m dv dt = F where m represents the mass of the object, dv/dt represents its acceleration, and F represents the total force on the object. To develop a better model, we need to explore the net forces exerted on the mass during free fall: Slide 4/24 Dr. John Ehrke Lecture 1 Fall 2012

13 So, we have a basic model m dv dt = F where m represents the mass of the object, dv/dt represents its acceleration, and F represents the total force on the object. To develop a better model, we need to explore the net forces exerted on the mass during free fall: The force due to gravity is expressed by mg where g is the acceleration due to gravity. It is convenient to define v as positive when it is directed downward. Slide 4/24 Dr. John Ehrke Lecture 1 Fall 2012

14 So, we have a basic model m dv dt = F where m represents the mass of the object, dv/dt represents its acceleration, and F represents the total force on the object. To develop a better model, we need to explore the net forces exerted on the mass during free fall: The force due to gravity is expressed by mg where g is the acceleration due to gravity. It is convenient to define v as positive when it is directed downward. The force exerted by air (i.e. the air resistance or drag) on the body acts in opposition to the force exerted by gravity, so we can reasonably represent this force by γv where γ is the positive drag constant dependent on the shape of the object and the air density. We use the negative sign because air resistance opposes the motion of the falling body. Slide 4/24 Dr. John Ehrke Lecture 1 Fall 2012

15 So, we have a basic model m dv dt = F where m represents the mass of the object, dv/dt represents its acceleration, and F represents the total force on the object. To develop a better model, we need to explore the net forces exerted on the mass during free fall: The force due to gravity is expressed by mg where g is the acceleration due to gravity. It is convenient to define v as positive when it is directed downward. The force exerted by air (i.e. the air resistance or drag) on the body acts in opposition to the force exerted by gravity, so we can reasonably represent this force by γv where γ is the positive drag constant dependent on the shape of the object and the air density. We use the negative sign because air resistance opposes the motion of the falling body. Together, these two quantities define F more completely, and so we can update our model as follows: m dv dt = mg γv (3) Slide 4/24 Dr. John Ehrke Lecture 1 Fall 2012

16 Solving the Model In order to solve our model, (3), we will employ a technique called separation of variables, and requires us to treat dv and dt as differentials. Rewriting, (3), we obtain dv mg γv = dt m (4) Slide 5/24 Dr. John Ehrke Lecture 1 Fall 2012

17 Solving the Model In order to solve our model, (3), we will employ a technique called separation of variables, and requires us to treat dv and dt as differentials. Rewriting, (3), we obtain dv mg γv = dt m (4) Integrating the separated equation, we obtain dv dt mg γv = 1 = m γ ln mg γv = t m + c (5) Slide 5/24 Dr. John Ehrke Lecture 1 Fall 2012

18 Solving the Model In order to solve our model, (3), we will employ a technique called separation of variables, and requires us to treat dv and dt as differentials. Rewriting, (3), we obtain dv mg γv = dt m (4) Integrating the separated equation, we obtain dv dt mg γv = 1 = m γ ln mg γv = t m + c (5) Solving for v, we obtain where A = e γc has the same sign as (mg γv). v = mg γ A γ e γ(t/m) (6) Slide 5/24 Dr. John Ehrke Lecture 1 Fall 2012

19 Solving the Model In order to solve our model, (3), we will employ a technique called separation of variables, and requires us to treat dv and dt as differentials. Rewriting, (3), we obtain dv mg γv = dt m (4) Integrating the separated equation, we obtain dv dt mg γv = 1 = m γ ln mg γv = t m + c (5) Solving for v, we obtain where A = e γc has the same sign as (mg γv). v = mg γ A γ e γ(t/m) (6) In the context of the problem, what would you call the constant mg/γ? Slide 5/24 Dr. John Ehrke Lecture 1 Fall 2012

20 Terminology Looking at the falling body problem, if this were a specific case, we would be given the values of m, g, and γ. The determination of the integration constant c and therefore A requires we also know the initial velocity, v 0 of the object. We can now formally define the problem we ve been working on suitable for use in a differential equations class as m dv dt = mg γv, v(0) = v 0 (7) Initial Value Problem (IVP) The equation, (7) interprets the physical problem as a differential equation dependent on an initial condition. Such problems are called initial value problems or IVPs. Boundary Value Problem (BVP) If instead of specifying the initial velocity we specified both a starting velocity and ending velocity on some discrete time interval, we would obtain a boundary value problem or BVP. Slide 6/24 Dr. John Ehrke Lecture 1 Fall 2012

21 General Solution The solution in (6) is called the general solution of the differential equation since it contains all possible solutions representing an infinite family of curves. Particular Solution If we solve the IVP, then we obtain a specific representative of this infinite family called a particular solution. The particular solution depends on the nature of the initial condition, v 0. Equilibrium Solution The particular solution corresponding to v(0) = mg/γ is a solution that does not change over time. In the physical context this represents the terminal velocity of the falling body. We call such solutions equilibrium solutions because regardless of the values of v 0, the velocity v(t) approaches this solution as t. Parameters The values of m, γ are chosen based on the specifics of the physical problem and would be known prior to solving the equation. Such values are called parameters. Parameters are different from the independent variable t, and dependent variable v, and the constant g, since its value is determined a priori for any problem chosen. Slide 7/24 Dr. John Ehrke Lecture 1 Fall 2012

22 Falling Body Problem Solutions Figure: * Graph of v(t) for nine different initial velocities v 0. (g = 9.8m/sec 2, m/gamma = 5 sec) Slide 8/24 Dr. John Ehrke Lecture 1 Fall 2012

23 First Order Differential Equations The first few weeks of class will deal primarily with differential equations of first order dx = f (t, x) (8) dt where the unknown function, f (t, x) is related to the first derivative of the dependent variable in some way. Even though first order differential equations represent the simplest class of differential equations to solve, they vary wildly in not only the techniques required to solve them, but the difficulty they pose. Slide 9/24 Dr. John Ehrke Lecture 1 Fall 2012

24 First Order Differential Equations The first few weeks of class will deal primarily with differential equations of first order dx = f (t, x) (8) dt where the unknown function, f (t, x) is related to the first derivative of the dependent variable in some way. Even though first order differential equations represent the simplest class of differential equations to solve, they vary wildly in not only the techniques required to solve them, but the difficulty they pose. Rank the following equations in terms of difficulty. (a) y (x) = x y 2 Slide 9/24 Dr. John Ehrke Lecture 1 Fall 2012

25 First Order Differential Equations The first few weeks of class will deal primarily with differential equations of first order dx = f (t, x) (8) dt where the unknown function, f (t, x) is related to the first derivative of the dependent variable in some way. Even though first order differential equations represent the simplest class of differential equations to solve, they vary wildly in not only the techniques required to solve them, but the difficulty they pose. Rank the following equations in terms of difficulty. (a) y (x) = x y 2 (b) y (x) = y x 2 Slide 9/24 Dr. John Ehrke Lecture 1 Fall 2012

26 First Order Differential Equations The first few weeks of class will deal primarily with differential equations of first order dx = f (t, x) (8) dt where the unknown function, f (t, x) is related to the first derivative of the dependent variable in some way. Even though first order differential equations represent the simplest class of differential equations to solve, they vary wildly in not only the techniques required to solve them, but the difficulty they pose. Rank the following equations in terms of difficulty. (a) y (x) = x y 2 (b) y (x) = y x 2 (c) y (x) = x/y Slide 9/24 Dr. John Ehrke Lecture 1 Fall 2012

27 First Order Differential Equations The first few weeks of class will deal primarily with differential equations of first order dx = f (t, x) (8) dt where the unknown function, f (t, x) is related to the first derivative of the dependent variable in some way. Even though first order differential equations represent the simplest class of differential equations to solve, they vary wildly in not only the techniques required to solve them, but the difficulty they pose. Rank the following equations in terms of difficulty. (a) y (x) = x y 2 (b) y (x) = y x 2 Hardest, impossible to obtain an analytic solution, must be handled numerically. (c) y (x) = x/y Slide 9/24 Dr. John Ehrke Lecture 1 Fall 2012

28 First Order Differential Equations The first few weeks of class will deal primarily with differential equations of first order dx = f (t, x) (8) dt where the unknown function, f (t, x) is related to the first derivative of the dependent variable in some way. Even though first order differential equations represent the simplest class of differential equations to solve, they vary wildly in not only the techniques required to solve them, but the difficulty they pose. Rank the following equations in terms of difficulty. (a) y (x) = x y 2 (b) y (x) = y x 2 (c) y (x) = x/y Hardest, impossible to obtain an analytic solution, must be handled numerically. Linear equation, we will handle this soon. Not very difficult. Slide 9/24 Dr. John Ehrke Lecture 1 Fall 2012

29 First Order Differential Equations The first few weeks of class will deal primarily with differential equations of first order dx = f (t, x) (8) dt where the unknown function, f (t, x) is related to the first derivative of the dependent variable in some way. Even though first order differential equations represent the simplest class of differential equations to solve, they vary wildly in not only the techniques required to solve them, but the difficulty they pose. Rank the following equations in terms of difficulty. (a) y (x) = x y 2 (b) y (x) = y x 2 (c) y (x) = x/y Hardest, impossible to obtain an analytic solution, must be handled numerically. Linear equation, we will handle this soon. Not very difficult. Easiest, separable equation, really more of a Calculus II problem. Slide 9/24 Dr. John Ehrke Lecture 1 Fall 2012

30 Creation and Annihilation Operators Consider the two first order equations ( ) d dx + x y = 0 (9) ( ) d dx x y = 0 (10) The equations (9) and (10) are called the annihilation and creation operators, respectively. These operators are useful in the study of quantum harmonic oscillators. In particular, the annihilation operator decreases the number of particles in a given state by one, hence its name. You will explore the creation operator in your first homework set. Example Obtain an analytic solution of the annihilator equation, (3), and completely describe the family of solutions. Slide 10/24 Dr. John Ehrke Lecture 1 Fall 2012

31 Solution ( ) d dx + x y = 0 = = = dy dx = xy dy = x dx y dy y = x dx = ln y = x2 2 + c = y = e x2 /2 + c = y = e c e x2 /2 = y(x) = Ae x2 /2 Remarks What values is A allowed to take? Well, clearly A > 0, since A = e c. Technically also A < 0 works, since really we should have written, y = Ae x2 /2 y = ±Ae x2 /2. What about A = 0? A = 0 should be included also since this would give the solution y = 0, which is indeed a solution to the ODE. (It satisfies, equation (9).) This is sometime referred to as the lost solution because it is lost in the process of separating the variables when we divided by y. Note that if A = 1/ 2π, then the solution is the standard normal pdf. Slide 11/24 Dr. John Ehrke Lecture 1 Fall 2012

32 Polling Question #1 Solve the separable IVP A. y(x) = xe x y(x) = x dy dx y = 2x2 y, y(1) = 1. B. y(x) = x e ex2 C. y(x) = x 2 D. y(x) = 2x 1 x Slide 12/24 Dr. John Ehrke Lecture 1 Fall 2012

33 Geometry of Solutions Last time, we looked at an analytic method: separation of variables, and some of the issues that arise in solving differential equations analytically. In this lecture, we will consider the geometric view when solving differential equations. Analytic: Geometric: Slide 13/24 Dr. John Ehrke Lecture 1 Fall 2012

34 Geometry of Solutions Last time, we looked at an analytic method: separation of variables, and some of the issues that arise in solving differential equations analytically. In this lecture, we will consider the geometric view when solving differential equations. Analytic: Geometric: y (x) = f (x, y) Slide 13/24 Dr. John Ehrke Lecture 1 Fall 2012

35 Geometry of Solutions Last time, we looked at an analytic method: separation of variables, and some of the issues that arise in solving differential equations analytically. In this lecture, we will consider the geometric view when solving differential equations. Analytic: y (x) = f (x, y) Geometric: direction field (also called a slope field) Slide 13/24 Dr. John Ehrke Lecture 1 Fall 2012

36 Geometry of Solutions Last time, we looked at an analytic method: separation of variables, and some of the issues that arise in solving differential equations analytically. In this lecture, we will consider the geometric view when solving differential equations. Analytic: y (x) = f (x, y) Geometric: direction field (also called a slope field) y(x), solution Slide 13/24 Dr. John Ehrke Lecture 1 Fall 2012

37 Geometry of Solutions Last time, we looked at an analytic method: separation of variables, and some of the issues that arise in solving differential equations analytically. In this lecture, we will consider the geometric view when solving differential equations. Analytic: y (x) = f (x, y) y(x), solution Geometric: direction field (also called a slope field) integral curve Slide 13/24 Dr. John Ehrke Lecture 1 Fall 2012

38 Geometry of Solutions Last time, we looked at an analytic method: separation of variables, and some of the issues that arise in solving differential equations analytically. In this lecture, we will consider the geometric view when solving differential equations. Analytic: y (x) = f (x, y) y(x), solution Geometric: direction field (also called a slope field) integral curve y 1 (x 0 ) = f (x 0, y 1 ) Slide 13/24 Dr. John Ehrke Lecture 1 Fall 2012

39 Geometry of Solutions Last time, we looked at an analytic method: separation of variables, and some of the issues that arise in solving differential equations analytically. In this lecture, we will consider the geometric view when solving differential equations. Analytic: y (x) = f (x, y) y(x), solution y 1 (x 0 ) = f (x 0, y 1 ) Geometric: direction field (also called a slope field) integral curve slope of the direction field at (x 0, y 1 ) Slide 13/24 Dr. John Ehrke Lecture 1 Fall 2012

40 Drawing a Slope Field The natural question is: how might one draw a direction field for an associated ODE? Computer Way: Human Way: 1 Pick (x, y) with some sort of spacing condition. Slide 14/24 Dr. John Ehrke Lecture 1 Fall 2012

41 Drawing a Slope Field The natural question is: how might one draw a direction field for an associated ODE? Computer Way: Human Way: 1 Pick (x, y) with some sort of spacing condition. 2 Calculate f (x, y) at that point. Slide 14/24 Dr. John Ehrke Lecture 1 Fall 2012

42 Drawing a Slope Field The natural question is: how might one draw a direction field for an associated ODE? Computer Way: Human Way: 1 Pick (x, y) with some sort of spacing condition. 2 Calculate f (x, y) at that point. 3 Draw in a line element. Slide 14/24 Dr. John Ehrke Lecture 1 Fall 2012

43 Drawing a Slope Field The natural question is: how might one draw a direction field for an associated ODE? Computer Way: 1 Pick (x, y) with some sort of spacing condition. Human Way: 1 Pick a slope c. 2 Calculate f (x, y) at that point. 3 Draw in a line element. Slide 14/24 Dr. John Ehrke Lecture 1 Fall 2012

44 Drawing a Slope Field The natural question is: how might one draw a direction field for an associated ODE? Computer Way: 1 Pick (x, y) with some sort of spacing condition. 2 Calculate f (x, y) at that point. Human Way: 1 Pick a slope c. 2 Set f (x, y) = c, this is called an isocline or level curve from Calculus III. 3 Draw in a line element. Slide 14/24 Dr. John Ehrke Lecture 1 Fall 2012

45 Drawing a Slope Field The natural question is: how might one draw a direction field for an associated ODE? Computer Way: 1 Pick (x, y) with some sort of spacing condition. 2 Calculate f (x, y) at that point. 3 Draw in a line element. Human Way: 1 Pick a slope c. 2 Set f (x, y) = c, this is called an isocline or level curve from Calculus III. 3 All points (x, y) that lie on f (x, y) = c, should have line elements with slope c. Slide 14/24 Dr. John Ehrke Lecture 1 Fall 2012

46 Method of Isoclines We will work out a few examples to get used to this method, called the method of isoclines for drawing a direction field. Example Draw the isoclines and a typical solution curve for f (x, y) = x/y. This was the easy problem identified earlier. Slide 15/24 Dr. John Ehrke Lecture 1 Fall 2012

47 Method of Isoclines We will work out a few examples to get used to this method, called the method of isoclines for drawing a direction field. Example Draw the isoclines and a typical solution curve for f (x, y) = x/y. This was the easy problem identified earlier. Analytic Solution: dy/dx = x/y = y dy = x dx = y dy = x dx = y 2 /2 = x 2 /2 + c = x 2 + y 2 = 2c = x 2 + y 2 = r 2 ( let 2c = r 2 ) So the solutions are circles of arbitrary radius. Slide 15/24 Dr. John Ehrke Lecture 1 Fall 2012

48 Isocline Diagram Slide 16/24 Dr. John Ehrke Lecture 1 Fall 2012

49 Slide 17/24 Dr. John Ehrke Lecture 1 Fall 2012

50 First Order Linear Equations In this lecture, we will consider first order linear ODEs of the form a(x)y + b(x)y = c(x) (11) The standard form for a first order linear ODE is obtained by dividing through by a(x) to create new coefficients p(x) and q(x). Equation (11) becomes y + p(x)y = q(x) (12) Remarks Slide 18/24 Dr. John Ehrke Lecture 1 Fall 2012

51 First Order Linear Equations In this lecture, we will consider first order linear ODEs of the form a(x)y + b(x)y = c(x) (11) The standard form for a first order linear ODE is obtained by dividing through by a(x) to create new coefficients p(x) and q(x). Equation (11) becomes y + p(x)y = q(x) (12) Remarks The equation (11) can always be solved! Slide 18/24 Dr. John Ehrke Lecture 1 Fall 2012

52 First Order Linear Equations In this lecture, we will consider first order linear ODEs of the form a(x)y + b(x)y = c(x) (11) The standard form for a first order linear ODE is obtained by dividing through by a(x) to create new coefficients p(x) and q(x). Equation (11) becomes y + p(x)y = q(x) (12) Remarks The equation (11) can always be solved! If q(x) = 0, (11) is called homogeneous. Slide 18/24 Dr. John Ehrke Lecture 1 Fall 2012

53 First Order Linear Equations In this lecture, we will consider first order linear ODEs of the form a(x)y + b(x)y = c(x) (11) The standard form for a first order linear ODE is obtained by dividing through by a(x) to create new coefficients p(x) and q(x). Equation (11) becomes y + p(x)y = q(x) (12) Remarks The equation (11) can always be solved! If q(x) = 0, (11) is called homogeneous. If q(x) 0, (11) is called inhomogeneous. Slide 18/24 Dr. John Ehrke Lecture 1 Fall 2012

54 First Order Linear Equations In this lecture, we will consider first order linear ODEs of the form a(x)y + b(x)y = c(x) (11) The standard form for a first order linear ODE is obtained by dividing through by a(x) to create new coefficients p(x) and q(x). Equation (11) becomes y + p(x)y = q(x) (12) Remarks The equation (11) can always be solved! If q(x) = 0, (11) is called homogeneous. If q(x) 0, (11) is called inhomogeneous. The equation (11) arises in a variety of physical situations, i.e. the process of conduction and diffusion. Slide 18/24 Dr. John Ehrke Lecture 1 Fall 2012

55 Conduction Diffusion Model The conduction diffusion model is based on a physical law known as Newtons law of cooling which states that the rate of change of the temperature of an object placed into a medium (air, liquid, gel, etc...) is directly proportional to the difference in temperature between that object and its environment. Slide 19/24 Dr. John Ehrke Lecture 1 Fall 2012

56 Conduction Diffusion Model The conduction diffusion model is based on a physical law known as Newtons law of cooling which states that the rate of change of the temperature of an object placed into a medium (air, liquid, gel, etc...) is directly proportional to the difference in temperature between that object and its environment. In this model, we let T(t) be the temperature of the object at time t placed into a medium having temperature given by T e (t). Slide 19/24 Dr. John Ehrke Lecture 1 Fall 2012

57 Conduction Diffusion Model The conduction diffusion model is based on a physical law known as Newtons law of cooling which states that the rate of change of the temperature of an object placed into a medium (air, liquid, gel, etc...) is directly proportional to the difference in temperature between that object and its environment. In this model, we let T(t) be the temperature of the object at time t placed into a medium having temperature given by T e (t). If T > T e, then dt dt < 0 and so T(t) is a decreasing function and describes how the body cools. Slide 19/24 Dr. John Ehrke Lecture 1 Fall 2012

58 Conduction Diffusion Model The conduction diffusion model is based on a physical law known as Newtons law of cooling which states that the rate of change of the temperature of an object placed into a medium (air, liquid, gel, etc...) is directly proportional to the difference in temperature between that object and its environment. In this model, we let T(t) be the temperature of the object at time t placed into a medium having temperature given by T e (t). If T > T e, then dt dt < 0 and so T(t) is a decreasing function and describes how the body cools. Conversely, if T < T e, then dt dt > 0 and so T(t) is an increasing function and describes how the body heats. Slide 19/24 Dr. John Ehrke Lecture 1 Fall 2012

59 Newton s Law of Cooling Newton s law of cooling states that the rate of change in the temperature T(t) of a body is proportional to the difference between the temperature of the object s environment, T e and the temperature of the body. That is, dt dt = k (T e(t) T(t)) (13) where k is the conductivity constant specific to the medium in which the object is placed. 1 The units for k are inverse time. Why? Slide 20/24 Dr. John Ehrke Lecture 1 Fall 2012

60 Newton s Law of Cooling Newton s law of cooling states that the rate of change in the temperature T(t) of a body is proportional to the difference between the temperature of the object s environment, T e and the temperature of the body. That is, dt dt = k (T e(t) T(t)) (13) where k is the conductivity constant specific to the medium in which the object is placed. 1 The units for k are inverse time. Why? 2 The value of k is positive. Why? Slide 20/24 Dr. John Ehrke Lecture 1 Fall 2012

61 Newton s Law of Cooling Newton s law of cooling states that the rate of change in the temperature T(t) of a body is proportional to the difference between the temperature of the object s environment, T e and the temperature of the body. That is, dt dt = k (T e(t) T(t)) (13) where k is the conductivity constant specific to the medium in which the object is placed. 1 The units for k are inverse time. Why? 2 The value of k is positive. Why? 3 The conduction-diffusion model, (13), is a classic example of a first order linear model. Written in standard form, it is given by T (t) + k T(t) = k T e (t) (14) Slide 20/24 Dr. John Ehrke Lecture 1 Fall 2012

62 Newton s Law of Cooling Newton s law of cooling states that the rate of change in the temperature T(t) of a body is proportional to the difference between the temperature of the object s environment, T e and the temperature of the body. That is, dt dt = k (T e(t) T(t)) (13) where k is the conductivity constant specific to the medium in which the object is placed. 1 The units for k are inverse time. Why? 2 The value of k is positive. Why? 3 The conduction-diffusion model, (13), is a classic example of a first order linear model. Written in standard form, it is given by T (t) + k T(t) = k T e (t) (14) The big question at this point, is how do we solve such equations? The answer involves a technique called the integrating factor method. Slide 20/24 Dr. John Ehrke Lecture 1 Fall 2012

63 The Integrating Factor Method Our goal is to solve the general linear first order equation y + p(x)y = q(x). (15) We seek a function u(x) to multiply through (15) simplifying the left hand side into a single expression. What conditions, should such a u(x) satisfy? Slide 21/24 Dr. John Ehrke Lecture 1 Fall 2012

64 The Integrating Factor Method Our goal is to solve the general linear first order equation y + p(x)y = q(x). (15) We seek a function u(x) to multiply through (15) simplifying the left hand side into a single expression. What conditions, should such a u(x) satisfy? Solution: Multiply both sides of (15) by u(x) and we obtain, u(x)y + u(x)p(x)y = u(x)q(x). Using the product rule in reverse, we would like to combine the left hand side as (u(x) y) = u(x)q(x) but in order to do so, u(x) must satisfy the separable differential equation u (x) = u(x) p(x). Solving this equation yields the general form of the integrating factor [ ] u(x) = exp p(x) dx (16) Slide 21/24 Dr. John Ehrke Lecture 1 Fall 2012

65 Solution of the Conduction-Diffusion Model Example Obtain a particular solution for the conduction-diffusion model, dt dt + k T(t) = k Te(t) (17) where T(t) and T e(t) are both functions of time t, and k > 0 is the conductivity constant. Assume T(0) = T 0. Consider what happens as t. Slide 22/24 Dr. John Ehrke Lecture 1 Fall 2012

66 Solution of the Conduction-Diffusion Model Example Obtain a particular solution for the conduction-diffusion model, dt dt + k T(t) = k Te(t) (17) where T(t) and T e(t) are both functions of time t, and k > 0 is the conductivity constant. Assume T(0) = T 0. Consider what happens as t. Solution: Our integrating factor is given by [ ] u(x) = exp k dt = exp(kt) = e kt. Multiplying through by u(x) we obtain, e kt T(t) + ke kt T(t) = kt e(t)e kt. Simplifying the left hand side of the above equation via the product rule yields, ( e kt T(t)) = kte(t)e kt. Slide 22/24 Dr. John Ehrke Lecture 1 Fall 2012

67 Transient and Steady-State Solutions Continuing our solution from the previous slide, we integrate both sides of the equation to obtain, e kt T(t) = t 0 ke ks T e(s) ds + c. Note that we include the constant of integration so we might satisfy the initial value T(0) = T 0 explicitly. Exponentiating both sides gives t T(t) = e kt ke ks T e(s) ds + ce }{{} kt 0 }{{} transient solution steady-state solution 1 The value of c is clearly T 0 when t = 0, so our full solution is given by t T(t) = e kt ke ks T e(s) ds + T 0e kt. 0 2 The steady-state solution is the part of the solution which is a response to the system being forced externally. The transient solution (which eventually goes away) is the baseline behavior of the system as it is the solution of the equation in the case when T e(t) = 0. Slide 23/24 Dr. John Ehrke Lecture 1 Fall 2012

68 Polling Question #1 Solve the first order linear equation A. c(90 + t) 3 + 2t B. 2(90 + t) 4 + c C t + c(90 + t) 3 D. 720t + 2t 4 + c x (t) + 3x 90 + t x = 8. Slide 24/24 Dr. John Ehrke Lecture 1 Fall 2012

MA 102 Mathematics II Lecture Feb, 2015

MA 102 Mathematics II Lecture Feb, 2015 MA 102 Mathematics II Lecture 1 20 Feb, 2015 Differential Equations An equation containing derivatives is called a differential equation. The origin of differential equations Many of the laws of nature

More information

Math 240 Calculus III

Math 240 Calculus III Calculus III Summer 2015, Session II Monday, August 3, 2015 Agenda 1. 2. Introduction The reduction of technique, which applies to second- linear differential equations, allows us to go beyond equations

More information

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Chapter 1. Introduction Section 1.1 Background Definition Equation that contains some derivatives of an unknown function is called

More information

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS EXAM Exam #1 Math 3350 Summer II, 2000 July 21, 2000 ANSWERS i 100 pts. Problem 1. 1. In each part, find the general solution of the differential equation. dx = x2 e y We use the following sequence of

More information

MB4018 Differential equations

MB4018 Differential equations MB4018 Differential equations Part II http://www.staff.ul.ie/natalia/mb4018.html Prof. Natalia Kopteva Spring 2015 MB4018 (Spring 2015) Differential equations Part II 0 / 69 Section 1 Second-Order Linear

More information

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs. MATH 1231 MATHEMATICS 1B 2007. For use in Dr Chris Tisdell s lectures: Tues 11 + Thur 10 in KBT Calculus Section 2: - ODEs. 1. Motivation 2. What you should already know 3. Types and orders of ODEs 4.

More information

Basic Theory of Differential Equations

Basic Theory of Differential Equations page 104 104 CHAPTER 1 First-Order Differential Equations 16. The following initial-value problem arises in the analysis of a cable suspended between two fixed points y = 1 a 1 + (y ) 2, y(0) = a, y (0)

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source of preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

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

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Existence and Uniqueness The following theorem gives sufficient conditions for the existence and uniqueness of a solution to the IVP for first order nonlinear

More information

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ).

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ). Section 1.1 Direction Fields Key Terms/Ideas: Mathematical model Geometric behavior of solutions without solving the model using calculus Graphical description using direction fields Equilibrium solution

More information

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 3A: - First order ODEs. Created and compiled by Chris Tisdell S1: What is an ODE? S2: Motivation S3: Types and orders

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Basic Definitions and Concepts A differential equation is an equation that involves one or more of the derivatives (first derivative, second derivative,

More information

Solving Differential Equations: First Steps

Solving Differential Equations: First Steps 30 ORDINARY DIFFERENTIAL EQUATIONS 3 Solving Differential Equations Solving Differential Equations: First Steps Now we start answering the question which is the theme of this book given a differential

More information

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS

LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS 130 LECTURE 4-1 INTRODUCTION TO ORDINARY DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS: A differential equation (DE) is an equation involving an unknown function and one or more of its derivatives. A differential

More information

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects:

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects: 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II)

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II) MATH 8, FALL 7 - PROBLEM SET #5 SOLUTIONS (PART II (Oct ; Antiderivatives; + + 3 7 points Recall that in pset 3A, you showed that (d/dx tanh x x Here, tanh (x denotes the inverse to the hyperbolic tangent

More information

Differential Equations & Separation of Variables

Differential Equations & Separation of Variables Differential Equations & Separation of Variables SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter 8. of the recommended textbook (or the equivalent

More information

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

Mathematical Methods - Lecture 7

Mathematical Methods - Lecture 7 Mathematical Methods - Lecture 7 Yuliya Tarabalka Inria Sophia-Antipolis Méditerranée, Titane team, http://www-sop.inria.fr/members/yuliya.tarabalka/ Tel.: +33 (0)4 92 38 77 09 email: yuliya.tarabalka@inria.fr

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

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

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

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Chapter 9b: Numerical Methods for Calculus and Differential Equations Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Acceleration Initial-Value Problems Consider a skydiver

More information

Solving First Order PDEs

Solving First Order PDEs Solving Ryan C. Trinity University Partial Differential Equations Lecture 2 Solving the transport equation Goal: Determine every function u(x, t) that solves u t +v u x = 0, where v is a fixed constant.

More information

Tutorial-1, MA 108 (Linear Algebra)

Tutorial-1, MA 108 (Linear Algebra) Tutorial-1, MA 108 (Linear Algebra) 1. Verify that the function is a solution of the differential equation on some interval, for any choice of the arbitrary constants appearing in the function. (a) y =

More information

Solution. Your sketch should show both x and y axes marked from 5 to 5 and circles of radius 1, 3, and 5 centered at the origin.

Solution. Your sketch should show both x and y axes marked from 5 to 5 and circles of radius 1, 3, and 5 centered at the origin. Solutions of the Sample Problems for the First In-Class Exam Math 246, Fall 208, Professor David Levermore () (a) Sketch the graph that would be produced by the following Matlab command. fplot(@(t) 2/t,

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 of the Sample Problems for the First In-Class Exam Math 246, Fall 2017, Professor David Levermore

Solutions of the Sample Problems for the First In-Class Exam Math 246, Fall 2017, Professor David Levermore Solutions of the Sample Problems for the First In-Class Exam Math 246, Fall 207, Professor David Levermore () (a) Give the integral being evaluated by the following Matlab command. int( x/(+xˆ4), x,0,inf)

More information

First order differential equations

First order differential equations First order differential equations Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra by Goode and Annin Samy T. First

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N).

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N). Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

Solution. It is evaluating the definite integral r 1 + r 4 dr. where you can replace r by any other variable.

Solution. It is evaluating the definite integral r 1 + r 4 dr. where you can replace r by any other variable. Solutions of Sample Problems for First In-Class Exam Math 246, Fall 202, Professor David Levermore () (a) Give the integral being evaluated by the following MATLAB command. int( x/(+xˆ4), x,0,inf) Solution.

More information

Predicting the future with Newton s Second Law

Predicting the future with Newton s Second Law Predicting the future with Newton s Second Law To represent the motion of an object (ignoring rotations for now), we need three functions x(t), y(t), and z(t), which describe the spatial coordinates of

More information

Final 09/14/2017. Notes and electronic aids are not allowed. You must be seated in your assigned row for your exam to be valid.

Final 09/14/2017. Notes and electronic aids are not allowed. You must be seated in your assigned row for your exam to be valid. Final 09/4/207 Name: Problems -5 are each worth 8 points. Problem 6 is a bonus for up to 4 points. So a full score is 40 points and the max score is 44 points. The exam has 6 pages; make sure you have

More information

ENGI 3424 First Order ODEs Page 1-01

ENGI 3424 First Order ODEs Page 1-01 ENGI 344 First Order ODEs Page 1-01 1. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with respect

More information

The Method Of Direction Fields With Illustrative Examples

The Method Of Direction Fields With Illustrative Examples The Method Of Direction Fields With Illustrative Examples By Lei Zeng Abstract. When the exact solution of a differential equation is impossible to find, the study of its direction field can provide valuable

More information

Chapter1. Ordinary Differential Equations

Chapter1. Ordinary Differential Equations Chapter1. Ordinary Differential Equations In the sciences and engineering, mathematical models are developed to aid in the understanding of physical phenomena. These models often yield an equation that

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

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

9.3: Separable Equations

9.3: Separable Equations 9.3: Separable Equations An equation is separable if one can move terms so that each side of the equation only contains 1 variable. Consider the 1st order equation = F (x, y). dx When F (x, y) = f (x)g(y),

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

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD

CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD Presenter: Dr. Zalilah Sharer 2018 School of Chemical and Energy Engineering Universiti Teknologi Malaysia 16 September 2018 Chemical Engineering, Computer &

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity 1 Second Order Ordinary Differential Equations 1.1 The harmonic oscillator Consider an ideal pendulum as shown below. θ l Fr mg l θ is the angular acceleration θ is the angular velocity A point mass m

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations A A Brief Review of Elementary Ordinary Differential Equations At various points in the material we will be covering, we will need to recall and use material normally covered in an elementary course on

More information

Review Problems for Exam 2

Review Problems for Exam 2 Review Problems for Exam 2 This is a list of problems to help you review the material which will be covered in the final. Go over the problem carefully. Keep in mind that I am going to put some problems

More information

Series Solution of Linear Ordinary Differential Equations

Series Solution of Linear Ordinary Differential Equations Series Solution of Linear Ordinary Differential Equations Department of Mathematics IIT Guwahati Aim: To study methods for determining series expansions for solutions to linear ODE with variable coefficients.

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

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Differential Equations (Math 217) Practice Midterm 1

Differential Equations (Math 217) Practice Midterm 1 Differential Equations (Math 217) Practice Midterm 1 September 20, 2016 No calculators, notes, or other resources are allowed. There are 14 multiple-choice questions, worth 5 points each, and two hand-graded

More information

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92 ODE Philippe Rukimbira Department of Mathematics Florida International University PR (FIU) MAP 2302 1 / 92 4.4 The method of Variation of parameters 1. Second order differential equations (Normalized,

More information

Problem Set. Assignment #1. Math 3350, Spring Feb. 6, 2004 ANSWERS

Problem Set. Assignment #1. Math 3350, Spring Feb. 6, 2004 ANSWERS Problem Set Assignment #1 Math 3350, Spring 2004 Feb. 6, 2004 ANSWERS i Problem 1. [Section 1.4, Problem 4] A rocket is shot straight up. During the initial stages of flight is has acceleration 7t m /s

More information

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Elementary Differential Equations and Boundary Value Problems, 11 th edition, by William E. Boyce, Richard C. DiPrima,

More information

Integral Curve (generic name for a member of the collection of known as the general solution)

Integral Curve (generic name for a member of the collection of known as the general solution) Section 1.2 Solutions of Some Differential Equations Key Terms/Ideas: Phase Line (This topic is not in this section of the book.) Classification of Equilibrium Solutions: Source, Sink, Node SPECIAL CASE:

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Math 147 Exam II Practice Problems

Math 147 Exam II Practice Problems Math 147 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I MA Practice Final Answers in Red 4/8/ and 4/9/ Name Note: Final Exam is at :45 on Tuesday, 5// (This is the Final Exam time reserved for our labs). From Practice Test I Consider the integral 5 x dx. Sketch

More information

Solving First Order PDEs

Solving First Order PDEs Solving Ryan C. Trinity University Partial Differential Equations January 21, 2014 Solving the transport equation Goal: Determine every function u(x, t) that solves u t +v u x = 0, where v is a fixed constant.

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

First-Order Differential Equations

First-Order Differential Equations CHAPTER 1 First-Order Differential Equations 1. Diff Eqns and Math Models Know what it means for a function to be a solution to a differential equation. In order to figure out if y = y(x) is a solution

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

Elementary ODE Review

Elementary ODE Review Elementary ODE Review First Order ODEs First Order Equations Ordinary differential equations of the fm y F(x, y) () are called first der dinary differential equations. There are a variety of techniques

More information

ENGI Second Order Linear ODEs Page Second Order Linear Ordinary Differential Equations

ENGI Second Order Linear ODEs Page Second Order Linear Ordinary Differential Equations ENGI 344 - Second Order Linear ODEs age -01. Second Order Linear Ordinary Differential Equations The general second order linear ordinary differential equation is of the form d y dy x Q x y Rx dx dx Of

More information

Lecture 1, August 21, 2017

Lecture 1, August 21, 2017 Engineering Mathematics 1 Fall 2017 Lecture 1, August 21, 2017 What is a differential equation? A differential equation is an equation relating a function (known sometimes as the unknown) to some of its

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

18.01 Calculus Jason Starr Fall 2005

18.01 Calculus Jason Starr Fall 2005 Lecture 17. October 1, 005 Homework. Problem Set 5 Part I: (a) and (b); Part II: Problem 1. Practice Problems. Course Reader: 3F 1, 3F, 3F 4, 3F 8. 1. Ordinary differential equations. An ordinary differential

More information

MA22S3 Summary Sheet: Ordinary Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations MA22S3 Summary Sheet: Ordinary Differential Equations December 14, 2017 Kreyszig s textbook is a suitable guide for this part of the module. Contents 1 Terminology 1 2 First order separable 2 2.1 Separable

More information

First Order Differential Equations

First Order Differential Equations Chapter 2 First Order Differential Equations Introduction Any first order differential equation can be written as F (x, y, y )=0 by moving all nonzero terms to the left hand side of the equation. Of course,

More information

1. First-order ODE s

1. First-order ODE s 18.03 EXERCISES 1. First-order ODE s 1A. Introduction; Separation of Variables 1A-1. Verif that each of the following ODE s has the indicated solutions (c i,a are constants): a) 2 + = 0, = c 1 e x +c 2

More information

Lesson 3: Linear differential equations of the first order Solve each of the following differential equations by two methods.

Lesson 3: Linear differential equations of the first order Solve each of the following differential equations by two methods. Lesson 3: Linear differential equations of the first der Solve each of the following differential equations by two methods. Exercise 3.1. Solution. Method 1. It is clear that y + y = 3 e dx = e x is an

More information

Modeling with differential equations

Modeling with differential equations Mathematical Modeling Lia Vas Modeling with differential equations When trying to predict the future value, one follows the following basic idea. Future value = present value + change. From this idea,

More information

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, study past exams and practice exams, and homeworks, quizzes, and worksheets, not just this practice final. A topic not being on the practice final does

More information

Time Evolution of Speed

Time Evolution of Speed ENERGY & MOMENTUM Newton's 2 nd Law: Time Evolution of Speed Describes how force affects velocity of the CM How do forces affect speed of the CM? Depends on relative direction of force and velocity: F

More information

Math 211. Lecture #6. Linear Equations. September 9, 2002

Math 211. Lecture #6. Linear Equations. September 9, 2002 1 Math 211 Lecture #6 Linear Equations September 9, 2002 2 Air Resistance 2 Air Resistance Acts in the direction opposite to the velocity. 2 Air Resistance Acts in the direction opposite to the velocity.

More information

Second-Order Linear ODEs

Second-Order Linear ODEs Chap. 2 Second-Order Linear ODEs Sec. 2.1 Homogeneous Linear ODEs of Second Order On pp. 45-46 we extend concepts defined in Chap. 1, notably solution and homogeneous and nonhomogeneous, to second-order

More information

Introductory Differential Equations

Introductory Differential Equations Introductory Differential Equations Lecture Notes June 3, 208 Contents Introduction Terminology and Examples 2 Classification of Differential Equations 4 2 First Order ODEs 5 2 Separable ODEs 5 22 First

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

C.3 First-Order Linear Differential Equations

C.3 First-Order Linear Differential Equations A34 APPENDIX C Differential Equations C.3 First-Order Linear Differential Equations Solve first-order linear differential equations. Use first-order linear differential equations to model and solve real-life

More information

Second-Order Linear ODEs

Second-Order Linear ODEs C0.tex /4/011 16: 3 Page 13 Chap. Second-Order Linear ODEs Chapter presents different types of second-order ODEs and the specific techniques on how to solve them. The methods are systematic, but it requires

More information

Chapters 8.1 & 8.2 Practice Problems

Chapters 8.1 & 8.2 Practice Problems EXPECTED SKILLS: Chapters 8.1 & 8. Practice Problems Be able to verify that a given function is a solution to a differential equation. Given a description in words of how some quantity changes in time

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

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

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations In this lecture, we will look at different options for coding simple differential equations. Start by considering bicycle riding as an example. Why does a bicycle move forward?

More information

Ordinary Differential Equations: Worked Examples with Solutions. Edray Herber Goins Talitha Michal Washington

Ordinary Differential Equations: Worked Examples with Solutions. Edray Herber Goins Talitha Michal Washington Ordinary Differential Equations: Worked Examples with Solutions Edray Herber Goins Talitha Michal Washington July 31, 2016 2 Contents I First Order Differential Equations 5 1 What is a Differential Equation?

More information

Mathematics for Engineers II. lectures. Differential Equations

Mathematics for Engineers II. lectures. Differential Equations Differential Equations Examples for differential equations Newton s second law for a point mass Consider a particle of mass m subject to net force a F. Newton s second law states that the vector acceleration

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) Chapter 13 Ordinary Differential Equations (ODEs) We briefly review how to solve some of the most standard ODEs. 13.1 First Order Equations 13.1.1 Separable Equations A first-order ordinary differential

More information

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor

First-Order ODE: Separable Equations, Exact Equations and Integrating Factor First-Order ODE: Separable Equations, Exact Equations and Integrating Factor Department of Mathematics IIT Guwahati REMARK: In the last theorem of the previous lecture, you can change the open interval

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

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod)

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) 28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) θ + ω 2 sin θ = 0. Indicate the stable equilibrium points as well as the unstable equilibrium points.

More information

Math Assignment 2

Math Assignment 2 Math 2280 - Assignment 2 Dylan Zwick Spring 2014 Section 1.5-1, 15, 21, 29, 38, 42 Section 1.6-1, 3, 13, 16, 22, 26, 31, 36, 56 Section 2.1-1, 8, 11, 16, 29 Section 2.2-1, 10, 21, 23, 24 1 Section 1.5

More information

Math 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

Solutions to Section 1.1

Solutions to Section 1.1 Solutions to Section True-False Review: FALSE A derivative must involve some derivative of the function y f(x), not necessarily the first derivative TRUE The initial conditions accompanying a differential

More information

First Order Differential Equations Chapter 1

First Order Differential Equations Chapter 1 First Order Differential Equations Chapter 1 Doreen De Leon Department of Mathematics, California State University, Fresno 1 Differential Equations and Mathematical Models Section 1.1 Definitions: An equation

More information

ENGR 213: Applied Ordinary Differential Equations

ENGR 213: Applied Ordinary Differential Equations ENGR 213: Applied Ordinary Differential Equations Youmin Zhang Department of Mechanical and Industrial Engineering Concordia University Phone: x5741 Office Location: EV 4-109 Email: ymzhang@encs.concordia.ca

More information

Lecture 17: Ordinary Differential Equation II. First Order (continued)

Lecture 17: Ordinary Differential Equation II. First Order (continued) Lecture 17: Ordinary Differential Equation II. First Order (continued) 1. Key points Maple commands dsolve dsolve[interactive] dsolve(numeric) 2. Linear first order ODE: y' = q(x) - p(x) y In general,

More information