thanksSolutionThe equation can be rewritten as dydt 18y 8
thanks
Solution
The equation can be re-written as :
dy/dt + (1/8)y = 8t
which is a linear differential equation.
Integrating factor (IF)= eintegral 1/8 dt
= et/8
The solution of the equation is of the form :
y * IF = (integral RHS * IF dt) + c
y * et/8 = integral ( 8t * et/8 ) + c
y * et/8 = 8 * integral ( t * et/8 ) + c
Using integration by parts to solve the integral, we get,
y * et/8 = 8 * [8et/8 (t - 8)] + c
y * et/8 = 64et/8 (t - 8) + c
y(t) = 64(t - 8) + ce-t/8
Now y(0) = 3
3 = 64(0-8) + c
c = 515
y(t) = 64(t - 8) + 515e-t/8

