SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
Intervals of Validity
I’ve called this section Intervals of Validity because all of the examples will
involve them. However, there is a lot more to this section. We will see a couple of
theorems that will tell us when we can solve a differential equation. We will also
see some of the differences between linear and nonlinear differential equations.
First let's take a look at a theorem about linear first order differential equations.
This is a very important theorem although we’re not going to really use it for its
most important aspect.
Theorem 1
Consider the following IVP.

If p(t) and g(t) are continuous functions on an open interval
and the interval contains to, then there is a unique solution to the IVP on that interval.

So, just what does this theorem tell us? First, it tells us that for nice enough linear
first order differential equations solutions are guaranteed to exist and more
importantly the solution will be unique. We may not be able to find the solution,
but do know that it exists and that there will only be one of them. This is the very
important aspect of this theorem. Knowing that a differential equation has a
unique solution is sometimes more important than actually having the solution
itself!
Next, if the interval in the theorem is the largest possible interval on
which p(t) and g(t) are continuous then the interval is the interval of validity for the
solution. This means, that for linear first order differential equations, we won't
need to actually solve the differential equation in order to find the interval of
validity. Notice as well that the interval of validity will depend only partially on
the initial condition. The interval must contain to, but the value of yo, has no effect
on the interval of validity.
Let’s take a look at an example.
Example 1 Without solving, determine the interval of validity for the following initial value
problem.

TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
Solution
First, in order to use the theorem to find the interval of validity we must write the differential
equation in the proper form given in the theorem. So we will need to divide out by the
coefficient of the derivative.

Next, we need to identify where the two functions are not continuous. This will allow us to
find all possible intervals of validity for the differential equation. So, p(t) will be
discontinuous at
since these points will give a division by zero.
Likewise, g(t) will also be discontinuous at
as well as t = 5 since at
this point we will have the natural logarithm of zero. Note that in this case we won't have to
worry about natural log of negative numbers because of the absolute values.
Now, with these points in hand we can break up the real number line into four intervals where
both p(t) and g(t) will be continuous. These four intervals are,

The endpoints of each of the intervals are points where at least one of the two functions is
discontinuous. This will guarantee that both functions are continuous everywhere in each
interval.
Finally, let's identify the actual interval of validity for the initial value problem. The actual
interval of validity is the interval that will contain to = 4. So, the interval of validity for the
initial value problem is.

In this last example we need to be careful to not jump to the conclusion that the
other three intervals cannot be intervals of validity. By changing the initial
condition, in particular the value of to, we can make any of the four intervals the
interval of validity.
The first theorem required a linear differential equation. There is a similar theorem
for non-linear first order differential equations. This theorem is not as useful for
finding intervals of validity as the first theorem was so we won’t be doing all that
much with it.
Here is the theorem.
Theorem 2
TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
Consider the following IVP.

If f(t,y) and

are continuous functions in some rectangle

,

containing the point (to, yo) then there is a unique

solution to the IVP in some interval to

h < t < to + h that is contained in



That’s it. Unlike the first theorem, this one cannot really be used to find an
interval of validity. So, we will know that a unique solution exists if the conditions
of the theorem are met, but we will actually need the solution in order to determine
its interval of validity. Note as well that for non-linear differential equations it
appears that the value of y0 may affect the interval of validity.
Here is an example of the problems that can arise when the conditions of this
theorem aren’t met.
Example 2 Determine all possible solutions to the following IVP.

Solution
First, notice that this differential equation does NOT satisfy the conditions of the theorem.

So, the function is continuous on any interval, but the derivative is not continuous at y = 0
and so will not be continuous at any interval containing y = 0. In order to use the theorem
both must be continuous on an interval that contains yo = 0 and this is problem for us since we
do have yo = 0.
Now, let’s actually work the problem. This differential equation is separable and is fairly
simple to solve.

TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
Applying the initial condition gives c = 0 and so the solution is.

So, we’ve got two possible solutions here, both of which satisfy the differential equation and
the initial condition. There is also a third solution to the IVP. y(t) = 0 is also a solution to
the differential equation and satisfies the initial condition.

