I need to solve this equation for y (C is just a constant):
$\ln(|y|) = \ln(|x|) + C$
Using the exponential function I'd get:
$|y|=|x| + e^C $
But my textbook says the solution should be:
$|y|=|x|\cdot e^C $ and thus $y =\pm xe^C$
Why is it $\cdot$ instead of +?
In general, $e^{a+b}=e^a\cdot e^b$. So when you apply the exponential function to $|x|+C$ you get $e^{|x|+C}=e^{|x|}\cdot e^C$.