Math2065: Intro To Pdes Tutorial Solutions (Week 1) : 3t 5 (1 Z) 3t 3t 4 3 3t
Math2065: Intro To Pdes Tutorial Solutions (Week 1) : 3t 5 (1 Z) 3t 3t 4 3 3t
Semester 2, 2009
Tutorial Solutions (Week 1)
(a) x = 2e3t .
(b) y = 10e5(1−z) .
(c) The transformed equation is dX/dt = −3X, with solution X = Ae−3t or 4−3x = Ae−3t .
Hence A = 4 and the solution is x = 34 (1 − e−3t ).
2. (a) While we can solve y 0 − 7 y = 0 using standard separation of variables in the form
dy
y
= −7dt and then integration (see Q1 above), here’s an alternative approach which
borrows from the approach for second-order equations. This ODE has characteristic
equation λ − 7 = 0, and hence a solution of the form exp (7x) works. (Note: the form
exp (7x) just means e7x , and can be used for clearer display purposes.) The general
solution is therefore y(x) = C1 exp (7x), where C1 is an arbitrary constant.
(b) y 00 + y 0 − 2 y = 0 has characteristic equation λ2 + λ − 2 = 0, which gives λ = 1 and
λ = −2. The two solutions corresponding to these are exp (x) and exp (−2x), leading
to the general solution, with C1 and C2 being arbitrary constants,
1
(h) † y 000 + 2 y 00 − y 0 − 2 y = 0 is a third-order ODE, but there’s no reason not to expect our
technique to work. The characteristic equation, obtained by substituting a solution of
the form y(x) = exp (λx) directly into the ODE, is
λ3 + 2λ2 − λ − 2 = 0 .
(λ − 1) λ2 + 3λ + 2 = 0 .
The quadratic factor above also factors to (λ + 1) (λ + 2), and thus we get the three
possible λ values +1, −1 and −2. The general solution must be
Applying y(0) = 0, we find that C1 = 0, and so we can discard the first of the above
two terms. Differentiating the remaining term,
2
4. The verification that these solutions work is left as a simple exercise in differentiation.
Since there are two different solutions y1 (t) = t3 and y2 (t) = t3 ln t, and this is a linear
equation, the guess for the general solution is a linear combination of these two. In other
words, it is
y(t) = C1 t3 + C2 t3 ln t ,
where C1 and C2 are arbitrary constants.
10
y!cosh!x"
x
-3 -2 -1 1 2 3
-5
y!sinh!x"
-10
(b) By adding and subtracting the expressions in part (a) for sinh x and cosh x, we can
obtain
ex = cosh x + sinh x and e−x = cosh x − sinh x .
We can use the above observation to write
y(x) = C1 epx + C2 e−px
= C1 (cosh px + sinh px) + C2 (cosh px − sinh px)
= (C1 + C2 ) cosh px + (C1 − C2 ) sinh px
= D1 cosh px + D2 sinh px ,
where D1 = C1 + C2 and D2 = C1 − C2 are themselves arbitrary constants since C1
and C2 are.