I am working on some simple differential equation work and it seems I've completely forgotten the rules of limits.
I have a differential equation that looks like so:
$\frac{dy}{dx} = \frac{y}{6}(4 -y)$
Plotting the slope field it's clear to see if you start at the point (0, 6) the solution function will approach $y = 4$ as $x$ tends to infinity. This makes sense, because the derivative goes to 0 at that point.
However I am having difficulty justifying this with limits:
$\lim_\limits{x \to \inf} \frac{y}{6}(4 -y) = ...$
It doesn't seem there are any substitution rules I can do here to prove this is a horizontal asymptote even though it clearly is from the graph.
What am I missing here in order to prove this to myself?
While you might not see $x$ explicitly, $y$ is a function of $x$,
$$\frac{dy}{dx}= \frac{y}{6}(4-y)$$
$$\int \frac{6}{y(4-y)}\, dy=\int\,dx$$
$$ \ln(4-y) - \ln (y)=-\frac23x+C$$ As $x$ goves to $\infty$, RHS goes to $-\infty$, hence LHS has to go to $-\infty$ as well. Hence $y \to 4$.
We can also represent it as
$$\frac{4-y}{y}=A\exp\left( -\frac23 x\right)$$
$$\frac4y=A\exp\left( -\frac23 x\right)+1$$