Tutorial Problems #6: MAT 292 - Calculus III - Fall 2014
Tutorial Problems #6: MAT 292 - Calculus III - Fall 2014
Solutions
3.2 - # 30 A Mixing Problem. Each of the tanks shown in the figure contains a brine solution. Assume that
Tank 1 initially contains 30 gal of water and 55 oz of salt, and Tank 2 initially contains 20 gal of water and
26 oz of salt. Water containing 1 oz/gal of salt flows into Tank 1 at a rate of 1.5 gal/min, and the well-stirred
solution flows from Tank 1 to Tank 2 at a rate of 3 gal/min. Additionally, water containing 3 oz/gal of salt
flows into Tank 2 at a rate of 1 gal/min (from the outside). The well-stirred solution in Tank 2 drains out at
a rate of 4 gal/min, of which some flows back into Tank 1 at a rate of 1.5 gal/min, while the remainder leaves
the system. Note that the volume of solution in each tank remains constant since the total rates of flow in and
out of each tank are the same: 3 gal/min in Tank 1 and 4 gal/min in Tank 2.
(a) Denoting the amount of salt in Tank 1 and Tank 2 by Q1 (t) and Q2 (t), respectively, use the principle of
mass balance to show that
dQ1
= −0.1Q1 + 0.075Q2 + 1.5,
dt
dQ2
= 0.1Q1 − 0.2Q2 + 3
dt
Q1 (0) = 55, Q2 (0) = 26
1
Tutorial #4 – Fall 2014 MAT 292
(b) Sketch the trajectory passing through the initial point (2,3)
(c) For the trajectory in part b), sketch the component plots of x1 versus t and of x2 versus t on the same
set of axes.
# 17
! ! ! !
−1 1 −1 1
λ1 = −1 ~λ2 = & λ2 = −2 ~λ2 = =⇒ x(t) = C1 e−t + C2 e−2t
2 2 2 2
2
Tutorial #4 – Fall 2014 MAT 292
# 18
! ! ! !
−1 1 −1 1
λ1 = 1 ~λ2 = & λ2 = −2 ~λ2 = =⇒ x(t) = C1 et + C2 e−2t
2 2 2 2
# 19
! ! ! !
−1 1 −1 1
λ1 = −1 ~λ2 = & λ2 = 2 ~λ2 = =⇒ x(t) = C1 e−t + C2 e2t
2 2 2 2
3
Tutorial #4 – Fall 2014 MAT 292
# 20
! ! ! !
−1 1 −1 1
λ1 = 1 ~λ2 = & λ2 = 2 ~λ2 = =⇒ x(t) = C1 t
e + C2 e2t
2 2 2 2
4
Tutorial #4 – Fall 2014 MAT 292
In this case since the eigenvalues are of different signs, we have a saddle.
(c) Notice the change of solutions from a) to b), what α is the critical point when solutions begin to change.
¶By the above, it is when
√
−1 + α = 0 =⇒ α = 1
3.3 - # 7 Solve the following system, draw direction field and a phase portrait. Describe the behaviour of
the solutions as t → ∞
!
1 5 3
x0 = x
4 3 5
| {z }
A
Solution By now we know the solution is completely characterized by the eigenvalues and eigenvectors of the
above matrix. To make the computation nicer, recall that the eigenvalues of A are 4 times what we actually
want. Now, let’s compute the characteristics equation to find the eigenvalues of A.
5 − λ 3
P (λ) = det(A − 1λ) = = (λ − 8)(λ − 2) = 0 =⇒ λ1 = 8 & λ2 = 2
3 5 − λ
Now that we’ve found the eigenvalues, we must find the eigenvectors! They are easily computed by looking at
the kernel of the map evaluated at the eigenvalues
! ! !
−3 3 1 1
ker(A − 1λ1 ) = ker = span =⇒ ~λ1 =
3 −3 1 1
! ! !
3 3 1 1
ker(A − 1λ2 ) = ker = span =⇒ ~λ1 =
3 3 1 1
Since eigenvectors are invariant under scaling, we therefore have that actual eigenvalues and eigenvectors are
! !
1 1 1
λ1 = 2 & ~λ1 = & λ2 = & ~λ2 =
1 2 −1
5
Tutorial #4 – Fall 2014 MAT 292
3.4 - # 7 Solve the following system, draw direction field and a phase portrait. Describe the behaviour of
the solutions as t → ∞
! !
0 −1 −4 4
x = x x(0) =
1 −1 −3
| {z }
A
Solution By now we know the solution is completely characterized by the eigenvalues and eigenvectors of the
above matrix. Let’s compute the characteristics equation to find the eigenvalues of A.
λ + 1 4
P (λ) = det(1λ − A) = = λ2 + 2λ + 5 = 0 =⇒ λ1 = −1 + 2i & λ2 = −1 − 2i
−1 λ + 1
Now that we’ve found the eigenvalues, we must find the eigenvectors! They are easily computed by looking at
the kernel of the map evaluated at the eigenvalues
! ! !
2i 4 2i 2i
ker(1λ1 − A) = ker = span =⇒ ~λ1 =
−1 2i 1 1
! ! !
−2i 4 −2i −2i
ker(1λ2 − A) = ker = span =⇒ ~λ1 =
−1 −2i 1 1
Thus the solution is ! !
2i (−1+2i)t −2i
x(t) = C1 e + C2 e(−1−2i)t
1 1
but we’d like a real valued solution, so we call upon the aid of Euler’s identity, i.e.
where C̃1 = C1 + C2 and C̃2 = i(C1 − C2 ). The phase portrait looks like:
6
Tutorial #4 – Fall 2014 MAT 292
3.4 - # 23 In this problem, we indicate how to show that the trajectories are ellipses when the eigenvalues
are purely imaginary. Consider the system
!0 ! !
x a11 a12 x
=
y a21 a22 y
| {z }
A
(a) Show that the eigenvalues of the coefficient matrix are purely imaginary if and only if
¶To show this, we’ll compute the characteristic equation and apply the quadratic formula. We have
a − λ a12
11
P (λ) = det(A − 1λ) = = λ2 − (a11 + a22 ) λ + a11 a22 − a21 a12 = 0
a21 a22 − λ | {z } | {z }
b c
(b) The trajectories of the system can be found by converting the system into the single equation
Use the fact that b = 0 to show that the above first order equation is exact.
¶We have that
(a21 x + a22 y) dx + (−a11 x − a12 y) dy = 0
| {z } | {z }
M N
7
Tutorial #4 – Fall 2014 MAT 292