Above, we defined velocity as the derivative of position and acceleration as the derivative of velocity. Integration allows us to go the other way! As you learned in first semester calculus, integration allows us to generate an object's velocity as a function of time given its acceleration and an initial velocity. We can also find the object's position function by integrating the velocity and using an initial position.
Let's consider an example.
Example 8: Finding an object's velocity from its acceleration
An object has an acceleration over time given by ⇀a(t)=sintˆi−2tˆj, and it's initial velocity was ⇀v(0)=2ˆi+ˆj.
a. Find the object's velocity as a function of time.
b. Assuming the object was located at the point (2, 3, -1) when time t=0, determine the object's position function and find its location at time t=3 sec.
Solution
a. First, we find the velocity as the antiderivative of the acceleration.
⇀v(t)=∫⇀a(t)dt=∫(sintˆi−2tˆj)dt=−costˆi−t2ˆj+⇀C1
Now we use the initial velocity to determine ⇀C1.
⇀v(0)=−cos0ˆi−(0)2ˆj+⇀C1=2ˆi+ˆj−ˆi+⇀C1=2ˆi+ˆjAnd so⇀C1=3ˆi+ˆj
Incorporating this constant vector into our velocity function from above, we obtain the velocity describing this object's motion over time:
⇀v(t)=(3−cost)ˆi+(1−t2)ˆj
b. Since the object's position is at the point (2, 3, -1) when time t=0, we know ⇀r(0)=2ˆi+3ˆj−ˆk.
Now, to determine the object's position function, we integrate it's velocity.
⇀r(t)=∫⇀v(t)dt=∫[(3−cost)ˆi+(1−t2)ˆj]dt=(3t−sint)ˆi+(t−t33)ˆj+⇀C2
Now we use the initial position to determine ⇀C2.
⇀r(0)=(3(0)−sin0)ˆi+(0−(0)33)ˆj+⇀C2=2ˆi+3ˆj−ˆkAnd so⇀C2=2ˆi+3ˆj−ˆk
Incorporating this constant vector into our position function from above, we obtain:
⇀r(t)=(2+3t−sint)ˆi+(3+t−t33)ˆj−ˆk
To find the object's position at time t=3 seconds, we just evaluate this position function at t=3.
⇀r(3)=(2+3(3)−sin3)ˆi+(3+3−(3)33)ˆj−ˆk=(11−sin3)ˆi−3ˆj−ˆk
This position vector indicates that the object will be located at the point (11−sin3,−3,−1) at time t=3 seconds.