I'm new to differential equations and I can't get the correct thinking. I successfully solved $y' = 2 \sqrt{y}$ as $x^2$ which wasn't that hard but I'm stuck at a more general form $y' = a \sqrt{y}$. The solution can't be that hard but I cannot find it.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
A more general situation is a first order separable equation $f(y)\frac{dy}{dx}=g(x)$ which you can integrate and (potentially) solve for $y$ as a function of $x$. In the problem you give, we can integrate wrt $x$ to get $$ \frac{y'}{\sqrt{y}}=a,\qquad 2\sqrt{y}=ax+C, \qquad y=(ax/2+C)^2 $$ (abusing the constant $C$). As noted in the comments, don't forget the constant since it is important when you have some initial data (there are many solutions to a given differential equation and you might want to single one out using other data). |
|||||
|