Further Ordinary Differential Equations

Size: px
Start display at page:

Download "Further Ordinary Differential Equations"

Transcription

1 Advanced Higher Notes (Unit ) Prerequisites: Standard integrals; integration by substitution; integration by parts; finding a constant of integration; solving quadratic equations (with possibly complex roots); solving simultaneous equations. Maths Applications: Solving differential equations. Real-World Applications: Electrical circuits; damped/forced motion. Ordinary Differential Equations Special types of differential equations (DEs) have been introduced earlier in this course and in Higher. Here, we shall look at more general classes of differential equations. Definition: An n th order ordinary differential equation (ODE) is an equation containing (i) an unknown function of a single variable and (ii) derivatives of the function up to the n th order. Most DEs are difficult to solve exactly. Fortunately, many DEs that arise in real-life fall into categories that we can easily stu. One of these, of main interest to us, is the following type. Definition: An n th order linear ODE is one of the form, n = (r) a ( x ) = f (x) r ( r ) r 0 For example, x 11 cot x + 98 y = π sin x M Patel (April 01) 1 St. Machar Academy

2 Advanced Higher Notes (Unit ) In this course, the focus will be mainly on 1 st and nd order linear ODEs. We have encountered nonlinear DEs. Most separable DEs are nonlinear. Definition: An n th order linear ODE with constant coefficients is of the form, with all the a constant. r n = (r) a = f (x) r ( r ) r 0 Definition: A linear ODE is homogeneous if the function f (x) in the above definition is identically 0. A linear ODE is non-homogeneous (aka inhomogeneous) if it is not homogeneous. Definition: The general solution of a homogeneous differential equation is called the Complementary Function (CF). The term ordinary refers to the fact that the unknown function depends on only 1 (independent) variable; many interesting DEs involve functions of several variables, in which case we can form a partial differential equation (PDE). Also, there is often more than 1 DE describing a particular phenomenon, in which case we have a system of differential equations. Examples from physics include: Maxwell s equations of electromagnetism, which form the basis for all electrical and magnetic technology, are a system of 8 linear nd order PDEs in 4 independent variables and unknown functions; Einstein s field equations of gravitation, which describe gravity as a warping of space and time around any object, are a system of 10 nonlinear nd order PDEs in 4 independent variables and 10 unknown functions; Schrödinger s wave equation, which forms the modern M Patel (April 01) St. Machar Academy

3 Advanced Higher Notes (Unit ) basis for atomic physics (including phenomena such as teleporting photons), is a linear nd order PDE in or 4 independent variables and 1 (complex!) unknown function; the Dirac equation, a relativistic version of the Schrödinger equation which predicts the existence of antimatter, is a linear 1 st order PDE in 4 independent variables and 1 (complex) unknown function. An example from biology are the Lotka-Volterra predator-prey equations, which describe the interaction of a predator and a prey, are a system of nonlinear 1 st order ODEs in 1 independent variable and unknown functions. Note that many real-life differential equations are of 1 st or nd order. A notable example of a rd order nonlinear PDE in independent variables and 1 unknown function is the Kortewig-de Vries equation, which describes shallow water waves (solutions of this equation are called solitons - a wave that keeps its shape while travelling at constant speed - and were seen in the Union Canal in Scotland by John Scott Russell in the 180s during his investigations into efficient canal boat designs). 1 st Order Equations and the Integrating Factor Previously, 1 st order homogeneous equations were studied. We will now solve the most general type of 1 st order linear ODE. Theorem: A 1 st order linear ODE can be written in the form, + P (x) y = f (x) and is solved by multiplying both sides of this equation by the Integrating Factor (IF) e P ( x ) and then integrating both sides with respect to the independent variable (for this DE, that variable is x). Before multiplying by the IF, it is crucial to rewrite the DE in the above form (if it s not alrea in that form). The term must be written on its own. M Patel (April 01) St. Machar Academy

4 Advanced Higher Notes (Unit ) Example 1 y = x x The function P (x) equals x. The IF is, e x = e 1 x = e ln x + D = ln + D = ln e D = e D x where D is the constant of integration. Multiplying the above DE by the IF gives, e D x e D x y = x. e D x x e D x e D x 6 y = e D x 4 As the constant e D is never 0 (as it s always positive), we can divide by it to get, x 6 x y = x 4 This canceling of the constant always occurs in every type of IF DE; if it doesn t happen, a mistake has been made somewhere. Once this step has been reached correctly, the rest is routine. First, rewrite the LHS using the product rule as, d ( x y ) = x 4 M Patel (April 01) 4 St. Machar Academy

