Answers Jan13
Answers Jan13
1. Question:
Use the Laplace transform to solve the following initial value problem:
Answer:
The transformed equation is
1 es
s2 Y (s) sy(0) y 0 (0) + 2sY (s) 2y(0) + 5Y (s) =
s s
which, after substitution of the initial conditions and re-arranging gives
1 es
(s2 + 2s + 5)Y (s) = 2s + 2 +
s s
The transformed solution is therefore
2s + 2 1 es
Y (s) = + .
s2 + 2s + 5 s(s2 + 2s + 5)
1 a bs + c
= + 2 ,
s(s2 + 2s + 5) s s + 2s + 5
and hence
as2 + 2as + 5a + bs2 + cs = 1.
Collecting terms of like power gives the following three equations
5a = 1, 2a + c = 0 , and a + b = 0.
Note that we have split the numerator of the last term of the transformed
solution so that it can be transformed back.
Taking the inverse transform term by term gives
1 1 1
y(t) = 2et cos(2t) + (1 u1 (t)) et cos(2t) + sin(2t)
5 5 2
1 1
+ e(t1) cos(2(t 1)) + sin(2(t 1)) u1 (t).
5 2
1
2. Question:
Find the general solution of the following system of differential equations
0 1 0
x0 = x+ .
1 2 t
Answer:
First solve the homogeneous equation. Put x = ert . Substitution in the
homogeneous equation gives the eigenvalue problem
0 1
= r .
1 2
r(2 r) + 1 = 0 (r + 1)2 = 0
r1,2 = 1 .
2
A particular solution of the inhomogeneous problem can be found using the
method of undetermined coefficients (diagonalisation can not be used here
and variation of parameters is more difficult). Put
xp = at + b .
and
2
Ab = a b = .
1
The general solution now becomes
1 t 1 t 0 t 1 2
x = xh +xp = c1 e +c2 te + e + t+ .
1 1 1 0 1
3. Question:
Consider the following system of nonlinear differential equations
dx
dt = y
dy
dt = x x3
Answer:
The critical points satisfy
y = 0 and x x3 = 0 .
So the critical points are (1, 0), (0, 0) and (1, 0).
Define the vector function
F (x, y) y
=
G(x, y) x x3
At the critical point (0,0), the coefficient matrix of the linearized system is
0 1
J(0, 0) =
1 0
with eigenvalues 1. These eigenvalues are real and of opposite sign. Hence,
the critical point (0, 0) is a saddle point and therefore unstable both in the
linearised and in the nonlinear case.
3
At the critical points (1, 0), the coefficient matrix of the linearized system is
0 1
J(1, 0) =
2 0
with eigenvalues i 2. These eigenvalues are purely imaginary. For the
linearised problems the critical points (1, 0) are therefore stable centers For
the nonlinear problem the critical points are either centers or spiral points
and the stability is indeterminate.
4. Question:
Find the formal solution (using the method of separation of variables) of
Laplaces equation in the semi-infinite strip
Answer:
Put u(x, y) = X(x)Y (y). Substitution in the differential equations yields
X 00 Y 00
= = ( separation constant).
X Y
This leads to the equation for X(x)
X 00 + X = 0
The equation for X(x) plus boundary conditions forms an eigenvalue prob-
lem. We consider three cases ( is real-valued): < 0, = 0, and > 0.
X 00 2 X = 0 .
X = c1 ex + c2 ex .
4
The third case to consider is > 0. Putting = 2 , > 0, we get the equation
X 00 + 2 X = 0
X = c1 cos(x) + c2 sin(x) .
From the b.c. X(0) = 0 follows c1 = 0. From the b.c. X(a) = 0 follows
sin(a) = 0, which is true if = n a , n = 1, 2, . In conclusion, the eigenval-
ues are n = ( n 2
a ) , n = 1, 2, and the corresponding eigenfunctions are
Xn = sin( nx
a ), n = 1, 2, .
Taking = n and solving the equation for Y for n yields
ny ny
Yn = c1n e a + c2n e a
5. Question:
Consider the following Euler equation
Answer:
5
Clearly x = 1 is a singular point. x = 1 is a regular-singular point if
3
lim(x 1)p(x) = 3 and lim(x 1)2 q(x) =
x1 x1 4
so x = 1 is a regular-singular point.
ii) Since this is an Euler equation, try solutions of the form y = (x 1)r .
Substitution in the equation gives
and hence
4r(r 1) + 12r + 3 = 0
3 1 1 3
r2 + 2r + = 0 (r + 1)2 = r = or r = .
4 4 2 2
The general solution is therefore
1 3
y(x) = c1 (x 1) 2 + c2 (x 1) 2 x>1.
6. Question:
Consider the following autonomous system that is expressed in polar coor-
dinates
dr/dt = sin2 r, d/dt = 1 .
Determine all periodic solutions, all limit cycles, and give their stability char-
acteristics (including the argumentation).
Answer:
The periodic solutions satisfy dr/dt = 0 so sin2 r = 0. This means that the
periodic solutions are given by
r = n, = t + t0,n , n = 1, 2, 3, ...