First order Differential Equations

1st order: 1 constant - 1 Initial condition to fully define a solution

Linear Differential Equations

Initial form of 1st order linear D.E. :

dydt+p(t)y=g(t)

where: p(t),g(t) continuous functions

General Solution

Integrating factor: μ(t) where μ(t)p(t)=μ(t)

μ(t)dydt+μ(t)y=μ(t)g(t)(μ(t)y)=μ(t)g(t)μ(t)y+c=μ(t)g(t)dty(t)=μ(t)g(t)dt+cμ(t)

where the integrating factor μ(t) can be found:

μ(t)p(t)=μ(t)p(t)=μ(t)μ(t)p(t)=ln(μ(t))p(t)dt=ln(μ(t))+kμ(t)=ep(t)dt+k=kep(t)dt

Final form of general solution y=y(t):

y(t)=ep(t)dtg(t)dt+cep(t)dt

Solution Process

  1. Put the differential equation in the correct initial form.
  2. Find the integrating factor, μ (t).
  3. Multiply everything in the differential equation by μ (t) and verify that the left side becomes the product rule (μ (t) y (t))′ and write it as such.
  4. Integrate both sides, make sure you properly deal with the constant of integration.
  5. Solve for the solution y(t).
  6. Solve for constant using the initial condition.

Separable Differential Equations

Non-Linear first order Differential Equations
Form :

N(y)dydx=M(x)

Solution :

N(y)dydt=M(x)u=y(x),du=dydxdxN(u)du=M(x)dx=N(y)dy

Do not forget the interval of validity of the solution:

Exact Differential Equations

If there is a function Ψ so that the differential can be written as :

Ψx+Ψydydx=0

or

Ψxdx+Ψydy=0

or

Xdx+Ydy=0

then we call D.E. exact.

Solution :

Finding Ψ(x,y) :
Provided that it is continuous and its first order derivatives are also continuous:

2Ψxy=2Ψyx

We use this to check if the equation is exact.
Then start from either part:

Ψ=Xdx=[int]+C(y)

The constant of integration is now a function of the other parameter. To find C(y) we integrate Ψ with respect to y and equate it Y:

Ψy=Y

Solution of initial equation :

ddxΨ(x,y(x))=0Ψ(x,y)=c

and we soooolve for explicit solution within the interval of validity.

Bernoulli Differential Equations

Form :

dydt+p(x)y=q(x)yn

where p(x) and q(x) are continuous functions and n is a real number.

Solution

If n=0 or n=1 then this is a #Linear Differential Equations
if n≠0,1 :

  1. divide by yn
yny+p(x)y1n=q(x)
  1. substitute with u=y1n , u=(1n)yny
11nu+p(x)u=q(x)
  1. Voilà! You have once again a #Linear Differential Equations

Existence of solutions & Intervals of Validity

Theorem 1

y+p(t)y=g(t) , y(t0)=y0

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

Through this theorem we can know if a solution exists, as well as the interval of validity without actually solving the D.E.

Theorem 2

y=f(t,y) , y(t0)=y0

If f(t,y) and fy are continuous functions in some rectangle α<t<β , γ<y<δ containing the point (t0,y0) then there is a unique solution to the IVP in some interval t0h<t<t0+h that is contained in α<t<β.

This indicates that there is a unique solution but we cannot find the interval of validity without solving

Euler's Method

Numerical approximation of differential equations

βλέπε pauls notes