I'm trying to analyze the transient state of a RC circuit. My book gives me the following differential equation:
$$\frac{d(v(t))}{dt} + av(t) = c$$
for some constants $a$ and $c$.
The book thens proceeds to solve it, and says that:
$$v(t) = K_1 + K_2e^{-t/\tau}$$
for some constants $\tau, K_1, K_2$. We haven't learned differential equations yet, so I wasn't able to follow along the solution of the differential equation.
However, doesn't:
$v(t) = c/a$
also satisfy the differential equation? Why isn't this a valid solution to the equation? If it is a valid question, what could possibly motivate the book to not include it?