Though I've read questions on this site and really appreciate the quality of the answers, this is my first question, so I hope it follows the site's guidelines.
When working with potential energy curves from physics, I came across the equation
$a(x(t)) = 6 x(t) + 5$
where $a(x(t))$ denotes acceleration as a function of position, and position is a function of time.
I was wondering how one would solve this equation, if possible, to find the particle in question's trajectory as a function of time, i.e. let $x = x(t)$ and solve the equation given that $a(t) = x''(t)$.

We can rewrite the ODE as:
$$x'' -6x = 5$$
The homogeneous solution is found by noting:
$$m^2 - 6 = 0 \rightarrow m_{1,2} = \pm ~ \sqrt{6}$$
This gives:
$$x_h(t) = c_1 e^{\sqrt{6} t} + c_2 e^{-\sqrt{6} t}$$
For the particular, we choose $x_p = a$, and substitute into the ODE and arrive at $a = -\dfrac{5}{6}$.
Our final solution is:
$$x(t) = x_h(t) + x_p(t) = c_1 e^{\sqrt{6} t} + c_2 e^{-\sqrt{6} t} -\dfrac{5}{6}$$