DE Lecture2
DE Lecture2
1 Department of Mathematics
February 1, 2024
First Order Linear Equations
y 0 + a(x)y = b(x).
2 2 2 d x2 2
ex · y 0 + 2xex · y = xex ⇒ e · y = x · ex .
dx
I Integrating both sides gives
2 1 2 1 2
ex · y = ex + C ⇒ y= + Ce−x .
2 2
Reduction to Linear Equation: Bernoulli Equation
I An ODE is called a Bernoulli Equation if
y 0 + a(x)y = b(x)y r , r ∈ R.
I Consider
u(x) = (y(x))1−r .
I Differentiating both sides gives
I This gives
u0 + (1 − r)a(x)u = (1 − r)b(x),
x2 + y 2 = 2cx.
I Differentiating with respect to x,
dy
2x + 2y = 2c.
dx
I Using the given equation, we eliminate the parameter c to
obtain
dy y2 dy y 2 − x2
2x + 2y =x+ ⇒ = .
dx x dx 2xy
I Given a family F of curves, it is sometimes important to find
the corresponding family G of curves that are orthogonal (or
perpendicular) to those of F.
F (x, y, c) = 0, c is a parameter.
dy
= f (x, y)
dx
I The ODE of the orthogonal trajectory is obtained by replacing
dy −1
by dy
.
dx
dx
dy y 2 − x2
= .
dx 2xy
I The differential equation for the family of orthogonal
trajectories is
dy 2xy
=− 2 .
dx y − x2
I The family of orthogonal trajectories is
dr dθ
with − r2 .
dθ dr
I Therefore, the equation orthogonal trajectories is obtained by
solving
2 dθ
f r, θ, −r = 0.
dr
I Find the equation of orthogonal trajectories of r = 2a cos θ.
dr
= −2a sin θ.
dθ
I The ODE of the given curves is obtained by eliminating a
dr
= −r tan θ.
dθ
I The ODE of the orthogonal trajectories is
dθ dθ
−r2 = −r tan θ ⇒ r = tan θ.
dr dr
I Solving the ODE gives r = 2a sin θ.
dy
= f (x, y), y (x0 ) = y0 .
dx
I Suppose that f (x, y) is continuous on the rectangle
R: |x − x0 | < a, |y − y0 | < b.
|f (x, y)| ≤ K.
I Then the IVP has at least one solution y(x) defined at least
on the subinterval
b
|x − x0 | < α, where α = min {a, }.
K
Uniqueness Theorem
R: |x − x0 | < a, |y − y0 | < b.
∂
|f (x, y)| ≤ K and f (x, y) ≤ M.
∂y
I Then the IVP has at most one solution y(x) defined at least
on the subinterval
b
|x − x0 | < α, where α = min {a, }.
K
I Consider the initial value problem (IVP)
dy
= 1 + y2, y (0) = 0.
dx
I Let R be the rectangle
R: |x − 0| < 5, |y − 0| < 3.
I Note that, on R
∂
|f (x, y)| ≤ 10 and f (x, y) ≤ 6.
∂y
I Then the IVP has atleast one solution y(x) defined at least on
the subinterval
3
|x − 0| < α, where α = min {5, }.
10
I The solution y(x) is also unique on
|x − 0| < 0.3.
I Indeed, the solution y(x) = tan x is discontinuous at ± π2 .