Vectors and Motion in Two Dimensions
Why this matters
Picture the final seconds of a tied basketball game. A player like Caitlin Clark pulls up for a long three-pointer. The ball leaves her hands, arcing perfectly toward the hoop. It's moving forward, but it's also moving upward and then downward. It's not traveling in a simple straight line. How could you possibly calculate its path?
This is the world of two-dimensional motion. Up until now, we've dealt with things moving only along a straight line—a car on a highway or an elevator in a shaft. But most motion in the real world, from a kicked soccer ball to a drone flying over a park in Seattle, happens in 2D.
In this lesson, we'll learn the powerful technique of splitting these complex, arcing paths into two separate, much simpler problems. You'll see how a little bit of trigonometry is the key that unlocks our ability to predict exactly where that game-winning shot will land.
Diagram
Concept map
flowchart TD
A[Start: Given v₀ and θ] --> B{Resolve Vector};
B --> C[Find v₀ₓ = v₀ cos θ];
B --> D[Find v₀y = v₀ sin θ];
E[Analyze Vertical Motion];
F[Analyze Horizontal Motion];
D --> E;
C --> F;
E --> G{Use y-kinematics to find time, t};
G --> F;
F --> H{Use x-kinematics to find Δx};
H --> I[End: Solution Found];
Core explanation
So, how do we handle something moving both horizontally and vertically at the same time? The big idea, and it's one of the most important in all of physics, is this: the horizontal and vertical parts of motion are independent.
What does that mean? Imagine you're at the top of a tall building. You have two identical baseballs. You drop one straight down. At the exact same instant, your friend fires the other one horizontally with a powerful cannon. Which one hits the ground first?
It feels like the dropped one should, right? But they both hit the ground at the exact same time. Gravity only pulls things down. It doesn't care if an object is also moving sideways. The downward motion (the "y" direction) is completely separate from the sideways motion (the "x" direction).
This independence is our secret weapon. We can take a messy 2D problem and split it into two clean, manageable 1D problems.
Breaking Down Vectors: Your Physics Toolkit
To split up the motion, we first need to split up the vector that describes it, usually velocity. This process is called resolving a vector into its components.
Think of it like giving directions in a city like Chicago, which has a grid-like street system. If you want to get from one corner to another diagonally across a park, the "vector" is that straight diagonal line. But to drive it, you have to travel along the grid—say, 3 blocks east and 4 blocks north. Those "3 blocks east" and "4 blocks north" are the components of your diagonal path.
Let's make this mathematical.
[[visual: Resolving a Vector into Components]]
Look at the diagram. We have an initial velocity vector, v₀, pointing into the first quadrant. It has a magnitude (its speed, v₀) and a direction (the angle θ).
To find its components, we project it onto the x and y axes. This forms a right triangle where:
- The vector v₀ is the hypotenuse.
- The horizontal component, v₀ₓ, is the side adjacent to the angle
θ. - The vertical component, v₀y, is the side opposite to the angle
θ.
Now, we just need a little high school trigonometry (SOH CAH TOA) to find the lengths of these sides.
- CAHCosine = Adjacent / Hypotenuse
cos θ = v₀ₓ / v₀Rearranging gives us the x-component:v₀ₓ = v₀ cos θ - SOHSine = Opposite / Hypotenuse
sin θ = v₀y / v₀Rearranging gives us the y-component:v₀y = v₀ sin θ
Putting It All Together: Projectile Motion
The most common type of 2D motion you'll see is projectile motion. This is the motion of any object that is thrown or launched and then moves only under the influence of gravity. The game-winning basketball shot, a football in flight, a cannonball—all projectiles.
For projectile motion (on Earth, ignoring air resistance), we can make two huge simplifying assumptions:
- 1Horizontal (x) directionThere are no horizontal forces. This means horizontal acceleration is zero (
aₓ = 0). Therefore, the horizontal velocityvₓis constant throughout the entire flight. - 2Vertical (y) directionThe only force is gravity, pulling the object down. This means the vertical acceleration is constant and equal to
g(aᵧ = -9.8 m/s²). The vertical velocityvᵧchanges continuously.
This is the special case the College Board talks about: zero acceleration in one dimension, and constant, non-zero acceleration in the other.
So, here is your four-step plan for every projectile motion problem:
- 1Set upDraw a diagram and choose your coordinate system (origin at the launch point is usually easiest).
- 2ResolveTake the initial velocity
v₀and angleθ. Use trigonometry to find the initial components:v₀ₓ = v₀ cos θandv₀y = v₀ sin θ. - 3Separate and ConquerCreate two columns of information, one for the x-dimension and one for the y-dimension. List your five kinematic variables (
Δx,v₀,v,a,t) for each.- In the x-column:
aₓ = 0, andv₀ₓis the value you just calculated. - In the y-column:
aᵧ = -9.8 m/s², andv₀yis the value you calculated.
- In the x-column:
- 4SolveUse your 1D kinematic equations on the two separate problems. The one variable that links the two columns is time (
t). The time it takes for the object to move horizontally is the same time it's in the air moving vertically. Findtin one dimension, then use it in the other.
This strategy turns every intimidating 2D problem into two familiar 1D problems you already know how to solve.
Worked examples
Let's walk through a couple of examples to make this concrete.
Finding Components
Problem: Aaliyah kicks a soccer ball with an initial velocity of 25 m/s at an angle of 30° above the horizontal. What are the initial horizontal and vertical components of the ball's velocity?
Solution:
- 1Identify your goalWe need to "resolve" the initial velocity vector into its x and y components. We are given the hypotenuse (25 m/s) and the angle (30°) of our velocity triangle.
- 2Draw the pictureSketch a coordinate system. Draw a 25 m/s vector at a 30° angle to the positive x-axis. This is your hypotenuse. Draw the adjacent side along the x-axis (this is
v₀ₓ) and the opposite side parallel to the y-axis (this isv₀y). - 3Apply the trig formulas
-
The horizontal component (
v₀ₓ) is adjacent to the 30° angle, so we use cosine.v₀ₓ = v₀ cos θv₀ₓ = (25 m/s) * cos(30°)v₀ₓ ≈ (25 m/s) * (0.866)v₀ₓ ≈ 21.7 m/s -
The vertical component (
v₀y) is opposite the 30° angle, so we use sine.v₀y = v₀ sin θv₀y = (25 m/s) * sin(30°)v₀y = (25 m/s) * (0.5)v₀y = 12.5 m/s
-
Why this matters: These are the initial speeds you would plug into your kinematic equations. You would use v₀ₓ = 21.7 m/s for the horizontal motion and v₀y = 12.5 m/s for the vertical motion. You would never use the 25 m/s value directly in a 1D kinematic equation.
A Full Projectile Problem
Problem: A cannon on a cliff fires a cannonball with an initial velocity of 100 m/s at an angle of 37° above the horizontal. The cliff is 50 m high. How far from the base of the cliff does the cannonball land?
Solution:
- 1Set up and Resolve
- Origin: Let's set (x=0, y=0) at the base of the cliff. This means the launch point is (0, 50).
- Initial velocity components:
v₀ₓ = v₀ cos θ = 100 * cos(37°) ≈ 100 * 0.8 = 80 m/sv₀y = v₀ sin θ = 100 * sin(37°) ≈ 100 * 0.6 = 60 m/s(Note: 37° is a common angle on the AP exam because its sine and cosine are close to 0.6 and 0.8)
- 2Separate and ConquerLet's list our knowns. We're looking for
Δx.
| Horizontal (x) | Vertical (y) |
|---|---|
Δx = ? |
Δy = -50 m (ends 50m below start) |
v₀ₓ = 80 m/s |
v₀y = 60 m/s |
aₓ = 0 m/s² |
aᵧ = -9.8 m/s² |
t = ? |
t = ? |
- 1Solve for Time (t)We can't solve the x-side yet because we have two unknowns (
Δxandt). But on the y-side, we have enough information to findt. Let's use the kinematic equation:Δy = v₀y*t + (1/2)aᵧ*t².-50 = 60t + (1/2)(-9.8)t²-50 = 60t - 4.9t²Rearranging into a quadratic equation:4.9t² - 60t - 50 = 0This is where you use the quadratic formula on your calculator. You'll get two answers for
t: one positive and one negative. Time can't be negative, so we take the positive root.t ≈ 13.0 s - 2Solve for Range (Δx)Now that we have the total flight time, we can plug it into our simple horizontal equation. Since
aₓ = 0, the equation is justΔx = v₀ₓ * t.Δx = (80 m/s) * (13.0 s)Δx = 1040 m
The cannonball lands 1040 meters (just over a kilometer!) from the base of the cliff.
Try it yourself
Ready to try a couple on your own? Don't worry about getting the perfect answer, focus on setting up the problem correctly.
- 1Maximum HeightA golf ball is hit off the ground with an initial speed of 45 m/s at an angle of 40°. What is the maximum height the ball reaches?
- Hint: What is the ball's vertical velocity at its highest point? Use that as your final vertical velocity,
v_y, and solve for the vertical displacement,Δy.
- Hint: What is the ball's vertical velocity at its highest point? Use that as your final vertical velocity,
- 2The Horizontal LaunchA toy car is launched horizontally from the edge of a 1.25-meter-tall table. It lands on the floor 2.0 meters away from the base of the table. How fast was the car moving when it left the table?
- Hint: What is the car's initial vertical velocity (
v₀y) if it's launched horizontally? Solve for the time of flight using the vertical information first. Then use that time to find the horizontal speed.
- Hint: What is the car's initial vertical velocity (
Practice — 8 questions
In simple terms, this topic is about breaking down diagonal motion, like a thrown football, into separate up-down and left-right movements to make the math easier.
- 1.5.A: Describe the perpendicular components of a vector.
- 1.5.B: Describe the motion of an object moving in two dimensions.
- 1.5.A.1
- Vectors can be mathematically modeled as the resultant of two perpendicular components.
- 1.5.A.2
- Vectors can be resolved into components using a chosen coordinate system.
- 1.5.A.3
- Vectors can be resolved into perpendicular components using trigonometric functions and relationships. Relevant equations: sin θ = a/c cos θ = b/c tan θ = a/b a² + b² = c²
- 1.5.B.1
- Motion in two dimensions can be analyzed using one-dimensional kinematic relationships if the motion is separated into components.
- 1.5.B.2
- Projectile motion is a special case of two-dimensional motion that has zero acceleration in one dimension and constant, nonzero acceleration in the second dimension.
flowchart TD
A[Start: Given v₀ and θ] --> B{Resolve Vector};
B --> C[Find v₀ₓ = v₀ cos θ];
B --> D[Find v₀y = v₀ sin θ];
E[Analyze Vertical Motion];
F[Analyze Horizontal Motion];
D --> E;
C --> F;
E --> G{Use y-kinematics to find time, t};
G --> F;
F --> H{Use x-kinematics to find Δx};
H --> I[End: Solution Found];
Read what Saavi narrates
(Sound of a gentle, encouraging classroom)
Hey everyone, it's Saavi. Let's talk about one of the coolest parts of physics: motion in two dimensions.
Think about a quarterback launching a football downfield. That ball is doing two things at once: it's moving forward toward the receiver, and it's moving up, then down, in a big arc. It's not a simple straight line. So how on earth do we predict where it's going to land?
The secret is to realize we don't have to solve one complicated problem. We can solve two simple ones. Physics lets us treat the horizontal part of the motion and the vertical part of the motion completely separately. Gravity only pulls down. It doesn't care if the ball is also moving sideways. This independence is everything.
So, for any projectile, like that football, we take its initial launch velocity—say, 25 meters per second at a 30-degree angle—and we use a little trig to break it down. We find its starting horizontal speed, and its starting vertical speed.
Then we analyze them separately. The horizontal motion is easy: no acceleration, so constant speed. The vertical motion is just like an object thrown straight up: gravity is pulling it down at 9.8 meters per second squared.
Let's look at a common mistake I see all the time. Students will correctly find the components, but then they'll mix them up. They'll use sine for the horizontal part and cosine for the vertical. Please, don't just memorize formulas. Draw the little triangle. The side of the triangle next to the angle... the adjacent side... that one always gets the cosine. The side opposite the angle gets the sine. If you draw the triangle every time, you'll never get it wrong.
This idea of breaking down vectors into components isn't just for this chapter. It's a tool you'll use for the rest of the year, when we get to forces, and momentum, and everything else. So take the time to master it here. You are more than capable of getting this. Let's get started.
This happens when you blindly memorize formulas. The choice of `sin` or `cos` depends on whether the component is opposite or adjacent to the given angle.
Always draw the vector triangle. The side adjacent to the angle `θ` gets `cos θ`. The side opposite gets `sin θ`.
The kinematic equations are only valid for motion in one straight line. The diagonal velocity is a 2D quantity.
Always resolve the vector into its x and y components first. Use `v₀ₓ` in your horizontal equations and `v₀y` in your vertical equations.
This is a missed opportunity to simplify problems. At the peak, the object has stopped moving up and hasn't started moving down yet. Its vertical velocity is momentarily zero.
When a question asks for the "maximum height," immediately write down `vᵧ = 0` for the "final" velocity in your vertical kinematic analysis. Note that `vₓ` is *not* zero at the peak.
Gravity only acts vertically. There are no forces acting horizontally in projectile motion (we ignore air resistance).
For any projectile motion problem in this course, immediately set `aₓ = 0`. This means the horizontal velocity `vₓ` is constant.
If the problem gives you an angle in degrees (like 30°), but your calculator is in radian mode, `cos(30)` will give a completely wrong number, and your entire answer will be incorrect.
Before any physics test, check your calculator's mode. In this class, we almost always use degrees for angles in projectile motion. Make it a habit.
Physics quantities have direction. If you define "up" as the positive y-direction, then acceleration due to gravity must be negative (`aᵧ = -9.8 m/s²`), and an object landing below its start point has a negative displacement.
Be consistent. At the start of a problem, decide which direction is positive (usually up and right). Stick with that convention for all variables.