I've been trying to figure out how to estimate the settling time of a second order system in response to a step input of magnitude 5. The systems transfer function is $$G(s) = \frac{1}{(s+2)(s+4)}$$ and I have already determined the time response with the step input R(s): $$C(s)=R(s)G(s)\qquad \therefore c(t) = \frac{5}{8}+\frac{5}{8}e^{-4t}-\frac{5}{4}e^{-2t}$$ Now I need to estimate the 2% settling time of the response using this information, but I'm not sure how. I know the system is overdamped as ζ>1, so I can't use the normal settling time equation $$T_s =\frac{4}{\zeta\omega_n}$$ I looked into this post: (over and critically damped systems settling time) but the answers only explain long winded ways to get an accurate result. I've already used MATLAB to obtain an exact result of 2.3 seconds, but I need to be able to estimate it without MATLAB.
I was thinking I could try trial and error with different values of t until c(t) is within 2% of the steady state value (which is 0.625) but while this would work I doubt its the correct way to do it, so is anyone able to help me out with a better method?