SlideShare a Scribd company logo
Ch 2.4: Differences Between Linear and
Nonlinear Equations
Recall that a first order ODE has the form y' = f (t,y), and is
linear if f is linear in y, and nonlinear if f is nonlinear in y.
Examples: y' = ty - et
, y' = ty2
.
In this section, we will see that first order linear and
nonlinear equations differ in a number of ways, including:
The theory describing existence and uniqueness of solutions, and
corresponding domains, are different.
Solutions to linear equations can be expressed in terms of a general
solution, which is not usually the case for nonlinear equations.
Linear equations have explicitly defined solutions while nonlinear
equations typically do not, and nonlinear equations may or may not
have implicitly defined solutions.
For both types of equations, numerical and graphical
construction of solutions are important.
Theorem 2.4.1
Consider the linear first order initial value problem:
If the functions p and g are continuous on an open interval
(α, β) containing the point t = t0, then there exists a unique
solution y = φ(t) that satisfies the IVP for each t in (α, β).
Proof outline: Use Ch 2.1 discussion and results:
0)0(),()( yytgytp
dt
dy
==+
∫
=
+
=
∫ t
t
dssp
t
t
et
t
ydttgt
y 00
)(0
)(where,
)(
)()(
µ
µ
µ
Theorem 2.4.2
Consider the nonlinear first order initial value problem:
Suppose f and ∂f/∂y are continuous on some open rectangle
(t, y) ∈ (α, β) x (γ, δ) containing the point (t0, y0). Then in
some interval (t0- h, t0+ h) ⊆ (α, β) there exists a unique
solution y = φ(t) that satisfies the IVP.
Proof discussion: Since there is no general formula for the
solution of arbitrary nonlinear first order IVPs, this proof is
difficult, and is beyond the scope of this course.
It turns out that conditions stated in Thm 2.4.2 are sufficient
but not necessary to guarantee existence of a solution, and
continuity of f ensures existence but not uniqueness of φ.
0)0(),,( yyytf
dt
dy
==
Example 1: Linear IVP
Recall the initial value problem from Chapter 2.1 slides:
The solution to this initial value problem is defined for
t > 0, the interval on which p(t) = -2/t is continuous.
If the initial condition is y(-1) = 2, then the solution is given
by same expression as above, but is defined on t < 0.
In either case, Theorem 2.4.1
guarantees that solution is unique
on corresponding interval.
( ) 222
2ln521,52 tttyytyyt +=⇒==−′
Example 2: Nonlinear IVP (1 of 2)
Consider nonlinear initial value problem from Ch 2.2:
The functions f and ∂f/∂y are given by
and are continuous except on line y = 1.
Thus we can draw an open rectangle about (0, -1) on which f
and ∂f/∂y are continuous, as long as it doesn’t cover y = 1.
How wide is rectangle? Recall solution defined for t > -2,
with
( ) ( )
,
12
243
),(,
12
243
),( 2
22
−
++
−=
∂
∂
−
++
=
y
xx
yx
y
f
y
xx
yxf
( )
1)0(,
12
243 2
−=
−
++
= y
y
xx
dx
dy
4221 23
+++−= xxxy
Example 2: Change Initial Condition (2 of 2)
Our nonlinear initial value problem is
with
which are continuous except on line y = 1.
If we change initial condition to y(0) = 1, then Theorem 2.4.2
is not satisfied. Solving this new IVP, we obtain
Thus a solution exists but is not unique.
( ) ( )
,
12
243
),(,
12
243
),( 2
22
−
++
−=
∂
∂
−
++
=
y
xx
yx
y
f
y
xx
yxf
( )
1)0(,
12
243 2
−=
−
++
= y
y
xx
dx
dy
0,221 23
>++±= xxxxy
Example 3: Nonlinear IVP
Consider nonlinear initial value problem
The functions f and ∂f/∂y are given by
Thus f continuous everywhere, but ∂f/∂y doesn’t exist at y = 0,
and hence Theorem 2.4.2 is not satisfied. Solutions exist but
are not unique. Separating variables and solving, we obtain
If initial condition is not on t-axis, then Theorem 2.4.2 does
guarantee existence and uniqueness.
3/23/1
3
1
),(,),( −
=
∂
∂
= yyt
y
f
yytf
( )00)0(,3/1
≥==′ tyyy
0,
3
2
2
3
2/3
3/23/1
≥





±=⇒+=⇒=−
ttyctydtdyy
Example 4: Nonlinear IVP
Consider nonlinear initial value problem
The functions f and ∂f/∂y are given by
Thus f and ∂f/∂y are continuous at t = 0, so Thm 2.4.2
guarantees that solutions exist and are unique.
Separating variables and solving, we obtain
The solution y(t) is defined on (-∞, 1). Note that the
singularity at t = 1 is not obvious from original IVP statement.
yyt
y
f
yytf 2),(,),( 2
=
∂
∂
=
1)0(,2
==′ yyy
t
y
ct
yctydtdyy
−
=⇒
+
−
=⇒+=−⇒= −−
1
1112
Interval of Definition: Linear Equations
By Theorem 2.4.1, the solution of a linear initial value
problem
exists throughout any interval about t = t0 on which p and g
are continuous.
Vertical asymptotes or other discontinuities of solution can
only occur at points of discontinuity of p or g.
However, solution may be differentiable at points of
discontinuity of p or g. See Chapter 2.1: Example 3 of text.
Compare these comments with Example 1 and with previous
linear equations in Chapter 1 and Chapter 2.
0)0(),()( yytgytpy ==+′
Interval of Definition: Nonlinear Equations
In the nonlinear case, the interval on which a solution exists
may be difficult to determine.
The solution y = φ(t) exists as long as (t,φ(t)) remains within
rectangular region indicated in Theorem 2.4.2. This is what
determines the value of h in that theorem. Since φ(t) is usually
not known, it may be impossible to determine this region.
In any case, the interval on which a solution exists may have
no simple relationship to the function f in the differential
equation y' = f (t, y), in contrast with linear equations.
Furthermore, any singularities in the solution may depend on
the initial condition as well as the equation.
Compare these comments to the preceding examples.
General Solutions
For a first order linear equation, it is possible to obtain a
solution containing one arbitrary constant, from which all
solutions follow by specifying values for this constant.
For nonlinear equations, such general solutions may not
exist. That is, even though a solution containing an arbitrary
constant may be found, there may be other solutions that
cannot be obtained by specifying values for this constant.
Consider Example 4: The function y = 0 is a solution of the
differential equation, but it cannot be obtained by specifying
a value for c in solution found using separation of variables:
ct
yy
dt
dy
+
−
=⇒=
12
Explicit Solutions: Linear Equations
By Theorem 2.4.1, a solution of a linear initial value
problem
exists throughout any interval about t = t0 on which p and g
are continuous, and this solution is unique.
The solution has an explicit representation,
and can be evaluated at any appropriate value of t, as long
as the necessary integrals can be computed.
,)(where,
)(
)()(
00
)(0 ∫
=
+
=
∫ t
t
dssp
t
t
et
t
ydttgt
y µ
µ
µ
0)0(),()( yytgytpy ==+′
Explicit Solution Approximation
For linear first order equations, an explicit representation
for the solution can be found, as long as necessary
integrals can be solved.
If integrals can’t be solved, then numerical methods are
often used to approximate the integrals.
∑∫
∫
=
∆≈
∫
=
+
=
n
k
kkk
t
t
dssp
t
t
ttgtdttgt
et
t
Cdttgt
y
t
t
1
)(
)()()()(
)(where,
)(
)()(
0
00
µµ
µ
µ
µ
Implicit Solutions: Nonlinear Equations
For nonlinear equations, explicit representations of solutions
may not exist.
As we have seen, it may be possible to obtain an equation
which implicitly defines the solution. If equation is simple
enough, an explicit representation can sometimes be found.
Otherwise, numerical calculations are necessary in order to
determine values of y for given values of t. These values can
then be plotted in a sketch of the integral curve.
Recall the following example from
Ch 2.2 slides:
1sinln1)0(,
31
cos 3
3
+=+⇒=
+
=′ xyyy
y
xy
y
Direction Fields
In addition to using numerical methods to sketch the
integral curve, the nonlinear equation itself can provide
enough information to sketch a direction field.
The direction field can often show the qualitative form of
solutions, and can help identify regions in the ty-plane
where solutions exhibit interesting features that merit more
detailed analytical or numerical investigations.
Chapter 2.7 and Chapter 8 focus on numerical methods.

More Related Content

What's hot

Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential EquationsDifferential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
bullardcr
 
Chapter 1: First-Order Ordinary Differential Equations/Slides
Chapter 1: First-Order Ordinary Differential Equations/Slides Chapter 1: First-Order Ordinary Differential Equations/Slides
Chapter 1: First-Order Ordinary Differential Equations/Slides
Chaimae Baroudi
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first order
Uzair Saiyed
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
wraithxjmin
 
First Order Differential Equations
First Order Differential EquationsFirst Order Differential Equations
First Order Differential Equations
Itishree Dash
 
introduction to differential equations
introduction to differential equationsintroduction to differential equations
introduction to differential equations
Emdadul Haque Milon
 
Differential equations
Differential equationsDifferential equations
Differential equations
Seyid Kadher
 
MATLAB ODE
MATLAB ODEMATLAB ODE
MATLAB ODE
Kris014
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its application
Krishna Peshivadiya
 
Lecture3 ode (1) lamia
Lecture3 ode (1) lamiaLecture3 ode (1) lamia
Lecture3 ode (1) lamia
malkinh
 
Elementary differential equation
Elementary differential equationElementary differential equation
Elementary differential equation
Angeli Castillo
 
Differential equation
Differential equationDifferential equation
Differential equation
IshworKhatiwada
 
Partial
Partial Partial
Partial
Neha Bhogra
 
M1 unit i-jntuworld
M1 unit i-jntuworldM1 unit i-jntuworld
M1 unit i-jntuworld
mrecedu
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1
Pokarn Narkhede
 
Simultaneous differential equations
Simultaneous differential equationsSimultaneous differential equations
Simultaneous differential equations
Shubhi Jain
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
Ahmed Haider
 
Linear differential equation
Linear differential equationLinear differential equation
Linear differential equation
Pratik Sudra
 
Ch03 1
Ch03 1Ch03 1
Ch03 1
Rendy Robert
 

What's hot (19)

Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential EquationsDifferential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
 
Chapter 1: First-Order Ordinary Differential Equations/Slides
Chapter 1: First-Order Ordinary Differential Equations/Slides Chapter 1: First-Order Ordinary Differential Equations/Slides
Chapter 1: First-Order Ordinary Differential Equations/Slides
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first order
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
First Order Differential Equations
First Order Differential EquationsFirst Order Differential Equations
First Order Differential Equations
 
introduction to differential equations
introduction to differential equationsintroduction to differential equations
introduction to differential equations
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
MATLAB ODE
MATLAB ODEMATLAB ODE
MATLAB ODE
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its application
 
Lecture3 ode (1) lamia
Lecture3 ode (1) lamiaLecture3 ode (1) lamia
Lecture3 ode (1) lamia
 
Elementary differential equation
Elementary differential equationElementary differential equation
Elementary differential equation
 
Differential equation
Differential equationDifferential equation
Differential equation
 
Partial
Partial Partial
Partial
 
M1 unit i-jntuworld
M1 unit i-jntuworldM1 unit i-jntuworld
M1 unit i-jntuworld
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1
 
Simultaneous differential equations
Simultaneous differential equationsSimultaneous differential equations
Simultaneous differential equations
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
Linear differential equation
Linear differential equationLinear differential equation
Linear differential equation
 
Ch03 1
Ch03 1Ch03 1
Ch03 1
 

Viewers also liked

Sparse dissimilarity constrained coding for glaucoma screening
Sparse dissimilarity constrained coding for glaucoma screeningSparse dissimilarity constrained coding for glaucoma screening
Sparse dissimilarity constrained coding for glaucoma screening
LogicMindtech Nologies
 
Qcon london2012 recap
Qcon london2012 recapQcon london2012 recap
Qcon london2012 recap
Peter Gfader
 
Data Mining: Data mining classification and analysis
Data Mining: Data mining classification and analysisData Mining: Data mining classification and analysis
Data Mining: Data mining classification and analysis
Datamining Tools
 
Coleção noivas
Coleção noivasColeção noivas
Coleção noivas
anaalcantara
 
Techseed_Unified_Communications
Techseed_Unified_CommunicationsTechseed_Unified_Communications
Techseed_Unified_Communications
Christian Wright Samuels
 
Online vernetzen - Offline handeln
Online vernetzen - Offline handelnOnline vernetzen - Offline handeln
Online vernetzen - Offline handeln
Katrin Kiefer
 
Juan castillo
Juan castilloJuan castillo
Juan castillo
Juankas95
 
Tunjangan keluarga skumtk
Tunjangan keluarga skumtkTunjangan keluarga skumtk
Tunjangan keluarga skumtk
Septian Muna Barakati
 
Runway_Wrap_-_Details_Trims
Runway_Wrap_-_Details_TrimsRunway_Wrap_-_Details_Trims
Runway_Wrap_-_Details_Trims
sophie-lucie dewulf
 
Wolbachia the biology of cytoplasmic incompatibility
Wolbachia the biology of cytoplasmic incompatibilityWolbachia the biology of cytoplasmic incompatibility
Wolbachia the biology of cytoplasmic incompatibility
bharathichellam
 
American College of Education
American College of EducationAmerican College of Education
American College of Education
Joe Trsar
 
Data Mining: Text and web mining
Data Mining: Text and web miningData Mining: Text and web mining
Data Mining: Text and web mining
Datamining Tools
 
Abzymes, ribozymes
Abzymes, ribozymesAbzymes, ribozymes
Abzymes, ribozymes
bharathichellam
 
T dependent and t independent antigens
T dependent and t independent antigensT dependent and t independent antigens
T dependent and t independent antigens
bharathichellam
 
Pangkat-etniko
Pangkat-etnikoPangkat-etniko
Pangkat-etniko
Alex Robianes Hernandez
 

Viewers also liked (16)

Sparse dissimilarity constrained coding for glaucoma screening
Sparse dissimilarity constrained coding for glaucoma screeningSparse dissimilarity constrained coding for glaucoma screening
Sparse dissimilarity constrained coding for glaucoma screening
 
Qcon london2012 recap
Qcon london2012 recapQcon london2012 recap
Qcon london2012 recap
 
Data Mining: Data mining classification and analysis
Data Mining: Data mining classification and analysisData Mining: Data mining classification and analysis
Data Mining: Data mining classification and analysis
 
Coleção noivas
Coleção noivasColeção noivas
Coleção noivas
 
Techseed_Unified_Communications
Techseed_Unified_CommunicationsTechseed_Unified_Communications
Techseed_Unified_Communications
 
Online vernetzen - Offline handeln
Online vernetzen - Offline handelnOnline vernetzen - Offline handeln
Online vernetzen - Offline handeln
 
Juan castillo
Juan castilloJuan castillo
Juan castillo
 
Tunjangan keluarga skumtk
Tunjangan keluarga skumtkTunjangan keluarga skumtk
Tunjangan keluarga skumtk
 
Runway_Wrap_-_Details_Trims
Runway_Wrap_-_Details_TrimsRunway_Wrap_-_Details_Trims
Runway_Wrap_-_Details_Trims
 
man
manman
man
 
Wolbachia the biology of cytoplasmic incompatibility
Wolbachia the biology of cytoplasmic incompatibilityWolbachia the biology of cytoplasmic incompatibility
Wolbachia the biology of cytoplasmic incompatibility
 
American College of Education
American College of EducationAmerican College of Education
American College of Education
 
Data Mining: Text and web mining
Data Mining: Text and web miningData Mining: Text and web mining
Data Mining: Text and web mining
 
Abzymes, ribozymes
Abzymes, ribozymesAbzymes, ribozymes
Abzymes, ribozymes
 
T dependent and t independent antigens
T dependent and t independent antigensT dependent and t independent antigens
T dependent and t independent antigens
 
Pangkat-etniko
Pangkat-etnikoPangkat-etniko
Pangkat-etniko
 

Similar to Ch02 4

Ch03 2
Ch03 2Ch03 2
Ch03 2
Rendy Robert
 
Ch02 7
Ch02 7Ch02 7
Ch02 7
Rendy Robert
 
Mit18 330 s12_chapter5
Mit18 330 s12_chapter5Mit18 330 s12_chapter5
Mit18 330 s12_chapter5
CAALAAA
 
ODE.pdf
ODE.pdfODE.pdf
microproject@math (1).pdf
microproject@math (1).pdfmicroproject@math (1).pdf
microproject@math (1).pdf
AthrvaKumkar
 
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Sheila Sinclair
 
Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Chyi-Tsong Chen
 
Meet 2a.pptx
Meet 2a.pptxMeet 2a.pptx
Meet 2a.pptx
MuhammadArfan870817
 
Ch04 1
Ch04 1Ch04 1
Ch04 1
Rendy Robert
 
Intro
IntroIntro
A Solution Manual And Notes For Kalman Filtering Theory And Practice Using ...
A Solution Manual And Notes For  Kalman Filtering  Theory And Practice Using ...A Solution Manual And Notes For  Kalman Filtering  Theory And Practice Using ...
A Solution Manual And Notes For Kalman Filtering Theory And Practice Using ...
Daniel Wachtel
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
Nofal Umair
 
Ma2002 1.19 rm
Ma2002 1.19 rmMa2002 1.19 rm
Ma2002 1.19 rm
Ramakrishna Paduchuri
 
Successive approximation of neutral stochastic functional differential equati...
Successive approximation of neutral stochastic functional differential equati...Successive approximation of neutral stochastic functional differential equati...
Successive approximation of neutral stochastic functional differential equati...
Editor IJCATR
 
Calc 6.1a
Calc 6.1aCalc 6.1a
Calc 6.1a
hartcher
 
Understanding Partial Differential Equations: Types and Solution Methods
Understanding Partial Differential Equations: Types and Solution MethodsUnderstanding Partial Differential Equations: Types and Solution Methods
Understanding Partial Differential Equations: Types and Solution Methods
imroshankoirala
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
joni joy
 
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Baasilroy
 
19 1
19 119 1
19 1
Mayar Zo
 
UNIT-III.pdf
UNIT-III.pdfUNIT-III.pdf
UNIT-III.pdf
Rupesh383474
 

Similar to Ch02 4 (20)

Ch03 2
Ch03 2Ch03 2
Ch03 2
 
Ch02 7
Ch02 7Ch02 7
Ch02 7
 
Mit18 330 s12_chapter5
Mit18 330 s12_chapter5Mit18 330 s12_chapter5
Mit18 330 s12_chapter5
 
ODE.pdf
ODE.pdfODE.pdf
ODE.pdf
 
microproject@math (1).pdf
microproject@math (1).pdfmicroproject@math (1).pdf
microproject@math (1).pdf
 
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
Accuracy Study On Numerical Solutions Of Initial Value Problems (IVP) In Ordi...
 
Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 05 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
 
Meet 2a.pptx
Meet 2a.pptxMeet 2a.pptx
Meet 2a.pptx
 
Ch04 1
Ch04 1Ch04 1
Ch04 1
 
Intro
IntroIntro
Intro
 
A Solution Manual And Notes For Kalman Filtering Theory And Practice Using ...
A Solution Manual And Notes For  Kalman Filtering  Theory And Practice Using ...A Solution Manual And Notes For  Kalman Filtering  Theory And Practice Using ...
A Solution Manual And Notes For Kalman Filtering Theory And Practice Using ...
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
 
Ma2002 1.19 rm
Ma2002 1.19 rmMa2002 1.19 rm
Ma2002 1.19 rm
 
Successive approximation of neutral stochastic functional differential equati...
Successive approximation of neutral stochastic functional differential equati...Successive approximation of neutral stochastic functional differential equati...
Successive approximation of neutral stochastic functional differential equati...
 
Calc 6.1a
Calc 6.1aCalc 6.1a
Calc 6.1a
 
Understanding Partial Differential Equations: Types and Solution Methods
Understanding Partial Differential Equations: Types and Solution MethodsUnderstanding Partial Differential Equations: Types and Solution Methods
Understanding Partial Differential Equations: Types and Solution Methods
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
 
19 1
19 119 1
19 1
 
UNIT-III.pdf
UNIT-III.pdfUNIT-III.pdf
UNIT-III.pdf
 

More from Rendy Robert

Ch08 3
Ch08 3Ch08 3
Ch08 3
Rendy Robert
 
Ch08 1
Ch08 1Ch08 1
Ch08 1
Rendy Robert
 
Ch07 8
Ch07 8Ch07 8
Ch07 8
Rendy Robert
 
Ch07 7
Ch07 7Ch07 7
Ch07 7
Rendy Robert
 
Ch07 6
Ch07 6Ch07 6
Ch07 6
Rendy Robert
 
Ch07 5
Ch07 5Ch07 5
Ch07 5
Rendy Robert
 
Ch07 4
Ch07 4Ch07 4
Ch07 4
Rendy Robert
 
Ch07 3
Ch07 3Ch07 3
Ch07 3
Rendy Robert
 
Ch07 2
Ch07 2Ch07 2
Ch07 2
Rendy Robert
 
Ch07 1
Ch07 1Ch07 1
Ch07 1
Rendy Robert
 
Ch06 6
Ch06 6Ch06 6
Ch06 6
Rendy Robert
 
Ch06 5
Ch06 5Ch06 5
Ch06 5
Rendy Robert
 
Ch06 4
Ch06 4Ch06 4
Ch06 4
Rendy Robert
 
Ch06 3
Ch06 3Ch06 3
Ch06 3
Rendy Robert
 
Ch06 2
Ch06 2Ch06 2
Ch06 2
Rendy Robert
 
Ch06 1
Ch06 1Ch06 1
Ch06 1
Rendy Robert
 
Ch05 8
Ch05 8Ch05 8
Ch05 8
Rendy Robert
 
Ch05 7
Ch05 7Ch05 7
Ch05 7
Rendy Robert
 
Ch05 6
Ch05 6Ch05 6
Ch05 6
Rendy Robert
 
Ch05 5
Ch05 5Ch05 5
Ch05 5
Rendy Robert
 

More from Rendy Robert (20)

Ch08 3
Ch08 3Ch08 3
Ch08 3
 
Ch08 1
Ch08 1Ch08 1
Ch08 1
 
Ch07 8
Ch07 8Ch07 8
Ch07 8
 
Ch07 7
Ch07 7Ch07 7
Ch07 7
 
Ch07 6
Ch07 6Ch07 6
Ch07 6
 
Ch07 5
Ch07 5Ch07 5
Ch07 5
 
Ch07 4
Ch07 4Ch07 4
Ch07 4
 
Ch07 3
Ch07 3Ch07 3
Ch07 3
 
Ch07 2
Ch07 2Ch07 2
Ch07 2
 
Ch07 1
Ch07 1Ch07 1
Ch07 1
 
Ch06 6
Ch06 6Ch06 6
Ch06 6
 
Ch06 5
Ch06 5Ch06 5
Ch06 5
 
Ch06 4
Ch06 4Ch06 4
Ch06 4
 
Ch06 3
Ch06 3Ch06 3
Ch06 3
 
Ch06 2
Ch06 2Ch06 2
Ch06 2
 
Ch06 1
Ch06 1Ch06 1
Ch06 1
 
Ch05 8
Ch05 8Ch05 8
Ch05 8
 
Ch05 7
Ch05 7Ch05 7
Ch05 7
 
Ch05 6
Ch05 6Ch05 6
Ch05 6
 
Ch05 5
Ch05 5Ch05 5
Ch05 5
 

Ch02 4

  • 1. Ch 2.4: Differences Between Linear and Nonlinear Equations Recall that a first order ODE has the form y' = f (t,y), and is linear if f is linear in y, and nonlinear if f is nonlinear in y. Examples: y' = ty - et , y' = ty2 . In this section, we will see that first order linear and nonlinear equations differ in a number of ways, including: The theory describing existence and uniqueness of solutions, and corresponding domains, are different. Solutions to linear equations can be expressed in terms of a general solution, which is not usually the case for nonlinear equations. Linear equations have explicitly defined solutions while nonlinear equations typically do not, and nonlinear equations may or may not have implicitly defined solutions. For both types of equations, numerical and graphical construction of solutions are important.
  • 2. Theorem 2.4.1 Consider the linear first order initial value problem: If the functions p and g are continuous on an open interval (α, β) containing the point t = t0, then there exists a unique solution y = φ(t) that satisfies the IVP for each t in (α, β). Proof outline: Use Ch 2.1 discussion and results: 0)0(),()( yytgytp dt dy ==+ ∫ = + = ∫ t t dssp t t et t ydttgt y 00 )(0 )(where, )( )()( µ µ µ
  • 3. Theorem 2.4.2 Consider the nonlinear first order initial value problem: Suppose f and ∂f/∂y are continuous on some open rectangle (t, y) ∈ (α, β) x (γ, δ) containing the point (t0, y0). Then in some interval (t0- h, t0+ h) ⊆ (α, β) there exists a unique solution y = φ(t) that satisfies the IVP. Proof discussion: Since there is no general formula for the solution of arbitrary nonlinear first order IVPs, this proof is difficult, and is beyond the scope of this course. It turns out that conditions stated in Thm 2.4.2 are sufficient but not necessary to guarantee existence of a solution, and continuity of f ensures existence but not uniqueness of φ. 0)0(),,( yyytf dt dy ==
  • 4. Example 1: Linear IVP Recall the initial value problem from Chapter 2.1 slides: The solution to this initial value problem is defined for t > 0, the interval on which p(t) = -2/t is continuous. If the initial condition is y(-1) = 2, then the solution is given by same expression as above, but is defined on t < 0. In either case, Theorem 2.4.1 guarantees that solution is unique on corresponding interval. ( ) 222 2ln521,52 tttyytyyt +=⇒==−′
  • 5. Example 2: Nonlinear IVP (1 of 2) Consider nonlinear initial value problem from Ch 2.2: The functions f and ∂f/∂y are given by and are continuous except on line y = 1. Thus we can draw an open rectangle about (0, -1) on which f and ∂f/∂y are continuous, as long as it doesn’t cover y = 1. How wide is rectangle? Recall solution defined for t > -2, with ( ) ( ) , 12 243 ),(, 12 243 ),( 2 22 − ++ −= ∂ ∂ − ++ = y xx yx y f y xx yxf ( ) 1)0(, 12 243 2 −= − ++ = y y xx dx dy 4221 23 +++−= xxxy
  • 6. Example 2: Change Initial Condition (2 of 2) Our nonlinear initial value problem is with which are continuous except on line y = 1. If we change initial condition to y(0) = 1, then Theorem 2.4.2 is not satisfied. Solving this new IVP, we obtain Thus a solution exists but is not unique. ( ) ( ) , 12 243 ),(, 12 243 ),( 2 22 − ++ −= ∂ ∂ − ++ = y xx yx y f y xx yxf ( ) 1)0(, 12 243 2 −= − ++ = y y xx dx dy 0,221 23 >++±= xxxxy
  • 7. Example 3: Nonlinear IVP Consider nonlinear initial value problem The functions f and ∂f/∂y are given by Thus f continuous everywhere, but ∂f/∂y doesn’t exist at y = 0, and hence Theorem 2.4.2 is not satisfied. Solutions exist but are not unique. Separating variables and solving, we obtain If initial condition is not on t-axis, then Theorem 2.4.2 does guarantee existence and uniqueness. 3/23/1 3 1 ),(,),( − = ∂ ∂ = yyt y f yytf ( )00)0(,3/1 ≥==′ tyyy 0, 3 2 2 3 2/3 3/23/1 ≥      ±=⇒+=⇒=− ttyctydtdyy
  • 8. Example 4: Nonlinear IVP Consider nonlinear initial value problem The functions f and ∂f/∂y are given by Thus f and ∂f/∂y are continuous at t = 0, so Thm 2.4.2 guarantees that solutions exist and are unique. Separating variables and solving, we obtain The solution y(t) is defined on (-∞, 1). Note that the singularity at t = 1 is not obvious from original IVP statement. yyt y f yytf 2),(,),( 2 = ∂ ∂ = 1)0(,2 ==′ yyy t y ct yctydtdyy − =⇒ + − =⇒+=−⇒= −− 1 1112
  • 9. Interval of Definition: Linear Equations By Theorem 2.4.1, the solution of a linear initial value problem exists throughout any interval about t = t0 on which p and g are continuous. Vertical asymptotes or other discontinuities of solution can only occur at points of discontinuity of p or g. However, solution may be differentiable at points of discontinuity of p or g. See Chapter 2.1: Example 3 of text. Compare these comments with Example 1 and with previous linear equations in Chapter 1 and Chapter 2. 0)0(),()( yytgytpy ==+′
  • 10. Interval of Definition: Nonlinear Equations In the nonlinear case, the interval on which a solution exists may be difficult to determine. The solution y = φ(t) exists as long as (t,φ(t)) remains within rectangular region indicated in Theorem 2.4.2. This is what determines the value of h in that theorem. Since φ(t) is usually not known, it may be impossible to determine this region. In any case, the interval on which a solution exists may have no simple relationship to the function f in the differential equation y' = f (t, y), in contrast with linear equations. Furthermore, any singularities in the solution may depend on the initial condition as well as the equation. Compare these comments to the preceding examples.
  • 11. General Solutions For a first order linear equation, it is possible to obtain a solution containing one arbitrary constant, from which all solutions follow by specifying values for this constant. For nonlinear equations, such general solutions may not exist. That is, even though a solution containing an arbitrary constant may be found, there may be other solutions that cannot be obtained by specifying values for this constant. Consider Example 4: The function y = 0 is a solution of the differential equation, but it cannot be obtained by specifying a value for c in solution found using separation of variables: ct yy dt dy + − =⇒= 12
  • 12. Explicit Solutions: Linear Equations By Theorem 2.4.1, a solution of a linear initial value problem exists throughout any interval about t = t0 on which p and g are continuous, and this solution is unique. The solution has an explicit representation, and can be evaluated at any appropriate value of t, as long as the necessary integrals can be computed. ,)(where, )( )()( 00 )(0 ∫ = + = ∫ t t dssp t t et t ydttgt y µ µ µ 0)0(),()( yytgytpy ==+′
  • 13. Explicit Solution Approximation For linear first order equations, an explicit representation for the solution can be found, as long as necessary integrals can be solved. If integrals can’t be solved, then numerical methods are often used to approximate the integrals. ∑∫ ∫ = ∆≈ ∫ = + = n k kkk t t dssp t t ttgtdttgt et t Cdttgt y t t 1 )( )()()()( )(where, )( )()( 0 00 µµ µ µ µ
  • 14. Implicit Solutions: Nonlinear Equations For nonlinear equations, explicit representations of solutions may not exist. As we have seen, it may be possible to obtain an equation which implicitly defines the solution. If equation is simple enough, an explicit representation can sometimes be found. Otherwise, numerical calculations are necessary in order to determine values of y for given values of t. These values can then be plotted in a sketch of the integral curve. Recall the following example from Ch 2.2 slides: 1sinln1)0(, 31 cos 3 3 +=+⇒= + =′ xyyy y xy y
  • 15. Direction Fields In addition to using numerical methods to sketch the integral curve, the nonlinear equation itself can provide enough information to sketch a direction field. The direction field can often show the qualitative form of solutions, and can help identify regions in the ty-plane where solutions exhibit interesting features that merit more detailed analytical or numerical investigations. Chapter 2.7 and Chapter 8 focus on numerical methods.