Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Vectors and Motion in Two Dimensions

Lesson ~11 min read 8 MCQs

In simple terms: 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.

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

Resolving a Vector into Components A diagram showing a velocity vector in a 2D coordinate system. The vector, v₀, starts at the origin and points into the first quadrant. It is broken down into its horizontal component, v₀ₓ, along the x-axis, and its vertical component, v₀y, along the y-axis. These components form a right triangle with the original vector as the hypotenuse. The angle θ is shown between the vector and the x-axis. The trigonometric formulas for the components are displayed. x y v₀ v₀ₓ v₀y θ v₀ₓ = v₀ cos θ v₀y = v₀ sin θ
A diagram shows a vector in a 2D coordinate system being resolved into its x and y components. The vector, labeled v₀, forms the hypotenuse of a right triangle, with its components, v₀ₓ and v₀y, as the adjacent and opposite legs.

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];
A diagram shows a vector in a 2D coordinate system being resolved into its x and y components. The vector, labeled v₀, forms the hypotenuse of a right triangle, with its components, v₀ₓ and v₀y, as the adjacent and opposite legs.

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.

  • CAH
    Cosine = Adjacent / Hypotenuse cos θ = v₀ₓ / v₀ Rearranging gives us the x-component: v₀ₓ = v₀ cos θ
  • SOH
    Sine = 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:

  1. 1
    Horizontal (x) direction
    There are no horizontal forces. This means horizontal acceleration is zero (aₓ = 0). Therefore, the horizontal velocity vₓ is constant throughout the entire flight.
  2. 2
    Vertical (y) direction
    The 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 velocity vᵧ 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:

  1. 1
    Set up
    Draw a diagram and choose your coordinate system (origin at the launch point is usually easiest).
  2. 2
    Resolve
    Take the initial velocity v₀ and angle θ. Use trigonometry to find the initial components: v₀ₓ = v₀ cos θ and v₀y = v₀ sin θ.
  3. 3
    Separate and Conquer
    Create 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, and v₀ₓ is the value you just calculated.
    • In the y-column: aᵧ = -9.8 m/s², and v₀y is the value you calculated.
  4. 4
    Solve
    Use 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. Find t in 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.


Example 1

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:

  1. 1
    Identify your goal
    We 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.
  2. 2
    Draw the picture
    Sketch 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 is v₀y).
  3. 3
    Apply 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.


Example 2

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:

  1. 1
    Set 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/s v₀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)
  2. 2
    Separate and Conquer
    Let'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 = ?
  1. 1
    Solve for Time (t)
    We can't solve the x-side yet because we have two unknowns (Δx and t). But on the y-side, we have enough information to find t. 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 = 0

    This 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

  2. 2
    Solve 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.

  1. 1
    Maximum Height
    A 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.
  2. 2
    The Horizontal Launch
    A 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.