Projectile motion questions look complicated because one moving object seems to require several equations at once. In practice, most horizontal and angled launch problems become manageable when you use the same checklist every time: sketch the path, split motion into horizontal and vertical parts, choose a sign convention, identify what is known, and solve one direction at a time. This guide gives you a reusable method plus worked examples for the most common setups, so you can return to it whenever the numbers change in homework, revision, or exam practice.
Overview
This page is a step-by-step physics tutorial for one of the most common kinematics topics: projectile motion problems. It focuses on the two cases students see most often:
- Horizontal projectile motion: an object is launched sideways from a height.
- Angled launch questions: an object is launched at some angle above the horizontal.
The key idea is simple: horizontal and vertical motion are analyzed separately. Gravity acts vertically downward, so it changes the vertical velocity but not the horizontal velocity, assuming air resistance is ignored.
For most introductory questions, use these assumptions unless the problem says otherwise:
- Air resistance is negligible.
- Acceleration due to gravity is constant: g = 9.8 m/s² downward.
- The projectile is treated as a point particle.
Here is the reusable checklist:
- Draw a quick sketch. Mark launch point, landing point, angle, height, and direction of motion.
- Choose axes and signs. A common choice is +x to the right and +y upward.
- Split the initial velocity into components. For angled launches, use:
\(u_x = u\cos\theta\), \(u_y = u\sin\theta\) - Write what stays constant. Horizontal acceleration is usually 0, so horizontal velocity is constant.
- Use vertical motion to find time. Time usually comes from the y-direction.
- Use that time in the x-direction. Then find range or horizontal distance.
- Check units, signs, and reasonableness.
If SUVAT equations still feel uncertain, it helps to review Kinematics Equations Explained: When to Use Each SUVAT Formula. For a broader memory aid, see Physics Formulas Cheat Sheet: The Essential Equations Students Keep Forgetting.
Checklist by scenario
Use this section as your return-to checklist. Each scenario follows the same logic but with slightly different starting information.
Scenario 1: Horizontal projectile launched from a table or cliff
What you usually know: horizontal speed, launch height, and that the initial vertical velocity is zero.
Checklist:
- Write horizontal values: \(u_x = u\), \(a_x = 0\).
- Write vertical values: \(u_y = 0\), \(a_y = -9.8\,\text{m/s}^2\) if up is positive.
- Use vertical displacement to find time.
- Use \(x = u_x t\) to find horizontal range.
- If needed, find impact velocity using vertical final velocity.
Worked example: A ball rolls off a 1.25 m high bench with horizontal speed 3.6 m/s. How long is it in the air, and how far from the bench does it land?
Step 1: Vertical motion gives time.
Take upward as positive.
\(s_y = -1.25\,\text{m}\)
\(u_y = 0\)
\(a_y = -9.8\,\text{m/s}^2\)
Use:
\(s = ut + \tfrac{1}{2}at^2\)
So:
\(-1.25 = 0 + \tfrac{1}{2}(-9.8)t^2\)
\(-1.25 = -4.9t^2\)
\(t^2 = 0.2551\)
\(t = 0.505\,\text{s}\)
Step 2: Horizontal motion gives range.
\(x = u_x t = 3.6 \times 0.505 = 1.82\,\text{m}\)
Answer: The ball is in the air for about 0.51 s and lands about 1.82 m from the bench.
This type of horizontal projectile motion appears often in GCSE, A-Level, AP Physics, and college introductory physics because it tests whether you can separate x- and y-motion cleanly.
Scenario 2: Angled launch from ground level, landing at the same level
What you usually know: launch speed and launch angle.
Checklist:
- Resolve the initial velocity into components.
- Use vertical motion to find time of flight.
- Use horizontal motion to find range.
- If asked for maximum height, use the vertical velocity at the top: \(v_y = 0\).
Worked example: A projectile is launched at 20 m/s at an angle of 30°. Find its time of flight, maximum height, and horizontal range.
Step 1: Resolve the velocity.
\(u_x = 20\cos 30^\circ = 17.32\,\text{m/s}\)
\(u_y = 20\sin 30^\circ = 10.0\,\text{m/s}\)
Step 2: Find time of flight from vertical motion.
Because it lands at the same level, the upward and downward parts are symmetric.
Time to reach the top:
Use \(v = u + at\)
\(0 = 10.0 - 9.8t\)
\(t = 1.02\,\text{s}\)
Total time of flight:
\(T = 2.04\,\text{s}\)
Step 3: Find maximum height.
Use:
\(v^2 = u^2 + 2as\)
At the top, \(v_y = 0\):
\(0 = 10.0^2 + 2(-9.8)h\)
\(0 = 100 - 19.6h\)
\(h = 5.10\,\text{m}\)
Step 4: Find horizontal range.
\(R = u_x T = 17.32 \times 2.04 = 35.3\,\text{m}\)
Answer: Time of flight is about 2.04 s, maximum height is 5.10 m, and horizontal range is 35.3 m.
Scenario 3: Angled launch from a height
What makes it different: the launch point and landing point are at different heights, so the motion is not symmetric.
Checklist:
- Resolve the initial velocity into x and y components.
- Use vertical displacement carefully, including the starting height.
- Solve the vertical equation for time. This may give a quadratic.
- Choose the physically meaningful positive time.
- Use that time in horizontal motion.
Worked example: A ball is launched from a platform 8.0 m above the ground at 15 m/s and 40° above the horizontal. How long until it hits the ground, and how far does it travel horizontally?
Step 1: Resolve the initial velocity.
\(u_x = 15\cos 40^\circ = 11.49\,\text{m/s}\)
\(u_y = 15\sin 40^\circ = 9.64\,\text{m/s}\)
Step 2: Set up vertical motion.
Let the launch point be \(y = 0\). Then the ground is \(s_y = -8.0\,\text{m}\).
Use:
\(s = ut + \tfrac{1}{2}at^2\)
\(-8.0 = 9.64t - 4.9t^2\)
Rearrange:
\(4.9t^2 - 9.64t - 8.0 = 0\)
Use the quadratic formula:
\(t = \dfrac{9.64 \pm \sqrt{9.64^2 + 4(4.9)(8.0)}}{9.8}\)
\(t \approx 2.47\,\text{s}\) or a negative value
Ignore the negative time. So the flight time is 2.47 s.
Step 3: Find horizontal distance.
\(x = u_x t = 11.49 \times 2.47 = 28.4\,\text{m}\)
Answer: The ball hits the ground after about 2.47 s and travels about 28.4 m horizontally.
Scenario 4: Finding the launch angle or speed from range data
What you usually know: range, time, height, or one velocity component, and you must work backward.
Checklist:
- List the unknowns clearly before choosing equations.
- Use horizontal motion to get \(u_x\) if range and time are known.
- Use vertical motion to get \(u_y\).
- Combine components using:
\(u = \sqrt{u_x^2 + u_y^2}\) - Find angle using:
\(\tan\theta = \dfrac{u_y}{u_x}\)
Worked example: A projectile lands 24 m away after 2.0 s and returns to the same height. Find the launch speed and angle.
Step 1: Horizontal component.
\(u_x = x/t = 24/2.0 = 12\,\text{m/s}\)
Step 2: Vertical component.
For same launch and landing height, total flight time is 2.0 s, so time up is 1.0 s.
At the top, \(v_y = 0\):
\(0 = u_y - 9.8(1.0)\)
\(u_y = 9.8\,\text{m/s}\)
Step 3: Resultant launch speed.
\(u = \sqrt{12^2 + 9.8^2} = \sqrt{144 + 96.04} = 15.5\,\text{m/s}\)
Step 4: Launch angle.
\(\tan\theta = 9.8/12 = 0.817\)
\(\theta \approx 39.3^\circ\)
Answer: Launch speed is about 15.5 m/s at an angle of about 39°.
Scenario 5: Finding impact velocity and direction
Many physics problems with solutions stop after range, but exams often ask for the velocity just before impact.
Checklist:
- Horizontal final velocity is the same as horizontal initial velocity if air resistance is ignored.
- Find final vertical velocity using a vertical equation.
- Combine components to get speed.
- Use trigonometry to get direction below or above the horizontal.
Mini-example: From Scenario 1, the ball had horizontal speed 3.6 m/s and time 0.505 s.
Vertical impact velocity:
\(v_y = u_y + a_y t = 0 + (-9.8)(0.505) = -4.95\,\text{m/s}\)
Impact speed:
\(v = \sqrt{3.6^2 + 4.95^2} = 6.12\,\text{m/s}\)
Impact angle below horizontal:
\(\tan\theta = 4.95/3.6\)
\(\theta \approx 54.0^\circ\)
Answer: The ball hits the ground at about 6.1 m/s, directed 54° below the horizontal.
For students who mix projectile motion with force questions, it can help to review Free Body Diagrams Explained: Rules, Examples, and Common Mistakes and Newton’s Laws of Motion Problems With Step-by-Step Solutions. That keeps the distinction clear: projectile motion after launch is usually a kinematics problem with gravity as the only acceleration.
What to double-check
Before you accept any final answer, run through this short quality-control list. It saves marks.
- Did you split the motion into horizontal and vertical parts? If not, restart. Projectile questions become much easier once you do this.
- Is your sign convention consistent? If up is positive, then gravity must be negative.
- Did time come from the correct direction? In most projectile motion worked examples, time is found using vertical motion.
- Did you use sine and cosine correctly? For an angle from the horizontal: horizontal uses cosine, vertical uses sine.
- Did you confuse speed and velocity? Speed has no direction; velocity components do.
- Did you choose the positive time? Quadratics can produce two solutions, but only one may make physical sense.
- Do the units match? Convert cm to m and km/h to m/s before substituting.
- Is the answer reasonable? A small launch speed should not produce an enormous range under standard assumptions.
If you are revising for formula-heavy courses, these equation guides can help you build a cleaner setup process: AP Physics 1 Formula Sheet Guide: How to Use It Efficiently, A-Level Physics Equations and Constants You Should Know, and GCSE Physics Equations List: What You Need to Memorize and What to Understand.
Common mistakes
These are the errors that appear again and again in homework and exam prep.
1. Treating the launch speed as if it acts fully in both directions
If a projectile is launched at 20 m/s at 30°, you cannot use 20 m/s as both the horizontal and vertical speed. You must resolve it into components first.
2. Using one SUVAT equation across both axes without thinking
Horizontal and vertical motions share the same time, but not the same acceleration or displacement. Solve them separately.
3. Forgetting that horizontal acceleration is zero
In standard projectile questions, horizontal speed stays constant. Students often invent a horizontal acceleration where none exists.
4. Assuming symmetry when launch and landing heights differ
If the projectile starts on a platform and lands on the ground, the upward and downward motion are not mirror images. Do not use the same-level shortcuts.
5. Sign errors in vertical displacement
If your origin is at the launch point and the object lands below it, then vertical displacement is negative when upward is positive.
6. Mixing degrees and calculator settings
Make sure your calculator is in degree mode if the angle is given in degrees. This small mistake can ruin an entire solution.
7. Rounding too early
Keep extra digits during working and round only at the end. Early rounding can noticeably change the final range or height.
8. Memorizing special formulas without understanding the setup
Some students try to remember a range formula for every case. It is safer and more flexible to start from components and standard kinematics equations. That approach still works when heights are different or when the question asks for an unusual quantity.
When to revisit
This is the kind of page to revisit whenever the inputs change but the method stays the same. Come back to it in these situations:
- Before exams, when you want a fast projectile motion checklist rather than a full textbook chapter.
- When your class moves from horizontal launches to angled launch questions, since the component method stays the same.
- When you start mixed kinematics practice, so you can decide quickly whether a problem is 1D SUVAT or 2D projectile motion.
- When your algebra feels like the real obstacle, especially in questions that lead to a quadratic in time.
- When practicing past papers, to diagnose whether your mistake came from setup, trig, signs, or arithmetic.
A practical way to use this guide is to build your own one-page checklist:
- Write the five-step method at the top of your notes.
- Add one horizontal launch example and one angled launch example.
- Include the component formulas \(u_x = u\cos\theta\) and \(u_y = u\sin\theta\).
- Add a warning box for common mistakes: signs, symmetry, and calculator mode.
- Practice the same type again with different numbers until the setup feels routine.
If you want to strengthen your wider problem-solving habits, pair this page with Kinematics Equations Explained: When to Use Each SUVAT Formula and Physics Formulas Cheat Sheet: The Essential Equations Students Keep Forgetting. The goal is not just to finish one question, but to recognize the pattern quickly the next time you see it.
Use this article as a working reference: first for the checklist, then for the scenario that matches your question, and finally for the double-check list before you commit to an answer. That routine turns projectile motion from a topic that feels abstract into one that is predictable, structured, and much easier to solve step by step.