5 Advanced Higher Notes (Unit ) Finally, integrate both sides with respect to x (and, for the LHS, remembering that integration is the opposite of differentiation) and solve for the dependent variable, x y = x + C y = x + C x Time-permitting, it should be checked that this alleged solution does satisfy the DE. Example cos x + y sin x = 1 Rewriting this equation gives (assuming cos x 0 ), + y tan x = sec x The IF is, e tan x = e ln cos x + D = D e cos x Then, D e cos x + D e cos x y tan x = D e cos x sec x sec x + sec x tan x y = sec x Hence, Thus, d ( y sec x ) = sec x M Patel (April 01) St. Machar Academy

6 Advanced Higher Notes (Unit ) y sec x = tan x + C y = sin x + C cos x Example + y = The IF is, e = e D So, + e x y = e x d ( e x y ) = e x y = + C y = C + The worst-case scenario with DEs involving an Integrating Factor occurs when integration by parts must be used on the RHS. The following example is a slight modification of Example. Example 4 + y = x The IF is the same as before, e = e D M Patel (April 01) 6 St. Machar Academy

7 Advanced Higher Notes (Unit ) So, + e x y = x d ( e x y ) = x y = x Integrating the RHS of this equation by parts gives (do it!), y = x 49 + C y = x 49 + C Second-Order Equations The second order ODEs that we will stu will be homogeneous and nonhomogeneous, but only those with constant coefficients. Homogeneous Remember that the general solution of a homogeneous differential equation is given by the Complementary Function (CF). There are possible forms for the CF for such a DE, depending on the nature and number of the roots of a quadratic equation formed directly from the DE. Theorem: The general solution of a homogeneous nd order linear ODE with constant coefficients, a + b + c y = 0 is obtained by solving the associated Auxiliary Equation (AE), M Patel (April 01) St. Machar Academy

8 Advanced Higher Notes (Unit ) a p + b p + c = 0 (p C ) If the auxiliary equation has real (distinct) roots p and p, then the CF 1 is of the form, 1 y = A e p x + B e p x (A, B R ) CF If the auxiliary equation has 1 real (repeated) root p, then the CF is of the form, y = (A + B x) e px (A, B R ) CF If the auxiliary equation has a pair of complex (conjugate) roots p = r 1 + is and p = r is, then the CF is of the form, y = e rx ( A cos sx + B sin sx ) (A, B R ) CF Example Find the general solution of y = 0. The auxiliary equation is, p + 8 p + 1 = 0 Solving this gives distinct, real solutions p = and p = 6. The 1 CF, and thus the general solution (since we have a homogeneous equation), is thus, y = A CF e x + B 6 e x Example 6 Find the general solution of 10 + y = 0. The auxiliary equation is, M Patel (April 01) 8 St. Machar Academy

9 Advanced Higher Notes (Unit ) p 10 p + = 0 Solving this gives 1 real repeated solution p =. The general solution is thus, y = (A + B x) CF Example Find the particular solution of y = 1 and = 0 when x = y = 0 satisfying The DE must be rewritten as, y = 0 The auxiliary equation is, p 6 p + 14 = 0 The solutions are p = + i and p = i. The general solution 1 is thus, y = CF ( A cos x + B sin x ) To find the particular solution, we differentiate the CF, CF = ( A cos x + B sin x ) x + e ( A sin x + B cos x ) Substituting x = 0, y = 1 into the first equation and x = 0, = 0 into the seconield respectively, M Patel (April 01) 9 St. Machar Academy

10 Advanced Higher Notes (Unit ) ( A. B. ) = 1 ( A. B. ) ( A. B. ) = 0 These first of these gives A = 1 and the second then gives B =. Hence, the required particular solution is, y = PS Non-Homogeneous x e cos x sin x Definition: A Particular Integral () is a solution of the inhomogeneous DE. Theorem: The general solution of an inhomogeneous nd constant coefficients, order linear ODE with a + b + c y = f (x) is obtained by adding the Complementary Function to a Particular Integral, y = G y + y CF The is chosen to be of the same form as f (x). The following table summarises the situation. f (x) C x + D C x + D x + E C e px C sin px C cos px S x + T S x + T x + U S e px S sin px + T cos px S sin px + T cos px M Patel (April 01) 10 St. Machar Academy

11 Advanced Higher Notes (Unit ) Slight variations of the last s are important too. f (x) C e px + D S e px + T C sin px + D S sin px + T cos px + U C cos px + D S sin px + T cos px + U All constants in the LHS of the above tables will be known from the form of f (x). The unknowns in the RHS of the above tables are S, T, and U. The proposed is substituted into the inhomogeneous equation to find the unknown constant(s); thus, the will then have no arbitrary constants. Example 8 Find the general solution of y = x 4. The CF for the associated homogeneous DE was obtained in Example as, y = A CF e x + B 6 e x For the try, y = S x + T Then, y = S y = 0 Substituting these pieces of information into the inhomogeneous DE gives, 0 + 8S + 1 (S x + T ) = x 4 (1S ) x + (8S + 1T ) = x 4 M Patel (April 01) 11 St. Machar Academy

