Motion Graphs II

< Return

In the previous tutorial, we saw that the slope of position is velocity, and the slope of velocity is acceleration. This "rate of change" corresponds to taking the derivative of a function.

The slope of position is given by its velocity.

In the above figure, it is seen that the position is given by a line. Taking the derivative of a line gives a constant, which aligns with what we know; a constant velocity gives a linear position.

ddtt=1

This fact can be easily shown by this relation that we saw some time back; the derivative of postion with respect to time is velocity. We differentiate with respect to time as we want to find out how it changes with time.

ddtx(t)=v(t)

Exercise 1

(LSM P3.34) An object has a position function x(t)=5tm. What is the velocity as a function of time?

Answer

To get the velocity function given the position function, we just take the derivative of it with respect to time.

ddt(5t)=5

How about velocity and acceleration? Recalling our motion graphs, we also saw that a constant acceleration gives a linear velocity. We also noted that the slope of velocity is the acceleration.

The slope of velocity is given by its acceleration.

With this, we can show that the derivative of velocity with respect to time gives us the acceleration.

ddtv(t)=a(t)

Now, we can relate acceleration and position. Since we know now that acceleration is the derivative of velocity, and velocity is the derivative of position, if we take the second derivative of position we can get the value of acceleration.

The second derivative of position is acceleration.

We can see that the graph of position under constant acceleration is a quadratic equation. Taking the derivative once of this equation gives us the velocity, which in the graph is t.

ddt(12t2)=t

Then, taking the derivative again gives us the acceleration. This aligns with what we saw.

d2dt2x(t)=a(t)

Exercise 2

(LSM P3.86) A particle moves along the x-axis according to the equation x(t)=2.04.0t2m. What are the velocity and acceleration at 2.0s and 5.0s?

Answer

We first get the velocity function by differenatiating the position function with respect to time.

ddt(2.04.0t2)=8t

This gives us the velocity at the given times is −16m/s and −40m/s respectively. Then, we differentiate this again to get our acceleration.

d2dt2(2.04.0t2)=ddt(8t)=8

This shows that the acceleration is constant; it is −8m/s² for both given times.

How about going backwards? We saw that the sum of the area under the graph of velocity is the total displacement; this corresponds nicely to the definite integral of a function.

This fact can be written as the following.

v(t)dt=x(t)+C

Since integration is the inverse operation of differentiation, if we take the derivative of a function and then integrate it, we should get the original function. This fact is preserved, as shown below.

(ddtx(t))dt=v(t)dt=x(t)

We can also say this for acceleration and velocity, written below.

a(t)dt=v(t)+C

Exercise 3

(LSM P3.78) The acceleration of a particle varies with time according to the equation a(t)=pt2qt3m. Initially, the velocity and position are zero.
(a) What is the velocity as a function of time?
(b) What is the position as a function of time?

Answer

To get the velocity and position functions, we must integrate the acceleration function with respect to time.

(pt2qt3)dt=(pt33qt44)+C

The only problem we have now is the arbitrary constant C. To get this, note the mention that the initial velocity was zero. Setting the value of the velocity function to zero shows that the arbitrary constant has to be zero for this to be true.

v(0)=00+C=0
v(t)=pt33qt44

We then integrate this again to get our position function.

(pt33qt44)dt=(pt412qt520)+C

Setting the arbitrary constant at zero based on the logic above, we have our final position function below.

x(t)=pt412qt520

We saw above how to use integrals to integrate with respect to changing acceleration. However, most of the time acceleration is constant. Let's try integrating a constant acceleration, as shown below.

adt=at+C=at+v0
v(t)=v0+at

Since we know the arbitrary constant C becomes the initial velocity, we set that as v0. We can integrate this again to get our position function.

(v0+at)dt=v0dt+atdt=x0+v0t+12at2
x(t)=x0+v0t+12at2

Now, we have two functions that can give us the position and velocity of a particle given constant acceleration. These two equations are part of a series of four equations called the kinematic equations, which we will derive with algebra in the next tutorial.