19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style

Size: px
Start display at page:

Download "19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style"

Transcription

1 Finding a Particular Integral 19.6 Introduction We stated in Block 19.5 that the general solution of an inhomogeneous equation is the sum of the complementary function and a particular integral. We have seen how to find the complementary function in the case of a constant coefficient equation. We shall now deal with the problem of finding a particular integral. Recall that the particular integral is any solution of the inhomogeneous equation. There are a number of advanced techniques available for finding such solutions but we shall adopt a simpler strategy. Since any solution will do we shall try to find such a solution by a combination of educated guesswork and trial and error. Prerequisites Before starting this Block you should... Learning Outcomes After completing this Block you should be able to... understand what is meant by a particular integral find particular integrals by trial solution find general solutions of inhomogeneous equations by adding the complementary function to the particular integral 1 understand what is meant by a differential equation; (Block 19.1) 2 be familiar with the terminology associated with differential equations: order, dependent variable and independent variable; (Block 19.1) 3 be able to integrate; (Block 14) 4 have completed Block 19.5 on Constant Coefficient Equations Learning Style To achieve what is expected of you... allocate sufficient study time briefly revise the prerequisite material attempt every guided exercise and most of the other exercises

2 1. What is meant by a particular integral? Given a second order o.d.e. a d2 y dx + bdy + cy= f(x) 2 dx a particular integral is any function, y p (x), which satisfies the equation. That is, any function which when substituted into the left hand side and simplified, results in the function on the right. We denote a particular integral by y p (x). Try each part of this exercise Show that y = 1 4 e2x is a particular integral of Part (a) Starting with y = 1 4 e2x, find dy dx and d2 y dx 2 : Part (b) Now substitute these into (1): dx 2 dy dx 6y =e2x (1) Answer Answer 2. Finding a particular integral In the previous section we explained what is meant by a particular integral. Now we look at how one is actually found. In fact our method is rather crude. It involves trial and error and educated guesswork. We try solutions which are of the same general form as the f(x) onthe right hand side. As a guide, use Table 1. Table 1. Trial solutions to find the particular integral f(x) constant term c Trial solution constant term γ polynomial in x polynomial in x of degree r: of degree r: ax r + + bx + c αx r + + βx + γ a cos kx a sin kx ae kx α cos kx + β sin kx α cos kx + β sin kx αe kx Engineering Mathematics: Open Learning Unit Level 1 2

3 Example Find a particular integral of the equation dx 2 dy dx 6y =e2x (2) Solution We shall attempt to find a solution of the inhomogeneous problem by trying a function of the same form as that on the right-hand side. In particular, let us try y(x) =αe 2x, where α is a constant that we shall now determine. If y(x) =αe 2x then Substitution in (2) gives: that is, dy dx =2αe2x and dx 2 =4αe2x. 4αe 2x 2αe 2x 6αe 2x =e 2x 4αe 2x =e 2x so that y will be a solution if α is chosen so that 4α = 1, that is, α = 1. Therefore the 4 particular integral is y p (x) = 1 4 e2x. Now do this exercise By trying a solution of the form y = αe x find a particular integral of the equation dx + dy 2y 2 =3e x dx Substitute y = αe x into the given equation to find α, and hence the particular integral. Answer Example Obtain a particular integral of the equation: dx 2 6dy dx +8y = x Solution In the last example, we found that a fruitful approach was to assume a solution in the same form as that on the right-hand side. Suppose we assume a solution y(x) = αx and proceed to determine α. This approach will actually fail, but let us see why. If y(x) =αx then dy = α dx and d2 y = 0. Substitution into the differential equation yields 0 6α +8αx = x and α ought dx 2 now to be chosen so that this expression is true for all x. If we equate the coefficients of x we find 8α = 1 so that α = 1, but with this value of α the constant terms are inconsistent (that 8 is 6 on the left, but zero on the right). Clearly a particular integral of the form αx is not 8 possible. The problem arises because differentiation of the term αx produces constant terms which are unbalanced on the right-hand side. So, we try a solution of the form y(x) =αx + β with α, β constants. This is consistent with the recommendation in Table 1. Proceeding as before dy = α, =0. dx dx 2 3 Engineering Mathematics: Open Learning Unit Level 1

