
Zeeshan I. answered 04/10/19
Differential Equations teacher for 2 years
The given equation is
y''' + 64y' = 0
Which is a 3rd order homogeneous ODE. The characteristic equation corresponding to this ODE is
r3 + 64r = 0
r = 0, 8i, -8i
So, the solution is
y = C1 + C2ei8x + C3e-i8x
or
y = C1 + C2cos(8x) + C3sin(8x)
which implies
y' = - 8C2sin(8x) + 8C3cos(8x)
y'' = - 64C2cos(8x) - 64C3sin(8x)
Using the condition y''(0) = 64, we get C2 = -1
Using the condition y'(0) = 24, we get C3 = 3
Finally, using the condition y(0) = 1, we get C1 = 2
Therefore, the solution is
y = 2 - cos(8x) + 3sin(8x)