Kinematics in Two Dimensions: Projectile Motion
Projectile motion is the study of objects moving through the air under the influence of gravity alone. From a basketball arcing toward the hoop to a rocket tracing a path through the sky, understanding 2D kinematics lets you predict trajectories, calculate ranges, and solve real-world physics problems.
This guide covers vector decomposition, the independence of horizontal and vertical motion, projectile motion equations, worked examples, key formulas, and a 10-question practice quiz.
Projectile Motion: Parabolic Trajectory
1What Is Projectile Motion and Why Does It Matter?
Kinematics in two dimensions is the study of motion of objects moving in a plane, where a projectile is an object upon which the only force acting is gravity. The big picture is that motion in two dimensions can be broken down into two independent, one-dimensional motions: one horizontal and one vertical.
Gravity only acts vertically, meaning the horizontal motion proceeds at a constant velocity, while the vertical motion experiences constant acceleration due to gravity. This independence is the key insight that makes projectile motion problems solvable.
- Sports — predicting the trajectory of a basketball shot, golf swing, or soccer kick
- Engineering — designing safe and efficient paths for rockets and artillery
- Astronomy — calculating the orbital paths of celestial bodies
- Video games — creating realistic physics engines for projectile behavior
Picture This: A soccer player kicks the ball at a 45° angle. The ball arcs through the air, reaches a peak, and lands downfield. At the peak, for an instant, it stops rising but keeps moving horizontally. This is projectile motion — gravity pulling down while momentum carries it forward.
2Key Definitions
Projectile Motion
The motion of an object thrown or projected into the air, subject only to the acceleration of gravity. Path is a parabola.
Trajectory
The path followed by a projectile, which is typically a parabola when air resistance is neglected.
Range (R)
The total horizontal distance covered by the projectile from launch to landing. Unit: meters (m).
Maximum Height (Hmax)
The greatest vertical distance achieved by the projectile above its launch point. Unit: meters (m).
Time of Flight (T)
The total time the projectile spends in the air from launch to landing. Unit: seconds (s).
Launch Angle (θ)
The angle at which the projectile is launched relative to the horizontal. Unit: degrees (°) or radians (rad).
Horizontal Velocity (vx)
The part of velocity directed horizontally. Remains constant throughout flight (no air resistance). Unit: m/s.
Vertical Velocity (vy)
The part of velocity directed vertically. Changes due to gravity. Zero at maximum height. Unit: m/s.
Acceleration due to Gravity (g)
Constant acceleration near Earth's surface: 9.8 m/s². Always acts downward. Only vertical force on a projectile.
Vector Decomposition
Breaking a single vector into perpendicular components (horizontal and vertical) using sine and cosine.
3Vectors and Vector Decomposition
In two-dimensional motion, quantities like velocity and displacement are vectors, meaning they have both magnitude and direction. To analyze projectile motion, we break these vectors into their horizontal and vertical parts using trigonometry.
Breaking Velocity into Components
v0x = v0 cos(θ)
v0y = v0 sin(θ)
v0 = initial speed (m/s)
θ = launch angle above horizontal
Finding the Resultant Velocity
If you know the horizontal (vx) and vertical (vy) components at any point, you can find the resultant:
4Projectile Motion: The Key Concept
The fundamental principle is that horizontal and vertical motions are INDEPENDENT of each other. We analyze them separately using one-dimensional kinematic equations.
Horizontal Motion
Acceleration: ax = 0 (no horizontal force)
Velocity: vx = v0x (constant!)
Equation: x = v0x · t
Vertical Motion
Acceleration: ay = −g = −9.8 m/s²
Velocity: vy = v0y − gt
Position: y = v0yt − ½gt²
Velocity²: vy² = v0y² − 2gy
The combination of constant horizontal velocity and constantly changing vertical velocity under gravity results in the characteristic parabolic path of a projectile.
Symmetry of Projectile Motion (Level Ground)
5Analyzing Projectile Motion
Time of Flight (T)
T = 2v0y / g
For level-ground launches. Find time to peak (tpeak = v0y/g), then double it.
Maximum Height (Hmax)
Hmax = v0y² / (2g)
Occurs when vy = 0. Derived from vy² = v0y² − 2gy.
Range (R)
R = v0x · T
Or for level ground: R = v0² sin(2θ) / g. Maximum range at θ = 45°.
For level-ground launches, the maximum range is achieved at a launch angle of 45°. Complementary angles (e.g., 30° and 60°) yield the same range but different maximum heights and times of flight.
Special Cases
Horizontal Launch from a Height
v0y = 0. Time to hit ground: t = √(2h/g). Range: R = v0x · t.
Launch at an Angle from a Height
Use the full quadratic equation for vertical displacement to find time, then compute horizontal range.
6Worked Examples
Example 1: Horizontal Launch — Finding Range (Basic)
A ball is rolled off a table that is 1.25 m high with an initial horizontal velocity of 3.0 m/s. How far from the base of the table does the ball land?
Step 1: Find time using vertical motion: −1.25 = ½(−9.8)t², so t² = 0.2551, t = 0.505 s
Step 2: Calculate range: x = v0x · t = 3.0 × 0.505
Answer: x ≈ 1.52 m from the base of the table.
Example 2: Angled Launch — Finding Components (Basic)
A projectile is launched with an initial velocity of 25 m/s at 30° above the horizontal.
Step 1: v0x = 25 cos(30°) = 25 × 0.866 = 21.7 m/s
Step 2: v0y = 25 sin(30°) = 25 × 0.500 = 12.5 m/s
Example 3: Finding Maximum Height (Intermediate)
A soccer ball is kicked with v0 = 18 m/s at 35° above the horizontal.
Step 1: v0y = 18 sin(35°) = 18 × 0.5736 = 10.32 m/s
Step 2: At max height, vy = 0: 0 = (10.32)² − 2(9.8)Hmax
Step 3: Hmax = 106.50 / 19.6 = 5.43 m
Example 4: Time of Flight (Intermediate)
A golf ball is hit with v0 = 40 m/s at 60° above the horizontal. It lands on the same level.
Step 1: v0y = 40 sin(60°) = 40 × 0.866 = 34.64 m/s
Step 2: T = 2v0y/g = 2(34.64)/9.8 = 7.07 s
Example 5: Projectile Launched from Height (Advanced)
A stone is thrown from a 50 m cliff with v0 = 20 m/s at 30° above horizontal.
Step 1: Components: v0x = 17.32 m/s, v0y = 10.0 m/s
Step 2: Vertical equation: −50 = 10t − 4.9t² → 4.9t² − 10t − 50 = 0
Step 3: Quadratic formula: t = (10 + √1080) / 9.8 = 4.37 s
Step 4: Range: x = 17.32 × 4.37 = 75.8 m
7Key Formulas at a Glance
Horizontal Velocity
v0x = v0cosθ
Vertical Velocity
v0y = v0sinθ
Horizontal Position
x = v0xt
Max Height
H = v0y²/(2g)
Time of Flight
T = 2v0y/g
Range (Level)
R = v0²sin2θ/g
| Concept | Formula |
|---|---|
| Horizontal component | v0x = v0cosθ |
| Vertical component | v0y = v0sinθ |
| Horizontal position | x = v0xt |
| Vertical velocity | vy = v0y − gt |
| Vertical position | y = v0yt − ½gt² |
| Vertical velocity² | vy² = v0y² − 2gy |
| Time to peak | tpeak = v0y/g |
| Max height | Hmax = v0y²/(2g) |
| Time of flight | T = 2v0y/g |
| Range (level) | R = v0²sin(2θ)/g |
8Memory Aids
S (displacement), U (initial velocity), V (final velocity), A (acceleration), T (time) for vertical. D (distance), V (velocity), T (time) for horizontal where acceleration is zero.
45° is half of 90°, which is a special case in physics. This helps remember that 45° gives maximum range on level ground.
Horizontal velocity is constant because there's no horizontal force to change it. "Gravity only pulls down, not sideways!"
"Meters per second squared cancels seconds squared for meters." If your formula involves gt² (m/s² × s²), the units cancel to meters. Always check your units!
"Vertical velocity is zero at the summit." Just like a climber momentarily stops at the top before descending, v_y = 0 at maximum height. This is the critical point for calculations.
9Common Mistakes Students Make
"Thinking horizontal acceleration is 'g'."
Gravity only acts vertically. There is NO horizontal acceleration (ax = 0) in projectile motion when air resistance is neglected.
"Forgetting to resolve initial velocity into components."
You must break the initial velocity into v0x and v0y before using any kinematic equations. This is always the first step.
"Using the wrong formula for time of flight."
T = 2v0y/g is only valid when the projectile lands at the same height as launch. For different-height landings, use the full quadratic equation.
"Confusing Range and Maximum Height equations."
Range (R) is horizontal distance using v0xT. Maximum height (Hmax) is vertical distance using v0y²/(2g). These are distinct quantities.
"Forgetting the sign of 'g' (negative)."
When defining upward as positive, ay = −9.8 m/s² because gravity acts downward. Forgetting the negative sign leads to incorrect results.
"Using degrees instead of radians (or vice versa)."
Ensure your calculator is in the correct mode when performing trig calculations. Mixing up degrees and radians is a silent but devastating error.
Frequently Asked Questions
- What is the difference between 1D and 2D kinematics?
- 1D kinematics describes motion along a straight line (like a car driving on a road). 2D kinematics, like projectile motion, describes motion in a plane (like a ball flying through the air), requiring us to consider both horizontal and vertical directions simultaneously. We effectively break 2D motion into two independent 1D motions.
- Why is horizontal velocity constant in projectile motion?
- Horizontal velocity is constant because, in the ideal case (ignoring air resistance), there are no horizontal forces acting on the projectile. According to Newton's First Law, an object in motion will stay in motion with the same speed and in the same direction unless acted upon by an unbalanced force. Gravity acts purely vertically, so it does not affect the horizontal motion.
- Does the mass of a projectile affect its trajectory?
- In the absence of air resistance, the mass of a projectile does not affect its trajectory, time of flight, range, or maximum height. This is because the acceleration due to gravity (g) is constant for all objects, regardless of their mass (as famously demonstrated by Galileo). However, if air resistance is significant, then mass does play a role.
- When do I use the quadratic formula in projectile motion problems?
- You typically use the quadratic formula when you need to find the time and the vertical displacement is known, but the initial vertical velocity is non-zero and the final vertical velocity is unknown. This often happens when a projectile is launched from a certain height and lands at a different height (e.g., off a cliff).
- What happens to the projectile's speed at its maximum height?
- At its maximum height, the projectile's vertical velocity is momentarily zero. However, its horizontal velocity remains constant and non-zero (assuming it was launched at an angle). Therefore, the projectile's overall speed at its maximum height equals its horizontal velocity component, which is generally its minimum speed during the flight.
Practice Quiz
Test your understanding of kinematics in two dimensions and projectile motion — select the correct answer for each question.
1.A projectile is launched horizontally from a height. Which statement about its motion is true?
2.A ball is thrown at an angle of 30° above the horizontal. At the peak of its trajectory, its vertical velocity is:
3.What is the primary force acting on a projectile during its flight (ignoring air resistance)?
4.An object is launched with an initial velocity of 20 m/s at an angle of 60° above the horizontal. What is its initial vertical velocity component?
5.For a projectile launched from level ground, which launch angle maximizes its range (ignoring air resistance)?
6.A rock is thrown upwards at an angle. If upward is positive, what is the sign of the acceleration due to gravity (a_y)?
7.If a projectile's time of flight is 4.0 s and its average horizontal velocity is 15 m/s, what is its range?
8.Two projectiles are launched from the same height with the same initial speed. Projectile A is launched at 30° and Projectile B at 60°. Which statement about their ranges (on level ground) is true?
9.Which of the following graphs best represents the horizontal velocity (v_x) of a projectile as a function of time (t)?
10.A ball is kicked from the ground with an initial vertical velocity component of 19.6 m/s. What is the time it takes to reach its maximum height? (Use g = 9.8 m/s²)
Final Study Advice
- 1. Always decompose the initial velocity into horizontal and vertical components first.
- 2. Draw a diagram for every problem — label the launch angle, components, and known/unknown values.
- 3. Use vertical motion to find time, then use that time for horizontal calculations.
- 4. Remember: horizontal velocity is constant, vertical velocity changes by −9.8 m/s every second.
- 5. Check your answer: do the units work out? Is the direction reasonable? Does the magnitude make sense?