Study Guide

AP Physics 1 Projectile Motion

AP Physics 1Β· AP Physics 1 CED β€” KinematicsΒ· 14 min read

1. Core Principles of Projectile Motionβ˜…β˜…β˜†β˜†β˜†β± 4 min

Projectile motion describes the motion of an object (called a projectile) launched into the air, where after launch, the only force acting on it is constant downward gravity (air resistance is always ignored in AP Physics 1 problems). It is assessed in both multiple-choice and free-response sections of the AP exam, often as part of multi-concept problems linking to forces, energy, or momentum.

πŸ“˜ Definition

Projectile Motion

= initial speed, = launch angle

Motion of an object under the sole influence of constant gravitational acceleration, with air resistance neglected.

Example:

A kicked soccer ball, a thrown rock, a cannonball

The foundational principle of projectile motion is that horizontal and vertical motions are completely independent, connected only by the shared time of flight. Gravity acts exclusively vertically, so there is no horizontal acceleration, allowing us to split any 2D problem into two separate 1D kinematics problems.

v0x=v0cos⁑θ0v0y=v0sin⁑θ0v_{0x} = v_0 \cos\theta_0 \qquad v_{0y} = v_0 \sin\theta_0

With the standard convention (origin at launch, positive y upward, positive x in direction of motion): acceleration components are , , where . The kinematic equations simplify to:

  • Horizontal motion: (constant velocity)

  • Vertical motion: , ,

πŸ“ Worked Example

A projectile is launched with initial speed 20 m/s at 30Β° above the horizontal. What are the x and y positions of the projectile after 1.0 second, relative to the launch point?

  1. 1

    Set origin at launch, so , , .

  2. 2

    Resolve initial velocity into components:

  3. 3
    v0x=20cos⁑30∘=103β‰ˆ17.3 m/s,v0y=20sin⁑30∘=10 m/sv_{0x} = 20\cos30^\circ = 10\sqrt{3} \approx 17.3\ \text{m/s}, \quad v_{0y} = 20\sin30^\circ = 10\ \text{m/s}
  4. 4

    Calculate horizontal position:

  5. 5
    x=v0xt=(17.3)(1.0)=17.3β‰ˆ17 mx = v_{0x}t = (17.3)(1.0) = 17.3 \approx 17\ \text{m}
  6. 6

    Calculate vertical position:

  7. 7
    y=v0ytβˆ’12gt2=(10)(1)βˆ’(4.9)(12)=5.1 my = v_{0y}t - \frac{1}{2}gt^2 = (10)(1) - (4.9)(1^2) = 5.1\ \text{m}
  8. 8

    Final result: After 1 second, the projectile is 17 m horizontally and 5.1 m vertically above the launch point.

Exam tip:

Always draw and label your coordinate system explicitly, marking the positive y direction, to eliminate 90% of common sign errors on the AP exam.

2. Projectiles Launched From Level Groundβ˜…β˜…β˜†β˜†β˜†β± 3 min

When a projectile launches and lands at the same vertical elevation (), we can derive simplified expressions for time of flight, maximum height, and range that speed up multiple-choice calculations.

πŸ”¬ Derivation
Goal:

Derive simplified formulas for symmetric level-ground projectile motion

Starting from:

Vertical displacement equation

  1. 1

    Set in the vertical displacement equation:

  2. 2
    0=v0ytβˆ’12gt2=t(v0yβˆ’12gt)0 = v_{0y}t - \frac{1}{2}gt^2 = t\left(v_{0y} - \frac{1}{2}gt\right)
  3. 3

    The non-trivial solution (excluding launch at ) gives total time of flight:

  4. 4
    ttotal=2v0yg=2v0sin⁑θ0gt_{total} = \frac{2v_{0y}}{g} = \frac{2v_0\sin\theta_0}{g}
  5. 5

    Maximum height occurs when vertical velocity , at half the total time. Substituting back gives maximum height:

  6. 6
    H=v02sin⁑2θ02gH = \frac{v_0^2\sin^2\theta_0}{2g}
  7. 7

    Range (total horizontal distance) is , which simplifies to:

  8. 8
    R=v02sin⁑2θ0gR = \frac{v_0^2 \sin2\theta_0}{g}