12 Advanced Higher Notes (Unit ) Equating coefficients of x and solving gives S = 1 4 and T = 1. Substituting these values into the gives, y = 1 4 x 1 Finally, the general solution is, y = A G e x + B x 1 Example 9 Find the general solution of 10 + y = x. Solving the associated homogeneous DE, 10 + y = 0 from Example 6 gives, y = (A + B x) CF For the try, y = S x + T x + U Note that even though the RHS of the non-homogeneous DE has no x term, it must still be included in the proposed (differentiating th term in the will give a constant, which contributes to the constant on the RHS). Then, y = S x + T y = S M Patel (April 01) 1 St. Machar Academy

13 Advanced Higher Notes (Unit ) Substituting these ingredients into the inhomogeneous DE gives, S 10 (S x + T ) + (S x + T x + U ) = S x + (T 0S ) x + (S 10T + U ) = x x Equating coefficients gives, S = 1 T 0S = 0 S 10T + U = Solving these equations gives S = 1, T = 4 1 and U = Hence, y = 1 x x 44 1 The general solution is, y = (A + B x) G + 1 x x 44 1 Example 10 Find the general solution of y = 4 sin x. Solving the associated homogeneous from Example gives, y = e CF ( cos + sin ) x A x B x For the try, y = S sin x + T cos x M Patel (April 01) 1 St. Machar Academy

14 Advanced Higher Notes (Unit ) Then, y = S cos x T sin x y = S sin x T cos x Substituting these into the inhomogeneous DE gives, ( S sin x T cos x) 6 (S cos x T sin x) + 14 (S sin x + T cos x) = 4 sin x Collecting the sine and cosine terms together gives, after a bit of work, ( 11S + 0T ) sin x + ( 0S 11T ) cos x = 4 sin x Equating the sine and cosine terms gives the simultaneous equations, 11S + 0T = 4 0S 11T = 0 whose solution is S = and T = Hence, The general solution is, y = sin x cos x y = e G ( cos + sin ) x A x B x sin x cos x M Patel (April 01) 14 St. Machar Academy

15 Advanced Higher Notes (Unit ) Example 11 Find the particular solution of 4 satisfying the initial conditions y = 1 and The CF is, + 4 y = + 8 = 0 when x = 0. y = (A + B x) CF For the try, y = S + T Then, y = S y = 9S Substituting these into the inhomogeneous DE and simplifying gives, (9S 1S + 4S ) + 4T = S + 4T = Thus, S = 1 and T =. So, the is, y = + The general solution is thus, y = (A + B x) G + + To find the particular solution, we must differentiate the general solution, y = (A + B ) G + B x + M Patel (April 01) 1 St. Machar Academy

16 Advanced Higher Notes (Unit ) Substituting in the initial conditions gives (check) A = and B = 1. The particular solution is thus, y = (x ) G + + Sometimes nice numbers are obtained. The constant T is essential in the (as there is a constant on the RHS of the inhomogeneous DE); try and see what happens if it is left out of the. When the form of f (x) is the same as that of a term in the CF, choose the to b f (x) ; if this is the same form as a term of the CF, try x f (x), and so on. Example 1 Find the general solution of y =. This is a slight variation of Example. The would normally be chosen as S ; however, this is of the same form as a term in the CF. So, for the try, y = S x Then, y = S S x y = 4S x 4S Substituting all this information into the non-homogeneous DE gives, (4S + 1S 16S ) x + 4S = Hence, S = 1 4 and the general solution is, y = A G e x + B 6 e x x M Patel (April 01) 16 St. Machar Academy

17 Advanced Higher Notes (Unit ) M Patel (April 01) 1 St. Machar Academy

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

(d by dx notation aka Leibniz notation)

(d by dx notation aka Leibniz notation) n Prerequisites: Differentiating, sin and cos ; sum/difference and chain rules; finding ma./min.; finding tangents to curves; finding stationary points and their nature; optimising a function. Maths Applications:

More information

Higher-order ordinary differential equations

Higher-order ordinary differential equations Higher-order ordinary differential equations 1 A linear ODE of general order n has the form a n (x) dn y dx n +a n 1(x) dn 1 y dx n 1 + +a 1(x) dy dx +a 0(x)y = f(x). If f(x) = 0 then the equation is called

More information

[Engineering Mathematics]

[Engineering Mathematics] [MATHS IV] [Engineering Mathematics] [Partial Differential Equations] [Partial Differentiation and formation of Partial Differential Equations has already been covered in Maths II syllabus. Present chapter

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

Advanced Eng. Mathematics

Advanced Eng. Mathematics Koya University Faculty of Engineering Petroleum Engineering Department Advanced Eng. Mathematics Lecture 6 Prepared by: Haval Hawez E-mail: haval.hawez@koyauniversity.org 1 Second Order Linear Ordinary

More information

MATHEMATICS FOR ENGINEERS & SCIENTISTS 23

MATHEMATICS FOR ENGINEERS & SCIENTISTS 23 MATHEMATICS FOR ENGINEERS & SCIENTISTS 3.5. Second order linear O.D.E.s: non-homogeneous case.. We ll now consider non-homogeneous second order linear O.D.E.s. These are of the form a + by + c rx) for

