1.5 First Order PDEs and Method of Characteristics

Size: px
Start display at page:

Download "1.5 First Order PDEs and Method of Characteristics"

Transcription

1 1.5. FIRST ORDER PDES AND METHOD OF CHARACTERISTICS First Order PDEs and Method of Characteristics We finish this introductory chapter by discussing the solutions of some first order PDEs, more specifically the equations we obtained from the advection model. The remaining chapters will be devoted to the solution of second order, linear PDEs. Before we look at the general first order equation, we look at a simplified version and show how its solution is easy to find Advection Equation With no Source This equation is extremely simple to solve as we will see. Recall, we derived this equation above. Its most general form is: u t + cu x = 0 where u = u (x, t). The term cu x corresponds to the flux of the quantity being studied (see chapter on conservation law). This means that the rate at which the quantity changes (u t ) only depends on advection. In other words, if we are studying the amount of a pollutant in a river, this equation would tell us that the pollutant only depends on the current carrying it. It turns out that solving this equation is not diffi cult. before deriving its solution analytically, let us see what it might be simply by reflecting upon this problem. Consider a river flowing and carrying a pollutant, where the amount of pollutant only comes from the pollutant being carried. There is no pollutant being added or removed. The only motion of the pollutant is that given by the current. The current of the river is uniform. This is exactly the situation this equation is describing. In this case then, the amount of pollutant at a certain place in the river will be the same as what it was upstream a little earlier. This means if we know the amount of pollutant at a certain time and a certain place, then we will know it everywhere in the river. This is captured by the next proposition. Proposition 49 If F is any differentiable function, then F (x ct) is a solution of u t + cu x = 0 for any value of t. Proof. Let u (x, t) = F (x ct) and assume F is differentiable. Then Similarly u t = F (x ct) (x ct) t = cf (x ct) u x = F (x ct) = F (x ct) (x ct) x

2 36CHAPTER 1. INTRODUCTION TO PDES: NOTATION, TERMINOLOGY AND KEY CONCEPTS Thus, we see that u t + cu x = cf (x ct) + cf (x ct) = 0 Such solutions are called right-traveling waves. The graph of F (x ct) is the graph of F (x) shifted ct spatial units to the right which is exactly the distance covered by the river in t seconds if the speed of the current is c. This shows that whatever the shape of the initial solution is, it will travel to the right as time increases. Hence, once we know the initial condition u (x, 0), we also know the solution u (x, t), as indicated below. The pure initial value problem for the advection equation is ut + cu x = 0 t > 0 (1.25) u (x, 0) = u 0 (x) Where u 0 (x) is a given initial density. From proposition 49, it follows that u (x, t) = u 0 (x ct) is the solution to the problem given by equations Example 50 Consider the problem ut + 2u x = 0 t > 0 Then u (x, t) = sin (x 2t) is a solution to this problem. We now look at more complex first order equations for which the method of characteristics we are about to learn will be needed Methods of Characteristics for Linear First Order Linear PDEs A linear first order PDE is of the form α (x, t) u t +β (x, t) u x +γ (x, t) u = g (x, t). Assuming that α (x, t) 0, we can divide each side by it to obtain u t (x, t) + c (x, t) u x (x, t) + a (x, t) u (x, t) = f (x, t) (1.26) We develop the method of characteristics for this equation. More specifically, we consider the initial value problem (IVP) ut (x, t) + c (x, t) u x (x, t) + a (x, t) u (x, t) = f (x, t) t > 0 (1.27) u (x, 0) = u 0 (x) We seek a classical solution that is a function u (x, t) such that the derivatives u t, u x exist and are continuous. The PDE in equation 1.27 is satisfied for all points (x, t) and the initial condition is satisfied for all x.

