I am working through a text book by Strogatz Nonlinear dynamics and chaos . In chapter 2 question 2.2.1 , I am looking for an analytical solution. I have the question's answer but would like to ask how a certain step was performed.
Question
Consider the system $\dot{x}=4x^{2}-16$ Find an analytical solution to the problem.
Answer
\begin{equation} \dot{x}=4x^{2}-16 \end{equation}
\begin{equation} \int \frac{1}{x^{2}-4} dx = \int 4 dt \\ \frac{1}{4} \ln(\frac{x-2}{x+2}) = 4t + C_{1} \\ x = 2 \frac{1 + C_{2}e^{16t}}{1 - C_{2}e^{16t}} \end{equation}
\begin{equation} C_{2}(t=0) = \frac{x-2}{x+2} \end{equation}
where $C_{1}$ and $C_{2}$ are constants.
Summary
In the first step to get to $\int \frac{1}{x^{2}-4} dx = \int 4 dt $ how does this happen? There is an intermediary step/result that is not clear. Any help would be really appreciated.
Edit 1:
In other words, is this step okay? \begin{equation} \frac{\dot{x}}{x^{2}-4} = 4\\ \int \frac{1}{x^{2}-4} dx = \int 4 dt \end{equation}
Edit 2:
Can I then denote my solution as:
$x(t) = \frac{2(e^{4c_{1}+16t})}{(e^{4c_{1}-16t})}$