Result:

Maximum range for level-ground launch occurs at , since reaches its maximum value of 1 at .

πŸ“ Worked Example

A soccer player kicks a ball from ground level with an initial speed of 22 m/s at 35Β° above the horizontal. What is the maximum height reached by the ball, and what is its total range?

  1. 1

    Confirm launch and landing are at the same elevation, so simplified formulas apply.

  2. 2

    Calculate maximum height:

  3. 3
    H=v02sin⁑2ΞΈ02g=(222)(sin⁑35∘)22(9.8)β‰ˆ8.1 mH = \frac{v_0^2\sin^2\theta_0}{2g} = \frac{(22^2)(\sin35^\circ)^2}{2(9.8)} \approx 8.1\ \text{m}
  4. 4

    Calculate total range:

  5. 5
    R=v02sin⁑2ΞΈ0g=484(sin⁑70∘)9.8β‰ˆ46 mR = \frac{v_0^2\sin2\theta_0}{g} = \frac{484(\sin70^\circ)}{9.8} \approx 46\ \text{m}
  6. 6

    Final result: Maximum height β‰ˆ 8.1 m, total range β‰ˆ 46 m.

Exam tip:

The simplified range formula only works for level ground (equal launch and landing elevation). Never use it for projectiles launched from cliffs or hills unless you confirm elevations are equal.

3. Projectiles Launched From Uneven Elevationβ˜…β˜…β˜…β˜†β˜†β± 4 min

Most non-routine AP Physics 1 projectile problems involve launch and landing at different elevations, such as throwing a ball off a building or launching a projectile at a target on a hill. Simplified level-ground formulas do not apply here, so we always return to the core kinematic equations and solve for time first.

  1. Write the vertical displacement equation using the known final y position

  2. Rearrange into standard quadratic form in

  3. Discard any non-physical negative time solution

  4. Use the valid positive time to solve for unknown horizontal distance or velocity

πŸ“ Worked Example

A cannon sits on top of a 45 m tall cliff. It fires a cannonball with initial speed 85 m/s at 25Β° above the horizontal, toward flat ground below the cliff. What is the horizontal distance from the base of the cliff to where the cannonball lands?

  1. 1

    Set origin at the cannon, positive y upward, so , final . Resolve initial velocity components:

  2. 2
    v0x=85cos⁑25βˆ˜β‰ˆ77.0 m/s,v0y=85sin⁑25βˆ˜β‰ˆ36.0 m/sv_{0x} = 85\cos25^\circ \approx 77.0\ \text{m/s}, \quad v_{0y} = 85\sin25^\circ \approx 36.0\ \text{m/s}
  3. 3

    Substitute into the vertical displacement equation and rearrange to quadratic form:

  4. 4
    βˆ’45=36tβˆ’4.9t2β€…β€ŠβŸΉβ€…β€Š4.9t2βˆ’36tβˆ’45=0-45 = 36t - 4.9t^2 \implies 4.9t^2 - 36t - 45 = 0
  5. 5

    Solve with the quadratic formula , where , , :

  6. 6
    t=36Β±362+4(4.9)(45)9.8β‰ˆ36Β±46.59.8t = \frac{36 \pm \sqrt{36^2 + 4(4.9)(45)}}{9.8} \approx \frac{36 \pm 46.5}{9.8}
  7. 7

    Discard the negative solution , so valid time is .

  8. 8

    Calculate total horizontal distance:

  9. 9
    x=v0xt=(77.0)(8.4)β‰ˆ650 mx = v_{0x}t = (77.0)(8.4) \approx 650\ \text{m}

Exam tip:

If you get two positive solutions for , one corresponds to passing the target y-position on the way up, and the other on the way down. Pick the solution that matches the problem's description of where the projectile lands.