4 Solution Substitution in the differential equation now gives: 0 6α +8(αx + β) =x Equating coefficients of x and then equating constant terms we find: 8α =1 ( ) 6α +8β =0 ( ) From ( ), α = 1 8 and then from ( ) 6 ( 1 8) +8β =0 so that, 8β = that is, β =. The required particular integral is 32 y p (x) = 1 8 x Try each part of this exercise Find a particular integral for the equation: dx 6dy +8y = 3 cos x 2 dx Part (a) First try to decide on an appropriate form for the trial solution. Refer to Table 1 if necessary Answer Part (b) Equate coefficients of cos x in your previous answer: Answer Part (c) Also, equate coefficients of sin x in your previous answer: Answer Part (d) Solve these simultaneously to find α and β, and hence the particular integral: Answer 3. Finding the general solution of a second-order inhomogeneous equation The general solution of a second-order linear inhomogeneous equation is the sum of its particular integral and the complementary function. In Block 19.5 you learned how to find a complementary function, and in the previous section you learnt how to find a particular integral. We now put these together to find the general solution. Engineering Mathematics: Open Learning Unit Level 1 4

5 Now do this exercise Find the general solution of dx +3dy 10y 2 =3x2 dx The complementary function was found in Block 19.5 page 6 to be y cf = Ae 2x + Be 5x. The particular integral is found by trying a solution of the form y = ax 2 + bx + c. Substitute into the homogeneous equation to find a, b and c, and hence y p (x). Answer Key Point The general solution of a constant coefficient ordinary differential equation a d2 y dx 2 + bdy dx + cy = f(x) is y = y p + y cf being the sum of the particular integral and the complementary function. y p contains no arbitrary constants; y cf contains two arbitrary constants. Example An LC circuit with sinusoidal input. The differential equation governing the flow of current in a series LC circuit when subject to an applied voltage v(t) = V 0 sin ωt is v L d2 i dt C i = ωv 0 cos ωt L C Obtain its general solution. i Solution The homogeneous equation is L d2 i cf dt 2 + i cf C =0. Letting i cf =e kt we find the auxiliary equation is Lk C = 0 so that k = ±i/ LC. Therefore, the complementary function is: i cf = A cos t t + B sin LC LC where A and B arbitrary constants 5 Engineering Mathematics: Open Learning Unit Level 1

6 Solution To find a particular integral try i p = E cos ωt + F sin ωt, where E, F are constants. We find: di p dt = ωe sin ωt + ωf cos ωt d 2 i p dt 2 Substitution into the inhomogeneous equation yields: = ω2 E cos ωt ω 2 F sin ωt L( ω 2 E cos ωt ω 2 F sin ωt)+ 1 C (E cos ωt + F sin ωt) =ωv 0 cos ωt Equating coefficients of sin ωt gives: ω 2 LF +(F/C)=0. Equating coefficients of cos ωt gives: ω 2 LE +(E/C)=ωV 0. Therefore F = 0 and E = CV 0 ω/(1 ω 2 LC). Hence the particular integral is Finally, the general solution is: i p = CV 0ω cos ωt. 1 ω 2 LC i = i cf + i p = A cos t LC + B sin t LC + CV 0ω cos ωt 1 ω 2 LC 4. Inhomogeneous term appearing in the complementary function Occasionally you will come across a differential equation a d2 y + b dy + cy = f(x) for which the dx 2 dx inhomogeneous term, f(x), forms part of the complementary function. One such example is the equation dx dy 6y 2 =e3x dx It is straightforward to check that the complementary function is y cf = Ae 3x + Be 2x. Note that the first of these terms has the same form as the inhomogeneous term, e 3x, on the right-hand side of the differential equation. You should verify for yourself that trying a particular integral of the form y p (x) =αe 3x will not work in a case like this. Can you see why? Instead, try a particular integral of the form y p (x) =αxe 3x. Verify that dy p dx = αe3x (3x + 1) and p dx 2 = αe3x (9x +6). Substitute these expressions into the differential equation to find α = 1. Finally, the particular 5 integral is y p (x) = 1 5 xe3x and so the general solution to the differential equation is: y = Ae 3x + Be 2x xe3x Engineering Mathematics: Open Learning Unit Level 1 6

