\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Find the complementary function ONLY of
$\ds\frac{d^2x}{dt^2}-5\frac{dx}{dt}+4x=e^t$.

\bigskip

ANSWER


To find the complementary function we need to solve
$\ds\frac{d^2x}{dx^2}-5\frac{dx}{dt}+4x=0$\\ The auxiliary
equation is $m^2-5m+4=(m-4)(m-1)=0$ so $m=1,4$\\ The complementary
function is $x=Ae^t+Be^{4t}$



\end{document}