3 1.5. FIRST ORDER PDES AND METHOD OF CHARACTERISTICS 37 We begin by noting that u t (x, t)+c (x, t) u x (x, t) is the directional derivative of u (x, t) in the direction of the vector (c (x, t), 1) in the (x, t) plane. If we plot these direction vectors in the (x, t) plane, we obtain a direction field. The curves x = X (t) which fit this direction field are the solutions of the ODE X (t) = c (X (t), t) (1.28) The characteristic passing through the point (x 0, 0) satisfies the initial condition X (0) = x 0. Definition 51 The curves which solve equation 1.28 are called characteristic curves or simply characteristics. Given an arbitrary poin t (x, t), we now consider a solution u (x, t) of the IVP given by equation 1.27 and the characteristic curve x = X (t) with X (0) = x 0 which goes through the point (x, t). We restrict u (x, t) to the characteristic curve and define the function Using the chain rule, we see that v (t) = u (X (t), t) v (t) = u x (X (t), t) X (t) + u t (X (t), t) = u x (X (t), t) c (X (t), t) + u t (X (t), t) The last line being obtained from equation Combining equation 1.26 with the one above, we see that v (t) satisfies v (t) + a (X (t), t) v (t) = f (X (t), t) t > 0 (1.29) v (0) = u 0 (x 0 ) If we solve the ODE, we will have solved the PDE. The important point is that we can solve the PDE by solving a family of first order ODEs. The general idea is the following: To solve the PDE at an arbitrary point (x, t) we first find the characteristic which goes through (x, t), we then solve the PDE along the characteristic. We do this because along the characteristic, the PDE becomes a family of first order ODEs. We then write the solution in terms of our arbitrary point (x, t). Before looking at specific examples, we outline the technique to follow. ut (x, t) + c (x, t) u Algorithm To solve the IVP problem x (x, t) + a (x, t) u (x, t) = f (x, t) t > 0 u (x, 0) = u 0 (x) follow the steps below:, Step 1 Find the characteristics, for this solve X (t) = c (X (t), t) with initial condition X (0) = x 0. Since the solution depends on x 0, we will call it X x0 (t).

4 38CHAPTER 1. INTRODUCTION TO PDES: NOTATION, TERMINOLOGY AND KEY CONCEPTS Step 2 For a given point (x, t), find the starting point x 0 of the characteristics through (x, t) in other words, for a given point (x, t), solve the equation X x0 (t) = x for x 0. Call the solution x 0 = p (x, t). v Step 3 With the function X (t) = X x0 (t), solve the IVP (t) + a (X (t), t) v (t) = f (X (t), t) v (0) = u 0 (x 0 ) Since the solutions depend on x 0, we will denote them v x0 (t). Be careful here. Once you have written the ODE, if some of the coeffi cients involve x, x will have to be replaced by what you found in part a for X x0 (t) since we are solving the equation along a characteristic curve where x = X x0 (t). See example 55. Step 4 The solution to our original problem is u (x, t) = v x0 (t) x0=p(x,t). Let us first apply this technique to simple examples. ut + 2u Example 52 Solve the IVP x = 0 t > 0 1. Find the characteristics, for this we solve X (t) = 2 with X (0) = x 0. The solution is X (t) = 2t + C and x 0 = X (0) = C we have X x0 (t) = 2t + x To find x 0, we solve x = X x0 (t) = 2t + x 0 or x 0 = x 2t. 3. Next, we solve the IVP v (t) = 0 with v (0) = sin x 0. The solution to this ODE is v (t) = C hence v x0 (t) = v (0) = sin x 0 4. Replace x 0 by its value found in step 2 that is u (x, t) = v x0 (t) x0=x 5t = sin (x 2t) which is the solution we had found above. ut + tu Example 53 Solve the IVP x = 0 t > 0 u (x, 0) = e x 1. We find the characteristic curves by solving X (t) = t with X (0) = x 0. The solution is X (t) = 1 2 t2 + C and X (0) = x 0 = C. Thus, X x0 (t) = 1 2 t2 + x We find x 0 by solving x = X x0 (t) = 1 2 t2 + x 0. So, x 0 = x 1 2 t2. 3. Next, we solve the IVP v (t) = 0 with v (0) = e x0. The solution of this ODE is v (t) = C hence v x0 (t) = v (0) = e x0 4. Replace x 0 by its value found in step 2 that is x 0 = x 1 2 t2 so u (x, t) = v x0 (t) x0=p(x,t) = ex 1 2 t.

