Formulaic solutions to DEs are fine and dandy but you should be able to solve this by integrating.
Since the DE is ordinary you can reduce the order by making a V = du/dt substitution to get dV/dt +bV =a, which is a separable first order DE.
Some simple re-arranging yields dV/(a-bV) = dt => -(1/b)lnV = t + C1 => V = exp(-bt + C1) (as C1 absorbs the -b) => du/dt = exp(C1)*exp(-bt), we'll say exp(C1) = D1 so we get du/dt = D1*exp(-bt) => du = D1*exp(-bt)dt => u(t) = D1*exp(-bt)/(-b) + D2
We can again capture the -b inside D1 so our solution is
u(t) = D1*exp(-bt) + D2
Which is entirely consistent with
>>2