246 Fin Prac
246 Fin Prac
(1) [20] Find an explicit solution to each of the following initial-value problems. Identify
their intervals of definition.
4t
(a) [10] x0 = 2
, x(0) = 2 .
(t + 1)x
et
(b) [10] (1 + t) v 0 + 4 v = , v(0) = 3 .
(1 + t)3
(2) [10] Consider the following Matlab commands.
[t,y] = ode45(@(t,y) y.*(y+4), [2,6], 2.0:4.0:2.0);
plot(t,y)
The following questions need not be answered in Matlab format!
(a) [2] What di↵erential equation is being solved numerically?
(b) [1] Over what time interval are the solutions being approximated?
(c) [3] Give the initial condition for each solution being approximated.
(d) [4] Sketch each of these solutions over this time interval on a single graph.
Label the initial value of each solution clearly.
(3) [20] Give an explicit real general solution to each of the following equations.
(a) [10] u00 11u0 + 24u = 12e2t .
(b) [10] x0000 + 18x00 + 81x = 24 cos(3t) .
(4) [10] Given that t2 and t4 solve the associated homogeneous di↵erential equation, solve
the initial-value problem
8t5
t2 v 00 5t v 0 + 8v = , v(1) = 0 , v 0 (1) = 0 .
1 + t2
Evaluate any definite integrals that arise.
1
2
5s
e (s + 9)
(6) [10] Find the function y(t) whose Laplace transform is Y (s) = .
s2 4s 21
(7) [20] Solve the initial-value problem x0 = Bx, x(0) = xI for the following B and xI .
✓ ◆ ✓ ◆
2 1 3
(a) [10] B = , xI = .
1 4 0
✓ ◆ ✓ ◆
2 5 I 2
(b) [10] B = , x = .
1 4 1
(8) [20] Two masses are connected by springs and slide along a frictionless horizontal
track as illustrated by the following schematic diagram.
././././././ ././././././ ././././././
m m
\ \ / \ /
h1 h2
Their motion is governed by the second-order system
ḧ1 = 4h1 6(h1 h2 ) , ḧ2 = 6(h2 h1 ) 4h2 ,
where h1 and h2 are the horizontal displacements of the masses from their respective
equilibrium positions.
(a) [4] Recast this system as a first-order system in the form ẋ = Ax where