Im trying to find the critical points of this first order differential equation.
$$\large{{dy\over dx}=y\ln(y+2)}$$
I already got one critical point of $y=0$.
If I set $\ln(y+2) = 0$ Im unsure how to isolate y. Would I multiply each side by $e$?
Im trying to find the critical points of this first order differential equation.
$$\large{{dy\over dx}=y\ln(y+2)}$$
I already got one critical point of $y=0$.
If I set $\ln(y+2) = 0$ Im unsure how to isolate y. Would I multiply each side by $e$?
To find the critical points of the equation, set $dy/dx = 0$. So then $y \ln(y+2) = 0$.
You've already found $y = 0$.
The other one is from $\ln(y+2) = 0$. This is a logarithmic equation and is equivalent to the exponential equation $y+2 = e^0$. Since $e^0 = 1$, then we have $y = -1$.