· web view1.13.6 the solution of linear non-homogeneous differential equation with constant...

54
Differential Equations 1. Introduction An equation involving one or more derivatives of an unknown function is called a differential equation. Differential equations arise in many physical phenomena and mathematical analysis of any engineering problems. A mathematician is interested in proving that a given differential equation possesses a solution; hence one can obtain the solution and deduce a few properties of that solution. A physicist or an engineer on the other hand is usually interested in the specific expression of the solution. The usual compromise is to find the solution. 1.1 Fundamental definitions An ordinary differential equation is an equation which involves derivatives of an unknown function y of a single variable x. Ordinary differential equations (ODEs) arise in many different contexts throughout mathematics and science (social and natural ) one way or another, because when describing changes mathematically, the most accurate way is differentials and derivatives (related, though not quite the same). Since various differentials, derivatives, and functions become inevitably related to each other via equations, a differential equation is the result, describing dynamical phenomena, evolution, and variation. Often, quantities are defined as the rate of change of other quantities (time derivatives), or gradients of quantities, which is how they enter differential equations. Specific mathematical fields include geometry and analytical mechanics. Scientific fields include much of physics and astronomy (celestial mechanics), geology (weather modeling), chemistry (reaction rates), biology (infectious diseases, genetic variation), ecology and population modeling (population competition), economics (stock trends, interest rates and the market equilibrium price changes). Many mathematicians have studied differential equations and contributed to the field, including Newton, Leibniz, the Bernoulli family, Riccati, Clairaut, d'Alembert, and Euler. A simple example is Newton's 1

Upload: duongkiet

Post on 14-Mar-2018

222 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Differential Equations

1. Introduction

An equation involving one or more derivatives of an unknown function is called a differential equation. Differential equations arise in many physical phenomena and mathematical analysis of any engineering problems.A mathematician is interested in proving that a given differential equation possesses a solution; hence one can obtain the solution and deduce a few properties of that solution. A physicist or an engineer on the other hand is usually interested in the specific expression of the solution. The usual compromise is to find the solution.1.1 Fundamental definitionsAn ordinary differential equation is an equation which involves derivatives of an unknown function y of a single variable x.Ordinary differential equations (ODEs) arise in many different contexts throughout mathematics and science (social and natural) one way or another, because when describing changes mathematically, the most accurate way is differentials and derivatives (related, though not quite the same). Since various differentials, derivatives, and functions become inevitably related to each other via equations, a differential equation is the result, describing dynamical phenomena, evolution, and variation. Often, quantities are defined as the rate of change of other quantities (time derivatives), or gradients of quantities, which is how they enter differential equations. Specific mathematical fields include geometry and analytical mechanics. Scientific fields include much of physics and astronomy (celestial mechanics), geology (weather modeling), chemistry (reaction rates), biology (infectious diseases, genetic variation), ecology and population modeling (population competition), economics (stock trends, interest rates and the market equilibrium price changes). Many mathematicians have studied differential equations and contributed to the field, including Newton, Leibniz, the Bernoulli family, Riccati, Clairaut, d'Alembert, and Euler. A simple example is Newton's second law of motion — the relationship between the displacement x and the time t of the object under the force F, which leads to the differential equation.Examples:

The order of a differential equation is the order of the highest derivative occurring in it.

The degree of a differential equation is the degree of the highest derivative exists in the equation, provided the equation is free of radicals and terms with fractional degree.The order and degree of the differential equations in the above examples are respectively

1

Page 2: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

A partial differential equation is an equation which involves partial derivatives of unknown functions of two or more independent variables.

Here, we consider only ordinary differential equations. A differential equation is said to be linear if it is a linear function of the dependent variable and its derivatives, i.e., it is of degree one in the dependent variable y and its derivatives.The general linear differential equation of order n is of the form

Where b0, b1,…….. bn, and R(x) are functions of x alone. A solution of a differential equation is a relation between the dependent and independent variables, having derivative of order equal to order of the differential equation ,which is also free of the derivatives and satisfying the given differential equation.

Example 1.1

The solution of is

Since .

This solution is a particular solution. The expression also satisfies the equation and it is

the general solution of this equation, for any arbitrary c.Example 1.2

Consider the differential equation .

Let y = e2x, then

Hence implying that y = e2x is a solution of the given differential equation.

Also y = ex is a solution. These two solutions are particular solutions of the given equation. Note that y = C1 e2x+ C2 ex is also a solution , where C1and C2 are arbitrary constants. This solution is called the general solution of the given differential equation, which is the linear combination of all possible linearly independent solutions.

2

Page 3: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Note:A differential equation together with an initial condition is called an Initial Value problem. The initial condition is used to determine the value of the arbitrary constants in the general solution.

