I'm reading a book in electrical engineering and in one example they are skipping steps and I'm not sure how they integrate the equation: $$ \frac{dv}{dt} + \frac{v}{RC} = 0 $$ which they rewrite as: $$ \frac{dv}{v} = -\frac{dt}{RC}$$
Integrating the function gives: $$ \ln(v) = -\frac{t}{RC} + \ln(A) $$ Where $A$ is the constant. $\frac{1}{v}$ gives $\ln(v)$, but I don't get the right hand side. Why not just '$A$'?
Thanks.