This may be an unnecessary post now, but since I’ve written it, here's an explanation of what (I think) went wrong with
@annamal's logic/working.
##a = \alpha t## gives ##\frac {dv}{dt} = \alpha t##.
Integrating from ##t=t_i## to ##t=t_f## gives
##v_f - v_i = \frac{\alpha(t_f^2 – t_i^2)}{2}##
In the above equation, you can choose two quantities as (dependent and independent) variables - the other quantities are then treated as constants. You must then stick to these choices.
Assuming we are not interested in the effects of changing ##\alpha## our four options are:
a) ##t_f## and ##v_f## are variables; so we can rename them ##t## and ##v(t)##:
##v(t) - v_i = \frac{\alpha(t^2 – t_i^2)}{2}##
##v(t) = v_i + \frac{\alpha(t^2 – t_i^2)}{2}##
(This is the conventional choice.)
b) ##t_i## and ##v_i## are variables; so we can rename them ##t## and ##v(t)##:
##v_f - v(t) = \frac{\alpha(t_f^2 – t^2)}{2}##
##v(t) = v_f - \frac{\alpha(t_f^2 – t^2)}{2}##
c) ##t_f## and ##v_i## are variables; so we can rename them ##t## and ##v(t)##:
##v_f - v(t) = \frac{\alpha(t^2 – t_i^2)}{2}##
##v(t) = v_f - \frac{\alpha(t^2 – t_i^2)}{2}##
d) ##t_i## and ##v_f ## are variables; so we can rename them ##t## and ##v(t)##:
##v(t) - v_i = \frac{\alpha(t_f^2 – t^2)}{2}##
##v(t) = v_i + \frac{\alpha(t_f^2 – t^2)}{2}##
Note that choice d) is
@annamal's equation ##v(t) = v_i + \frac{\alpha(t_f^2 - t^2)}{2}##.
The meaning of v(t) in the equation is the final velocity as a function of of the start time. It is
not the velocity as a function of time during the motion, So it makes no sense to integrate it to find the displacement.