1.2 Formulation of differential equations by eliminating arbitrary constantsIn practice, differential equations arise in many ways, one of which is useful in that it gives us a feeling for the kinds of solutions to be expected. In this section we start with the relation involving arbitrary constants, and, by elimination of those arbitrary constants obtain a differential equation which is consistent with the original relation. In other words we will obtain a differential equation for which the given relation is the general solution. Methods for elimination of arbitrary constants vary the way in which the constants enter the given relation. Since each differentiation yields a new relation, the number of derivatives that needs to be used is same as that of the number of arbitrary constants to be eliminated. Thus in eliminating arbitrary constants from a relation we obtain a differential equation that is

(i) Of order equal to the number of arbitrary constants in the equation.(ii) Consistent with relation.(iii) Free from arbitrary constants.

Example 1.2.1 Eliminate the arbitrary constants c1 and c2 from the relation

Since two constants are to be eliminated, obtain the two derivatives,

The elimination of from equations (2) and (3) yields

the elimination of from equations (1) and (2) yields

Hence

Another method for obtaining the differential equation in this example proceeds as follows. We know from a theorem in elementary algebra that the equations (1), (2), and (3) considered as

equations in the two unknowns can have solutions only if

Since e-2x and e3x cannot be zero, equation (4) may be rewritten, with the factors e-2x and e3x

removed, as

3

Page 4: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

from which the differential equation follows immediately.

This latter method has the advantage of making it easy to see that the elimination of the constants

from a relation of the form will always lead to a

differential equation

in which the coefficients are constants. The

study of such differential equations will receive much of our attention.

Example 1.2.2 Eliminate the constant a from the equation

Direct differentiation of the relation yields from which

Therefore, using the original equation, we find that which may be written in

the form

Another method is based upon the isolation of an arbitrary constant.

The equation may be put in the form

Differentiating both sides, we get

or as desired.

Example 1.2.3 Eliminate from the relation in

which is a parameter (not to be eliminated).First we obtain two derivatives of x with respect to t

On comparing equations (5) and (7) we get

Example 1.2.4 Eliminate c from the equation

Differentiating the given equation we get

Since and substitution into the original leads to the result

4

Page 5: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Exercises 1.2.5 Form the differential equation by eliminating the arbitrary constants

1.

2.

3.

4.

5.

1.3 Families of curvesA relation involving a parameter, as well as one or both the coordinates of a point in a plane, represents a family of curves, one curve corresponding to each value of the parameter. For

instance, the equation may be interpreted as the equation of a family

of circles, each having its center on the line y = x and each passing through the origin.

If the constant c is treated as an arbitrary constant and eliminated, the result is called the differential equation of the family represented by the equation. In this case, the elimination of c is easily performed by isolating c, then differentiating throughout the equation with respect to x.

Thus, the given equation takes the form and hence we can form the differential

equation.

Note that for a two parameter family of curves, the differential equation will be of order 2.

Example 1.3.1 Find the differential equation of the family of parabolas, having their vertices at the origin and their foci on the y-axis.

From analytic geometry, we find the equation of this family of parabolas to be Then

from then a may be eliminated by differentiation. Thus it follows

that

Example 1.3.2 Find the differential equation of the family of circles having their centers on the y-axis.Since a member of the family of circles of this example may have its center anywhere on the y-axis and its radius of any magnitude, we are dealing with the two-parameter family

5

Page 6: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Differentiating the given equation, we get

from which

Differentiating again, so the desired differential

equation is

Exercises 1.3.3In each exercise, obtain the differential equation of the family of plane curves described and sketch several representative members of the family.1. Straight lines with slope and x-intercept equal.2. Circles with fixed radius r and tangent to the x-axis.3. Parabolas with axis parallel to the x-axis.4. The cubics with a fixed.

5. The cissoids

6. The strophoids 1.4 Differential equations of order one and degree one

In our study we initially consider only first order and first degree differential equation. Such equations can be written in the form

Before discussing some of the analytic techniques for finding solutions we shall state an important theorem concerning to the uniqueness and existence of solution.

Consider

Let T denote the rectangular region defined by and , a region with

the point at its centre. Suppose that and are continuous functions of and in

Under the conditions imposed on above, an interval exists about , and

satisfies the properties.

a) A solution of equation (1) in

6

Page 7: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

b) On the interval , satisfies

c) At ,

d) is unique in

satisfying the above conditions.

In other wards, the theorem states that if is sufficiently well behaved near the

point , then the differential equation ,

has a solution that passes through the point and that solution is unique near

