How do I derive the Kinematics equation $v=v_0+at$ from the equation $x = x_0+v_0t+\frac12at^2$?
This is how I have tried :
$$x - x_0=v_0t+\frac12at^2$$
$$\Delta x= t(v_0+\frac12at)$$
$$\dfrac{\Delta x}{t}= v_0+\frac12at$$
$$v = v_0+at$$
I'm stuck with the $\frac12$. How to get rid of that ? Please Help !
It is entirely possible to derive the equation without calculus, here is how:
Firstly, you are wrong in substituting $\Delta x/t$ with $v$. The ratio $\Delta x/t$ is, the average velocity, and not the velocity at time $t$. Since this is a case of uniform acceleration, we have $$\frac{\Delta x}{t}=v_{\text{avg}}=\dfrac{v+v_0}{2}$$ implying $$\dfrac v2+\dfrac{v_0}{2}=v_0+\dfrac12at$$ Simplifying will give you the required equation.
Hope this helps. Ask anything if not clear :)