I began with a linear, first-order differential equation and an initial condition, and then I simplified the equation to the following:
$$y = \frac{1}{2}\int x^\frac{3}{2} dx $$
Which simplifies further to:
$$y = \frac{1}{2} * (\frac{2}{5}x^\frac{5}{2} + C)$$
Is it necessary to distribute the $\frac{1}{2}$ to the constant of integration $C$, since I am now going to try and solve for an exact value of $C$ with the initial condition?
If I didn't need to solve for $C$, I imagine that it wouldn't matter either way, since $C$ just represents an arbitrary number. But whether I do or don't in this case seems to affect the outcome. For the initial condition $y(0) = 1$, it seems that I could either get $C=1$ or $C=2$.