Using integration to find velocity and displacement
In a nutshell
Integration is the reverse process of differentiation. You can integrate acceleration with respect to time to find velocity. You can integrate velocity with respect to time to find displacement.
Equations
DESCRIPTION | EQUATION |
---|
Integrating acceleration to find velocity. | v=∫a dt |
Integrating velocity to find displacement. | s=∫v dt |
Variable definitions
QUANTITY NAME | SYMBOL | UNIT NAME | UNIT |
---|
Displacement | | | |
Velocity | | Metres per second | |
Acceleration | | Metres per second squared | |
| | | |
Velocity
To find velocity, integrate acceleration with respect to time. To integrate, you do the reverse process of differentiation. However, when integrating you must also include a constant c which you must work out using information from the question.
Example 1
A car is accelerating down a road. The formula for the acceleration at time t is a=4t+6. At time t=2, the velocity of the car is 4ms−1. Find a formula for the velocity of the car at time t.
Integrate the given formula for acceleration:
v=∫a dt
v=∫4t+6 dt
v=2t2+6t+c
At t=2, v=4. Substitute this into the formula to find c:
4=2(22)+6(2)+c
4=8+12+c
c=4−20=−16
Use this value for c and substitute into the formula:
The formula for velocity at time t is v=2t2+6t−16.
Displacement
To find displacement, integrate velocity with respect to time.
Example 2
A cyclist is travelling away from home. At time t=0, s=0. The cyclist's velocity for the first 5s is modelled by v=3t2−6t+3. Find the cyclist's distance from home when t=3
Integrate the formula for velocity:
s=∫v dt
s=∫3t2−6t+3 dt
s=t3−3t2+3t+c
At t=0, s=0. Substitute:
0=03−3(02)+3(0)+c
c=0
Therefore:
s=t3−3t2+3t
Substitute t=3:
s=33−3(32)+3(3)
s=27−27+9=9
The cyclist is 9m away from home at 3s.