More information

17.2 Nonhomogeneous Linear Equations. 27 September 2007

17.2 Nonhomogeneous Linear Equations. 27 September 2007 17.2 Nonhomogeneous Linear Equations 27 September 2007 Nonhomogeneous Linear Equations The differential equation to be studied is of the form ay (x) + by (x) + cy(x) = G(x) (1) where a 0, b, c are given

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

REFERENCE: CROFT & DAVISON CHAPTER 20 BLOCKS 1-3

REFERENCE: CROFT & DAVISON CHAPTER 20 BLOCKS 1-3 IV ORDINARY DIFFERENTIAL EQUATIONS REFERENCE: CROFT & DAVISON CHAPTER 0 BLOCKS 1-3 INTRODUCTION AND TERMINOLOGY INTRODUCTION A differential equation (d.e.) e) is an equation involving an unknown function

More information

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear.

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear. Precalculus Review Functions to KNOW! 1. Polynomial Functions Types: General form Generic Graph and unique properties Constants Linear Quadratic Cubic Generalizations for Polynomial Functions - The domain

More information

Last Update: April 7, 201 0

Last Update: April 7, 201 0 M ath E S W inter Last Update: April 7, Introduction to Partial Differential Equations Disclaimer: his lecture note tries to provide an alternative approach to the material in Sections.. 5 in the textbook.

More information

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner:

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner: M ath 0 1 E S 1 W inter 0 1 0 Last Updated: January, 01 0 Solving Second Order Linear ODEs Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections 4. 4. 7 and

More information

Lesson 5.3. Solving Trigonometric Equations

Lesson 5.3. Solving Trigonometric Equations Lesson 5.3 Solving To solve trigonometric equations: Use standard algebraic techniques learned in Algebra II. Look for factoring and collecting like terms. Isolate the trig function in the equation. Use

More information

First Order Systems of Linear Equations. or ODEs of Arbitrary Order

First Order Systems of Linear Equations. or ODEs of Arbitrary Order First Order Systems of Linear Equations or ODEs of Arbitrary Order Systems of Equations Relate Quantities Examples Predator-Prey Relationships r 0 = r (100 f) f 0 = f (r 50) (Lokta-Volterra Model) Systems

More information

MATH 320, WEEK 2: Slope Fields, Uniqueness of Solutions, Initial Value Problems, Separable Equations

MATH 320, WEEK 2: Slope Fields, Uniqueness of Solutions, Initial Value Problems, Separable Equations MATH 320, WEEK 2: Slope Fields, Uniqueness of Solutions, Initial Value Problems, Separable Equations 1 Slope Fields We have seen what a differential equation is (relationship with a function and its derivatives),

More information

Partial Fractions. Prerequisites: Solving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division.

Partial Fractions. Prerequisites: Solving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division. Prerequisites: olving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division. Maths Applications: Integration; graph sketching. Real-World Applications:

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

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

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved.

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved. Analytic Trigonometry Copyright Cengage Learning. All rights reserved. 7.1 Trigonometric Identities Copyright Cengage Learning. All rights reserved. Objectives Simplifying Trigonometric Expressions Proving

More information

A. Incorrect! This equality is true for all values of x. Therefore, this is an identity and not a conditional equation.

A. Incorrect! This equality is true for all values of x. Therefore, this is an identity and not a conditional equation. CLEP-Precalculus - Problem Drill : Trigonometric Identities No. of 0 Instructions: () Read the problem and answer choices carefully () Work the problems on paper as. Which of the following equalities is

More information

1 Differential. Equations. A differential equation is any equation that involves a derivative. For example, Newton s second law F ma

1 Differential. Equations. A differential equation is any equation that involves a derivative. For example, Newton s second law F ma 1 Differential Equations b The strange attractor for a Sprott system consisting of three quadratic differential equations. 1 A differential equation is any equation that involves a derivative. For example,

More information

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0.

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0. Calculus Problem Solving Drill 07: Trigonometric Limits and Continuity No. of 0 Instruction: () Read the problem statement and answer choices carefully. () Do your work on a separate sheet of paper. (3)

More information

Fourier Analysis Fourier Series C H A P T E R 1 1

Fourier Analysis Fourier Series C H A P T E R 1 1 C H A P T E R Fourier Analysis 474 This chapter on Fourier analysis covers three broad areas: Fourier series in Secs...4, more general orthonormal series called Sturm iouville epansions in Secs..5 and.6

