I’m having some difficulty understanding the solution to the following differential equation problem.
Find a general solution to the given differential equation
$4y’’ – 4y’ + y = 0$
The steps I’ve taken in solving this problem was to first find the auxiliary equation and then factor to find the roots. I listed the steps below:
$4r^2 – 4r + 1$
$(2r – 1) \cdot (2r-1)$
$\therefore r = \frac{1}{2} \text{is the root}$
Given this information, I supposed that the general solution to the differential equation would be as follows:
$y(t) = c_{1} \cdot e^{\frac{1}{2} t}$
But when I look at the back of my textbook, the correct answer is supposed to be
$y(t) = c_{1} \cdot e^{\frac{1}{2} t} + c_{2} \cdot te^{\frac{1}{2} t}$
Now I know that understanding the correct solution has something to do with linear independence, but I’m having a hard time getting a deep understanding of what’s going on. Any help would be appreciated in understanding the solution.