In this last example we had a very simple IVP and it only violated one of the
conditions of the theorem, yet it had three different solutions. All the examples
we’ve worked in the previous sections satisfied the conditions of this theorem and
had a single unique solution to the IVP. This example is a useful reminder of the
fact that, in the field of differential equations, things don’t always behave nicely.
It’s easy to forget this as most of the problems that are worked in a differential
equations class are nice and behave in a nice, predictable manner.
Let’s work one final example that will illustrate one of the differences between
linear and non-linear differential equations.
Example 3 Determine the interval of validity for the initial value problem below and give its
dependence on the value of yo

Solution
Before proceeding in this problem, we should note that the differential equation is non-linear
and meets both conditions of the Theorem 2 and so there will be a unique solution to the IVP
for each possible value of yo.
Also, note that the problem asks for any dependence of the interval of validity on the value
of yo. This immediately illustrates a difference between linear and non-linear differential
equations. Intervals of validity for linear differential equations do not depend on the value
of yo. Intervals of validity for non-linear differential can depend on the value of yo as we
pointed out after the second theorem.
TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
So, let’s solve the IVP and get some intervals of validity.
First note that if yo = 0 then y(t) = 0 is the solution and this has an interval of validity of

So for the rest of the problem let's assume that
equation is separable so let's solve it and get a general solution.

. Now, the differential

Applying the initial condition gives

The solution is then.

Now that we have a solution to the initial value problem we can start finding intervals of
validity. From the solution we can see that the only problem that we’ll have is division by
zero at

This leads to two possible intervals of validity.

That actual interval of validity will be the interval that contains to = 0. This however, depends
TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
on the value of yo. If yo < 0 then
contain to = 0. Likewise if yo > 0 then
will contain to = 0.

and so the second interval will
and in this case the first interval

This leads to the following possible intervals of validity, depending on the value of yo.

On a side note, notice that the solution, in its final form, will also work if yo = 0.

So what did this example show us about the difference between linear and nonlinear differential equations?
First, as pointed out in the solution to the example, intervals of validity for nonlinear differential equations can depend on the value of yo, whereas intervals of
validity for linear differential equations don’t.
Second, intervals of validity for linear differential equations can be found from the
differential equation with no knowledge of the solution. This is definitely not the
case with non-linear differential equations. It would be very difficult to see how
any of these intervals in the last example could be found from the differential
equation. Knowledge of the solution was required in order for us to find the
interval of validity.

TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)

Mais conteúdo relacionado

Mais procurados

Le chatelier’s principle 2
Le chatelier’s  principle 2Le chatelier’s  principle 2
Le chatelier’s principle 2Manglam Soni
 
Accuracy, Precision Measurement
Accuracy, Precision Measurement Accuracy, Precision Measurement
Accuracy, Precision Measurement Pulchowk Campus
 
Process Modelling and Control : Summary most important points in process mo...
Process Modelling and Control : Summary   most important points in process mo...Process Modelling and Control : Summary   most important points in process mo...
Process Modelling and Control : Summary most important points in process mo...Rami Bechara
 
Reactors simulation note.pdf
Reactors simulation note.pdfReactors simulation note.pdf
Reactors simulation note.pdfPaulosMekuria
 
Liquid Liquid Extraction - Basic Principles
Liquid Liquid Extraction - Basic PrinciplesLiquid Liquid Extraction - Basic Principles
Liquid Liquid Extraction - Basic PrinciplesGerard B. Hawkins
 
transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manual
 transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manual transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manual
transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manualMathias Schuck Rey
 
Graphical Analysis Of Motion
Graphical Analysis Of MotionGraphical Analysis Of Motion
Graphical Analysis Of Motionsaviourbest
 
Matlab for Chemical Engineering
Matlab for Chemical EngineeringMatlab for Chemical Engineering
Matlab for Chemical EngineeringDebarun Banerjee
 
Lecture 12.3- Limiting Reagents and Percent Yield
Lecture 12.3- Limiting Reagents and Percent YieldLecture 12.3- Limiting Reagents and Percent Yield
Lecture 12.3- Limiting Reagents and Percent YieldMary Beth Smith
 