More information

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 3 (First order equations (C)) A.J.Hobson

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 3 (First order equations (C)) A.J.Hobson JUST THE MATHS UNIT NUMBER 15.3 ORDINARY DIFFERENTIAL EQUATIONS 3 (First order equations (C)) by A.J.Hobson 15.3.1 Linear equations 15.3.2 Bernouilli s equation 15.3.3 Exercises 15.3.4 Answers to exercises

More information

sin cos 1 1 tan sec 1 cot csc Pre-Calculus Mathematics Trigonometric Identities and Equations

sin cos 1 1 tan sec 1 cot csc Pre-Calculus Mathematics Trigonometric Identities and Equations Pre-Calculus Mathematics 12 6.1 Trigonometric Identities and Equations Goal: 1. Identify the Fundamental Trigonometric Identities 2. Simplify a Trigonometric Expression 3. Determine the restrictions on

More information

SESSION 6 Trig. Equations and Identities. Math 30-1 R 3. (Revisit, Review and Revive)

SESSION 6 Trig. Equations and Identities. Math 30-1 R 3. (Revisit, Review and Revive) SESSION 6 Trig. Equations and Identities Math 30-1 R 3 (Revisit, Review and Revive) 1 P a g e 2 P a g e Mathematics 30-1 Learning Outcomes Specific Outcome 5: Solve, algebraically and graphically, first

More information

Title: Solving Ordinary Differential Equations (ODE s)

Title: Solving Ordinary Differential Equations (ODE s) ... Mathematics Support Centre Title: Solving Ordinary Differential Equations (ODE s) Target: On completion of this workbook you should be able to recognise and apply the appropriate method for solving

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Math 2142 Homework 5 Part 1 Solutions

Math 2142 Homework 5 Part 1 Solutions Math 2142 Homework 5 Part 1 Solutions Problem 1. For the following homogeneous second order differential equations, give the general solution and the particular solution satisfying the given initial conditions.

More information

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach Section Notes Page Trigonometric Functions; Unit Circle Approach A unit circle is a circle centered at the origin with a radius of Its equation is x y = as shown in the drawing below Here the letter t

More information

1 Fundamentals. 1.1 Overview. 1.2 Units: Physics 704 Spring 2018

1 Fundamentals. 1.1 Overview. 1.2 Units: Physics 704 Spring 2018 Physics 704 Spring 2018 1 Fundamentals 1.1 Overview The objective of this course is: to determine and fields in various physical systems and the forces and/or torques resulting from them. The domain of

More information

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 1 (First order equations (A)) A.J.Hobson

JUST THE MATHS UNIT NUMBER ORDINARY DIFFERENTIAL EQUATIONS 1 (First order equations (A)) A.J.Hobson JUST THE MATHS UNIT NUMBER 5. ORDINARY DIFFERENTIAL EQUATIONS (First order equations (A)) by A.J.Hobson 5.. Introduction and definitions 5..2 Exact equations 5..3 The method of separation of the variables

More information

Lecture I Introduction, concept of solutions, application

Lecture I Introduction, concept of solutions, application S. Ghorai Lecture I Introduction, concept of solutions, application Definition. A differential equation (DE) is a relation that contains a finite set of functions and their derivatives with respect to

More information

Partial Differential Equations (PDEs)

Partial Differential Equations (PDEs) C H A P T E R Partial Differential Equations (PDEs) 5 A PDE is an equation that contains one or more partial derivatives of an unknown function that depends on at least two variables. Usually one of these

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

Section 7.3 Double Angle Identities

Section 7.3 Double Angle Identities Section 7.3 Double Angle Identities 3 Section 7.3 Double Angle Identities Two special cases of the sum of angles identities arise often enough that we choose to state these identities separately. Identities

More information

CHAPTER 5. Higher Order Linear ODE'S

CHAPTER 5. Higher Order Linear ODE'S A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 2 A COLLECTION OF HANDOUTS ON SCALAR LINEAR ORDINARY

More information

6.1 Reciprocal, Quotient, and Pythagorean Identities.notebook. Chapter 6: Trigonometric Identities

6.1 Reciprocal, Quotient, and Pythagorean Identities.notebook. Chapter 6: Trigonometric Identities Chapter 6: Trigonometric Identities 1 Chapter 6 Complete the following table: 6.1 Reciprocal, Quotient, and Pythagorean Identities Pages 290 298 6.3 Proving Identities Pages 309 315 Measure of

More information

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Questions Example (3.5.3) Find a general solution of the differential equation y 2y 3y = 3te

More information

6.5 Trigonometric Equations