7 More exercises for you to try 1. Find the general solution of the following equations: (a) d2 x dt 2dx 3x =6. 2 dt (b) (d) d2 x dt +11dx +30x =8t 2 dt (e) (g) d2 y +9y =4e8x (h) dx2 d2 y dx 2 +5dy dx +4y = 8 d2 y dx +2dy +3y = 2 sin 2x 2 dx (f) d2 x 16x =9e6t dt2 2. Find a particular integral for the equation d2 x dt 3dx +2x 2 =5e3t dt 3. Find a particular integral for the equation d2 x dt 2 x =4e 2t 4. Obtain the general solution of y y 2y =6. (c) d2 y dt +5dy +6y =2t 2 dt d2 y dt + dy +y = 4 cos 3t 2 dt 5. Obtain the general solution of the equation dx +3dy +2y = 10 cos 2x. 2 dx dy Find the particular solution satisfying y(0)= 1, dx (0)=0. 6. Find a particular integral for the equation 7. Find the general solution of dx 2 + dy dx + y =1+x (a) d2 x dt 2 6dx dt +5x = 3 (b) d2 x dt 2 2dx dt + x =et Answer 7 Engineering Mathematics: Open Learning Unit Level 1

8 5. Computer Exercise or Activity For this exercise it will be necessary for you to access the computer package DERIVE. To solve a second-order differential equation using DERIVE it is necessary to load what is called a Utility File named ode2. To do this is simple. Proceed as follows: In DERIVE, choose File:Load:Math and select the file (double click) on the ode2 icon. This will load a number of commands which enable you to solve second-order differential equations. You can use the Help facility to learn more about these if you wish. Of particular relevance here is the command Dsolve2(p, q, r, x, c1,c2) which finds the general solution (containing two arbitrary constants c1,c2) to the second order differential equation dx + p(x)dy + q(x)y = r(x) 2 dx For the examples in this Block both p(x) and q(x) are given constants. The general solution is the sum of the complementary function (the part containing the arbitrary constants) and the particular integral. Hence by inspecting the solution given by DERIVE the particular integral can be obtained. For example the general solution to can be obtained by keying Author:Expression dx dy 6y 2 =e2x dx Dsolve2( 1, 6, exp(2x), c1, c2) followed by Simplify and DERIVE responds with c1 ê 3 x ê2 x from which we deduce the particular integral: 4 + c2 ê 2 x ê2 x 4 As an exercise use DERIVE to check the correctness of the particular integrals requested in the examples and guided exercises of this Block. Engineering Mathematics: Open Learning Unit Level 1 8

9 MAPLE will solve a wide range of ordinary differential equations including systems of differential equations using the command dsolve(deqns,vars,eqns) where: deqns ordinary differential equation in vars, or set of equations and/or initial conditions. vars variable or set of variables to be solved for eqns optional equation of the form keyword=value For example to solve dt +2dy 2 dt +2y =e t y(0)=0,y (0)=0 we would key in > dsolve({diff(y(t),t$2)+2*diff(y(t),t)+2*y(t)=exp(-t),y(0)=0, D(y)(0)=0},y(t),type=exact); MAPLE responds with 1 cos(t) e t If the initial conditions are omitted MAPLE will present the solution with the correct number of arbitrary constants denoted by C1, C2... Thus the general solution of dt +2dy +2y 2 =e t dt is obtained by keying in > dsolve({diff(y(t),t$2)+2*diff(y(t),t)+2*y(t)=exp(-t)},y(t),type=exact); and MAPLE responds with y(t) = exp( t)+ C1 exp( t) cos(t)+ C2 exp( t) sin(t) As with the DERIVE response the particular integral can be deduced from this general solution as being that part not multiplied by an arbitrary constant. 9 Engineering Mathematics: Open Learning Unit Level 1

10 End of Block 19.6 Engineering Mathematics: Open Learning Unit Level 1 10

11 dy dx = 1 2 e2x, dx 2 = e 2x Back to the theory 11 Engineering Mathematics: Open Learning Unit Level 1

12 Substitution into (1) yields e 2x ( 1 2 e2x) 6 ( 1 4 e2x) which simplifies to e 2x, the same as the right hand side. Therefore y = 1 4 e2x is a particular integral and we write (attaching a subscript p) y p (x) = 1 4 e2x Back to the theory Engineering Mathematics: Open Learning Unit Level 1 12

13 α = 3 2 ; y p(x) = 3 2 e x Back to the theory 13 Engineering Mathematics: Open Learning Unit Level 1