Introduction to Vectors
Introduction to VectorsIntroduction to Vectors
Introduction to VectorsM.T.H Group
 
Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...
Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...
Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...mehtakareena21
 
Chemical reaction catalyst.pdf
Chemical reaction catalyst.pdfChemical reaction catalyst.pdf
Chemical reaction catalyst.pdfEr. Rahul Jarariya
 
Analytical chemistry lecture 3
Analytical chemistry lecture 3Analytical chemistry lecture 3
Analytical chemistry lecture 3Sunita Jobli
 
Ch 11 sec 4 .pptx; PERCENT YIELD
Ch 11 sec 4 .pptx; PERCENT YIELDCh 11 sec 4 .pptx; PERCENT YIELD
Ch 11 sec 4 .pptx; PERCENT YIELDKamal Metwalli
 
Excess gibbs free energy models
Excess gibbs free energy modelsExcess gibbs free energy models
Excess gibbs free energy modelsSunny Chauhan
 

Mais procurados (20)

Le chatelier’s principle 2
Le chatelier’s  principle 2Le chatelier’s  principle 2
Le chatelier’s principle 2
 
Accuracy, Precision Measurement
Accuracy, Precision Measurement Accuracy, Precision Measurement
Accuracy, Precision Measurement
 
VLE Notes.ppt
VLE Notes.pptVLE Notes.ppt
VLE Notes.ppt
 
Micropipetten
MicropipettenMicropipetten
Micropipetten
 
Process Modelling and Control : Summary most important points in process mo...
Process Modelling and Control : Summary   most important points in process mo...Process Modelling and Control : Summary   most important points in process mo...
Process Modelling and Control : Summary most important points in process mo...
 
Reactors simulation note.pdf
Reactors simulation note.pdfReactors simulation note.pdf
Reactors simulation note.pdf
 
Liquid Liquid Extraction - Basic Principles
Liquid Liquid Extraction - Basic PrinciplesLiquid Liquid Extraction - Basic Principles
Liquid Liquid Extraction - Basic Principles
 
transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manual
 transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manual transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manual
transport-phenomena-2nd-ed-by-bird-stewart-lightfoot-solution-manual
 
Graphical Analysis Of Motion
Graphical Analysis Of MotionGraphical Analysis Of Motion
Graphical Analysis Of Motion
 
1.1 Vapor Liquid Equilibrium
1.1 Vapor Liquid Equilibrium1.1 Vapor Liquid Equilibrium
1.1 Vapor Liquid Equilibrium
 
Matlab for Chemical Engineering
Matlab for Chemical EngineeringMatlab for Chemical Engineering
Matlab for Chemical Engineering
 
Lecture 12.3- Limiting Reagents and Percent Yield
Lecture 12.3- Limiting Reagents and Percent YieldLecture 12.3- Limiting Reagents and Percent Yield
Lecture 12.3- Limiting Reagents and Percent Yield
 
Introduction to Vectors
Introduction to VectorsIntroduction to Vectors
Introduction to Vectors
 