4. AP-Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Quick check

Test your understanding of core projectile motion concepts with these AP-style questions:

  1. A ball is thrown horizontally off the top of a 19.6 m tall building with an initial horizontal speed of 15 m/s. What is the time of flight of the ball before it hits the ground? Ignore air resistance.

    • 1.0 s

    • 2.0 s

    • 4.0 s

    • 15 s

    Reveal answer
    1 β€”

    Time of flight depends only on vertical motion. With , . Horizontal speed does not affect time of flight due to independence of motion.

  2. A rock is thrown from the top of a cliff at an angle above the horizontal, landing on the ground below. To maximize the horizontal range, what launch angle should you use?

    • Equal to 45Β°

    • Greater than 45Β°

    • Less than 45Β°

    • Range is the same for all angles

    Reveal answer
    2 β€”

    For uneven elevation where launch is higher than landing, maximum range occurs at an angle less than 45Β°, because increasing the horizontal component of velocity gives a larger gain in range than increasing time of flight from a higher launch angle.

5. Common Pitfalls

Wrong move:

Claiming total velocity of a projectile at maximum height is zero

Why:

Students correctly remember vertical velocity is zero at maximum height, but forget horizontal velocity remains constant throughout the entire flight

Correct move:

At maximum height, total velocity equals the constant initial horizontal velocity

Wrong move:

Using the level-ground range formula for projectiles launched from uneven elevation

Why:

Students memorize the simplified formula and forget it only applies when launch and landing elevation are equal

Correct move:

Always confirm before using the simplified range formula; if not, solve the quadratic for time first

Wrong move:

Adding horizontal and vertical velocity as scalars to get total speed ()

Why:

Students forget velocity is a vector, and add perpendicular components incorrectly

Correct move:

Calculate total speed using the Pythagorean theorem:

Wrong move:

Using radians instead of degrees on a calculator for sine/cosine of launch angles

Why:

Students forget to check calculator mode before starting calculations, leading to incorrect numerical results

Correct move:

Confirm your calculator is set to degrees before starting any projectile problem; launch angles are almost always given in degrees on the AP exam

Wrong move:

Adding non-zero acceleration to the horizontal velocity calculation

Why:

Students overcomplicate problems and incorrectly assume gravity has a horizontal component

Correct move:

Write at the start of every projectile problem to remind yourself horizontal velocity is constant

Wrong move:

Mixing sign conventions, using when positive y is upward

Why:

Students encounter conflicting conventions from different sources and forget to adjust all terms consistently

Correct move:

Write your chosen convention and the value of explicitly next to your coordinate system before starting calculations

6. Quick Reference Cheatsheet

Category

Formula

Notes

Core Principle

Horizontal and vertical motions are independent

All projectiles, no air resistance

Initial Velocity Components

,

= launch angle above horizontal

Acceleration Components

,

Positive y upward convention, no air resistance

Horizontal Kinematics

Always true for projectiles

Vertical Kinematics

Always true near Earth's surface

Level Ground Time of Flight

Only valid when

Level Ground Maximum Height

Maximum height above launch, level ground only

Level Ground Range

Max range at 45Β°, level ground only

Total Speed at Time

Always true, combines perpendicular components

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Projectile maximum height calculation

  • 2022 Β· FRQ

    Uneven elevation projectile range

What's Next

Projectile motion is the first core 2D kinematics topic you learn in AP Physics 1, and it is a foundational prerequisite for all future topics involving motion in multiple dimensions. The core principle of independent perpendicular motion and consistent sign conventions you practice here will be used repeatedly in later units. Next, you will extend these principles of vector resolution to analyze forces in 2D, including inclined planes and static equilibrium. Later, projectile motion concepts underpin analysis of uniform circular motion, orbital motion, and 2D collision problems where momentum is conserved. Mastering this topic now will make all higher-dimensional motion problems much easier to set up and solve correctly on the exam.