5 1.5. FIRST ORDER PDES AND METHOD OF CHARACTERISTICS 39 Now, we are ready to solve more challenging problems. ut + 5u Example 54 Solve the IVP x + 2u = 0 t > 0 u (x, 0) = e x 1. Find the characteristics, for this solve X (t) = 5 with X (0) = x 0. The solution is X (t) = 5t + C and x 0 = X (0) = C so X x0 (t) = 5t + x We find x 0 by solving for x 0 the equation x = X x0 (t) = 5t + x 0. So x 0 = x 5t. 3. Next, solve the IVP v (t) + 2v (t) = 0 with v (0) = e x0. The ODE can be written as v (t) = 2v (t) hence v (t) = Ce 2t. We find C from the initial condition. e x0 = v (0) = C. So v x0 (t) = e x0 e 2t. 4. Finally, replace x 0 by what we found in step 2 to obtain u (x, t) = v x0 (t) x0=x 5t = e x 5t e 2t = e x 7t ut + xu Example 55 Solve the IVP x + u = 3x t > 0 u (x, 0) = tan 1 x 1. To find the characteristics, we solve X (t) = X (t) with initial condition X (0) = x 0. The general solution of this ODE is X (t) = Ce t and X (0) = C = x 0 thus X x0 (t) = x 0 e t. 2. The next step is to find the starting point x 0 by solving X x0 (t) = x that is x 0 e t. The solution is x 0 = xe t. So, p (x, t) = xe t. 3. Next, we solve the IVP v (t) + v (t) = 3x 0 e t with v (0) = tan 1 (x 0 ). Note that on the right side of the ODE, we have used 3x 0 e t instead of 3x. This is because we are solving the ODE along the characteristic curve where x = X x0 (t) = x 0 e t from part a. We can solve this ODE using the integrating factor technique. For this, we multiply each side by e t to obtain v (t) e t + v (t) e t = 3x 0 e 2t which is the same as (v (t) e t ) = 3x 0 e 2t hence v (t) e t = 3x 0 e 2t dt = 3 2 x 0e 2t + C Thus v (t) = 3 2 x 0e t + Ce t

6 40CHAPTER 1. INTRODUCTION TO PDES: NOTATION, TERMINOLOGY AND KEY CONCEPTS We can get C from the initial condition. On one hand, v (0) = 3 2 x 0 + C but on the other hand, v (0) = tan 1 x 0 thus C = tan 1 x x 0 and v x0 (t) = 3 ( 2 x 0e t + tan 1 x 0 3 ) 2 x 0 e t 4. Now, replace x 0 by what we found in step 2, that is x 0 = xe t and we get u (x, t) = v x0 (t) x0=x 5t = 3 2 x 3 2 xe 2t + e t tan 1 ( xe t) ut + 2u Example 56 Solve the IVP x u = t t > 0 1. Find the characteristics, that is solve X (t) = 2 with X (0) = x 0. The solution is X (t) = 2t + C and x 0 = X (0) = C we have X x0 (t) = 2t + x Find x 0 by solving X x0 (t) = x that is x = 2t + x 0 or x 0 = x 2t. 3. Next, solve the IVP v (t) v (t) = t with v (0) = sin (x 0 ). We can solve this ODE using the integrating factor technique. For this, we multiply each side by e t to obtain v (t) e t v (t) e t = te t which is the same as (v (t) e t ) = te t hence v (t) e t = te t dt = e t (t + 1) + C So v (t) = (t + 1) + Ce t We can find C with the initial condition sin x 0 C = sin x hence = v (0) = 1 + C or v x0 (t) = (t + 1) + e t (sin x 0 + 1) 4. Replace x 0 by what we found in step 2 that is u (x, t) = v x0 (t) x0=x 2t = (t + 1) + e t (sin (x 2t) + 1) 5. The reader will verify that this solves the initial value problem given.