14 y = α cos x + β sin x in which α, β are constants to be found. We shall try a solution of the form y(x) =α cos x + β sin x. Differentiating, we find: dy d = α sin x + β cos x dx Substitution into the differential equation gives: 2 y = α cos x β sin x dx2 ( α cos x β sin x) 6( α sin x + β cos x)+8(α cos x + β sin x) = 3 cos x Back to the theory Engineering Mathematics: Open Learning Unit Level 1 14

15 7α 6β =3 Back to the theory 15 Engineering Mathematics: Open Learning Unit Level 1

16 7β +6α =0 Back to the theory Engineering Mathematics: Open Learning Unit Level 1 16

17 α = 21 18,β=,y p(x) = cos x sin x Back to the theory 17 Engineering Mathematics: Open Learning Unit Level 1

18 a = 3, b = 9, c = 57, y p(x) = 3 10 x2 9 x 57. Thus the general solution is y = y p (x)+y cf (x) = 3 10 x x Ae2x + Be 5x Back to the theory Engineering Mathematics: Open Learning Unit Level 1 18

19 1. (a) x = Ae t + Be 3t 2 (b) y = Ae x + Be 4x + 2 (c) y = Ae 2t + Be 3t + 1t (d) x = Ae 6t + Be 5t t (e) y =e x [A sin 2x + B cos 2x] 8 2 cos 2x sin 2x (f) y =e 0.5t (A cos 0.866t + B sin 0.866t) cos 3t sin 3t (g) y = A cos 3x + B sin 3x e 8x (h) x = Ae 4t + Be 4t e6t 2. x p =2.5e 3t 3. x p = 4 3 e 2t 4. y = Ae 2x + Be x 3 5. y = Ae 2x + Be x + 3 sin 2x 1 cos 2x, e 2x + 3 sin 2x 1 cos 2x y p = x 7. (a) x = Ae t + Be 5t + 3 (b) x = Ae t + Bte t t2 e t Back to the theory 19 Engineering Mathematics: Open Learning Unit Level 1

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

More information

Nonhomogeneous Linear Equations

Nonhomogeneous Linear Equations Nonhomogeneous Linear Equations In this section we learn how to solve second-order nonhomogeneous linear differential equations with constant coefficients, that is, equations of the form ay by cy G x where

More information

Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College

Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College Equations of Order One: Mdx + Ndy = 0 1. Separate variables. 2. M, N homogeneous of same degree:

More information

tegrals as General & Particular Solutions

tegrals as General & Particular Solutions tegrals as General & Particular Solutions dy dx = f(x) General Solution: y(x) = f(x) dx + C Particular Solution: dy dx = f(x), y(x 0) = y 0 Examples: 1) dy dx = (x 2)2 ;y(2) = 1; 2) dy ;y(0) = 0; 3) dx

More information

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with

More information

Second-Order Linear Differential Equations

Second-Order Linear Differential Equations Second-Order Linear Differential Equations A second-order linear differential equation has the form 1 Px d 2 y dx 2 dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. We saw in Section 7.1

More information

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions College of the Holy Cross, Spring 29 Math 373, Partial Differential Equations Midterm 1 Practice Questions 1. (a) Find a solution of u x + u y + u = xy. Hint: Try a polynomial of degree 2. Solution. Use

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

2 Integrating Both Sides

2 Integrating Both Sides 2 Integrating Both Sides So far, the only general method we have for solving differential equations involves equations of the form y = f(x), where f(x) is any function of x. The solution to such an equation

More information

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x).

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x). .7. PRTIL FRCTIONS 3.7. Partial Fractions.7.. Rational Functions and Partial Fractions. rational function is a quotient of two polynomials: R(x) = P (x) Q(x). Here we discuss how to integrate rational

More information

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving linear equations 3.1 Introduction Many problems in engineering reduce to the solution of an equation or a set of equations. An equation is a type of mathematical expression which contains one or

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

More information

Homework #2 Solutions

Homework #2 Solutions MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution

More information

So far, we have looked at homogeneous equations

So far, we have looked at homogeneous equations Chapter 3.6: equations Non-homogeneous So far, we have looked at homogeneous equations L[y] = y + p(t)y + q(t)y = 0. Homogeneous means that the right side is zero. Linear homogeneous equations satisfy

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

INTEGRATING FACTOR METHOD

INTEGRATING FACTOR METHOD Differential Equations INTEGRATING FACTOR METHOD Graham S McDonald A Tutorial Module for learning to solve 1st order linear differential equations Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

