Skip to main content
United StatesPhysics C: MechanicsSyllabus dot point

How do we treat motion in two dimensions as two independent one-dimensional problems, and how does calculus describe projectile motion and general planar motion?

Topic 1.5 Vectors and Motion in Two Dimensions: analyze two-dimensional motion by resolving into independent perpendicular components, apply this to projectile motion, and use vector calculus for general planar motion.

A focused answer to AP Physics C: Mechanics Topic 1.5, covering two-dimensional motion as independent perpendicular components, projectile motion with constant horizontal velocity and constant vertical acceleration, the vector position-velocity-acceleration relationships in a plane, and parabolic trajectories, with calculus-based worked examples.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Two dimensions as two independent problems
  3. The vector description
  4. Projectile motion
  5. Try this

What this topic is asking

The College Board (Topic 1.5) wants you to analyze two-dimensional motion by resolving it into two independent one-dimensional problems on perpendicular axes, and to apply this to projectile motion, where the horizontal velocity is constant and the vertical motion is free fall. In AP Physics C the position, velocity and acceleration are vectors r(t)\vec{r}(t), v(t)\vec{v}(t), a(t)\vec{a}(t) related by differentiation, and a projectile's parabolic path follows from eliminating time between the two component equations.

Two dimensions as two independent problems

This independence is the central idea. A projectile's horizontal motion does not "know" about its vertical motion: a bullet fired horizontally and a bullet dropped from the same height hit the ground at the same instant, because their vertical motions are identical. The strategy for any 2D problem is to resolve the initial velocity into components, write the kinematics for each axis separately, and use tt as the link.

The vector description

In AP Physics C the cleanest statement uses vectors. The position is r(t)=x(t)ı^+y(t)ȷ^\vec{r}(t) = x(t)\hat{\imath} + y(t)\hat{\jmath}, and the velocity and acceleration are its derivatives, taken component by component:

v(t)=drdt=dxdtı^+dydtȷ^,a(t)=dvdt=d2xdt2ı^+d2ydt2ȷ^.\vec{v}(t) = \frac{d\vec{r}}{dt} = \frac{dx}{dt}\hat{\imath} + \frac{dy}{dt}\hat{\jmath}, \qquad \vec{a}(t) = \frac{d\vec{v}}{dt} = \frac{d^2x}{dt^2}\hat{\imath} + \frac{d^2y}{dt^2}\hat{\jmath}.

Because differentiation acts on each component separately, a 2D problem is genuinely two 1D problems. This formalism also handles non-projectile planar motion (a particle whose xx and yy are arbitrary functions of time), which AP Physics C does test: differentiate each component to get the velocity and acceleration vectors at any instant.

Projectile motion

A projectile moves under gravity alone after launch. Resolving the launch velocity into v0x=v0cosθv_{0x} = v_0\cos\theta and v0y=v0sinθv_{0y} = v_0\sin\theta:

  • Horizontal: ax=0a_x = 0, so vx=v0xv_x = v_{0x} is constant and x=v0xtx = v_{0x}\,t.
  • Vertical: ay=ga_y = -g, so vy=v0ygtv_y = v_{0y} - gt and y=v0yt12gt2y = v_{0y}t - \tfrac{1}{2}gt^2.

From these come the standard results. At the top of the path vy=0v_y = 0, giving the maximum height H=v0y2/(2g)H = v_{0y}^2/(2g). The time of flight for a launch and landing at the same height is t=2v0y/gt = 2v_{0y}/g. The range is R=v0xt=v02sin(2θ)/gR = v_{0x}\,t = v_0^2\sin(2\theta)/g, which is greatest at θ=45\theta = 45^\circ. Eliminating tt between the two equations gives the trajectory y=(tanθ)xg2v02cos2θx2y = (\tan\theta)x - \dfrac{g}{2v_0^2\cos^2\theta}x^2, a downward parabola.

Try this

Q1. A projectile is launched at 4040 m/s at 5353^\circ above the horizontal (g=9.8g = 9.8 m/s squared). Calculate the maximum height. [3 points]

  • Cue. v0y=40sin53=32v_{0y} = 40\sin 53^\circ = 32 m/s; H=v0y2/(2g)=322/(2×9.8)=52H = v_{0y}^2/(2g) = 32^2/(2\times 9.8) = 52 m.

Q2. State the launch angle that maximizes the range of a projectile over level ground, and explain why. [2 points]

  • Cue. 4545^\circ: the range R=v02sin(2θ)/gR = v_0^2\sin(2\theta)/g is greatest when sin(2θ)=1\sin(2\theta) = 1, i.e. 2θ=902\theta = 90^\circ.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2024 (style)5 marksSection II (FRQ, quantitative). A projectile is launched from ground level at 2020 m/s at 3030^\circ above the horizontal. Take g=9.8g = 9.8 m/s squared and neglect air resistance. (a) Determine the horizontal and vertical components of the initial velocity. (b) Calculate the time of flight. (c) Calculate the maximum height. (d) Calculate the horizontal range. (e) Derive the equation of the trajectory y(x)y(x).
Show worked answer →

A 5-point projectile FRQ ending in a derivation.

(a) Components (1 point): v0x=20cos30=17.3v_{0x} = 20\cos 30^\circ = 17.3 m/s; v0y=20sin30=10.0v_{0y} = 20\sin 30^\circ = 10.0 m/s.
(b) Time of flight (1 point): vertical motion returns to y=0y = 0: 0=v0yt12gt2t=2v0yg=2(10.0)9.8=2.00 = v_{0y}t - \tfrac{1}{2}gt^2 \Rightarrow t = \dfrac{2v_{0y}}{g} = \dfrac{2(10.0)}{9.8} = 2.0 s.
(c) Maximum height (1 point): at the top vy=0v_y = 0: H=v0y22g=10.022(9.8)=5.1H = \dfrac{v_{0y}^2}{2g} = \dfrac{10.0^2}{2(9.8)} = 5.1 m.
(d) Range (1 point): R=v0xt=17.3×2.0=35R = v_{0x}\,t = 17.3 \times 2.0 = 35 m.
(e) Trajectory (1 point): eliminate tt using x=v0xtx = v_{0x}t, so t=x/v0xt = x/v_{0x}, and y=v0yt12gt2=tan(30)xg2v0x2x2y = v_{0y}t - \tfrac{1}{2}gt^2 = \tan(30^\circ)\,x - \dfrac{g}{2v_{0x}^2}x^2, a downward parabola.

Markers reward treating the horizontal and vertical motions independently and eliminating time to get the parabolic path.

AP 2021 (style)1 marksSection I (multiple choice). A ball is thrown horizontally off a cliff at the same instant an identical ball is dropped from rest beside it. Ignoring air resistance, which lands first? (A) the thrown ball (B) the dropped ball (C) they land together (D) it depends on the throw speed. Justify your reasoning.
Show worked answer →

A 1-point conceptual MCQ. The answer is (C).

The horizontal and vertical motions are independent. Both balls start with zero vertical velocity and fall under the same vertical acceleration gg from the same height, so their vertical motions are identical and they hit the ground at the same time. The horizontal velocity of the thrown ball carries it farther across but does not change the fall time. The trap is to think the faster-moving ball somehow stays up longer.

Related dot points

Sources & how we know this