7 1.6. PROBLEMS Conclusion In the previous sections we derived the equation for the very important conservation law. We applied it to derive the equation corresponding to the advection model, a first order PDE. In this section, we looked how to solve some first order PDEs which come from the advection model and in the process introduced the method of characteristics. 1.6 Problems 1. Solve the initial value problem ut + cu x = 0 t > 0 u (x, 0) = e x2 Pick c = 2 and sketch the solution surface using your favorite software at several time snapshots. 2. Solve the initial value problem ut 2u x = 0 t > 0 3. From problems 1 and 2, can you write a formula for the solution of the initial value problem ut + cu x = 0 t > 0 u (x, 0) = u 0 (x) ut + 2tu 4. Solve the IVP x = 0 t > 0 5. Show that the decay term in equation 1.17 can be removed by making a change of the dependent variable to w = ue λt. ut + αtu 6. Solve the IVP x + βu = 0 u (x, 0) = f (x) t > 0 where α and β are constants and f (x) is a given function. 7. Solve the IVP u t + 3xu x = 2t t > 0 u (x, 0) = ln ( 1 + x 2) 8. Solve the IVP ut + u x 3u = t t > 0 u (x, 0) = x 2

Transforming Nonhomogeneous BCs Into Homogeneous Ones

Transforming Nonhomogeneous BCs Into Homogeneous Ones Chapter 10 Transforming Nonhomogeneous s Into Homogeneous Ones 10.1 Goal In the previous chapter, we looked at separation of variables. We saw that this method applies if both the boundary conditions and

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

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

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

Short Solutions to Review Material for Test #2 MATH 3200

Short Solutions to Review Material for Test #2 MATH 3200 Short Solutions to Review Material for Test # MATH 300 Kawai # Newtonian mechanics. Air resistance. a A projectile is launched vertically. Its height is y t, and y 0 = 0 and v 0 = v 0 > 0. The acceleration

More information

3.9 Derivatives of Exponential and Logarithmic Functions

3.9 Derivatives of Exponential and Logarithmic Functions 322 Chapter 3 Derivatives 3.9 Derivatives of Exponential and Logarithmic Functions Learning Objectives 3.9.1 Find the derivative of exponential functions. 3.9.2 Find the derivative of logarithmic functions.

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

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

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. 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

MATH 23 Exam 2 Review Solutions

MATH 23 Exam 2 Review Solutions MATH 23 Exam 2 Review Solutions Problem 1. Use the method of reduction of order to find a second solution of the given differential equation x 2 y (x 0.1875)y = 0, x > 0, y 1 (x) = x 1/4 e 2 x Solution

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

Math 5440 Problem Set 2 Solutions

Math 5440 Problem Set 2 Solutions Math Math Problem Set Solutions Aaron Fogelson Fall, 1: (Logan, 1. # 1) How would the derivation of the basic conservation law u t + φ = f change if the tube had variable cross-sectional area A = A() rather

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. 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

Solutions to Homework 3

Solutions to Homework 3 Solutions to Homework 3 Section 3.4, Repeated Roots; Reduction of Order Q 1). Find the general solution to 2y + y = 0. Answer: The charactertic equation : r 2 2r + 1 = 0, solving it we get r = 1 as a repeated

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 11 Partial Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002.

More information

Solving Nonhomogeneous PDEs (Eigenfunction Expansions)

Solving Nonhomogeneous PDEs (Eigenfunction Expansions) Chapter 12 Solving Nonhomogeneous PDEs (Eigenfunction Expansions) 12.1 Goal We know how to solve diffusion problems for which both the PDE and the s are homogeneous using the separation of variables method.

More information

Section 5.6 Integration by Parts

Section 5.6 Integration by Parts .. 98 Section.6 Integration by Parts Integration by parts is another technique that we can use to integrate problems. Typically, we save integration by parts as a last resort when substitution will not

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

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) 1D Heat Equation: Derivation Current Semester 1 / 19 Introduction The derivation of the heat

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

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 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3 Math 201 Solutions to Assignment 1 1. Solve the initial value problem: x 2 dx + 2y = 0, y(0) = 2. x 2 dx + 2y = 0, y(0) = 2 2y = x 2 dx y 2 = 1 3 x3 + C y = C 1 3 x3 Notice that y is not defined for some

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

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