6.5 Trigonometric Equations 6. Trigonometric Equations In this section, we discuss conditional trigonometric equations, that is, equations involving trigonometric functions that are satisfied only by some values of the variable (or

More information

2 nd ORDER O.D.E.s SUBSTITUTIONS

2 nd ORDER O.D.E.s SUBSTITUTIONS nd ORDER O.D.E.s SUBSTITUTIONS Question 1 (***+) d y y 8y + 16y = d d d, y 0, Find the general solution of the above differential equation by using the transformation equation t = y. Give the answer in

More information

Math 256: Applied Differential Equations: Final Review

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

More information

NAME DATE PERIOD. Trigonometric Identities. Review Vocabulary Complete each identity. (Lesson 4-1) 1 csc θ = 1. 1 tan θ = cos θ sin θ = 1

NAME DATE PERIOD. Trigonometric Identities. Review Vocabulary Complete each identity. (Lesson 4-1) 1 csc θ = 1. 1 tan θ = cos θ sin θ = 1 5-1 Trigonometric Identities What You ll Learn Scan the text under the Now heading. List two things that you will learn in the lesson. 1. 2. Lesson 5-1 Active Vocabulary Review Vocabulary Complete each

More information

Mathematics 116 HWK 14 Solutions Section 4.5 p305. Note: This set of solutions also includes 3 problems from HWK 12 (5,7,11 from 4.5).

Mathematics 116 HWK 14 Solutions Section 4.5 p305. Note: This set of solutions also includes 3 problems from HWK 12 (5,7,11 from 4.5). Mathematics 6 HWK 4 Solutions Section 4.5 p305 Note: This set of solutions also includes 3 problems from HWK 2 (5,7, from 4.5). Find the indicated it. Use l Hospital s Rule where appropriate. Consider

More information

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations.

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations. UNIVERSITY OF SOUTHAMPTON MATH055W SEMESTER EXAMINATION 03/4 MATHEMATICS FOR ELECTRONIC & ELECTRICAL ENGINEERING Duration: 0 min Solutions Only University approved calculators may be used. A foreign language

More information

Week 01 : Introduction. A usually formal statement of the equality or equivalence of mathematical or logical expressions

Week 01 : Introduction. A usually formal statement of the equality or equivalence of mathematical or logical expressions 1. What are partial differential equations. An equation: Week 01 : Introduction Marriam-Webster Online: A usually formal statement of the equality or equivalence of mathematical or logical expressions

More information

Systems of Ordinary Differential Equations

Systems of Ordinary Differential Equations Systems of Ordinary Differential Equations MATH 365 Ordinary Differential Equations J Robert Buchanan Department of Mathematics Fall 2018 Objectives Many physical problems involve a number of separate

More information

TRIGONOMETRIC FUNCTIONS. Copyright Cengage Learning. All rights reserved.

TRIGONOMETRIC FUNCTIONS. Copyright Cengage Learning. All rights reserved. 12 TRIGONOMETRIC FUNCTIONS Copyright Cengage Learning. All rights reserved. 12.2 The Trigonometric Functions Copyright Cengage Learning. All rights reserved. The Trigonometric Functions and Their Graphs

More information

6.1: Reciprocal, Quotient & Pythagorean Identities

6.1: Reciprocal, Quotient & Pythagorean Identities Math Pre-Calculus 6.: Reciprocal, Quotient & Pythagorean Identities A trigonometric identity is an equation that is valid for all values of the variable(s) for which the equation is defined. In this chapter

More information

Basics Concepts and Ideas First Order Differential Equations. Dr. Omar R. Daoud

Basics Concepts and Ideas First Order Differential Equations. Dr. Omar R. Daoud Basics Concepts and Ideas First Order Differential Equations Dr. Omar R. Daoud Differential Equations Man Phsical laws and relations appear mathematicall in the form of Differentia Equations The are one

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

4 Differential Equations

4 Differential Equations Advanced Calculus Chapter 4 Differential Equations 65 4 Differential Equations 4.1 Terminology Let U R n, and let y : U R. A differential equation in y is an equation involving y and its (partial) derivatives.

More information

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETR Some Key Concepts:. The slope and the equation of a straight line. Functions and functional notation. The average rate of change of a function and the DIFFERENCE-

More information

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

ENGI 4430 PDEs - d Alembert Solutions Page 11.01 ENGI 4430 PDEs - d Alembert Solutions Page 11.01 11. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

Example. Evaluate. 3x 2 4 x dx.

Example. Evaluate. 3x 2 4 x dx. 3x 2 4 x 3 + 4 dx. Solution: We need a new technique to integrate this function. Notice that if we let u x 3 + 4, and we compute the differential du of u, we get: du 3x 2 dx Going back to our integral,

More information

Systems of Equations

Systems of Equations Prerequisites: Solving simultaneous equations in 2 variables; equation and graph of a straight line. Maths Applications: Finding circle equations; finding matrix inverses; intersections of lines and planes.

More information

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following:

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Trigonometric Integrals The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Substitution u sinx u cosx u tanx u secx

More information

Basic Trigonometry. DSchafer05. October 5, 2005

Basic Trigonometry. DSchafer05. October 5, 2005 Basic Trigonometry DSchafer05 October 5, 005 1 Fundementals 1.1 Trigonometric Functions There are three basic trigonometric functions, sine, cosine and tangent, whose definitions can be easily observed

More information

Physics-I. Dr. Anurag Srivastava. Web address: Visit me: Room-110, Block-E, IIITM Campus

Physics-I. Dr. Anurag Srivastava. Web address:    Visit me: Room-110, Block-E, IIITM Campus Physics-I Dr. Anurag Srivastava Web address: http://tiiciiitm.com/profanurag Email: profanurag@gmail.com Visit me: Room-110, Block-E, IIITM Campus Syllabus Electrodynamics: Maxwell s equations: differential

More information

Trigonometric Functions 6C

Trigonometric Functions 6C Trigonometric Functions 6C a b c d e sin 3 q æ ö ø 4 tan 6 q 4 æ ö tanq ø cos q æ ö ø 3 cosec 3 q - sin q sin q cos q sin q (using sin q + cos q ) So - sin q sin q æ ö ø 6 4cot 6 q sec q cot q secq cos

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

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

Section 5.2 Solving Recurrence Relations

Section 5.2 Solving Recurrence Relations Section 5.2 Solving Recurrence Relations If a g(n) = f (a g(0),a g(1),..., a g(n 1) ) find a closed form or an expression for a g(n). Recall: nth degree polynomials have n roots: a n x n + a n 1 x n 1

More information

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Name Section Math 51 December 14, 5 Answer Key to Final Exam There are 1 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning

More information

West Essex Regional School District. AP Calculus AB. Summer Packet

West Essex Regional School District. AP Calculus AB. Summer Packet West Esse Regional School District AP Calculus AB Summer Packet 05-06 Calculus AB Calculus AB covers the equivalent of a one semester college calculus course. Our focus will be on differential and integral

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

Notes on Radian Measure

Notes on Radian Measure MAT 170 Pre-Calculus Notes on Radian Measure Radian Angles Terri L. Miller Spring 009 revised April 17, 009 1. Radian Measure Recall that a unit circle is the circle centered at the origin with a radius

More information

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

More information

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH *

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH * 4.4 UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH 19 Discussion Problems 59. Two roots of a cubic auxiliary equation with real coeffi cients are m 1 1 and m i. What is the corresponding homogeneous

More information

Work sheet / Things to know. Chapter 3

Work sheet / Things to know. Chapter 3 MATH 251 Work sheet / Things to know 1. Second order linear differential equation Standard form: Chapter 3 What makes it homogeneous? We will, for the most part, work with equations with constant coefficients

More information

2 ODEs Integrating Factors and Homogeneous Equations

2 ODEs Integrating Factors and Homogeneous Equations 2 ODEs Integrating Factors an Homogeneous Equations We begin with a slightly ifferent type of equation: 2.1 Exact Equations These are ODEs whose general solution can be obtaine by simply integrating both

More information

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1)

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1) Chapter 3 3 Introduction Reading assignment: In this chapter we will cover Sections 3.1 3.6. 3.1 Theory of Linear Equations Recall that an nth order Linear ODE is an equation that can be written in the

