Worksheet 25: Higher Order Linear ODE and Systems of ODE
Worksheet 25: Higher Order Linear ODE and Systems of ODE
Worksheet 25: Higher Order Linear ODE and Systems of ODE
systems of ODE
1. NS&S, 6.1.2. √
Solution: The interval is (0, ∞), because that’s where the coefficient x
is well-defined and continuous.
2. NS&S, 6.1.17.
Solution: We substitute y = xk into the equation to yield
Since the Wronskian is not identically equal to zero, the functions {x, x2 , x3 }
form a linearly independent set and thus a fundamental system of solutions
for our equation.
3. NS&S, 6.1.21.
Solution: (a) The general solution is y = ln x+c1 x+c2 x ln x+c3 x(ln x)2 ,
where c1 , c2 , c3 ∈ R are arbitrary. (b) We find
y 0 (x) = x−1 + c1 + c2 (1 + ln x) + c3 (2 + ln x) ln x,
y 00 (x) = −x−2 + c2 x−1 + 2c3 x−1 (1 + ln x);
3 = y(1) = c1 ,
3 = y 0 (1) = 1 + c1 + c2 ,
0 = y 00 (1) = −1 + c2 + 2c3 ;
1
solving this system of linear equations in c1 , c2 , c3 , we find
c1 = 3, c2 = −1, c3 = 1;
y = ln x + 3x − x ln x + x(ln x)2 .
4. NS&S, 6.2.2.
Solution: The auxiliary equation is r3 − 3r2 − r + 3 = 0; the roots are
r = −1, 1, 3. The fundamental system is {e−x , ex , e3x }; the general solution
is c1 e−x + c2 ex + c3 e3x .
5. NS&S, 6.2.13.
Solution:
√ The auxiliary equation is r4 + 4r2 + 4 = 0; the solutions are
r = ±i 2, both with multiplicity 2. The fundamental system is
√ √ √ √
{cos( 2x), sin( 2x), x cos( 2x), x sin( 2x)};
6. NS&S, 6.2.17.
Solution: The auxiliary equation is
{e−4x , e3x , e−2x cos x, e−2x sin x, xe−2x cos x, xe−2x sin x,
e−2x , xe−2x , x2 e−2x , 1, x, x2 , x3 , x4 }.
7.* Draw the trajectories (y(t), y 0 (t)) on the plane R2 , where y(t) solves
the following initial-value problems:
(a) y 00 − y = 0, y(0) = 1, y 0 (0) = 0;
(b) y 00 − y = 0, y(0) = 1, y 0 (0) = 1;
(c) y 00 − y = 0, y(0) = 1, y 0 (0) = −1;
2
(d) y 00 + y = 0, y(0) = 1, y 0 (0) = 0;
(e) y 00 + y = 0, y(0) = 0, y 0 (0) = 0;
(f) y 00 + 2y 0 + 2y = 0, y(0) = 1, y 0 (0) = 0.
Solution: (a) We have
y(t) t 1/2 −t 1/2
=e +e ;
y 0 (t) 1/2 −1/2
3
Answer: 0
x 0 1 x
= .
y −1 0 y
9. NS&S, 9.1.8.
Solution: We divide the equation by 1 − t2 to get
2t 0 2
y 00 − 2
y + y = 0;
1−t 1 − t2
we can rewrite it as
0
y 0 1 y
= 2 2t 0 .
y0 − 1−t2 1−t2 y
since it is not identically zero, the given vectors form a fundamental solution
set and the general solution is given by
−t 3 4t 1
c1 e + c2 e .
2 −1
4
13. NS&S, 9.5.17.
Solution: (a) We verify that A~u1 = 2~u1 and A~u2 = −2~u2 . (As a harder
exercise, try to prove that the matrix A/2 is actually the standard matrix of
a certain reflection in R2 .)
(b) The solution is −e2t~u1 . The trajectory consists of all negative multi-
ples of ~u1 and is a ray (starting from the origin, but not containing it).
(c) Similar to (b).
(d) The solution is −e2t~u1 + e−2t~u2 ; the coordinates of a point on the
trajectory in the basis {~u1 , ~u2 } are (e2t , e−2t ) = (f (t), g(t)). Since f (t)·g(t) =
1 for all t, we see that these coordinates lie on a hyperbola.
14. NS&S, 9.5.31.
Solution: The eigenvalues are −2, 4; a basis of the eigenspace for λ =
−2 is {(−1, 1)} and a basis of the eigenspace for λ = 4 is {(1, 1)}. The
general solution is
−2t −1 4t 1
y = c1 e + c2 e .
1 1
Plugging in the initial condition, we get
−1 1 3
c1 + c2 = ;
1 1 1
solving this vector equation, we get c1 = −1, c2 = 2; the solution to the
initial value problem is
−2t 1 4t 2
y=e +e .
−1 2
5
for these two vector-valued functions to be equal, we need
or (A−2I)~u2 = ~u1 . We solve this equation for ~u2 (recalling that ~u1 = (1, 0, 0))
and get
0 1
~u2 = 1 + c 0 , c ∈ R.
0 0
We are free to choose any value of c (this will add a multiple of the solution
found in (b) to our solution); we pick c = 0 and then ~u2 = (0, 1, 0).
(d) Using that A~u1 = 2~u1 and A~u2 = 2~u2 + ~u1 , we get
or (A − 2I)~u3 = ~u2 . Similarly to the above, we can solve for ~u3 ; one possible
solution is ~u3 = (0, 0, 1).