Integration by Substitution

Integration by Substitution Integration by Substitution Dr. Philippe B. Laval Kennesaw State University Abstract This handout contains material on a very important integration method called integration by substitution. Substitution

More information

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Key Concepts Current Semester 1 / 25 Introduction The purpose of this section is to define

More information

Math 266 Midterm Exam 2

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

More information

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

More information

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x.

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x. 4.9 Anti-derivatives Anti-differentiation is exactly what it sounds like: the opposite of differentiation. That is, given a function f, can we find a function F whose derivative is f. Definition. An anti-derivative

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

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

Chapter 13: Integrals

Chapter 13: Integrals Chapter : Integrals Chapter Overview: The Integral Calculus is essentially comprised of two operations. Interspersed throughout the chapters of this book has been the first of these operations the derivative.

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

Higher Order Linear Equations

Higher Order Linear Equations C H A P T E R 4 Higher Order Linear Equations 4.1 1. The differential equation is in standard form. Its coefficients, as well as the function g(t) = t, are continuous everywhere. Hence solutions are valid

More information

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

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

More information

Chapter 3 Second Order Linear Equations

Chapter 3 Second Order Linear Equations Partial Differential Equations (Math 3303) A Ë@ Õæ Aë áöß @. X. @ 2015-2014 ú GA JË@ É Ë@ Chapter 3 Second Order Linear Equations Second-order partial differential equations for an known function u(x,

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

HOMEWORK # 3 SOLUTIONS

HOMEWORK # 3 SOLUTIONS HOMEWORK # 3 SOLUTIONS TJ HITCHMAN. Exercises from the text.. Chapter 2.4. Problem 32 We are to use variation of parameters to find the general solution to y + 2 x y = 8x. The associated homogeneous equation

More information

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

The Method of Undetermined Coefficients.

The Method of Undetermined Coefficients. The Method of Undetermined Coefficients. James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 24, 2017 Outline 1 Annihilators 2 Finding The

More information

x+1 e 2t dt. h(x) := Find the equation of the tangent line to y = h(x) at x = 0.

x+1 e 2t dt. h(x) := Find the equation of the tangent line to y = h(x) at x = 0. Math Sample final problems Here are some problems that appeared on past Math exams. Note that you will be given a table of Z-scores for the standard normal distribution on the test. Don t forget to have

More information

4.8 Partial Fraction Decomposition

4.8 Partial Fraction Decomposition 8 CHAPTER 4. INTEGRALS 4.8 Partial Fraction Decomposition 4.8. Need to Know The following material is assumed to be known for this section. If this is not the case, you will need to review it.. When are

More information

Linear Differential Equations. Problems

Linear Differential Equations. Problems Chapter 1 Linear Differential Equations. Problems 1.1 Introduction 1.1.1 Show that the function ϕ : R R, given by the expression ϕ(t) = 2e 3t for all t R, is a solution of the Initial Value Problem x =

More information

First Order Differential Equations

First Order Differential Equations First Order Differential Equations Linear Equations Philippe B. Laval KSU Philippe B. Laval (KSU) 1st Order Linear Equations 1 / 11 Introduction We are still looking at 1st order equations. In today s

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

Review for Exam #3 MATH 3200

Review for Exam #3 MATH 3200 Review for Exam #3 MATH 3 Lodwick/Kawai You will have hrs. to complete Exam #3. There will be one full problem from Laplace Transform with the unit step function. There will be linear algebra, but hopefull,

More information

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ.

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ. Math 7A Practice Midterm III Solutions Ch. 6-8 (Ebersole,.7-.4 (Stewart DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam. You

More information

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine Lecture 2 The wave equation Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine V1.0 28/09/2018 1 Learning objectives of this lecture Understand the fundamental properties of the wave equation

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

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION Many applications of calculus depend on our ability to deduce facts about a function f from information concerning its derivatives. APPLICATIONS

More information

On linear and non-linear equations.(sect. 2.4).

On linear and non-linear equations.(sect. 2.4). On linear and non-linear equations.sect. 2.4). Review: Linear differential equations. Non-linear differential equations. Properties of solutions to non-linear ODE. The Bernoulli equation. Review: Linear

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

Math 124A October 11, 2011

Math 124A October 11, 2011 Math 14A October 11, 11 Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This corresponds to a string of infinite length. Although

More information

Scalar Conservation Laws and First Order Equations Introduction. Consider equations of the form. (1) u t + q(u) x =0, x R, t > 0.

Scalar Conservation Laws and First Order Equations Introduction. Consider equations of the form. (1) u t + q(u) x =0, x R, t > 0. Scalar Conservation Laws and First Order Equations Introduction. Consider equations of the form (1) u t + q(u) x =, x R, t >. In general, u = u(x, t) represents the density or the concentration of a physical

More information

MATH 425, HOMEWORK 5, SOLUTIONS

MATH 425, HOMEWORK 5, SOLUTIONS MATH 425, HOMEWORK 5, SOLUTIONS Exercise (Uniqueness for the heat equation on R) Suppose that the functions u, u 2 : R x R t R solve: t u k 2 xu = 0, x R, t > 0 u (x, 0) = φ(x), x R and t u 2 k 2 xu 2

More information

2.1 Differential Equations and Solutions. Blerina Xhabli

2.1 Differential Equations and Solutions. Blerina Xhabli 2.1 Math 3331 Differential Equations 2.1 Differential Equations and Solutions Blerina Xhabli Department of Mathematics, University of Houston blerina@math.uh.edu math.uh.edu/ blerina/teaching.html Blerina

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

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x Solutions to Homewor 1, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 problem 2. The problem says that the function yx = ce 2x + e x solves the ODE y + 2y = e x, and ass

More information

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1)

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1) Chapter 1 First-Order ODEs We consider in this chapter differential equations of the form dy (1.1) = F (t, y), where F (t, y) is a known smooth function. We wish to solve for y(t). Equation (1.1) is called