More information

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Integration 14.1 Introduction When a function f(x) is known we can differentiate it to obtain its derivative df. The reverse dx process is to obtain the function f(x) from knowledge of

More information

u dx + y = 0 z x z x = x + y + 2 + 2 = 0 6) 2

u dx + y = 0 z x z x = x + y + 2 + 2 = 0 6) 2 DIFFERENTIAL EQUATIONS 6 Many physical problems, when formulated in mathematical forms, lead to differential equations. Differential equations enter naturally as models for many phenomena in economics,

More information

Reducibility of Second Order Differential Operators with Rational Coefficients

Reducibility of Second Order Differential Operators with Rational Coefficients Reducibility of Second Order Differential Operators with Rational Coefficients Joseph Geisbauer University of Arkansas-Fort Smith Advisor: Dr. Jill Guerra May 10, 2007 1. INTRODUCTION In this paper we

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

Math 2280 - Assignment 6

Math 2280 - Assignment 6 Math 2280 - Assignment 6 Dylan Zwick Spring 2014 Section 3.8-1, 3, 5, 8, 13 Section 4.1-1, 2, 13, 15, 22 Section 4.2-1, 10, 19, 28 1 Section 3.8 - Endpoint Problems and Eigenvalues 3.8.1 For the eigenvalue

More information

Introduction to the Finite Element Method (FEM)

Introduction to the Finite Element Method (FEM) Introduction to the Finite Element Method (FEM) ecture First and Second Order One Dimensional Shape Functions Dr. J. Dean Discretisation Consider the temperature distribution along the one-dimensional

More information

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes Partial Fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. For 4x + 7 example it can be shown that x 2 + 3x + 2 has the same

More information

The Convolution Operation

The Convolution Operation The Convolution Operation Convolution is a very natural mathematical operation which occurs in both discrete and continuous modes of various kinds. We often encounter it in the course of doing other operations

More information

LINEAR ALGEBRA W W L CHEN

LINEAR ALGEBRA W W L CHEN LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008 This chapter is available free to all individuals, on understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations 1 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

SOLVING POLYNOMIAL EQUATIONS

SOLVING POLYNOMIAL EQUATIONS C SOLVING POLYNOMIAL EQUATIONS We will assume in this appendix that you know how to divide polynomials using long division and synthetic division. If you need to review those techniques, refer to an algebra

More information

Factoring Trinomials: The ac Method

Factoring Trinomials: The ac Method 6.7 Factoring Trinomials: The ac Method 6.7 OBJECTIVES 1. Use the ac test to determine whether a trinomial is factorable over the integers 2. Use the results of the ac test to factor a trinomial 3. For

More information

System of First Order Differential Equations

System of First Order Differential Equations CHAPTER System of First Order Differential Equations In this chapter, we will discuss system of first order differential equations. There are many applications that involving find several unknown functions

More information

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

More information

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS A second-order linear differential equation has the form 1 Px d y dx dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. Equations of this type arise

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4) ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations CHAPTER 2 Second Order Linear Differential Equations 2.. Homogeneous Equations A differential equation is a relation involving variables x y y y. A solution is a function f x such that the substitution

More information

Solving simultaneous equations using the inverse matrix

Solving simultaneous equations using the inverse matrix Solving simultaneous equations using the inverse matrix 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix

More information

How To Understand The Theory Of Algebraic Functions

How To Understand The Theory Of Algebraic Functions Homework 4 3.4,. Show that x x cos x x holds for x 0. Solution: Since cos x, multiply all three parts by x > 0, we get: x x cos x x, and since x 0 x x 0 ( x ) = 0, then by Sandwich theorem, we get: x 0

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 010, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

More information

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved A First Course in Elementary Differential Equations Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 1 Basic Terminology 4 2 Qualitative Analysis: Direction Field of y = f(t, y)

More information

College Algebra - MAT 161 Page: 1 Copyright 2009 Killoran

College Algebra - MAT 161 Page: 1 Copyright 2009 Killoran College Algebra - MAT 6 Page: Copyright 2009 Killoran Zeros and Roots of Polynomial Functions Finding a Root (zero or x-intercept) of a polynomial is identical to the process of factoring a polynomial.

More information

ECG590I Asset Pricing. Lecture 2: Present Value 1

