Math2320 Review For Final Answers
Math2320 Review For Final Answers
1. Find the general solution of the differential equation and use it to determine how solutions behave
as t → ∞.
y ′ + 7y = t + e−5t
Answer : linear
t 1 1
y= − + e−5t + ce−7t
7 49 2
t 1
As t → ∞ the solution approaches the line y = − .
7 49
2. Find the solution of the given initial value problem in explicit form
1
y ′ = (1 − 7x) y 2 , y(0) = −
3
Answer : separable
2
y=
7x2 − 2x − 6
3. Find the solution of the given initial value problem in explicit form
π π
sin 2x dx + cos 5y dy = 0, y =
2 5
Answer :
1
π − arcsin 5 cos2 x
y=
5
Note that the equation is separable
Z Z
cos 5y dy = − sin 2x dx
1 1
sin(5y) = cos(2x) + C
5 2
π π 1 1
Using y = when x = we have 0 = − + C so C = .
5 2 2 2
sin(5y) = 5 cos2 x
π
There is no solution when 5 cos2 x > 1 and the interval for x must contain . The reference
2 h π πi
angle for 5y is arcsin(5 cos2 x). Note that the function sin−1 x = arcsin x has range − , by
2 2
π π 3π
definition. Since 5y is π when x is we have to find a solution for 5y in the interval , . Since
2 2 2
sin(θ) = sin(π − θ) we have 5y = π − arcsin 5 cos2 x and thus
1
π − arcsin 5 cos2 x
y=
5
For the graph below recall that when x close to zero we have sin x ≈ x and thus arcsin x ≈ x.
πy π − arcsin 5 cos2 x
5 cos2 x
3
π2
2
arcsin 5 cos2 x
1
π 3π
x
2 π 2 2π
−1
4. Determine without solving the problem an interval in which the solution of the given initial value
problem is certain to exist.
Answer :
(−∞, −5)
A first order linear differential equation y ′ + p(t)y = g(t) is guaranteed to have solution on the
interval on which the coefficients are continuous. Look at the interval that contain the initial time
t0 = −8, where p(t) and g(t) are defined. This is an application of theorem 2.4.1.
5. Determine without solving the problem an interval in which the solution of the given initial value
problem is certain to exist.
Answer :
(−5, 5)
dy
= y(y − 2)(y − 5), y0 ≥ 0
dt
dy
= y 2 (7 − y 2 ), −∞ < y0 < ∞
dt
√ √
Answer :− 7 is unstable, 0 is semistable, and 7 is asymptotically stable.
8. Find the values of b for which the equation is exact, and then solve it using that value of b.
ye7xy + x dx + bxe7xy dy = 0
Answer :
1 7xy x2
b = 1, e + =c
7 2
y
9. Let y ′ = 1 − y and y(0) = 0. Use Euler’s method
with h = 0.5 to
find approximate values of the solution
at t1 = 0.5, t2 = 1, t3 = 1.5.
t
t0 t1 t2 t3
Answer : Given
dy
= f (t, y), y(t0 ) = y0
dt
the Euler method consists of building an approximation to the solution, using an iterative method,
by taking a small step on the tangent line corresponding to current value of the iteration. Using a
step of size h in the input, starting at y0 we build y1 using
y1 = y0 + f (t0 , y0 )h = y0 + m0 h
t1 = 0.5, t2 = 1, t3 = 1.5.
1
The first slope, m0 = f (0) = 1, and y1 = y0 + m0 h = 0 + 1 · 0.5 = 0.5 =
2
3
The next slope, m1 = 1 − 0.5 = 0.5, and y2 = y1 + m1 h = 0.5 + 0.5 · 0.5 = 0.75 =
4
7
Similarly, we obtain m2 = 0.25, y3 = y2 + m2 h = 0.75 + 0.125 = 0.875 =
8
10. Let y ′ = 3 + 2t − y and y(0) = 0. Using Euler’s method with h = 0.5 find approximate values of
the initial value problem at t = 0.5, 1, and 1.5.
Answer :
dy
For the given differential equation we have = f (t, y) = 3 + 2t − y and starting at t0 = 0, using
dt
step h = 0.5, have to obtain the approximations at
t1 = 0.5, t2 = 1, t3 = 1.5.
c x4
y= +
x8 12
Answer : exact
9xy + xy 3 − x3 = c
13. Find the solution of the initial value problem 16y ′′ − y = 0, y(−4) = 1, y ′ (−4) = −1 .
Answer :
5 3e
y = e−t/4 − et/4
2e 2
14. Find the Wronskian of the given pair of functions cos2 θ, 1 + cos 2θ .
Answer :
0
x, xex
Answer :
x2 ex
16. Determine without solving the problem the longest interval in which the given initial value problem
is certain to have a unique twice differentiable solution.
Answer :
(0, 6)
18. Use Euler’s formula to express e3+9i into the form a + bi.
Answer :
e3 (cos 9 + i sin 9) = e3 cos 9 + ie3 sin 9
y ′′ − 6y ′ + 10y = 0.
Answer :
y = c1 e3t cos t + c2 e3t sin t
16y ′′ − 16y ′ − 5y = 0.
Answer :
1 5
y = c1 e− 4 t + c2 e 4 t
Answer :
3 11 3 t
y = 3e 4 t + te 4
4
y ′′ − 2y ′ − 3y = −3te−t .
Answer :
3 −t 3 2 −t
y = c1 e−t + c2 e3t + te + t e
16 8
23. Solve the given initial value problem
Answer :
11 3 1 1 2
y=− cos 2t + sin 2t − + t2 + et
40 10 8 4 5
24. Use the method of variation of parameters to find the general solution of the differential equation.
4y ′′ − 4y ′ + y = 16et/2 .
Answer :
y = c1 et/2 + c2 tet/2 + 2t2 et/2
27. Use the method of variation of parameters to find the general solution of the differential equation.
π
y ′′ + 49y = 49 sec2 7t, 0<t<
6
Answer :
y = c1 cos 7t + c2 sin 7t − 7 + 7 sin (7t) ln |sec 7t + tan 7t|
2t, 0 ≤ t < 1
28. Determine whether f (t) = 4 − 2t, 1 ≤ t < 2 is continuous, piecewise continuous or neither
0, 2 ≤ t ≤ 3
on the interval 0 ≤ t ≤ 3.
Answer : Continuous.
29. Use the Laplace transform method to find the solution of the initial value problem
Answer :
y = 5e7t + 7e−3t
30. Find the Laplace transform Y (s) = L{y} of the solution of the initial value problem
(
′′ ′ 1, 0 ≤ t < π
y + 16y = , y(0) = 5, y ′ (0) = 3.
0, π ≤ t
Answer :
g(t) = 1 − uπ (t)
5s + 3 1 − e−πs
Y (s) = +
s2 + 16 s (s2 + 16)
Answer :
e−4s 2 + 16s2
2
f (t) = t − 8t + 32 u4 (t), F (s) = , s>0
s3
where
t, 0 ≤ t < 6
g(t) = 2 .
3, 6 ≤ t
Answer :
t t t 1
g(t) = + 3 − u(t − 6) = − (t − 6) u(t − 6), t≥0
2 2 2 2
1 1
y(t) = (t − sin t) − u6 (t) [(t − 6) − sin(t − 6)] + 6 cos t + 4 sin t
2 2
33. Use the Laplace transform method to solve the initial value problem
Answer :
7 1 1
y = et sin t − et cos t + e−t
5 5 5
1 + i −6 + 3i 3i 3
34. If A = and B = , find AB
1 + 4i 2−i 2 −10i
Answer :
−15 + 9i 33 + 63i
−8 + i −7 − 8i
1 −2
35. Compute the inverse of the matrix A= or show that is singular.
−4 9
Answer :
9 2
4 1
1 7 0
36. Compute the inverse of the matrix 2 15 2 or show that is singular.
1 7 1
Answer :
1 −7 14
0 1 −2
−1 0 1
Answer :
1 7 1
x1 = − , x2 = , x3 = −
3 3 3
2t2 4et
38. Consider the vectors x(1) (t) = and x(2) (t) = . In what intervals are x(1) and x(2)
4t et
linearly independent?
Answer : On (−∞, 0) ∪ (0, 8) ∪ (8, ∞) .
Answer :
1 t 1
x = c1 e + c2 e3t
i −i
40. Find the general solution of the system
1 1 6
x′ = 1 6 1 x
6 1 1
Answer :
1 1 1
x = c1 1 e8t + c2 −2 e5t + c3 0 e−5t
1 1 −1
The eigenvalues of the matrix A associated with the system are given by det (A − λI) = 0. We
evaluate the determinant by expanding using the first row
1−λ 1 6
6−λ 1 1 1 1 6−λ
1 6−λ 1 = (1 − λ) − +6 =
1 1−λ 6 1−λ 6 1
6 1 1−λ
3 2 2
42. Find the eigenvalues and the corresponding eigenvectors of the matrix A= 1 4 1 .
−2 −4 −1
Answer :
1
λ1 = 1, v= 0
−1
−2
λ2 = 2, v= 1
0
0
λ3 = 3, v= 1
−1
43. Determine the Taylor series about the point x0 = 6 for the function f (x) = x2 .
Answer :
x2 = 36 + 12(x − 6) + (x − 6)2
1
44. Determine the Taylor series about the point x0 = 2 for the function f (x) = . Also determine
1−x
the radius of convergence of the series.
Answer :
∞
1
(−1)n+1 (x − 2)n
X
=
1 − x n=0
The radius of convergence is ρ = 1.
45. Find the first three nonzero terms in each of the two linearly independent solutions of the given
differential equation (solve by means of power series about the given point x0 ).
6 + x2 y ′′ − xy ′ + 12y = 0, x0 = 0
Answer :
1
y1 (x) = 1 − x2 + x4 + . . .
6
11 11 5
y2 (x) = x − x3 + x − ...
36 288
46. Find the recurrence relation for the coefficients of a power series of y about the given point x0 .
4y ′′ + (x + 1) y ′ + 5y = 0, x0 = 2
Answer :
4 (n + 2) (n + 1) an+2 + 3 (n + 1) an+1 + (n + 5) an = 0
47. Find the first five nonzero terms in the solution of the given initial value problem.
y ′′ + xy ′ + 2y = 0, y(0) = 8, y ′ (0) = −7
Answer :
7 8
y = 8 − 7x − 8x2 + x3 + x4 + . . .
2 3
48. Show that the solution of the given differential equation
y ′ − y = 5x2
A point x0 is called ordinary for the differential equation y ′′ + p(x)y ′ + q(x)y = 0 if the coefficients
p(x) and q(x) are analytical at x0 , that is, their power series centered at x0 are convergent on a
neighborhood of x0 (radius of convergence ρ > 0). Otherwise, the point x0 is called singular. x0 is
called a regular singular point if the singularities of p(x) and q(x) at x0 , in terms of growth rate as
1 1
x → x0 , are not worse than those of and . More precisely, x0 is a regular singular
x − x0 (x − x0 )2
Q(x) R(x)
point if (x − x0 )p(x) and (x − x0 )2 q(x) are analytic at x0 . When p(x) = and q(x) =
P (x) P (x)
where P (x), Q(x) and R(x) are polynomials, if x0 is singular, for x0 to be regular it is sufficient
that
lim (x − x0 )p(x) and lim (x − x0 )2 q(x)
x→x0 x→x0
are finite. If x0 = 0 is a regular singular point, the method of Frobenius consists of searching for a
∞
X
solution of the type y(x) = x r an xn .
n=0
49. Find all the singular points of the given equation and determine whether each one is regular or
irregular.
(x + 2)2 (x − 5) y ′′ + 3 (x − 5) y ′ − 2 (x + 2) y = 0
Answer :
x = −2, irregular; x = 5, regular
50. Determine whether the point x = 0 is a regular singular point of the given differential equation.
x (x − 5) y ′′ + 2x2 y ′ + 8y = 0
Answer :
x = 0 is a regular singular point