More information

Integration by Substitution

Integration by Substitution November 22, 2013 Introduction 7x 2 cos(3x 3 )dx =? 2xe x2 +5 dx =? Chain rule The chain rule: d dx (f (g(x))) = f (g(x)) g (x). Use the chain rule to find f (x) and then write the corresponding anti-differentiation

More information

MAT292 - Calculus III - Fall Solution for Term Test 2 - November 6, 2014 DO NOT WRITE ON THE QR CODE AT THE TOP OF THE PAGES.

MAT292 - Calculus III - Fall Solution for Term Test 2 - November 6, 2014 DO NOT WRITE ON THE QR CODE AT THE TOP OF THE PAGES. MAT9 - Calculus III - Fall 4 Solution for Term Test - November 6, 4 Time allotted: 9 minutes. Aids permitted: None. Full Name: Last First Student ID: Email: @mail.utoronto.ca Instructions DO NOT WRITE

More information

AM 205: lecture 14. Last time: Boundary value problems Today: Numerical solution of PDEs

AM 205: lecture 14. Last time: Boundary value problems Today: Numerical solution of PDEs AM 205: lecture 14 Last time: Boundary value problems Today: Numerical solution of PDEs ODE BVPs A more general approach is to formulate a coupled system of equations for the BVP based on a finite difference

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

2. Laws of Exponents (1) b 0 1 (2) b x b y b x y (3) bx b y. b x y (4) b n (5) b r s b rs (6) n b b 1/n Example: Solve the equations (a) e 2x

2. Laws of Exponents (1) b 0 1 (2) b x b y b x y (3) bx b y. b x y (4) b n (5) b r s b rs (6) n b b 1/n Example: Solve the equations (a) e 2x 7.1 Derivative of Exponential Function 1. Exponential Functions Let b 0 and b 1. f x b x is called an exponential function. Domain of f x :, Range of f x : 0, Example: lim x e x x2 2. Laws of Exponents