ECG590I Asset Pricing. Lecture 2: Present Value 1 ECG59I Asset Pricing. Lecture 2: Present Value 1 2 Present Value If you have to decide between receiving 1$ now or 1$ one year from now, then you would rather have your money now. If you have to decide

More information

Homework #1 Solutions

Homework #1 Solutions MAT 303 Spring 203 Homework # Solutions Problems Section.:, 4, 6, 34, 40 Section.2:, 4, 8, 30, 42 Section.4:, 2, 3, 4, 8, 22, 24, 46... Verify that y = x 3 + 7 is a solution to y = 3x 2. Solution: From

More information

Factorising quadratics

Factorising quadratics Factorising quadratics An essential skill in many applications is the ability to factorise quadratic expressions. In this unit you will see that this can be thought of as reversing the process used to

More information

Factoring Special Polynomials

Factoring Special Polynomials 6.6 Factoring Special Polynomials 6.6 OBJECTIVES 1. Factor the difference of two squares 2. Factor the sum or difference of two cubes In this section, we will look at several special polynomials. These

More information

On closed-form solutions to a class of ordinary differential equations

On closed-form solutions to a class of ordinary differential equations International Journal of Advanced Mathematical Sciences, 2 (1 (2014 57-70 c Science Publishing Corporation www.sciencepubco.com/index.php/ijams doi: 10.14419/ijams.v2i1.1556 Research Paper On closed-form

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes Solution by Inverse Matrix Method 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix algebra allows us

More information

3.2 The Factor Theorem and The Remainder Theorem

3.2 The Factor Theorem and The Remainder Theorem 3. The Factor Theorem and The Remainder Theorem 57 3. The Factor Theorem and The Remainder Theorem Suppose we wish to find the zeros of f(x) = x 3 + 4x 5x 4. Setting f(x) = 0 results in the polynomial

More information

Student name: Earlham College. Fall 2011 December 15, 2011

Student name: Earlham College. Fall 2011 December 15, 2011 Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Math 432 HW 2.5 Solutions

Math 432 HW 2.5 Solutions Math 432 HW 2.5 Solutions Assigned: 1-10, 12, 13, and 14. Selected for Grading: 1 (for five points), 6 (also for five), 9, 12 Solutions: 1. (2y 3 + 2y 2 ) dx + (3y 2 x + 2xy) dy = 0. M/ y = 6y 2 + 4y N/

More information

How To Solve A Linear Dierential Equation

How To Solve A Linear Dierential Equation Dierential Equations (part 2): Linear Dierential Equations (by Evan Dummit, 2012, v. 1.00) Contents 4 Linear Dierential Equations 1 4.1 Terminology.................................................. 1 4.2

More information

The Point-Slope Form

The Point-Slope Form 7. The Point-Slope Form 7. OBJECTIVES 1. Given a point and a slope, find the graph of a line. Given a point and the slope, find the equation of a line. Given two points, find the equation of a line y Slope

More information

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 4 A COLLECTION OF HANDOUTS ON PARTIAL DIFFERENTIAL EQUATIONS

More information

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes Arithmetic of Algebraic Fractions 1.4 Introduction Just as one whole number divided by another is called a numerical fraction, so one algebraic expression divided by another is known as an algebraic fraction.

More information

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5.

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5. PUTNAM TRAINING POLYNOMIALS (Last updated: November 17, 2015) Remark. This is a list of exercises on polynomials. Miguel A. Lerma Exercises 1. Find a polynomial with integral coefficients whose zeros include

More information

Factoring Polynomials

Factoring Polynomials Factoring a Polynomial Expression Factoring a polynomial is expressing the polynomial as a product of two or more factors. Simply stated, it is somewhat the reverse process of multiplying. To factor polynomials,

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given.

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Polynomials (Ch.1) Study Guide by BS, JL, AZ, CC, SH, HL Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Sasha s method

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as + for any

More information

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

More information

The Division Algorithm for Polynomials Handout Monday March 5, 2012

The Division Algorithm for Polynomials Handout Monday March 5, 2012 The Division Algorithm for Polynomials Handout Monday March 5, 0 Let F be a field (such as R, Q, C, or F p for some prime p. This will allow us to divide by any nonzero scalar. (For some of the following,

More information

Section 1.1. Introduction to R n

Section 1.1. Introduction to R n The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to

More information

Factoring Quadratic Expressions

Factoring Quadratic Expressions Factoring the trinomial ax 2 + bx + c when a = 1 A trinomial in the form x 2 + bx + c can be factored to equal (x + m)(x + n) when the product of m x n equals c and the sum of m + n equals b. (Note: the

More information

Sect 6.7 - Solving Equations Using the Zero Product Rule

Sect 6.7 - Solving Equations Using the Zero Product Rule Sect 6.7 - Solving Equations Using the Zero Product Rule 116 Concept #1: Definition of a Quadratic Equation A quadratic equation is an equation that can be written in the form ax 2 + bx + c = 0 (referred

More information

Partial Fractions. p(x) q(x)

Partial Fractions. p(x) q(x) Partial Fractions Introduction to Partial Fractions Given a rational function of the form p(x) q(x) where the degree of p(x) is less than the degree of q(x), the method of partial fractions seeks to break

More information

FACTORING ax 2 bx c. Factoring Trinomials with Leading Coefficient 1

FACTORING ax 2 bx c. Factoring Trinomials with Leading Coefficient 1 5.7 Factoring ax 2 bx c (5-49) 305 5.7 FACTORING ax 2 bx c In this section In Section 5.5 you learned to factor certain special polynomials. In this section you will learn to factor general quadratic polynomials.

More information

Coffeyville Community College #MATH 202 COURSE SYLLABUS FOR DIFFERENTIAL EQUATIONS. Ryan Willis Instructor

Coffeyville Community College #MATH 202 COURSE SYLLABUS FOR DIFFERENTIAL EQUATIONS. Ryan Willis Instructor Coffeyville Community College #MATH 202 COURSE SYLLABUS FOR DIFFERENTIAL EQUATIONS Ryan Willis Instructor COURSE NUMBER: MATH 202 COURSE TITLE: Differential Equations CREDIT HOURS: 3 INSTRUCTOR: OFFICE

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION No: CITY UNIVERSITY LONDON BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION ENGINEERING MATHEMATICS 2 (resit) EX2005 Date: August

More information

Polynomials. Key Terms. quadratic equation parabola conjugates trinomial. polynomial coefficient degree monomial binomial GCF

Polynomials. Key Terms. quadratic equation parabola conjugates trinomial. polynomial coefficient degree monomial binomial GCF Polynomials 5 5.1 Addition and Subtraction of Polynomials and Polynomial Functions 5.2 Multiplication of Polynomials 5.3 Division of Polynomials Problem Recognition Exercises Operations on Polynomials

More information

5 Numerical Differentiation

5 Numerical Differentiation D. Levy 5 Numerical Differentiation 5. Basic Concepts This chapter deals with numerical approximations of derivatives. The first questions that comes up to mind is: why do we need to approximate derivatives

More information

Line and surface integrals: Solutions

Line and surface integrals: Solutions hapter 5 Line and surface integrals: olutions Example 5.1 Find the work done by the force F(x, y) x 2 i xyj in moving a particle along the curve which runs from (1, ) to (, 1) along the unit circle and

More information

SMT 2014 Algebra Test Solutions February 15, 2014

SMT 2014 Algebra Test Solutions February 15, 2014 1. Alice and Bob are painting a house. If Alice and Bob do not take any breaks, they will finish painting the house in 20 hours. If, however, Bob stops painting once the house is half-finished, then the

More information

Solving Cubic Polynomials

Solving Cubic Polynomials Solving Cubic Polynomials 1.1 The general solution to the quadratic equation There are four steps to finding the zeroes of a quadratic polynomial. 1. First divide by the leading term, making the polynomial

More information

ENCOURAGING THE INTEGRATION OF COMPLEX NUMBERS IN UNDERGRADUATE ORDINARY DIFFERENTIAL EQUATIONS

ENCOURAGING THE INTEGRATION OF COMPLEX NUMBERS IN UNDERGRADUATE ORDINARY DIFFERENTIAL EQUATIONS Texas College Mathematics Journal Volume 6, Number 2, Pages 18 24 S applied for(xx)0000-0 Article electronically published on September 23, 2009 ENCOURAGING THE INTEGRATION OF COMPLEX NUMBERS IN UNDERGRADUATE

More information

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11.

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11. 9. POLYNOMIALS 9.1. Definition of a Polynomial A polynomial is an expression of the form: a(x) = a n x n + a n-1 x n-1 +... + a 1 x + a 0. The symbol x is called an indeterminate and simply plays the role

More information

Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder).

Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder). Math 50, Chapter 8 (Page 1 of 20) 8.1 Common Factors Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder). Find all the factors of a. 44 b. 32

More information

Using the ac Method to Factor

Using the ac Method to Factor 4.6 Using the ac Method to Factor 4.6 OBJECTIVES 1. Use the ac test to determine factorability 2. Use the results of the ac test 3. Completely factor a trinomial In Sections 4.2 and 4.3 we used the trial-and-error

More information

15.3. Calculating centres of mass. Introduction. Prerequisites. Learning Outcomes. Learning Style

15.3. Calculating centres of mass. Introduction. Prerequisites. Learning Outcomes. Learning Style Calculating centres of mass 15.3 Introduction In this block we show how the idea of integration as the limit of a sum can be used to find the centre of mass of an object such as a thin plate, like a sheet

More information

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation Interpolation, Extrapolation & Polynomial Approximation November 16, 2015 Introduction In many cases we know the values of a function f (x) at a set of points x 1, x 2,..., x N, but we don t have the analytic

More information

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS BORIS HASSELBLATT CONTENTS. Introduction. Why complex numbers were introduced 3. Complex numbers, Euler s formula 3 4. Homogeneous differential equations 8 5.

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Introduction to Partial Differential Equations. John Douglas Moore

Introduction to Partial Differential Equations. John Douglas Moore Introduction to Partial Differential Equations John Douglas Moore May 2, 2003 Preface Partial differential equations are often used to construct models of the most basic theories underlying physics and

More information

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y).

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). INTERPOLATION Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). As an example, consider defining and x 0 =0, x 1 = π 4, x

