Browse By Unit
6 min read•july 11, 2024
QiLin Xue
QiLin Xue
In AP Physics, the first thing you learn is typically kinematics - that is the physics of motion. Whether 1 dimensional or 2 dimensional, the kinematic equations (Sometimes called SUVAT equations) are key tools in finding displacement, initial or final velocities, and other quantities like acceleration and time. So, what are the kinematic equations and how do you derive them?
When an object moves from A to point B under a constant acceleration, there are five quantities that describe the motion:
Fun Fact: you only need to know just three of these quantities in order to determine the other two! College Board gives the following equations on the equation sheet:
(2) Determine the variable you are solving for
and
(3) Determine the relevant equation(s) to use.
(4) Plug the values in and solve
Example
Romeo throws a bouquet of flowers up a building. What is the minimum speed he needs to throw the flowers such that it lands in Juliet's balcony, which is at a height of 5 meters above him?
First, we will determine as many known variables as possible. At first, this may seem troubling as there is only one number in the question! We only know that the vertical displacement Δd is 5 meters.
However, because the object travels through the air it experiences a constant acceleration of -9.8 m/s².
Finally, we will use the last piece of information we haven't used yet: we wish to find the minimum speed. In other words, Romeo needs to throw the flowers up in such a way where it reaches the balcony but just barely. This occurs when the balcony is at the top of the trajectory or when the velocity is zero.
Here we found our three quantities:
A traditional physics course would formally derive the kinematic equations with calculus. However, there is a far more intuitive and beautiful way of looking at them with just plain algebra.
First, we will plot velocity vs time on a graph.
The slope of the graph is Δv/Δt which is the definition of acceleration. The y-intercept is the velocity of the object at t=0 or the initial velocity vᵢ. Using y=mx+b, the general form of the line is:
y = ax + vᵢ
The x-axis is time and the y-axis is velocity so substituting those variables give:
v = at + vᵢ
Remarks: this could have also been derived using the definition of acceleration a = (v-vᵢ)/t and then rearranging to solve for v. However I chose this slightly different way to create the basis for the next section.
Before we move on to this derivation, we will first show that the area under the velocity vs time graph is the displacement. If you are already familiar, you may skip the next subsection.
If you jog at 2 m/s for 4 seconds, it is not hard to see that your displacement will be 8 meters. Graphically, this is represented by the area traveled: vt=Δd.
Refer to the velocity-time graph earlier. What is the area?
The area of the rectangle is given by vᵢt
The area of the triangle is given by 1/2 bh = 1/2 (t)(Δv) = 1/2 (t)(at) = 1/2 at^2
Adding the two areas together gives A = vᵢt + 1/2 at^2 which gives the equation for displacement!
Fortunately (or unfortunately), this equation is derived in the same way as the last equation just with a bit of algebraic manipulation. We again find the area of the velocity-time graph, but we change our variables around a bit.
Now, summing up the area of the triangle gives:
The answer is yes, and it is called a dot product. This will not be the focus of this article but a dot product takes two vectors as input and outputs a scalar.
This draws a lot of connections with the conservation of energy! Both conservation of energy and this equation is time-independent (the Δt term does not appear) and both deal with scalars! (since energy is a scalar)
Perhaps this could lead to a second method of deriving this equation. Think and ponder!
Please note that the kinematic equations only apply when acceleration is CONSTANT! If acceleration is not constant, you must use calculus to solve for these values. For students in AP Physics 1 or 2, you don't need to worry about this, as your courses are algebra-based. However, if you are in AP Physics C: Mechanics or AP Physics C: Electricity and Magnetism, you will see calculus on your exam (However E&M will not see much, if any kinematics on their exam, mechanics will!).
<< Hide Menu
6 min read•july 11, 2024
QiLin Xue
QiLin Xue
In AP Physics, the first thing you learn is typically kinematics - that is the physics of motion. Whether 1 dimensional or 2 dimensional, the kinematic equations (Sometimes called SUVAT equations) are key tools in finding displacement, initial or final velocities, and other quantities like acceleration and time. So, what are the kinematic equations and how do you derive them?
When an object moves from A to point B under a constant acceleration, there are five quantities that describe the motion:
Fun Fact: you only need to know just three of these quantities in order to determine the other two! College Board gives the following equations on the equation sheet:
(2) Determine the variable you are solving for
and
(3) Determine the relevant equation(s) to use.
(4) Plug the values in and solve
Example
Romeo throws a bouquet of flowers up a building. What is the minimum speed he needs to throw the flowers such that it lands in Juliet's balcony, which is at a height of 5 meters above him?
First, we will determine as many known variables as possible. At first, this may seem troubling as there is only one number in the question! We only know that the vertical displacement Δd is 5 meters.
However, because the object travels through the air it experiences a constant acceleration of -9.8 m/s².
Finally, we will use the last piece of information we haven't used yet: we wish to find the minimum speed. In other words, Romeo needs to throw the flowers up in such a way where it reaches the balcony but just barely. This occurs when the balcony is at the top of the trajectory or when the velocity is zero.
Here we found our three quantities:
A traditional physics course would formally derive the kinematic equations with calculus. However, there is a far more intuitive and beautiful way of looking at them with just plain algebra.
First, we will plot velocity vs time on a graph.
The slope of the graph is Δv/Δt which is the definition of acceleration. The y-intercept is the velocity of the object at t=0 or the initial velocity vᵢ. Using y=mx+b, the general form of the line is:
y = ax + vᵢ
The x-axis is time and the y-axis is velocity so substituting those variables give:
v = at + vᵢ
Remarks: this could have also been derived using the definition of acceleration a = (v-vᵢ)/t and then rearranging to solve for v. However I chose this slightly different way to create the basis for the next section.
Before we move on to this derivation, we will first show that the area under the velocity vs time graph is the displacement. If you are already familiar, you may skip the next subsection.
If you jog at 2 m/s for 4 seconds, it is not hard to see that your displacement will be 8 meters. Graphically, this is represented by the area traveled: vt=Δd.
Refer to the velocity-time graph earlier. What is the area?
The area of the rectangle is given by vᵢt
The area of the triangle is given by 1/2 bh = 1/2 (t)(Δv) = 1/2 (t)(at) = 1/2 at^2
Adding the two areas together gives A = vᵢt + 1/2 at^2 which gives the equation for displacement!
Fortunately (or unfortunately), this equation is derived in the same way as the last equation just with a bit of algebraic manipulation. We again find the area of the velocity-time graph, but we change our variables around a bit.
Now, summing up the area of the triangle gives:
The answer is yes, and it is called a dot product. This will not be the focus of this article but a dot product takes two vectors as input and outputs a scalar.
This draws a lot of connections with the conservation of energy! Both conservation of energy and this equation is time-independent (the Δt term does not appear) and both deal with scalars! (since energy is a scalar)
Perhaps this could lead to a second method of deriving this equation. Think and ponder!
Please note that the kinematic equations only apply when acceleration is CONSTANT! If acceleration is not constant, you must use calculus to solve for these values. For students in AP Physics 1 or 2, you don't need to worry about this, as your courses are algebra-based. However, if you are in AP Physics C: Mechanics or AP Physics C: Electricity and Magnetism, you will see calculus on your exam (However E&M will not see much, if any kinematics on their exam, mechanics will!).
© 2024 Fiveable Inc. All rights reserved.