More information

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y.

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y. AP Calculus Summer Packer Key a) Remember, the negative in the front and the negative in the eponent have nothing to do w/ each other. Answer: b) Answer: c) Answer: ( ) 4 5 = 5 or 0 /. 9 8 d) The 6,, and

More information

Work sheet / Things to know. Chapter 3

Work sheet / Things to know. Chapter 3 MATH 251 Work sheet / Things to know 1. Second order linear differential equation Standard form: Chapter 3 What makes it homogeneous? We will, for the most part, work with equations with constant coefficients

More information

Course Notes for Calculus , Spring 2015

Course Notes for Calculus , Spring 2015 Course Notes for Calculus 110.109, Spring 2015 Nishanth Gudapati In the previous course (Calculus 110.108) we introduced the notion of integration and a few basic techniques of integration like substitution

More information

Equations involving an unknown function and its derivatives. Physical laws encoded in differential equations INTRODUCTION TO DIFFERENTIAL EQUATIONS

Equations involving an unknown function and its derivatives. Physical laws encoded in differential equations INTRODUCTION TO DIFFERENTIAL EQUATIONS INTRODUCTION TO DIFFERENTIAL EQUATIONS Equations involving an unknown function and its derivatives e. : +f = e solution for f specified by equation + initial data [e.g., value of f at a point] Physical

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

Trigonometric Identities Exam Questions

Trigonometric Identities Exam Questions Trigonometric Identities Exam Questions Name: ANSWERS January 01 January 017 Multiple Choice 1. Simplify the following expression: cos x 1 cot x a. sin x b. cos x c. cot x d. sec x. Identify a non-permissible

More information

Physics 6303 Lecture 8 September 25, 2017

Physics 6303 Lecture 8 September 25, 2017 Physics 6303 Lecture 8 September 25, 2017 LAST TIME: Finished tensors, vectors, and matrices At the beginning of the course, I wrote several partial differential equations (PDEs) that are used in many