More information

Essential Ordinary Differential Equations

Essential Ordinary Differential Equations MODULE 1: MATHEMATICAL PRELIMINARIES 10 Lecture 2 Essential Ordinary Differential Equations In this lecture, we recall some methods of solving first-order IVP in ODE (separable and linear) and homogeneous

More information

Math 307 Lecture 19. Laplace Transforms of Discontinuous Functions. W.R. Casper. Department of Mathematics University of Washington.

Math 307 Lecture 19. Laplace Transforms of Discontinuous Functions. W.R. Casper. Department of Mathematics University of Washington. Math 307 Lecture 19 Laplace Transforms of Discontinuous Functions W.R. Casper Department of Mathematics University of Washington November 26, 2014 Today! Last time: Step Functions This time: Laplace Transforms

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 Spring 2014 Homework 2 solution

Math Spring 2014 Homework 2 solution Math 3-00 Spring 04 Homework solution.3/5 A tank initially contains 0 lb of salt in gal of weater. A salt solution flows into the tank at 3 gal/min and well-stirred out at the same rate. Inflow salt concentration

More information

An Introduction to Numerical Methods for Differential Equations. Janet Peterson

An Introduction to Numerical Methods for Differential Equations. Janet Peterson An Introduction to Numerical Methods for Differential Equations Janet Peterson Fall 2015 2 Chapter 1 Introduction Differential equations arise in many disciplines such as engineering, mathematics, sciences

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

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

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

More information

Homework 3 Solutions(Part 2) Due Friday Sept. 8

Homework 3 Solutions(Part 2) Due Friday Sept. 8 MATH 315 Differential Equations (Fall 017) Homework 3 Solutions(Part ) Due Frida Sept. 8 Part : These will e graded in detail. Be sure to start each of these prolems on a new sheet of paper, summarize

More information

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2.

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. Math 3350 1 Chapter 1 Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. 1.1 Material for Section 1.1 An Ordinary Differential Equation (ODE) is a relation between an independent variable x

More information

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems 2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems Mathematics 3 Lecture 14 Dartmouth College February 03, 2010 Derivatives of the Exponential and Logarithmic Functions

More information

Name Class. 5. Find the particular solution to given the general solution y C cos x and the. x 2 y

Name Class. 5. Find the particular solution to given the general solution y C cos x and the. x 2 y 10 Differential Equations Test Form A 1. Find the general solution to the first order differential equation: y 1 yy 0. 1 (a) (b) ln y 1 y ln y 1 C y y C y 1 C y 1 y C. Find the general solution to the

More information

The integrating factor method (Sect. 1.1)

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

More information

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

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

Qualifying Examination

Qualifying Examination Summer 24 Day. Monday, September 5, 24 You have three hours to complete this exam. Work all problems. Start each problem on a All problems are 2 points. Please email any electronic files in support of

More information

Mathematical Methods - Lecture 9

Mathematical Methods - Lecture 9 Mathematical Methods - Lecture 9 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

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

Key Point. The nth order linear homogeneous equation with constant coefficients

Key Point. The nth order linear homogeneous equation with constant coefficients General Solutions of Higher-Order Linear Equations In section 3.1, we saw the following fact: Key Point. The nth order linear homogeneous equation with constant coefficients a n y (n) +... + a 2 y + a

More information

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t.

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t. Calculus IV - HW 3 Due 7/13 Section 3.1 1. Give the general solution to the following differential equations: a y 25y = 0 Solution: The characteristic equation is r 2 25 = r 5r + 5. It follows that the

More information

2. A Motivational Example: Consider the second-order homogeneous linear DE: y y 2y = 0

2. A Motivational Example: Consider the second-order homogeneous linear DE: y y 2y = 0 MATH 246: Chapter 2 Section 2 Justin Wyss-Gallifent 1. Introduction: Since even linear higher-order DEs are difficult we are going to simplify even more. For today we re going to look at homogeneous higher-order

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

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx.

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx. Mathematics 14 Fall Term 26 Solutions to Final Exam 1. Evaluate sin(ln t) dt. Solution. We first make the substitution t = e x, for which dt = e x. This gives sin(ln t) dt = e x sin(x). To evaluate the