Pascal's principle
Pascal's principlePascal's principle
Pascal's principle
 
Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...
Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...
Transport Phenomena Solutions Manual (R. byron bird,_warren_e._stewart,_edwin...
 
Krkk tugas
Krkk tugasKrkk tugas
Krkk tugas
 
Chemical reaction catalyst.pdf
Chemical reaction catalyst.pdfChemical reaction catalyst.pdf
Chemical reaction catalyst.pdf
 
Analytical chemistry lecture 3
Analytical chemistry lecture 3Analytical chemistry lecture 3
Analytical chemistry lecture 3
 
Ch 11 sec 4 .pptx; PERCENT YIELD
Ch 11 sec 4 .pptx; PERCENT YIELDCh 11 sec 4 .pptx; PERCENT YIELD
Ch 11 sec 4 .pptx; PERCENT YIELD
 
Excess gibbs free energy models
Excess gibbs free energy modelsExcess gibbs free energy models
Excess gibbs free energy models
 

Destaque

Modelling with first order differential equations
Modelling with first order differential equationsModelling with first order differential equations
Modelling with first order differential equationsTarun Gehlot
 
How to draw a good graph
How to draw a good graphHow to draw a good graph
How to draw a good graphTarun Gehlot
 
Linear approximations
Linear approximationsLinear approximations
Linear approximationsTarun Gehlot
 
Describing and exploring data
Describing and exploring dataDescribing and exploring data
Describing and exploring dataTarun Gehlot
 
Graphs of trigonometric functions
Graphs of trigonometric functionsGraphs of trigonometric functions
Graphs of trigonometric functionsTarun Gehlot
 
Solution of nonlinear_equations
Solution of nonlinear_equationsSolution of nonlinear_equations
Solution of nonlinear_equationsTarun Gehlot
 
An applied approach to calculas
An applied approach to calculasAn applied approach to calculas
An applied approach to calculasTarun Gehlot
 
Real meaning of functions
Real meaning of functionsReal meaning of functions
Real meaning of functionsTarun Gehlot
 
Recurrence equations
Recurrence equationsRecurrence equations
Recurrence equationsTarun Gehlot
 
Probability and statistics as helpers in real life
Probability and statistics as helpers in real lifeProbability and statistics as helpers in real life
Probability and statistics as helpers in real lifeTarun Gehlot
 
C4 discontinuities
C4 discontinuitiesC4 discontinuities
C4 discontinuitiesTarun Gehlot
 
The shortest distance between skew lines
The shortest distance between skew linesThe shortest distance between skew lines
The shortest distance between skew linesTarun Gehlot
 
Review taylor series
Review taylor seriesReview taylor series
Review taylor seriesTarun Gehlot
 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson methodTarun Gehlot
 
Limitations of linear programming
Limitations of linear programmingLimitations of linear programming
Limitations of linear programmingTarun Gehlot
 
Linear programming
Linear programmingLinear programming
Linear programmingTarun Gehlot
 

Destaque (20)

Modelling with first order differential equations
Modelling with first order differential equationsModelling with first order differential equations
Modelling with first order differential equations
 
Logicgates
LogicgatesLogicgates
Logicgates
 
How to draw a good graph
How to draw a good graphHow to draw a good graph
How to draw a good graph
 
Linear approximations
Linear approximationsLinear approximations
Linear approximations
 
Describing and exploring data
Describing and exploring dataDescribing and exploring data
Describing and exploring data
 
Graphs of trigonometric functions
Graphs of trigonometric functionsGraphs of trigonometric functions
Graphs of trigonometric functions
 
Solution of nonlinear_equations
Solution of nonlinear_equationsSolution of nonlinear_equations
Solution of nonlinear_equations
 
An applied approach to calculas
An applied approach to calculasAn applied approach to calculas
An applied approach to calculas
 
Real meaning of functions
Real meaning of functionsReal meaning of functions
Real meaning of functions
 
Critical points
Critical pointsCritical points
Critical points
 
Recurrence equations
Recurrence equationsRecurrence equations
Recurrence equations
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Probability and statistics as helpers in real life
Probability and statistics as helpers in real lifeProbability and statistics as helpers in real life
Probability and statistics as helpers in real life
 
C4 discontinuities
C4 discontinuitiesC4 discontinuities
C4 discontinuities
 
The shortest distance between skew lines
The shortest distance between skew linesThe shortest distance between skew lines
The shortest distance between skew lines
 
Thermo dynamics
Thermo dynamicsThermo dynamics
Thermo dynamics
 
Review taylor series
Review taylor seriesReview taylor series
Review taylor series
 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson method
 
Limitations of linear programming
Limitations of linear programmingLimitations of linear programming
Limitations of linear programming
 
Linear programming
Linear programmingLinear programming
Linear programming
 

Semelhante a Intervals of validity

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
 
Review power series
Review power seriesReview power series
Review power seriesTarun Gehlot
 
Undecidable Problem
Undecidable ProblemUndecidable Problem
Undecidable ProblemMGoodhew
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functionsJessica Garcia
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functionsJessica Garcia
 
Monica's Presentation
Monica's PresentationMonica's Presentation
Monica's Presentationmvmason1
 
How invariants help writing loops
How invariants help writing loopsHow invariants help writing loops
How invariants help writing loopsnextbuild
 
Introduction to perturbation theory, part-1
Introduction to perturbation theory, part-1Introduction to perturbation theory, part-1
Introduction to perturbation theory, part-1Kiran Padhy
 
Mit18 330 s12_chapter5
Mit18 330 s12_chapter5Mit18 330 s12_chapter5
Mit18 330 s12_chapter5CAALAAA
 
Oscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controllerOscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controllereSAT Publishing House
 
Oscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controllerOscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controllereSAT Journals
 
Perturbation methods last
Perturbation methods lastPerturbation methods last
Perturbation methods lastSabir Ahmed
 

Semelhante a Intervals of validity (20)

Transform idea
Transform ideaTransform idea
Transform idea
 
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...
 
Lec1
Lec1Lec1
Lec1
 
Ch02 4
Ch02 4Ch02 4
Ch02 4
 
Lec5
Lec5Lec5
Lec5
 
Lec2
Lec2Lec2
Lec2
 
Review power series
Review power seriesReview power series
Review power series
 
Undecidable Problem
Undecidable ProblemUndecidable Problem
Undecidable Problem
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functions
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functions
 
Monica's Presentation
Monica's PresentationMonica's Presentation
Monica's Presentation
 
Matlab lab.pdf
Matlab lab.pdfMatlab lab.pdf
Matlab lab.pdf
 
MSME_ ch 5.pptx
MSME_ ch 5.pptxMSME_ ch 5.pptx
MSME_ ch 5.pptx
 
How invariants help writing loops
How invariants help writing loopsHow invariants help writing loops
How invariants help writing loops
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Introduction to perturbation theory, part-1
Introduction to perturbation theory, part-1Introduction to perturbation theory, part-1
Introduction to perturbation theory, part-1
 
Mit18 330 s12_chapter5
Mit18 330 s12_chapter5Mit18 330 s12_chapter5
Mit18 330 s12_chapter5
 
Oscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controllerOscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controller
 
Oscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controllerOscillatory motion control of hinged body using controller
Oscillatory motion control of hinged body using controller
 
Perturbation methods last
Perturbation methods lastPerturbation methods last
Perturbation methods last
 

Mais de Tarun Gehlot

Materials 11-01228
Materials 11-01228Materials 11-01228
Materials 11-01228Tarun Gehlot
 
Continuity and end_behavior
Continuity and  end_behaviorContinuity and  end_behavior
Continuity and end_behaviorTarun Gehlot
 
Continuity of functions by graph (exercises with detailed solutions)
Continuity of functions by graph   (exercises with detailed solutions)Continuity of functions by graph   (exercises with detailed solutions)
Continuity of functions by graph (exercises with detailed solutions)Tarun Gehlot
 
Factoring by the trial and-error method
Factoring by the trial and-error methodFactoring by the trial and-error method
Factoring by the trial and-error methodTarun Gehlot
 
Introduction to finite element analysis
Introduction to finite element analysisIntroduction to finite element analysis
Introduction to finite element analysisTarun Gehlot
 
Finite elements : basis functions
Finite elements : basis functionsFinite elements : basis functions
Finite elements : basis functionsTarun Gehlot
 
Finite elements for 2‐d problems
Finite elements  for 2‐d problemsFinite elements  for 2‐d problems
Finite elements for 2‐d problemsTarun Gehlot
 
Error analysis statistics
Error analysis   statisticsError analysis   statistics
Error analysis statisticsTarun Gehlot
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlabTarun Gehlot
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentialsTarun Gehlot
 
Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximationTarun Gehlot
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functionsTarun Gehlot
 
Propeties of-triangles
Propeties of-trianglesPropeties of-triangles
Propeties of-trianglesTarun Gehlot
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadraturesTarun Gehlot
 
Basics of set theory
Basics of set theoryBasics of set theory
Basics of set theoryTarun Gehlot
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationTarun Gehlot
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theoryTarun Gehlot
 
Miscellneous functions
Miscellneous  functionsMiscellneous  functions
Miscellneous functionsTarun Gehlot
 

Mais de Tarun Gehlot (20)

Materials 11-01228
Materials 11-01228Materials 11-01228
Materials 11-01228
 
Binary relations
Binary relationsBinary relations
Binary relations
 
Continuity and end_behavior
Continuity and  end_behaviorContinuity and  end_behavior
Continuity and end_behavior
 
Continuity of functions by graph (exercises with detailed solutions)
Continuity of functions by graph   (exercises with detailed solutions)Continuity of functions by graph   (exercises with detailed solutions)
Continuity of functions by graph (exercises with detailed solutions)
 
Factoring by the trial and-error method
Factoring by the trial and-error methodFactoring by the trial and-error method
Factoring by the trial and-error method
 
Introduction to finite element analysis
Introduction to finite element analysisIntroduction to finite element analysis
Introduction to finite element analysis
 
Finite elements : basis functions
Finite elements : basis functionsFinite elements : basis functions
Finite elements : basis functions
 
Finite elements for 2‐d problems
Finite elements  for 2‐d problemsFinite elements  for 2‐d problems
Finite elements for 2‐d problems
 
Error analysis statistics
Error analysis   statisticsError analysis   statistics
Error analysis statistics
 
Matlab commands
Matlab commandsMatlab commands
Matlab commands
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
 
Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximation
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
 
Propeties of-triangles
Propeties of-trianglesPropeties of-triangles
Propeties of-triangles
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadratures
 
Basics of set theory
Basics of set theoryBasics of set theory
Basics of set theory
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theory
 
Miscellneous functions
Miscellneous  functionsMiscellneous  functions
Miscellneous functions
 

Último

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 

Último (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

Intervals of validity

  • 1. Intervals of Validity I’ve called this section Intervals of Validity because all of the examples will involve them. However, there is a lot more to this section. We will see a couple of theorems that will tell us when we can solve a differential equation. We will also see some of the differences between linear and nonlinear differential equations. First let's take a look at a theorem about linear first order differential equations. This is a very important theorem although we’re not going to really use it for its most important aspect. Theorem 1 Consider the following IVP. If p(t) and g(t) are continuous functions on an open interval and the interval contains to, then there is a unique solution to the IVP on that interval. So, just what does this theorem tell us? First, it tells us that for nice enough linear first order differential equations solutions are guaranteed to exist and more importantly the solution will be unique. We may not be able to find the solution, but do know that it exists and that there will only be one of them. This is the very important aspect of this theorem. Knowing that a differential equation has a unique solution is sometimes more important than actually having the solution itself! Next, if the interval in the theorem is the largest possible interval on which p(t) and g(t) are continuous then the interval is the interval of validity for the solution. This means, that for linear first order differential equations, we won't need to actually solve the differential equation in order to find the interval of validity. Notice as well that the interval of validity will depend only partially on the initial condition. The interval must contain to, but the value of yo, has no effect on the interval of validity. Let’s take a look at an example. Example 1 Without solving, determine the interval of validity for the following initial value problem. TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
  • 2. Solution First, in order to use the theorem to find the interval of validity we must write the differential equation in the proper form given in the theorem. So we will need to divide out by the coefficient of the derivative. Next, we need to identify where the two functions are not continuous. This will allow us to find all possible intervals of validity for the differential equation. So, p(t) will be discontinuous at since these points will give a division by zero. Likewise, g(t) will also be discontinuous at as well as t = 5 since at this point we will have the natural logarithm of zero. Note that in this case we won't have to worry about natural log of negative numbers because of the absolute values. Now, with these points in hand we can break up the real number line into four intervals where both p(t) and g(t) will be continuous. These four intervals are, The endpoints of each of the intervals are points where at least one of the two functions is discontinuous. This will guarantee that both functions are continuous everywhere in each interval. Finally, let's identify the actual interval of validity for the initial value problem. The actual interval of validity is the interval that will contain to = 4. So, the interval of validity for the initial value problem is. In this last example we need to be careful to not jump to the conclusion that the other three intervals cannot be intervals of validity. By changing the initial condition, in particular the value of to, we can make any of the four intervals the interval of validity. The first theorem required a linear differential equation. There is a similar theorem for non-linear first order differential equations. This theorem is not as useful for finding intervals of validity as the first theorem was so we won’t be doing all that much with it. Here is the theorem. Theorem 2 TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
  • 3. Consider the following IVP. If f(t,y) and are continuous functions in some rectangle , containing the point (to, yo) then there is a unique solution to the IVP in some interval to h < t < to + h that is contained in  That’s it. Unlike the first theorem, this one cannot really be used to find an interval of validity. So, we will know that a unique solution exists if the conditions of the theorem are met, but we will actually need the solution in order to determine its interval of validity. Note as well that for non-linear differential equations it appears that the value of y0 may affect the interval of validity. Here is an example of the problems that can arise when the conditions of this theorem aren’t met. Example 2 Determine all possible solutions to the following IVP. Solution First, notice that this differential equation does NOT satisfy the conditions of the theorem. So, the function is continuous on any interval, but the derivative is not continuous at y = 0 and so will not be continuous at any interval containing y = 0. In order to use the theorem both must be continuous on an interval that contains yo = 0 and this is problem for us since we do have yo = 0. Now, let’s actually work the problem. This differential equation is separable and is fairly simple to solve. TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
  • 4. Applying the initial condition gives c = 0 and so the solution is. So, we’ve got two possible solutions here, both of which satisfy the differential equation and the initial condition. There is also a third solution to the IVP. y(t) = 0 is also a solution to the differential equation and satisfies the initial condition. In this last example we had a very simple IVP and it only violated one of the conditions of the theorem, yet it had three different solutions. All the examples we’ve worked in the previous sections satisfied the conditions of this theorem and had a single unique solution to the IVP. This example is a useful reminder of the fact that, in the field of differential equations, things don’t always behave nicely. It’s easy to forget this as most of the problems that are worked in a differential equations class are nice and behave in a nice, predictable manner. Let’s work one final example that will illustrate one of the differences between linear and non-linear differential equations. Example 3 Determine the interval of validity for the initial value problem below and give its dependence on the value of yo Solution Before proceeding in this problem, we should note that the differential equation is non-linear and meets both conditions of the Theorem 2 and so there will be a unique solution to the IVP for each possible value of yo. Also, note that the problem asks for any dependence of the interval of validity on the value of yo. This immediately illustrates a difference between linear and non-linear differential equations. Intervals of validity for linear differential equations do not depend on the value of yo. Intervals of validity for non-linear differential can depend on the value of yo as we pointed out after the second theorem. TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
  • 5. So, let’s solve the IVP and get some intervals of validity. First note that if yo = 0 then y(t) = 0 is the solution and this has an interval of validity of So for the rest of the problem let's assume that equation is separable so let's solve it and get a general solution. . Now, the differential Applying the initial condition gives The solution is then. Now that we have a solution to the initial value problem we can start finding intervals of validity. From the solution we can see that the only problem that we’ll have is division by zero at This leads to two possible intervals of validity. That actual interval of validity will be the interval that contains to = 0. This however, depends TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)
  • 6. on the value of yo. If yo < 0 then contain to = 0. Likewise if yo > 0 then will contain to = 0. and so the second interval will and in this case the first interval This leads to the following possible intervals of validity, depending on the value of yo. On a side note, notice that the solution, in its final form, will also work if yo = 0. So what did this example show us about the difference between linear and nonlinear differential equations? First, as pointed out in the solution to the example, intervals of validity for nonlinear differential equations can depend on the value of yo, whereas intervals of validity for linear differential equations don’t. Second, intervals of validity for linear differential equations can be found from the differential equation with no knowledge of the solution. This is definitely not the case with non-linear differential equations. It would be very difficult to see how any of these intervals in the last example could be found from the differential equation. Knowledge of the solution was required in order for us to find the interval of validity. TARUN GEHLOT (B.E, CIVIL ENGINEERING, HONOURS)