Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
217 views23 pages

Ch.1 Introduction To Differential Equations

This document provides an introduction to differential equations, including definitions, terminology, and methods of classification. It defines a differential equation as an equation containing derivatives and discusses how they are used to model real-world problems involving rates of change. Differential equations can be classified by type, order, and linearity. The main goals are to solve differential equations to find the unknown function and verify that solutions satisfy the given equation over their interval of definition. Solutions may be explicit, implicit, or families containing arbitrary constants. Exercises Q1-Q14 and Q27-Q36 are provided for practice.

Uploaded by

Hazem Almasry
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
217 views23 pages

Ch.1 Introduction To Differential Equations

This document provides an introduction to differential equations, including definitions, terminology, and methods of classification. It defines a differential equation as an equation containing derivatives and discusses how they are used to model real-world problems involving rates of change. Differential equations can be classified by type, order, and linearity. The main goals are to solve differential equations to find the unknown function and verify that solutions satisfy the given equation over their interval of definition. Solutions may be explicit, implicit, or families containing arbitrary constants. Exercises Q1-Q14 and Q27-Q36 are provided for practice.

Uploaded by

Hazem Almasry
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

Differential Equations

( Topics in Advanced engineering Mathematics )

Lecture 01: Sec 1.1

Ch.1 INTRODUCTION TO
DIFFERENTIAL EQUATIONS
1.1 Definitions and Terminology
A differential equation is an equation that contains
derivatives
𝑦′, 𝑦′′, 𝑦′′′ . . . .

The tasks will be to solve such differential equations for


the unknown function 𝑦 = 𝜑(𝑥)

Example:
𝑦 ′′ + 2𝑦′ + 𝑦 = 0

To do so, we will learn some terminology.


2
Differential equations are linked to the real world

Examples
How fast does a disease spread?
How fast does a population change?
How fast is a water tanks filled?
involve rates of change, that is, derivatives.

A mathematical model of some experiments,


and/or theories can be some differential equation/s
Example
The model of the atom

3
The main goal
How do you solve such an equation for the unknown function
𝑦 = 𝜑(𝑥)?

4
5
Classification of differential equations
by type, order, and linearity

CLASSIFICATION BY TYPE

(1) An equation containing only ordinary derivatives of one


or more dependent variables with respect to a single
independent variable is said to be an ordinary differential
equation (ODE).

Example:

All these are ordinary differential equations


6
CLASSIFICATION BY TYPE

(2) An equation involving partial derivatives of one or


more dependent variables of two or more independent
variables is called: a partial differential equation (PDE).

Example:

7
Notations to be familiar with

Newton’s dot notation is sometimes used to denote derivatives


with respect to time t. Thus the differential equation
d2 s
2
= − 32 is the same as s̈ = − 32
dt

A subscript notation indicating the independent variables.


Thus
is the same as uxx = utt - 2ut
8
CLASSIFICATION BY ORDER

The order of a differential equation (either ODE or PDE) is the


order of the highest derivative in the equation.

The general form of an nth-order ordinary differential equation


in one variable is:
𝐹(𝑥, 𝑦,𝑦′, 𝑦′′, … , 𝑦 (𝑛) ) = 0

where F is a real-valued function of n + 2variables:


𝑥, 𝑦,𝑦′, 𝑦′′, … , 𝑦 (𝑛)

9
CLASSIFICATION BY LINEARITY

An nth-order ordinary differential equation is said to be linear if


F is linear in 𝑥, 𝑦,𝑦′, 𝑦′′, … , 𝑦 (𝑛) .
This means that an nth-order ODE
𝑛 𝑛−1
𝑎𝑛 𝑥 𝑦 + 𝑎𝑛−1 𝑥 𝑦 + ⋯ + 𝑎1 𝑥 𝑦 ′ + 𝑎0 𝑥 𝑦 = 𝑔 𝑥

is linear when:

10
Examples
Linear

Nonlinear

11
Solution

𝜙 satisfies the differential equation on I if

The solution will be denoted by the alternative symbol y(x)

13
Interval of Definition
The solution of an ordinary differential equation is a function
and its domain (= interval where the function is defined).

The interval I is called the


interval of definition, or
interval of existence, or
interval of validity, or
domain of the solution

such interval can be


an open interval (a, b), or
a closed interval [a, b], or
an infinite interval (a, ∞), and so on.
13
EXAMPLE 1: Verification of a Solution

14
Example 1: Continued

15
Definition
The trivial solution

A solution 𝑦 = 0 for a differential equation is


called the trivial solution.
Usually it is out of any significant interest.

16
EXAMPLE 3: Function versus Solution

1
𝑦 = is a function whose domain is (−∞ , 0)∪(0, ∞)
𝑥

1
The function 𝑦 = over the domain (−∞ , 0)∪(0, ∞)
𝑥
is a solution to the equation: 𝑥𝑦 ′ + 𝑦 = 0

A solution of a differential equation is a function


defined on some domain,
i.e., a solution of a differential equation =
a function + its domain (= interval of definition)
18
Explicit Versus Implicit Solutions

When you can write the solution as 𝑦


= 𝑦(𝑥) = 𝑓(𝑥),
the solution is termed as explicit.

When the solution is given in a complicated form of


𝐺(𝑥, 𝑦) = 0, which can or can't be written explicitly.
Such a solution is called implicit.

18
EXAMPLE 4: Verification of an Implicit
Solution

19
FAMILIES OF SOLUTIONS
( general solution )
When solving a first-order differential equation 𝐹(𝑥, 𝑦,𝑦′) = 0,
the solution might contain a single arbitrary constant or parameter c.
A solution containing an arbitrary constant (𝐺(𝑥, 𝑦, 𝑐) = 0) represents
a set of solutions called a one-parameter family of solutions.

An nth-order differential equation F(x, y, y`, . . . , y(n)) = 0, might have an


n-parameter family of solutions G(x, y, c 1, c ,2 . . . , c )n = 0

A solution of a differential equation that has some arbitrary


parameters is called a: A general solution or Family of
solutions
20
A particular solution

A solution of some differential equation that is free of


arbitrary parameters is called a particular solution.

21
A linear combination of all solutions is also a solution 23
for the LINEAR differential equation
EXERCISES

Consider

Q 1 -Q 14 , Q 27 -Q 36
Quizzes will be based on the given exercises.

23

You might also like