More information

Section 2.5 Mixing Problems. Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration

Section 2.5 Mixing Problems. Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration Section 2.5 Mixing Problems Key Terms: Tanks Mixing problems Input rate Output rate Volume rates Concentration The problems we will discuss are called mixing problems. They employ tanks and other receptacles

More information

Mathematic 108, Fall 2015: Solutions to assignment #7

Mathematic 108, Fall 2015: Solutions to assignment #7 Mathematic 08, Fall 05: Solutions to assignment #7 Problem # Suppose f is a function with f continuous on the open interval I and so that f has a local maximum at both x = a and x = b for a, b I with a

More information

Math 311, Partial Differential Equations, Winter 2015, Midterm

Math 311, Partial Differential Equations, Winter 2015, Midterm Score: Name: Math 3, Partial Differential Equations, Winter 205, Midterm Instructions. Write all solutions in the space provided, and use the back pages if you have to. 2. The test is out of 60. There

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

Lecture Notes in Mathematics. A First Course in Quasi-Linear Partial Differential Equations for Physical Sciences and Engineering Solution Manual

Lecture Notes in Mathematics. A First Course in Quasi-Linear Partial Differential Equations for Physical Sciences and Engineering Solution Manual Lecture Notes in Mathematics A First Course in Quasi-Linear Partial Differential Equations for Physical Sciences and Engineering Solution Manual Marcel B. Finan Arkansas Tech University c All Rights Reserved

More information

1D Wave Equation General Solution / Gaussian Function

1D Wave Equation General Solution / Gaussian Function D Wave Euation General Solution / Gaussian Function Phys 375 Overview and Motivation: Last time we derived the partial differential euation known as the (one dimensional wave euation Today we look at the

More information

A: Brief Review of Ordinary Differential Equations

A: Brief Review of Ordinary Differential Equations A: Brief Review of Ordinary Differential Equations Because of Principle # 1 mentioned in the Opening Remarks section, you should review your notes from your ordinary differential equations (odes) course

More information

AP Calculus Testbank (Chapter 6) (Mr. Surowski)

AP Calculus Testbank (Chapter 6) (Mr. Surowski) AP Calculus Testbank (Chapter 6) (Mr. Surowski) Part I. Multiple-Choice Questions 1. Suppose that f is an odd differentiable function. Then (A) f(1); (B) f (1) (C) f(1) f( 1) (D) 0 (E). 1 1 xf (x) =. The

More information

Conservation Laws: Systematic Construction, Noether s Theorem, Applications, and Symbolic Computations.

Conservation Laws: Systematic Construction, Noether s Theorem, Applications, and Symbolic Computations. Conservation Laws: Systematic Construction, Noether s Theorem, Applications, and Symbolic Computations. Alexey Shevyakov Department of Mathematics and Statistics, University of Saskatchewan, Saskatoon,

More information

Differential Equations DIRECT INTEGRATION. Graham S McDonald

Differential Equations DIRECT INTEGRATION. Graham S McDonald Differential Equations DIRECT INTEGRATION Graham S McDonald A Tutorial Module introducing ordinary differential equations and the method of direct integration Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

More information

2nd-Order Linear Equations

2nd-Order Linear Equations 4 2nd-Order Linear Equations 4.1 Linear Independence of Functions In linear algebra the notion of linear independence arises frequently in the context of vector spaces. If V is a vector space over the

More information

Math 121 Winter 2010 Review Sheet

Math 121 Winter 2010 Review Sheet Math 121 Winter 2010 Review Sheet March 14, 2010 This review sheet contains a number of problems covering the material that we went over after the third midterm exam. These problems (in conjunction with

More information

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h 1 Sec 4.1 Limits, Informally When we calculated f (x), we first started with the difference quotient f(x + h) f(x) h and made h small. In other words, f (x) is the number f(x+h) f(x) approaches as h gets

More information