We consider some first order differential equation in the following forms.1.5 Variable Separable equationsIf the differential equation M(x,y) dx + N(x,y) dy = 0 is simple enough that the variables can be separated ,i.e., the equation can be rewritten as F(x) dx + G(y) dy = 0, where F is a function of x alone and G is a function of y alone , then the solution can be obtained by direct integration.Example 1.5.1

Integrating,

i.e. , is the required solution, where c is some arbitrary constant .

Example 1.5.2 Consider the equation,

Here the variables are not separated but it can be reduced to that form by dividing the equation

by Then

where the variables are separated.

The solution is

7

Page 8: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Remark: From the above example it is clear that an equation of the type

can be reduced to variable separable equation.

Example 1.5.3

Solution:

The solution is

Example 1.5.4

Solution:

Then given D.E becomes,

Example 1.5.5

Solution:

Then

8

Page 9: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Integrating,

Exercise 1.5.6Solve

1.

2.

3.

4.

5.

6.

7.

8.

9.

10.

1.6 Differential equations with homogeneous coefficients:

Consider the differential equation of the form , where and are

homogeneous functions of the same degree in and .

9

Page 10: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

To solve this equation, we note that being a homogenous equation of degree zero , is a

function of (y/x) only. Let . This suggests the substitution (y/x) = v or

then . Substituting in the given equation we get = g(v)

or = g(v) – v, which can be solved by separating the variables.

Example 1.6.1

Solution:

Put then

Example 1.6.2

Solution:

then

Integrating,

Remark: It is quite immaterial whether one uses or . However, it is sometimes

easier to solve by substituting for the variable whose differential has the simpler coefficient.Example 1.6.3

10

Page 11: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Solution:

Integrating,

Exercise 1.6.4Solve

1.

2.

3.

4.

5.

6.

7.

8.

1.7 Differential Equations with linear coefficients:

The equations of the form can be reduced to the homogenous form.

11

Page 12: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Case 1:When

Putting x= X + h and y = Y + k, where h, k are constants so that dx = dX , dy = dY

Choose h, k such that ah+bk+c=0 and

and which is of homogenous coefficients in and can be solved.

Case 2: When i.e., , then equation can be reduced to variable-separable

Form by substituting and hence can be solved..

Example 1.7.1

Solve

Clearly,

put

Substituting,

Integrating both sides,

Finally, .

12

Page 13: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Example 1.7.2 Solve

Here

Put

i.e

i.e

Separating,

i.e Solution is

Exercise 1.7.3 Solve

1.

2.

3.

4.

5.

6.

7.

8.

9.1.8 Exact Equations

13

Page 14: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

These are equations of the type in which separation of variables

may not be possible. Suppose there exists a function such that is ,

then the solution is .

If the equation is exact, then by definition there exists a F such that

But from total derivate formula ,

Comparing the above equations, we get

These two equations lead to and

Since ……………………(1)

Thus for an equation M dx + N dy = 0 to be exact it is necessary that the condition (1) is to be satisfied. Now let us prove the converse of the above result. Let us assume that the condition (1)