More information

Copyright 2015 Jimmy Broomfield. License: Creative Commons CC BY-NC 4.0

Copyright 2015 Jimmy Broomfield.   License: Creative Commons CC BY-NC 4.0 J I M M Y B R O O M F I E L D A B R I E F G U I D E T O C A L C U L U S I I T H E U N I V E R S I T Y O F M I N N E S O TA Copyright 5 Jimmy Broomfield http://moodle.umn.edu License: Creative Commons CC

More information

It illustrates quantum mechanical principals. It illustrates the use of differential eqns. & boundary conditions to solve for ψ

It illustrates quantum mechanical principals. It illustrates the use of differential eqns. & boundary conditions to solve for ψ MODEL SYSTEM: PARTICLE IN A BOX Important because: It illustrates quantum mechanical principals It illustrates the use of differential eqns. & boundary conditions to solve for ψ It shows how discrete energy

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

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

Solving First Order ODEs. Table of contents

Solving First Order ODEs. Table of contents Solving First Order ODEs Table of contents Solving First Order ODEs............................................... 1 1. Introduction...................................................... 1 Aside: Two ways

More information

Response of Second-Order Systems

Response of Second-Order Systems Unit 3 Response of SecondOrder Systems In this unit, we consider the natural and step responses of simple series and parallel circuits containing inductors, capacitors and resistors. The equations which

More information

01 Harmonic Oscillations

01 Harmonic Oscillations Utah State University DigitalCommons@USU Foundations of Wave Phenomena Library Digital Monographs 8-2014 01 Harmonic Oscillations Charles G. Torre Department of Physics, Utah State University, Charles.Torre@usu.edu

More information

x 2e e 3x 1. Find the equation of the line that passes through the two points 3,7 and 5, 2 slope-intercept form. . Write your final answer in

x 2e e 3x 1. Find the equation of the line that passes through the two points 3,7 and 5, 2 slope-intercept form. . Write your final answer in Algebra / Trigonometry Review (Notes for MAT0) NOTE: For more review on any of these topics just navigate to my MAT187 Precalculus page and check in the Help section for the topic(s) you wish to review!

More information

The Solitary Wave Solutions of Zoomeron Equation

The Solitary Wave Solutions of Zoomeron Equation Applied Mathematical Sciences, Vol. 5, 011, no. 59, 943-949 The Solitary Wave Solutions of Zoomeron Equation Reza Abazari Deparment of Mathematics, Ardabil Branch Islamic Azad University, Ardabil, Iran

More information

Linear Second Order ODEs

Linear Second Order ODEs Chapter 3 Linear Second Order ODEs In this chapter we study ODEs of the form (3.1) y + p(t)y + q(t)y = f(t), where p, q, and f are given functions. Since there are two derivatives, we might expect that

More information

Chapter 5 Analytic Trigonometry

Chapter 5 Analytic Trigonometry Chapter 5 Analytic Trigonometry Section 1 Section 2 Section 3 Section 4 Section 5 Using Fundamental Identities Verifying Trigonometric Identities Solving Trigonometric Equations Sum and Difference Formulas

More information

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Title Integration of Rational Functions by MATH 1700 MATH 1700 1 / 11 Readings Readings Readings: Section 7.4 MATH 1700 2 / 11 Rational functions A rational function is one of the form where P and Q are

More information

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems Math 5 T-Limits Page MATH 5 TOPIC LIMITS A. Basic Idea of a Limit and Limit Laws B. Limits of the form,, C. Limits as or as D. Summary for Evaluating Limits Answers to Eercises and Problems Math 5 T-Limits

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 ecture Notes 8 - PDEs Page 8.0 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

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

Integration by Triangle Substitutions

Integration by Triangle Substitutions Integration by Triangle Substitutions The Area of a Circle So far we have used the technique of u-substitution (ie, reversing the chain rule) and integration by parts (reversing the product rule) to etend

More information

Unit 2 - The Trigonometric Functions - Classwork

Unit 2 - The Trigonometric Functions - Classwork Unit 2 - The Trigonometric Functions - Classwork Given a right triangle with one of the angles named ", and the sides of the triangle relative to " named opposite, adjacent, and hypotenuse (picture on

More information

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Title Integration of Rational Functions by Partial Fractions MATH 1700 December 6, 2016 MATH 1700 Partial Fractions December 6, 2016 1 / 11 Readings Readings Readings: Section 7.4 MATH 1700 Partial Fractions

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 4884 NOVEMBER 9, 7 Summary This is an introduction to ordinary differential equations We

More information

July 21 Math 2254 sec 001 Summer 2015

July 21 Math 2254 sec 001 Summer 2015 July 21 Math 2254 sec 001 Summer 2015 Section 8.8: Power Series Theorem: Let a n (x c) n have positive radius of convergence R, and let the function f be defined by this power series f (x) = a n (x c)

More information