Study Path Agent Study Path Agent
Generate Your Own
Projectile motion
88 topics across 6 chapters
Chapter 1
Math and coordinate foundations for projectile motion
1
Vectors and components (i, j; magnitude; direction)
2 subtopics
2
Practice: convert between polar and Cartesian vector forms
3
Practice: resolve a velocity vector into x/y components
4
Trigonometry for decomposing velocity (sin, cos, tan)
2 subtopics
5
Practice: compute angles from components using arctan2 and signs
6
Practice: use sin/cos to find components from speed and angle
7
Reference frames, axes choice, and sign conventions
2 subtopics
8
Choose axes for an inclined plane vs horizontal ground problems
9
Practice: apply consistent sign conventions in 2D kinematics
10
Units, dimensional analysis, and significant figures
2 subtopics
11
Practice: unit conversions (m/s ↔ km/h; degrees ↔ radians)
12
Practice: dimensional analysis checks for range/time/height formulas
Chapter 2
Kinematics basics (motion in 1D and 2D)
13
Displacement, velocity, acceleration (conceptual + graphical)
2 subtopics
14
Interpret slope and area on position/velocity graphs
15
Practice: sketch x(t), y(t), vx(t), vy(t), ax(t), ay(t) for a projectile
16
Constant-acceleration equations in 1D
2 subtopics
17
Practice: solve 1D constant-acceleration problems with the 5 equations
18
Practice: pick the correct kinematics equation without over-solving
19
2D motion as two independent 1D motions
2 subtopics
20
Set up coupled x/y equations with shared time variable
21
Practice: eliminate time between x(t) and y(t) in simple cases
22
Gravity as (approximately) constant acceleration near Earth
2 subtopics
23
Know and use g ≈ 9.8 m/s² (and sign) near Earth
24
Practice: identify when constant-g approximation is acceptable
Chapter 3
Ideal projectile motion (no air resistance)
25
Model assumptions for ideal projectile motion
2 subtopics
26
List the idealizations: no drag, flat Earth, constant g, no lift
27
Practice: decide which idealizations are violated in real scenarios
28
Launch speed and launch angle decomposition (v0x, v0y)
3 subtopics
Practice: resolve a velocity vector into x/y components (see Chapter 1)
Practice: use sin/cos to find components from speed and angle (see Chapter 1)
29
Practice: compute v0x and v0y for multiple launch angles quickly
30
Time of flight, maximum height, and range (level ground)
4 subtopics
31
Derive time of flight for level-ground launch/landing
32
Derive maximum height from vy(t)=0 (or energy)
33
Derive range formula R = v0² sin(2θ)/g (and interpret)
34
Practice: solve for θ or v0 given range/time/height constraints
35
Trajectory equation y(x) and parabola properties
2 subtopics
36
Derive y(x) by eliminating time and identify parabola coefficients
37
Practice: find where the trajectory intersects a given horizontal line
38
Energy and momentum perspectives (when useful)
2 subtopics
39
When to use conservation of energy vs kinematics in projectile problems
40
Practice: combine energy (speed vs height) with kinematics (timing)
Chapter 4
Problem-solving workflows and common projectile problem types
41
Given-unknown diagrams and variable selection (what to solve for first)
2 subtopics
42
Practice: draw a labeled diagram and list givens/unknowns with units
43
Practice: choose the first equation to solve based on unknown count
44
Common scenarios: launched from height or landing at different height
3 subtopics
45
Solve y(t) with nonzero initial height (y0)
46
Practice: find time to hit the ground from a cliff (quadratic in t)
47
Practice: range when landing height differs from launch height
48
Targeting problems: hit a target at known (x,y)
2 subtopics
49
Set up equations for passing through a point (xT, yT)
50
Practice: solve for launch angle(s) that hit a target at same height
51
Relative motion extensions: moving launch/landing platforms
2 subtopics
52
Add/subtract platform velocity (Galilean transformation)
53
Practice: projectile launched from a moving cart/plane problem
54
Error checking: limiting cases, symmetry, and sanity checks
2 subtopics
55
Practice: use symmetry (rise time = fall time on level ground) to check
56
Practice: check extreme angles θ→0 and θ→90 for range/height behavior
Chapter 5
Beyond the ideal model: drag, wind, and rotation
57
Linear drag (proportional to v): qualitative behavior and equations
2 subtopics
58
Write the linear drag force model Fd = -b v and terminal speed idea
59
Practice: compare ideal vs linear-drag trajectories qualitatively
60
Quadratic drag (proportional to v²): modeling and numerical solution idea
2 subtopics
61
Write the quadratic drag model Fd = -(1/2)ρCdA v² v-hat
62
Practice: implement quadratic drag update step in a spreadsheet/program
63
Wind and non-uniform g (when the ideal model breaks)
2 subtopics
64
Model wind as relative airspeed (v - v_wind) in drag force
65
Practice: decide when wind can be ignored for a given scenario
66
Spin and the Magnus effect (sports trajectories)
2 subtopics
67
Concept: lift from spin (Magnus) changes curvature and range
68
Practice: explain a curveball/soccer bend using force diagrams
Chapter 6
Measurement, simulation, and verification
69
Video analysis of a projectile (phone camera + tracker)
2 subtopics
70
Collect video data with a known length scale and consistent camera angle
71
Practice: extract x(t), y(t) points and fit to the ideal model
72
Build a simple simulation (step-by-step integration)
3 subtopics
73
Euler vs semi-implicit Euler updates for velocity/position
74
Practice: choose timestep size and see numerical stability effects
75
Practice: simulate ideal projectile and verify range/time formulas
76
Compare model vs data: estimate g, v0, and drag parameters
2 subtopics
77
Estimate g from fit to y(t) or y(x) and interpret error sources
78
Practice: infer an effective drag parameter by matching range reduction
79
Communicate results: plots, uncertainty, and assumptions
2 subtopics
80
Make clear plots: trajectory, vx/vy vs time, residuals
81
Practice: write an assumptions/limitations section for a lab report