Recently I tried to solve this differential equation:
$$ y'+xy = 0 $$
$$ \frac{dy}{dx} + xy = 0 $$ $$ \int \frac{dy}{y} = \int -x \,dx $$
This is my solution: $$ y(x) = e^{-\frac{x^2}{2} + C_1} $$
According to Wolfram|Alpha this should be true but also not perfectly simplified.
Wolfram's solution: $$ y(x) = C_1 \cdot e^{-\frac{x^2}{2}} $$
I don't get the last step at all.
Notice that $$e^{-\frac{x^2}{2}+c_1} = e^{-\frac{x^2}{2}} e^{c_1}$$ But $e^{c_1}$ is a constant, so just denote it as $K$, hence $$e^{-\frac{x^2}{2}+c_1} = K e^{-\frac{x^2}{2}}$$
Usually the notation indicates you have a constant and it does not mean that $$e^{-\frac{x^2}{2}+c_1} = c_1\cdot e^{-\frac{x^2}{2}}$$