Chapter 2 Review
Chapter 2 Review
• The order of a differential equation is the order of the highest order deriva-
tive.
• An ODE can be put into normal form by solving for the highest order
derivative,
y (n) = f t, y, y 0 , . . . , y (n−1) .
• To solve an initial value problem, solve the ODE first, then plug the
solution into the initial condition.
• The interval of existence of a solution is the largest interval on which the
solution is defined and satisfies the given equation. Remember that the
interval of existence of a solution to an initial value problem must contain
the initial condition.
• Given a first-order ODE in normal form y 0 = f (t, y), specifying values t0
and y0 gives the slope of a solution curve at the point (t0 , y0 ). A direction
field for the ODE is just a plot of short line segments (representing the
slope) at equally spaces points in the t, y-plane.
• Direction fields give a rough idea of what solution curves with different
initial conditions look like.
• Example:
Consider the first-order ODE
y 0 = ty
y(2) = 10,
10 = y(2) = Ce2 ,
dy
= g(t) dt.
f (y)
(2) Integrate both sides:
Z Z
dy
= g(t) dt.
f (y)
Of course, solving the equation and plugging it into the initial condition
afterwards also works.
• Step 3 is not always possible, meaning we may only be able to find an
implicit solution.
• Example:
Consider the initial value problem
y 3 y 0 = t + 2y 0 , y(1) = 2.
C2 = 16 − 16 − 2 = −2,
so the implicit solution to the initial value problem is
4
(y(t)) − 8y(t) − 2t2 = −2.
Note that if we had used the initial condition via a definite integral, we
would have Z y Z t
(s3 − 2) ds = r dr,
2 1
which simplifies to the same answer,
4
(y(t)) − 8y(t) − 2t2 = −2.
y 0 − ay = f.
to get
(uy)0 = u(y 0 − ay) = uf.
• Example:
Consider the first-order ODE
1
y 0 + y cos t = sin 2t.
2
The equation is linear and step 1 is done. The integrating factor is
R
cos t dt
u(t) = e = esin t .
d 1
y(t)esin t = esin t sin 2t.
dt 2
To integrate, recall that sin 2t = 2 sin t cos t and use integration by parts,
Z Z
sin t 1 sin t
y(t)e = e sin 2t dt = esin t sin t cos t dt
2
Z
= ueu du = ueu − eu + C = esin t (sin t − 1) + C.
• There is nothing new in this section. The idea is just to set up linear
ODEs from a word problem.
• In these problems, x(t) usually denotes the amount of stuff (salt, pollution,
etc.), V (t) denotes the volume of water (in a lake, tank, etc.), and so
c(t) = x(t)/V (t) denotes the concentration of stuff in the water. To set
up the linear equation, the key step is to remember that
dx
= rate in − rate out.
dt
• A differential form
ω = P (x, y) dx + Q(x, y) dy
• Theorem:
Let ω = P (x, y) dx + Q(x, y) dy be a differential form, where P and Q are
both continuously differentiable.
∂P ∂Q
(1) If ω is exact, then ∂y = ∂x .
∂P ∂Q
(2) If ∂y = ∂x holds in a rectangle, then ω is exact.
• Solving exact equations:
∂F
(1) Solve ∂x = P by integrating with respect to x,
Z
F (x, y) = P (x, y) dx + φ(y).
(2) Solve ∂F
∂y = Q by differentiating the result from step 1 with respect
to y, setting it equal to Q, and solving for φ(y),
Z
∂
Q(x, y) = P (x, y) dx + φ0 (y).
∂y
• Example:
Consider the first-order ODE
dy 3t2 + y
= 2 .
dt 3y − t
Rewrite the equation as a differential form,
(3t2 + y) dt − (3y 2 − t) dy = 0.
Since
∂ ∂
(3t2 + y) = 1 = (−3y 2 + t),
∂y ∂t
the equation is exact. Then
Z
F (t, y) = (3t2 + y) dt + φ(y) = t3 + ty + φ(y),
and so we have
∂ 3
t − 3y 2 = t + ty + φ(y) = t + φ0 (y).
∂y
This shows that φ0 (y) = −3y 2 , so φ(y) = −y 3 , and the solution is
F (t, y) = t3 + ty − y 3 = C.
• A differential form
ω = P (x, y) dx + Q(x, y) dy
∂(µP ) ∂(µQ)
= e−x = ,
∂y ∂x
and so the exact equation µω = 0 can be solved using the methods above.
• A function G(x, y) is homogeneous of degree n if
(2) Simplify using the homogeneity of Q and Q and collecting like terms,
1 Q(1, v)
dx + dv = 0.
x P (1, v) + vQ(1, v)
(4) After solving the exact equation, substitute v = y/x to put the an-
swer in terms of the original variables.
• Existence Theorem:
If f (t, x) is defined and continuous on a rectangle in the t, y-plane, then
the initial value problem has a solution defined on an interval containing
t0 . Moreover, the solution exists until the solution curve t → (t, y(t))
leaves the rectangle.
• Although f (t, y) may be defined and continuous for an interval on the
t-axis containing the initial condition t0 , the solution may only be defined
and continuous in a smaller interval containing t0 .
• Example:
Consider the initial value problem
y0 = 1 + y2 , y(0) = 0.
• Uniqueness Theorem:
If f (t, x) and ∂f
∂t (t, x) are defined and continuous on a rectangle in the
t, y-plane, then the solution to the initial value problem are unique inside
the rectangle. That is, if y1 (t) and y2 (t) are solutions to the initial value
problem, then y1 (t) = y2 (t) for every pair (t, y1 (t)) in the rectangle.
• Example:
Consider the initial value problem
y 0 = 3y 2/3 , y(0) = 0.
Clearly y(t) = 0 and y(t) = 3t2/3 are distinct solutions, but this example
does not contradict the Uniqueness Theorem since
∂f
(t, y) = 2t−1/3
∂t
is not defined (and therefore discontinuous) at t = 0.
§2.9. Autonomous equations and stability
• Since the right-hand side f (y) does not depend on the independent variable
t, the direction field is completely determined by the field at some fixed
t = t0 . See Figure 1 on page 93.
• An equilibrium solution of y 0 = f (y) is a constant function y(t) = y0 , and
the constant y0 is an equilibrium point. This corresponds to y 0 = 0, so to
find an equilibrium solution, we have to solve the equation
0 = f (y).