Deriving some physics formulas with my son, I managed to confuse myself. From:
$$a_0 = \frac{dv}{dt} \implies a_0\, dt = dv \implies \int_{v_0}^{v} dv = \int_{t_0}^{t} a_0\, dt$$
we have:
$$v=v_0 + a_0\Delta t \tag{1}$$
If $t_0 = 0$ we have: $$v=v_0 + a_0t \tag{2}$$
From (2):
$$v = \frac{dx}{dt} \implies v\, dt = dx \implies \int_{x_0}^{x}dx=\int_{t_0}^{t}v_0+a_0t \, dt$$ Thus, $$x= x_0+v_0\Delta t+\frac{1}{2}a_0\Delta t^2 \tag{3}$$
Question
What algebraic manipulation would allow me derive (3) from (1), i.e.,
$$\int_{x_0}^{x}dx=\int_{t_0}^{t}v_0+a_0\Delta t \, dt \implies x= x_0+v_0\Delta t+\frac{1}{2}a_0\Delta t^2$$