Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Projectile Motion study guide free?▾
Yes — all study notes, flashcards, and practice problems for Projectile Motion on Study Mondo are 100% free. No account is needed to access the content.
What course covers Projectile Motion?▾
Projectile Motion is part of the AP Physics 1 course on Study Mondo, specifically in the Kinematics section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Projectile Motion?
vx=v0x=constant
Vertical motion: constant acceleration due to gravity
ay=−g=−9.8 m/s2
Parabolic path: The trajectory is a parabola
Independence: Horizontal and vertical motions are independent
Initial Velocity Components
If launched at angle θ0 with initial speed v0:
v0x=v0cosθ0v0y=v0sinθ0
Equations of Motion
Horizontal Direction (constant velocity)
x=x0+v0xtvx=v0x=constant
Vertical Direction (constant acceleration)
y=y0+v0yt−21gt2vy=v0y−gtvy2=v0y2−
Note: Using −g for downward acceleration.
Key Features of Parabolic Trajectory
At the Peak
Vertical velocity:vy=0 (changes from positive to negative)
Horizontal velocity:vx=v0x (unchanged)
Total velocity:v=vx (purely horizontal)
Acceleration:a=−g (always downward, even at peak!)
Symmetry Properties
For projectile launched and landing at same height:
Time up = Time downtup=tdown=gv0y
Total time of flight:ttotal=g
Maximum height:hmax=2g
Range (horizontal distance):R=gv02
Landing speed = Launch speed (magnitude)
Landing angle = Launch angle (below horizontal)
Special Cases
Horizontal Launch (θ0=0°)
v0x=v0
v0y=0
Time in air: t=g2h where is initial height
Vertical Launch (θ0=90°)
v0x=0 (no horizontal motion)
v0y=v0
1D motion only
45° Launch (Maximum Range)
For a given speed v0, θ0=45° gives maximum range
Rmax=gv02
Complementary Angles
θ0 and (90°−θ0) give the same range
Example: 30° and 60° both give same range (but different trajectories!)
Problem-Solving Strategy
Draw a diagram showing trajectory
Set up coordinate system (origin at launch point)
List knowns:v0, θ0, x0, y0, etc.
Break v0 into components:v0x and v
Write separate equations for x and y
Use time as the link between horizontal and vertical
Solve step by step
Common Questions
Q: What is the acceleration at the peak?
A: a=−g downward. Acceleration is always−g throughout flight!
Q: What is the velocity at the peak?
A: v=vx=v0x (horizontal only, since vy=0)
Q: How do you find time to reach maximum height?
A: Use vy=v0y−gt and set vy=0: t=gv0y
Q: How do you find range?
A: Find total time of flight, then R=vx⋅ttotal
Real-World Applications
Sports: basketball, soccer, golf, baseball
Military: ballistics, artillery
Engineering: water fountains, sprinkler systems
Space: satellite trajectories (approximately)
v0=20
Launch angle: θ0=30°
Find:v0x and v0y
Horizontal component:v0x=v0cosθ0v0x=20cos(30°)v0x=20×0.866v0x≈17.3 m/s
Vertical component:v0y=v0sinθ0v0y=20sin(30°)v0y=20×0.5v0y=10 m/s
Answers:
Horizontal component: 17.3 m/s
Vertical component: 10 m/s
Check:17.32+102=299.29+100≈20 m/s ✓
2Problem 2medium
❓ Question:
A ball is kicked at 20 m/s at an angle of 37° above the horizontal. Use g = 10 m/s². (a) What are the horizontal and vertical components of the initial velocity? (b) What is the maximum height? (c) What is the time of flight? (d) What is the range?
💡 Show Solution
Solution:
Given: v₀ = 20 m/s, θ = 37°, g = 10 m/s²
Note: sin 37° ≈ 0.60, cos 37° ≈ 0.80
(a) Initial velocity components:
v₀ₓ = v₀ cos θ = 20(0.80) = 16 m/s
v₀ᵧ = v₀ sin θ = 20(0.60) = 12 m/s
(b) Maximum height:
At max height, vᵧ = 0
Using vᵧ² = v₀ᵧ² - 2gΔy
0 = (12)² - 2(10)Δy
20Δy = 144
Δy = 7.2 m
(c) Time of flight:
Using Δy = v₀ᵧt - ½gt² with Δy = 0 (lands at same height)
0 = 12t - 5t²
t(12 - 5t) = 0
t = 0 or t = 12/5 = 2.4 s
(d) Range:
R = v₀ₓ × t_total = 16 × 2.4 = 38.4 m or 38 m
Alternatively: R = (v₀² sin 2θ)/g = (400 × sin 74°)/10 ≈ 38.4 m
3Problem 3medium
❓ Question:
A projectile is launched horizontally from a cliff 80 m high with initial speed 30 m/s. How long is it in the air, and how far from the base of the cliff does it land? (Use g=10 m/s²)
💡 Show Solution
Given:
Initial height: y0=80 m
Horizontal launch: θ0=
4Problem 4hard
❓ Question:
A ball rolls off a table 1.2 m high with a horizontal velocity of 3.0 m/s. (a) How long does it take to hit the ground? (b) How far from the base of the table does it land? (c) What is its velocity (magnitude and direction) just before impact?
💡 Show Solution
Solution:
Given: h = 1.2 m, v₀ₓ = 3.0 m/s, v₀ᵧ = 0 (horizontal launch), g = 10 m/s²
(a) Time to hit ground:
Using Δy = v₀ᵧt + ½gt² (taking down as positive)
1.2 = 0 + ½(10)t²
1.2 = 5t²
t² = 0.24
t = 0.49 s or 0.5 s
(b) Horizontal distance:
x = v₀ₓt = 3.0 × 0.49 = 1.47 m or 1.5 m
(c) Velocity at impact:
Horizontal: vₓ = v₀ₓ = 3.0 m/s (constant)
Vertical: vᵧ = v₀ᵧ + gt = 0 + 10(0.49) = 4.9 m/s (downward)
Magnitude: v = √(vₓ² + vᵧ²) = √(3.0² + 4.9²) = √(9 + 24) = 5.7 m/s
A soccer ball is kicked at 25 m/s at an angle of 37° above horizontal. Find: (a) the maximum height reached, (b) the time of flight, and (c) the range. Use g=10 m/s² and sin(37°)≈0.6, cos(37°)≈0.8.
💡 Show Solution
Given:
Initial speed: v0=25 m/s
Launch angle: θ
▾
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
2g(y−
y0)
2v0y
=
g2v0sinθ0
v0y2
=
2g(v0sinθ0)2
s
i
n
(
2
θ0
)
h
0y
0°
Initial speed: v0=30 m/s
v0x=30 m/s, v0y=0 m/s
g=10 m/s²
Find:
Time in air
Horizontal distance (range)
Part 1: Time in air
Use vertical motion equation:
y=y0+v0yt−21gt2
At landing, y=0:
0=80+0⋅t−21(10)t20=80−5t25t2=80t2=16t=4 s
Part 2: Horizontal distance
Use horizontal motion (constant velocity):
x=v0x⋅tx=30×4x=120 m
Answers:
Time in air: 4 seconds
Horizontal distance: 120 m from base of cliff
Note: The horizontal speed doesn't affect time in air—only the height does!