ch 1.3: classification of differential equations

8
Ch 1.3: Classification of Differential Equations The main purpose of this course is to discuss properties of solutions of differential equations, and to present methods of finding solutions or approximating them. To provide a framework for this discussion, in this section we give several ways of classifying differential equations.

Upload: jessamine-hobbs

Post on 30-Dec-2015

20 views

Category:

Documents


1 download

DESCRIPTION

Ch 1.3: Classification of Differential Equations. The main purpose of this course is to discuss properties of solutions of differential equations, and to present methods of finding solutions or approximating them. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Ch 1.3:  Classification of Differential Equations

Ch 1.3: Classification of Differential Equations

The main purpose of this course is to discuss properties of solutions of differential equations, and to present methods of finding solutions or approximating them.

To provide a framework for this discussion, in this section we give several ways of classifying differential equations.

Page 2: Ch 1.3:  Classification of Differential Equations

Ordinary Differential Equations

When the unknown function depends on a single independent variable, only ordinary derivatives appear in the equation.

In this case the equation is said to be an ordinary differential equations (ODE).

The equations discussed in the preceding two sections are ordinary differential equations. For example,

4505.0,2.08.9 pdt

dpv

dt

dv

Page 3: Ch 1.3:  Classification of Differential Equations

Partial Differential Equations

When the unknown function depends on several independent variables, partial derivatives appear in the equation.

In this case the equation is said to be a partial differential equation (PDE).

Examples:

equation) (wave ),(),(

equation)(heat ),(),(

2

2

2

22

2

2

22

t

txu

x

txua

t

txu

x

txu

Page 4: Ch 1.3:  Classification of Differential Equations

Systems of Differential EquationsAnother classification of differential equations depends on the number of unknown functions that are involved.

If there is a single unknown function to be found, then one equation is sufficient. If there are two or more unknown functions, then a system of equations is required.

For example, predator-prey equations have the form

where u(t) and v(t) are the respective populations of prey and predator species. The constants a, c, , depend on the particular species being studied.

Systems of equations are discussed in Chapter 7.

uvcvdtdv

uvuadtdu

/

/

Page 5: Ch 1.3:  Classification of Differential Equations

Order of Differential Equations

The order of a differential equation is the order of the highest derivative that appears in the equation.

Examples:

We will be studying differential equations for which the highest derivative can be isolated:

tuu

edt

yd

dt

yd

tyy

yy

yyxx

t

sin

1

023

03

22

2

4

4

)1()( ,,,,,,)( nn yyyyytfty

Page 6: Ch 1.3:  Classification of Differential Equations

Linear & Nonlinear Differential Equations

An ordinary differential equation

is linear if F is linear in the variables

Thus the general linear ODE has the form

Example: Determine whether the equations below are linear or nonlinear.

tuuutuuutdt

ydt

dt

ydtyytyeyyy

yyxxyyxx

y

cos)sin()6(sin)5(1)4(

023)3(023)2(03)1(

22

2

4

4

2

0,,,,,, )( nyyyyytF

)(,,,,, nyyyyy

)()()()( )1(1

)(0 tgytaytayta n

nn

Page 7: Ch 1.3:  Classification of Differential Equations

Solutions to Differential Equations

A solution (t) to an ordinary differential equation

satisfies the equation:

Example: Verify the following solutions of the ODEttyttyttyyy sin2)(,cos)(,sin)(;0 321

)1()( ,,,,,)( nn yyyytfty

)1()( ,,,,,)( nn tft

Page 8: Ch 1.3:  Classification of Differential Equations

Solutions to Differential Equations

Three important questions in the study of differential equations:

Is there a solution? (Existence)

If there is a solution, is it unique? (Uniqueness)

If there is a solution, how do we find it?

(Analytical Solution, Numerical Approximation, etc)