More information

Class Meeting # 1: Introduction to PDEs

Class Meeting # 1: Introduction to PDEs MATH 18.152 COURSE NOTES - CLASS MEETING # 1 18.152 Introduction to PDEs, Fall 2011 Professor: Jared Speck Class Meeting # 1: Introduction to PDEs 1. What is a PDE? We will be studying functions u = u(x

More information

Computing divisors and common multiples of quasi-linear ordinary differential equations

Computing divisors and common multiples of quasi-linear ordinary differential equations Computing divisors and common multiples of quasi-linear ordinary differential equations Dima Grigoriev CNRS, Mathématiques, Université de Lille Villeneuve d Ascq, 59655, France Dmitry.Grigoryev@math.univ-lille1.fr

More information

Solutions to Linear First Order ODE s

Solutions to Linear First Order ODE s First Order Linear Equations In the previous session we learned that a first order linear inhomogeneous ODE for the unknown function x = x(t), has the standard form x + p(t)x = q(t) () (To be precise we

More information

UNCORRECTED PAGE PROOFS

UNCORRECTED PAGE PROOFS number and and algebra TopIC 17 Polynomials 17.1 Overview Why learn this? Just as number is learned in stages, so too are graphs. You have been building your knowledge of graphs and functions over time.

More information

Tim Kerins. Leaving Certificate Honours Maths - Algebra. Tim Kerins. the date

Tim Kerins. Leaving Certificate Honours Maths - Algebra. Tim Kerins. the date Leaving Certificate Honours Maths - Algebra the date Chapter 1 Algebra This is an important portion of the course. As well as generally accounting for 2 3 questions in examination it is the basis for many

More information

Negative Integer Exponents

Negative Integer Exponents 7.7 Negative Integer Exponents 7.7 OBJECTIVES. Define the zero exponent 2. Use the definition of a negative exponent to simplify an expression 3. Use the properties of exponents to simplify expressions

More information

To add fractions we rewrite the fractions with a common denominator then add the numerators. = +

To add fractions we rewrite the fractions with a common denominator then add the numerators. = + Partial Fractions Adding fractions To add fractions we rewrite the fractions with a common denominator then add the numerators. Example Find the sum of 3 x 5 The common denominator of 3 and x 5 is 3 x

More information

Lecture 14: Section 3.3

Lecture 14: Section 3.3 Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in

More information

9 MATRICES AND TRANSFORMATIONS

9 MATRICES AND TRANSFORMATIONS 9 MATRICES AND TRANSFORMATIONS Chapter 9 Matrices and Transformations Objectives After studying this chapter you should be able to handle matrix (and vector) algebra with confidence, and understand the

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information