holds. Let (x, y) be a function for which . (i.e., the function is the result of

integrating M dx w.r.t. x alone holding y as a constant.

Then Hence from (1) , .

On integrating both sides of this equation w.r.t. x holding y fixed we get,

where B(y) is an arbitrary function of y.

Now define a function,

Then

Hence the given equation is exact. Thus , we have proved the following theorem.

Theorem: If M , N, are all continuous functions of x and y , then a necessary and

sufficient condition for the differential equation M dx + N dy = 0 to be exact is that

14

Page 15: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Note : If the differential equation M dx + N dy = 0 is exact then the solution of the equation can be obtained as follows. Let F be a function of x and y such that dF = M dx + N dy.

Then comparing with the equation we get = M (x, y).

On integrating w.r.t. x, holding y as a constant we get F(x, y) = , where B(y)

is an arbitrary function of y alone. Now

implies that consists of terms in N(x, y) which

does not contain x.

Thus the solution function is given by F(x, y) =

=

Example 1.8.1 Solve

M = 3x2y – 6x ……………..(1)N = x2 +2y …………………..(2)

and .

Hence the equation is exact. Therefore the solution is given by

= c

or,

Exercises 1.8.2: Solve

1.

2.

3.

4.

5.1.9 Linear Equations Definition: A differential equation is said to be linear if the dependent variable and its differential coefficient occur only in the first degree and not multiplied together.

A general linear differential equation is of the form

15

Page 16: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

To solve, multiply both sides by so that

The above equation is equivalent to

Integrating, we get as required solution.

If , then solution can be rewritten as

Example 1.9.1 Solve

Dividing throughout by ,

Thus the solution is .

Example 1.9.2 Solve

Which is linear equation in where

Thus the solution is

where

16

Page 17: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Exercises 1.9.3 Solve

1.

2.

3.

4.

5.1.10. Bernoulli equation

The equation is reducible to the linear equation and is usually called

Bernoulli’s equation.

To solve, divide both sides by , so that .

Put . Equation reduces to which is linear in and

can be solved.

Example 1.10.1 Solve .

Dividing by , .

Put , so

i.e. , i.e which is linear in z.

I.F = = =

Solution is

17

Page 18: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

i.e.

i.e.

Example 1.10.2 Solve

Dividing by ,

i.e.

Exercise 1.10.3Solve

1.

2.

3.

4.

5.

6.

7.

18

Page 19: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

8. ,

1.11 Equations reducible to exact equationsConsider the equation which is not exact..…..(1)

Let , a function of and , be an integrating factor of (1). Then

must be exact.

Hence, must satisfy .

.

First let be a function of alone. Then and becomes .

Then we have or

If the left hand side of the above equation as function of alone, we have

Then the desired I.F is

By a similar argument, assuming is a function of alone, we get

Then an integrating factor is .

Using the above integrating factors, one can convert the equation to exact form and solve.

Example 1.11.1 Solve

and

19

Page 20: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Hence, .

.

Multiply to the above equation, we get

.

Solution is .

Example 1.11.2 Solve .

,

So

I.F =

Multiplying to the equation we get .

We get the solution .

Exercise 1.11.3 Solve

1.

2.

3.

4.

5.

6.

7.

20

Page 21: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

8.

1.12 Integrating factors by inspection.Here we are concerned with the equations that are simple enough to enable us to find the integrating factors by inspection. The ability to do this depends largely upon recognition of certain common exact differential and upon experience. Below are four exact differentials that occur frequently:

Using these exact differentials it is possible to group the terms in given differential equation and obtain the integrating factors.

Example 1.12.1 Solve .

Group the terms

Dividing by ,

Solution on integration, .

Example 1.12.2 Solve

Example 1.12.3 Solve ,

Rewriting the given differential equation as .

Which is nothing but Dividing by y2, the equation becomes,

21

Page 22: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

, which is exact. Therefore the solution is .

Exercise 1.12.4Solve

1.

2.

3.

4.

5.

6.

7.

1.13 Higher Order Linear Differential EquationsThe general linear differential equation of order n is an equation that can be written as

……………….(1)

If R(x) = 0, then the equation is called a homogenous linear differential equation otherwise it is

called non-homogeneous differential equation. The coefficient functions are

continuous on the interval I.

Consider .

If and are solutions of homogenous equation then is also a solution of

that equation.In a similar manner, if y1 ,y2 ,…,yn are solutions of (1), then

……..(2)

is also a solution where are arbitrary constants.

The expression (2) is called linear combination of the functions .

22

Page 23: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

For a homogeneous equation, the

general solution is of the form where are all possible

linearly independent solutions of the given equation. Where as for the nonhomogeneous equation

the general solution is of the

form , where is the general solution of the corresponding homogenous equation

and is a particular solution of

the given equation , which does not contain any arbitrary constants.1.3.1 An Existence and Uniqueness Theorem:

Given an order linear differential equation,

on an interval I,

suppose that is any number on the interval I and are n arbitrary constants.

Example 1.13.1 Find the unique solution of , .

Solution is .

Using we get .

1.13.2 Linear Independence of Solutions:

Given the functions if constants not all zero, exist such that

for all in , then the functions

are said to be linearly dependent on that interval. If no such relation exists, the functions are said to be linearly independent.1.13.3 The Wronskian of Solution:

To test whether n functions are linearly independent on an interval let us assume that

each of the functions is differentiable atleast ( times .

Then from the equation = 0 , it follows by successive differentiation that

= 0

23

Page 24: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

= 0

…= 0

For any fixed value of in , the nature of solutions of these will be determined by the

determinant

If for some on , then c1 = c2 =…=cn = 0 Hence, functions are linearly

independent on . The function is called Wronskian of the functions .

Example 1.13.2 Let .

only if a=b.

Therefore for a≠b, are linearly independent.

Example 1.13.3. Let

≠ 0. Therefore are linearly

independent.

Let .Then the equation (1) can be expressed as

i.e., f(D) y = R(i) where f(D) = is called a differential operator. To

solve such equations we first study the properties of the differential operator. 1.13.4 Properties of differential operator:1. f(D)eax = eaxf(a)

Proof: Let f(D) = .

Since Dkeax = akeax, for k = 1,2,3…n. we have,

24

Page 25: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

2. f(D)eax y = eaxf(D+a)y

Proof: Let f(D) =

We have D eax y = y Deax + eax Dy = y eax a + eax Dy = eax (D+a)y,

D2(eax y) = D(D(eax y)) = D(eax (D+A)y) = eax (D+a)(D+a)y= eax (D+a)2y

Similarly we can show that Dk(eax y) = eax (D+a)ky, k = 1,2,...n.

Substituting in the formula we get the required result.

3.

Proof: We know that then by property(2), the result follows.

1.13.5 The solution of linear homogeneous differential equation with constant coefficients

Consider the linear homogeneous differential equation with constant coefficients

where are all constants.

This equation can be rewritten as f(D)y = 0 where f(D) = .

If y = , then by property (1), f(D)y = f(D)eax = eaxf(a) = 0 f(a) = 0.

This equation is called the auxiliary or characteristic equation associated with the given

differential equation. For a nth order differential equation, the auxiliary equation has n roots say,

Then are all solutions of the given differential

equation.

Case1: If the roots of the auxiliary equations are all distinct then

are linearly independent solutions of the given equation.

Hence the general solution is given by .

Case2: If some roots are equal, say

25

Page 26: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Then the solutions . Then the solution is given by

does not contain n arbitrary constants and hence cannot be the general solution. Since first k

roots of the auxiliary equations are equal the given differential equation can be rewritten as

Then by property (3), we observe that are all

solutions of the given equation. Hence the general solution is

.

Case3. If some roots of the auxiliary equation are real. Since for equation with real coefficients

the roots exists in conjugate pairs, let be two roots. Then

are the two

distinct solutions. Therefore the corresponding solution is , which can be

expressed as where are arbitrary constants.

Example 1.13.4: Solve (2D2 + 5D – 12)y = 0

Solution: Auxiliary equation is 2m2 + 5m – 12 = 0.

That is, (2m – 3) (m + 4) = 0 and it has the roots m1 = 3/2 and m2 = - 4 which are real and distinct.

Therefore the general solution is y = C1 e3x/2 + C2e-4x

Example 1.13.5 Solve + 4 y = 0

Solution: Auxiliary equation is m2 + 4 = 0 or m2= - 4

Therefore m = 2i = 0 2i

Therefore y = C1 cos 2x + C2 sin 2x

Example 1.13.6 Solve + 4 + 4 = 0.

Solution: Auxiliary equation is m3 + 4m2 + 4m = 0.

That is, m(m + 2)2 = 0

Therefore m1 = 0, m2 = -2, m3 = -2 are its roots.

Here we find that two roots are equal. Hence the general solution is given by

y = C1 e0x + (C2 + C3x) e-2x

Or y = C1 + (C2 + C3i) e-2x

26

Page 27: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Example 1.13.7 Solve + 8 + 16y = 0

Solution: Here the auxiliary equation is m4 + 8m2 + 16 = 0, which is simply (m2 + 4)2 = 0.

Therefore we have m2 + 4 = 0 repeated. It gives m2 = -4

Therefore m = 2i.

Thus the roots are m = 2 i, 2i (imaginary, repeated).

Hence the general solution is y = e0x [(C1 + C2x) cos 2x + (C3 + C4x) sin 2x]

That is, y = (C1 + C2x) cos 2x + (C3 + C4x) sin 2x.

Example 1.13.8 Solve - 2 + 2 - 2 + y = 0

Solution: Hence the A.E. is m4 – 2m3 + 2m2 – 2m + 1 = 0.

The roots are m = 1, 1, i

Therefore the general solution is y = (C1 + C2x) ex + e0x (C3 cos x + C4 sin x)

That is, y = (C1 + C2x)ex + (C3 cos x + C4 sin x).

1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients

We know that the general solution of nonhomogeneous linear differential equation

is of the form , where is the general solution of the corresponding homogenous

equation , called the complementary function and

is a particular solution of the given equation , which does not contain any arbitrary constants.

The complementary function can be determined using the method described above. To determine the particular solution , we use the following methods.1.13.6.1 Inverse differential operator method

If f(D)y = (x) then we define the inverse differential operator denoted by as

[ (x)] = y , where ‘D’ is the differential operator .

27

Page 28: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Thus f(D) is also a differential operator and can be treated as its inverse.

Example 1.13.6.1

1.13.6.2. Properties of the inverse differential operator:

2.

Proof: We know that f(D)eax = eaxf(a), If f(a) 0, then dividing by f(a) we get

3.

Proof: From the property f(D)eax y = eaxf(D+a)y the result follows.

4.

Proof: The result follows directly from the result (2) and example (1) .

To determine the particular solution of a linear non-homogenous differential equation, we use

inverse differential operators. If f(D)y = (x) ,then yp = [ (x)]

Case(i): If (x) = eax , then yp = if f(a) 0.

If f(a) = 0, then f(D) can expressed as f(D) = (D-a)k (D), where (a) 0.for k = 1,2,3,

….

28

Page 29: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Case(ii): If (x)= cosax or sinax then, since cosax = Re( ) and sinax = Im( ) this case

reduces to the case(i) and hence can be solved.

Case(iii) If (x)= xm, for some positive integer m, then can be expanded as a series in

positive powers of x and hence can be determined.

Working Rule:

1. If (x) = eax, then

2. If (x) = cos ax or sin ax and if the differential operator can be written as f(D2) then

[(x)] = (x) provided f(-a2) 0.

If f(-a2) = 0 and

Example 1.13.8 Solve - 6 + 10 y = cos 2x + e-3x

Solution: Auxiliary equation is m2 – 6m + 10 = 0.

Therefore m = = = = 3 i

Or m = i, where = 3 and = 1.

Therefore C.F. = e3x (C1 cos x + C2 sin x)

P.I. - (cos 2x) + (e-3x)

Using P.I rule 2 and rule 1 respectively we get,

P.I. = (cos 2x) + e-3x

29

Page 30: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

= (cos 2x) + .e-3x

= (cos 2x) + e-3x, multiplying numerator and denominator by 1 + D in the first

expression.

That is, P.I. = (cos 2x) + e-3x

{1 . cos 2x + D(cos 2x)} + e-3x.

That is, P.I = (cos 2x – 2 sin 2x) + e-3x, since D =

General solution is y = C.F. + P.I.

Therefore y = e3x (C1 cos x + C2 sin x) + (cos 2x – 2 sin 2x) + e-3x

Example 1.13.9 Solve (D4 + 18 D2 + 81) y = cos3 x.

Solution: Auxiliary equation is m4 + 18 m2 + 81 = 0

That is (m2 + 9)2 = 0. Therefore m = 3i, 3i.

Thus C.F. = e0.x {(C1 + C2 x) cos 3x + (C3 + C4x) sin 3x}

C.F. = (C1 + C2x) cos 3x + (C3 + C4x) sin 3x.

P.I = (cos3 x)

= .

( Since Cos3 A = cos A + cos 3A).

P.I = (cos x) + (cos 3x)

= (cos x) + (cos 3x)

But f(D2) = D4 + 18D2 + 81 and a = 3 in the second expression.

We observe that f(-a2) = f(-9) = 81 – 162 + 81 = 0

Also f 1(D) = 4D3 + 36 D + 0 = 4 D(D2 + 9)

Therefore f 1(-9) = 4 D(-9 + 9) = 0, also

30

Page 31: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Hence (cos 3x) = x2 (cos 3x)

But f 1(D) = 4D3 + 36 D, Therefore f 11(D) = 12 D2 + 36

Hence (cos 3x) = x2, cos 3x

That is, x2 cos 3x = - x2 cos 3x

Thus P.I. = . cos x +

Therefore P.I. = .cos x - .x2 cos 3x.

That is, y = (C1 + C2x) cos 3x + (C3 + C4x) sin 3x + cos x - x2 cos 3x.

Example 1.13.10 Solve (D2 – 6D + 9)y = x2 + x + 1

Solution: Auxiliary equation m2 – 6m + 9 = 0.

That is (m – 3)2 = 0. Therefore m = 3, 3

Thus C.F. = (C1 + C2 x)e3x.

P.I = (x2 + x + 1)

That is, = (x2 + x + 1)

= . (x2 + x + 1)

(Using the binomial expansion (1 – a)-1 = 1 + a + a2 + …), we have

P.I = (x2 + x + 1)

= {1 + D - D2 + D2 + higher powers} (x2 + x + 1)

= (1 + D + D2)(x2 + x+ 1), neglecting D3 and higher powers since we have only 2nd degree

polynomial x2 + x + 1.

31

Page 32: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Therefore P.I. = {1(x2 + x + 1) + (x2 + x + 1) + (x2 + x + 1)}

= {(x2 + x + 1) + (2x + 1) + (2)}

= x2 + x + = (3x2 + 7x + 7)

Thus y = C.F. + P. I. = (C1 + C2x) e3x + (3x2 + 7x + 7).

Example 1.13.11 Solve + 3 = 1 + x + e-3x

Solution: Auxiliary equation is m3 + 3m2 = 0

Thus C.F. = (C1 + C2x) e0x + C3 e-3x or C1 + C2 x + C3 e-3x

P.I. = (1 + x + e-3x)

= (1 + x + e-3x)

= (1 + x) + x . e-3x

= (1 + x) + x. e-3x

= (1 + x) + x. e-3x

= . (1 + x) - . (1 + x) + (1 + x) - D(1 + x) + e-2x

But (1 + x) = x + , (1 + x) = + and D(1 + x) = 1.

Therefore P.I. = - + (1 + x) - (1) + e-3x

= - x + x2 + x3 + e-3x

The term - x may be neglected in view of the arbitrary C1 + C2x appearing in C.F.

32

Page 33: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

General Solution is y = C.F. + P.I. = C1 + C2x + C3 e-3x + x2 + x3 + e-3x

Example 1.13.12 Solve + 2 + = e2x + x3

Solution: Auxiliary equation is m3 + 2m2 + m = 0

m(m2 + 2m + 1) = 0 or m (m + 1)2 = 0

Therefore m = 0, -1, -1

Thus C.F. = C1 e0x + (C2 + C3 x) e-x or C1 + (C2 + C3 x) e-x

P.I. = (e2x) + (x3)

Now, (e2x) = .e2x =

Consider (x3)

Here f(D) = D3 + 2 D2 + D and f(0) = 0

Therefore we write, (x3) = (x3)

= . (x3) = (1 + D)-2 (x3)

(Using (1 + a)-2 = 1 – 2 a + 3a2 - + …), we have

(x3) = (1 – 2D + 3D2 – 4D3 + 5 D4) (x3), neglecting higher powers of D.

= ( - 2 + 3D – 4D2 + 5 D3) (x3)

Now, stands for integration, and D, D2 etc. for successive derivatives.

Therefore (x3) = - 2 .x3 + 3(3x2) – 4 (6x) + 5(6).

= - 2x3 + 9x2 – 24x + 30

Thus P.I. = e2x + - 2x3 + 9x2 – 24x + 30

The constant term 30 may be neglected in view of the arbitrary constant C1 in the C.F.

33

Page 34: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Hence, the general solution y = C1 + (C2 e-x – C3) e-x + e2x + - 2x3 + 9x2 – 24x.

Exercise: 1.13.13

1. Solve 4 + 16 - 9y = 4 ex/2 + 3 sin (x/4)

2. Solve (D2 + 1)y = ex + x4 + sin x.

Answers :

1. Auxiliary equation is 4m2 + 16 m – 9 = 0. The roots are m = and - are the roots.

The C.F. = C1 ex/2 + C2 e-9x/2

P.I. = [4ex/2 + 3 sin (x/4)]

= 4 (ex/2) + 3. [sin (x/4)].

In the first expression f(D) = 4 D2 + 16 D – 9.

Therefore f = 4 + 16 - 9 = 1 + 8- 9 = 0.

Therefore (ex/2) = x. (ex/2).

In the second expression, replace D2 by - .

Therefore P.I. = 4x (ex/2) + 3. [sin (x/4)]

P.I = 4x. .ex/2 + 3. [sin (x/4)]

= xex/2 + 3. [sin (x/4)]

Thus P.I = xex/2 + [sin (x/4)]

34

Page 35: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

= xex/2 - (64 D + 37) sin (x/4)

General solution is

y = C.F + P.I. = C1 ex/2 + C2 e-9x/2 + xex/2 - {16 cos (x/4) + 37 sin (x/4)}

2. The roots of the auxiliary equation is m = i.

Therefore C.F. = e0x (C1 cos x + C2 sin x) that is, = C1 cos x + C2 sin x.

P.I = (ex + x4 + sin x) = ex + (x4 – 12x2 +24) + x . (-cos x )

General solution is y = C1 cos x + C2 sin x + ex + x4 –12 x2 + 24 - cos x.

1.14 Variation of Parameters

Consider the second order linear differential equation

Suppose that is a solution, where are linearly independent on an

interval Let us see what happens if we replace both of the constants with

functions of x.

We consider and try to determine so that

is a solution of the equation (1).

Then

Rather than involved with the derivatives of of higher order than the first, we

now choose some particular function for the expression .

For simplicity we choose

It then follows from (3) that

Since y was to be a solution of (1) we substitute from (2), (3), and (5) into equation (1) to obtain

But are solutions of the homogeneous equation, so that finally

35

Page 36: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Equations (4) and (6) now give us two equations that we wish to solve for

This solution exists providing the determinant does not vanish. But this

determinant is precisely the Wronskian of the functions , which are presumed to be

linearly independent on the interval Therefore, the Wronskian does not vanish on that

interval and we can find By integration we get

Example 1.14.1 Solve the equation

Immediately we find that

Let us seek a particular solution by variation of parameters. Put

Then

(Constant of integration has been disregarded because we are seeking only a particular solution.)

And

Therefore, the complete solution is

where the term in has been absorbed in the complementary function term ,

since is an arbitrary constant.

Example 1.14.2 Solve

36

Page 37: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Here so we put

Then

And

Therefore, the complete solution is

Exercises 1.14.3

Solve using variation of parameters:

1.

2.

3.

4.

5.

6.

7.

8.1.14 Cauchy’s homogeneous linear equation:

This equation is of the form

, where is a function of , and ,

are constants. Equations of this type can be reduced to linear differential equations with constant coefficients by letting . Thus .

37

Page 38: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

If then ; i.e.,

; i.e., .

Similarly, , and so on.

After making these substitutions in equation (1), we get a linear equation with constant coefficients which can be solved as before.

Example 1.15.1 Solve

Solution: Put . Then . Let then , .

The given equation becomes ; i.e.,

The auxiliary equation is ; i.e., .

The roots are . The complementary function is

The particular integral is

The complete solution is

Example 1.15.2 Solve

Solution: Put . Then . Let then , .

The given equation becomes The roots of the auxiliary equation are

The complementary function is

The particular integral is

The complete solution is

Example 1.15.3 Solve

Solution: Put . Then .

Let then , ,

The given equation becomes

38

Page 39: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

The roots of the auxiliary equation are ;

The complementary function is

The particular integral is

The complete solution is

Exercise 1.15.4Solve

1.

2.

3.

Answers

1.

2.

3.

1.16 Legendre’s linear equation:This equation is of the form

,

where is a function of , and , are constants. Equations of this type can be reduced to linear differential equations with constant coefficients by letting . Thus

.

If then ; i.e.,

; i.e., .

Similarly, , and so on.

After making these substitutions in equation (1), we get a linear equation with constant coefficients which can be solved as before.

39

Page 40: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Example 1.16.1 Solve

Solution: Put . Then .

Let then , .

The given equation becomes ;

i.e.,

The roots of the auxiliary equation are ;

The complementary function is

The particular integral is

The complete solution is

Example 1.16.2 Solve

Solution: Put . Then . Let then ,

,

The given equation becomes The roots of the auxiliary equation are ;

The complementary function is

The particular integral is

The complete solution is

Example 1.16.3 Solve

Solution: Put . Then .

Let then , .

The given equation becomes The roots of the auxiliary equation are ;

The complementary function is

40

Page 41: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

The particular integral is

The complete solution is

Exercise 1.16.4Solve

1.

2.

3.

Answers

1.

2.

3.

1.17 System of linear differential equations with constant coefficientsQuite often we come across a system of linear differential equations with constant coefficients in which there are two or more dependent variables and a single independent variable exists. Sucha system of equation can be solved by eliminating all but one of the dependent variables , and solving the resulting equation. Then using the given equations, the other dependent variables can be expressed in terms of the dependent variable which is obtained earlier and can be determined.Example 1.17.1 Solve the simultaneous equations:

being given when

Solution: Taking the given equations become

Eliminate x as if D were an ordinary algebraic multiplier. Multiplying (i) by 2 and operating on (ii) by (D+5) and then subtracting, we get

41

Page 42: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Its complementary function is and a particular integral is

Thus

When t=0,

Substituting the value of y in (ii), we obtain

When t = 0,

Hence the desired solutions are

Example 1.17.2 Solve the simultaneous equations

given that x = 0 and y = 1 when t = 0.

Solution: Taking the given equations become

Eliminating x by multiplying (i) by 2 and operating on (ii) by D and then adding, we get

Its complementary function is and a particular integral is

Thus

When t=0, Substituting the value of y in (ii), we obtain

When t = 0, Hence the desired solutions are

42

Page 43: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

Example 3:Solve the simultaneous equations

Solution: Taking the given equations become

Eliminating y by operating on (i) by D and operating on (ii) by (D-2) and then adding, we get

Its complementary function is and a particular integral is

Thus

Substituting the value of x in (ii), we obtain

Where are arbitrary constants.Exercise:

Solve

i. given that x = 2 and y = 0 when t = 0.

ii. .

iii. .

iv. given y = 5, dy/dx = 0, v=1/2 at x = 0. ( Hint: Eliminate v(x) first and solve for y(x))

2. The small oscillations of a certain system with two degrees of freedom are given by the

equations where . If x = y =

0, Dx=3, Dy = 2 when t = 0, find x and y when t = ½.3. A mechanical system with two degrees of freedom satisfies the equations

Obtain expressions for x and y in terms of t, given

x, y, dx/dt, dy/dt all vanish at t = 0.

43

Page 44: · Web view1.13.6 The solution of linear non-homogeneous differential equation with constant coefficients We know that the general solution of nonhomogeneous linear differential equation

44