say you have a function as below;
$d^2V(t)/dt = -B^2V(t)$
B is a constant
Initial conditions $V_x(0) = V$, $V_y(0) = 0$
I can't see how to integrate to get x(t) and y(t);
I ended up with $x(t) = dVx(t)/dt = -B^2V(t)x$, when I integrated RHS with respect to dt and LHS with respect to dx. Any help here is appreciated......
EDIT: The question has been asked, here it is. How I came to the beginning equation above is in the comments section, though I used G for $B_o$ and $B$ is not same as $B_o$ also because I just used it to represent a chunk;

This is just the standard ODE for sin and cos. Note that $\sin'(bx)=b\cos(bx)\\ \cos'(bx) = -b\sin(bx)\\ \sin''(bx)=b\cos'(bx)=-b^2\sin(bx)\\ \cos''(bx) = -b\sin'(bx)=-b^2\cos(bx) $.
To get $b^2$ instead of $-b^2$, use $\sinh$ and $\cosh$.