





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Solutions to examples of exact differential equations and explains the Poincaré Lemma, which relates the existence of a potential function to the exactness of a differential equation. the identification of exact differential equations, the use of potential functions to find solutions, and the integrating factor method for non-exact equations.
What you will learn
Typology: Study notes
1 / 9
This page cannot be seen from the preview
Don't miss anything!
I (^) Exact differential equations.
I (^) The Poincar´e Lemma.
I (^) Implicit solutions and the potential function.
I (^) Generalization: The integrating factor method.
Given an open rectangle R = (t 1 , t 2 ) × (u 1 , u 2 ) ⊂ R^2 and continuously differentiable functions M, N : R → R, denoted as
(t, u) 7 → M(t, u) and (t, u) 7 → N(t, u), the differential equation in the unknown function y : (t 1 , t 2 ) → R given by
N(t, y (t)) y ′ (t) + M(t, y (t)) = 0
is called exact iff for every point (t, u) ∈ R holds
∂t N(t, u) = ∂u M(t, u)
∂t
, and ∂u M =
∂u
Show whether the differential equation below is exact,
2 ty (t) y ′ (t) + 2t + y 2 (t) = 0.
Solution: We first identify the functions N and M,
2 ty (t)
y ′ (t) +
2 t + y 2 (t)
N(t, u) = 2tu,
M(t, u) = 2t + u 2 .
The equation is exact iff ∂t N = ∂u M. Since
N(t, u) = 2tu ⇒ ∂t N(t, u) = 2u,
M(t, u) = 2t + u 2 ⇒ ∂u M(t, u) = 2u.
We conclude: ∂t N(t, u) = ∂u M(t, u). C
Show whether the differential equation below is exact,
sin(t)y ′ (y ) + t 2 e y (t) y ′ (t) − y ′ (t) = −y (t) cos(t) − 2 te y (t) .
Solution: We first identify the functions N and M, if we write
[ sin(t) + t 2 e y (t) − 1
y ′ (t) +
y (t) cos(t) + 2te y (t)
we can see that
N(t, u) = sin(t) + t 2 e u − 1 ⇒ ∂t N(t, u) = cos(t) + 2te u ,
M(t, u) = u cos(t) + 2te u ⇒ ∂u M(t, u) = cos(t) + 2te u .
The equation is exact, since ∂t N(t, u) = ∂u M(t, u). C
derivatives of a potential function ψ.
Given an open rectangle R = (t 1 , t 2 ) × (u 1 , u 2 ) ⊂ R^2 , the
continuously differentiable functions M, N : R → R satisfy the equation ∂t N(t, u) = ∂u M(t, u)
iff there exists a twice continuously differentiable function ψ : R → R, called potential function, such that for all (t, u) ∈ R holds ∂u ψ(t, u) = N(t, u), ∂t ψ(t, u) = M(t, u).
∂t N = ∂t ∂u ψ,
∂u M = ∂u ∂t ψ,
⇒ ∂t N = ∂u M.
(⇒) Difficult: Poincar´e, 1880.
Show that the function ψ(t, u) = t 2
2 ty (t) y ′ (t) + 2t + y 2 (t) = 0.
Solution: We already saw that the differential equation above is exact, since the functions M and N,
N(t, u) = 2tu,
M(t, u) = 2t + u 2
⇒ ∂t N = 2u = ∂u M.
The potential function is ψ(t, u) = t 2
∂t ψ = 2t + u 2 = M, ∂u ψ = 2tu = N. C
conditions on N and M for the existence of ψ.
I (^) Exact differential equations.
I (^) The Poincar´e Lemma.
I (^) Implicit solutions and the potential function.
I (^) Generalization: The integrating factor method.
Let M, N : R → R be continuously differentiable functions on an
open rectangle R = (t 1 , t 2 ) × (u 1 , u 2 ) ⊂ R 2
. If the differential equation N(t, y (t)) y ′ (t) + M(t, y (t)) = 0 (1)
is exact, then every solution y : (t 1 , t 2 ) → R must satisfy the
algebraic equation ψ(t, y (t)) = c,
where c ∈ R and ψ : R → R is a potential function for Eq. (1).
′
dy
dt
d
dt
ψ(t, y (t)) ⇔ ψ(t, y (t)) = c.
I (^) Exact differential equations.
I (^) The Poincar´e Lemma.
I (^) Implicit solutions and the potential function.
I (^) Generalization: The integrating factor method.
Sometimes a non-exact equation can we transformed into an exact equation multiplying the equation by an integrating factor. Just like in the case of linear differential equations.
Let M, N : R → R be continuously differentiable functions on R = (t 1 , t 2 ) × (u 1 , u 2 ) ⊂ R^2 , with N 6 = 0. If the equation
N(t, y (t)) y ′ (t) + M(t, y (t)) = 0
is not exact, that is, ∂t N(t, u) 6 = ∂u M(t, u), and if the function
N(t, u)
∂u M(t, u) − ∂t N(t, u)
does not depend on the variable u, then the equation
μ(t)
N(t, y (t)) y ′ (t) + M(t, y (t))
is exact, where
μ ′ (t)
μ(t)
N(t, u)
∂u M(t, u) − ∂t N(t, u)
Find all solutions y to the differential equation [ t 2
y ′ (t) +
3 t y (t) + y 2 (t)
Solution: The equation is not exact:
N(t, u) = t 2
M(t, u) = 3tu + u 2 ⇒ ∂u M(t, u) = 3t + 2u,
hence ∂t N 6 = ∂u M. We now verify whether the extra condition in Theorem above holds: [ ∂u M(t, u) − ∂t N(t, u)
N(t, u)
(t^2 + tu)
(3t + 2u) − (2t + u)
∂u M(t, u) − ∂t N(t, u)
N(t, u)
t(t + u)
(t + u) =
t
Find all solutions y to the differential equation [ t
2
y
′ (t) +
3 t y (t) + y
2 (t)
Solution:
∂u M(t, u) − ∂t N(t, u)
N(t, u)
t
We find a function μ solution of
μ′
μ
∂u M − ∂t N
, that is
μ ′ (t)
μ(t)
t
⇒ ln(μ(t)) = ln(t) ⇒ μ(t) = t.
Therefore, the equation below is exact:
[ t 3
y ′ (t) +
3 t 2 y (t) + t y 2 (t)