I have the equation $s = |v + at|$ where $v$ and $a$ are 2 dimensional vectors, $s$ and $t$ are scalars.
I am trying to rearrange this equation to solve for t, this should have two (or zero) solutions.
I can break out the vector components ($a$ = ($a$, $b$), $v$ = ($v$, $u$)) to get the equation $s = (v + at)^2 + (u + bt)^2$. However, when I solve this on wolfram-alpha I get two very large equations for the solution. I wonder if the solutions will be simpler when represented with vector operations?
If this is possible to solve, please provide the steps.