pixelpuffin said:
that would work for what I specified, but I forgot to mention I need to solve the equation with a smaller variable set
in the cases I need to solve I know the force the mass the starting velocity and the end velocity, the force the mass the starting velocity and the amount of time that passes, and the force the mass the starting velocity and the distance covered
Each of these 3 cases is readily solved from the formulas dauto posted. You may need numerical methods for some of the cases, but they are still the right equations (assuming all measurements are made in one inertial coordinate system, and force is constant as measured by an observer stationary in said frame - as opposed to as measured by the accelerating object (that's the case Yuiop was referring to).
For example, if you take force, mass, starting velocity and end velocity as given, you are solving the integral equation for delta t. If you take the force, mass, starting velocity, and elapsed time as given, you just directly integrate for the ending velocity. Your third case is slightly more interesting - you need a double integral by dt to get distance, which you treat as given. Then you have to solve this for delta t.
[edit: actually, it is all easier than this: You want to re-arrange to f/m = gamma^3 a = gamma^3 v'.
Then, integrating by dt, you get (f/m)t = integral ( gamma^3 )dv
The integral can be solved in closed form, giving you the relation of v and t. From there, all you cases are solvable, with more integration in one case.]