So I was considering the following problem within the context of Special Relativity:
Given an object O, with initial velocity v, undergoing constant acceleration at a rate of a, I want to express the velocity as a function of time.
So from newtonian mechanics:
velocity (S) = initial-velocity (v) + acceleration*time (a*t)
However this makes no sense in context of special relativity since it suggests that given a particular acceleration and enough time it is possible to exceed the speed of light.
What I realized I needed was a mapping from newtonian velocity to its special relativistic equivalent. Which I derived as follows:
Kinetic Erel = $m_0*c^2/(1 - v_{\text{rel}}^2/c^2)^{1/2} - m_0*c^2$
Kinetic Enewt = $1/2 m_0 v_{\text{newt}}^2$
Where $v_\text{rel}$ = relativistic velocity, $v_{\text{newt}}$ = newtonian velocity, $m_0$ = rest mass, $c$ = speed of light.
Setting both equal to each other and dividing by $m_0$ I find that: $$\frac{c^2}{\left(1 - \frac{v_{\text{rel}}^2}{c^2}\right)^{\frac{1}{2}}} - c^2 = \frac{1}{2} v_{\text{newt}}^2$$
Adding $c^2$ to both sides and raising to the power -1 I find: $$\frac{\left(1 - \frac{vrel^2}{c^2}\right)^{\frac{1}{2}}}{c^2} = \frac{1}{c^2 + 1/2 v_{\text{newt}}^2}$$
multiplying both sides by c^2, squaring both sides, subtracting 1, multiplying by -1, and taking the square root I now have: $$v_{\text{rel}} = c\cdot \left(1 - \frac{c^2}{c^2 + 1/2 v_{\text{newt}}^2}\right)^{\frac{1}{2}}$$
So given a velocity from a newtonian problem ex: 5 m/s I can convert to its energy equivalent in special relativity via this formula. Note that as newtonian velocity goes to infintiy relativistic velocity approaches c and at 0 both quantities are 0.
Given this framework I know for fact from earlier that newtonian velocity is given as:
v(initial) + at or using our previously defined units: v + at.
Therefore the relativistic velocity can be expressed as: $$v_{\text{rel}} = c \cdot \left(1 - \frac{c^2}{c^2 + 1/2(v + at)^2}\right)^{\frac{1}{2}}$$
Is this correct?