Constant acceleration formulae
In a nutshell
When acceleration is constant, you can use the constant acceleration formula to find missing variables. You can use integration to derive these formulae.
Equations
DESCRIPTION | EQUATION |
---|
Velocity of an object with constant acceleration. | |
Displacement of an object over a certain time. | s=(2u+v)t |
Velocity of an object with constant acceleration. | v2=u2+2as |
Displacement of an object with constant acceleration using initial velocity. | s=ut+21at2 |
Displacement of an object with constant acceleration using final velocity. | s=vt−21at2 |
Variable definitions
QUANTITY NAME | SYMBOL | UNIT NAME | UNIT |
---|
Displacement | | | |
Initial velocity | | Metres per second | |
Final velocity | | Metres per second | |
Acceleration | | Metres per second squared | |
| | | |
Deriving the formula
Take a particle which is moving in a straight line with a constant acceleration of a ms−2. The particle has an initial velocity of u ms−1 and an initial displacement of 0m. Find a formula for its velocity v and its displacement s at time t.
Velocity can be found by integrating acceleration:
v=∫a dt
v=at+c
The initial velocity is u. When t=0, v=u. Substitute:
u=a(0)+c=c
Therefore:
v=u+at
Displacement can be found by integrating velocity:
s=∫v dt
Substitute the equation for velocity:
s=∫u+at dt
s=ut+21at2+c
When t=0,s=0:
0=u(0)+21a(02)+c
c=0
Therefore:
s=ut+21at2
Note: You may be asked to prove the constant acceleration formulae. You must be able to use integration to derive these formulae.
Example:
A cyclist moves in a straight line with a constant acceleration of 4 ms−2. Given that his initial velocity is 10 ms−1, show that his velocity at time t is given by v=10+4t.
Velocity is found by integrating acceleration:
v=∫a dt
v=at+c
a=4:
v=4t+c
At t=0, v=10:
10=4(0)+c=c
Therefore, the cyclist's velocity at time t is given by v=10+4t.