Ordinar y Linear Differential Equations 69
1.28.
t
2
d
2
dt
2
y(t)
−4t
d
dt
y(t)
+6y(t) = f(t)
1.29.
2t
2
d
2
dt
2
y(t)
+5t
d
dt
y(t)
+y(t) = f(t)
1.30. In Exercise 1.26, let f(t) = ln(t). Use the evaluated Green’s function to find a particular
solution. Use the Maple dsolve command to verify the solution.
1.31. In Exercise 1.27, let f(t) = t. Use the evaluated Green’s function to find a particular
solution. Use the Maple dsolve command to verify the solution.
1.32. In Exercise 1.28, let f(t) = t
4
e
t
. Use the evaluated Green’s function to find a particular
solution. Use the Maple dsolve command to verify the solution.
1.33. In Exercise 1.29, let f(t) = t
2
−t. Use the evaluated Green’s function to find a
particular solution. Use the Maple dsolve command to verify the solution.
1.34. The simple spring-mass system consists of a mass m that is attached to an ideal spring
with a spring constant k. The system is immersed in a viscous damping medium where
γ is the damping coefficient. The external applied force acting on the system is denoted
f(t), and the displacement of the mass from its equilibrium position is denoted y(t). The
differential equation that describes the system is
m
d
2
dt
2
y(t)
+γ
d
dt
y(t)
+ky(t) = f(t)
We look at the case where m = 1 kg, γ = 0 N/m/sec, and k = 9 N/m. (a) Evaluate a set
of system basis vectors y1(t) and y2(t), and evaluate the second-order Green’s function
G2(t, s). (b) If the initial conditions are y(0) = 2m,v(0) = 10 m/sec, and the driving
force is f(t) = 10 sin(t) N, evaluate the time-dependent solution y(t) for the problem.
(c) Graph the solution and develop the animation as done in Example 1.8.1. This is a
simple second-order initial value problem.
1.35. Do Exercise 1.34 for the case where m = 1 kg, γ = 1 N/m/sec, k = 37/4 N/m, and the
driving force is f(t) = 20 te
−t
N. All other conditions are the same. Develop all
graphics and animation.
1.36. Do Exercise 1.34 for the case where m = 1 kg, γ = 1 N/m/sec, k = 82/4 N/m, and the
driving force is f(t) = 10 Heaviside(t) N. [Note: Heaviside(t) denotes the unit step
function.] Develop all graphics and animation.