COLLEGE PHYSICS • KINEMATICS & MOTION

Motion in Two or Three Dimensions

Extending kinematics beyond a single axis to describe projectile, circular, and general curvilinear motion using vector analysis.

Historical Context & Motivation

Most objects in nature do not confine themselves to straight lines. A thrown javelin, a planet sweeping along its orbit, or an electron spiraling in a magnetic field—all trace paths that demand more than one coordinate to describe. The study of multidimensional kinematics grew from the realization that a single scalar equation of motion was insufficient for capturing the richness of the physical world. Galileo's famous inclined-plane experiments hinted at this complexity when he decomposed the motion of a cannonball into independent horizontal and vertical components—an insight that would echo through centuries of mechanics.

Before vector notation existed, natural philosophers struggled to unify the description of curved trajectories. The breakthrough came in stages: first, Galileo demonstrated that projectile motion is a superposition of two independent one-dimensional motions; then Newton formalized the laws governing forces and accelerations in arbitrary directions; and finally, the language of vectors—developed in the nineteenth century—provided the compact, elegant framework we use today. Understanding this history illuminates why we treat each spatial component of motion as an independent kinematic problem linked together by time.

1638
Galileo's Parabolic Trajectory
In Two New Sciences, Galileo shows that a projectile follows a parabolic path by treating horizontal and vertical motions independently—the first systematic decomposition of two-dimensional motion.
1687
Newton's Principia
Isaac Newton publishes the Principia Mathematica, establishing F = ma as a vector equation and extending kinematics to three dimensions within a unified framework of forces and accelerations.
1844
Grassmann's Extension Theory
Hermann Grassmann introduces a systematic algebra of directed quantities, laying algebraic groundwork for the modern treatment of vectors in multidimensional space.
1881
Gibbs & Heaviside Vector Calculus
J. Willard Gibbs and Oliver Heaviside independently formalize modern vector notation—dot products, cross products, and unit vectors—providing the language that makes multidimensional kinematics concise and computationally practical.

The central question this lesson addresses is: How do we describe and predict the position, velocity, and acceleration of an object that moves along a curved path in two or three spatial dimensions? Answering this question requires extending the scalar kinematic equations you already know into vector form, decomposing motion along independent axes, and recognizing when components couple—as in circular motion where the acceleration vector continuously changes direction.

Core Principles & Definitions

Multidimensional kinematics rests on a small set of powerful ideas. The first is that a particle's state at any instant is captured by its position vector r⃗(t), which sweeps out a trajectory as time evolves. By differentiating this vector with respect to time, we obtain the velocity vector v⃗(t) = dr⃗/dt, and differentiating once more yields the acceleration vector a⃗(t) = dv⃗/dt. The second crucial idea is the independence of components: in a Cartesian coordinate system, the x-, y-, and z-components of motion obey separate one-dimensional kinematic equations, linked only by the shared parameter t. This independence is what makes multidimensional problems tractable—you solve each axis separately and then recombine the results vectorially.

1

Position Vector r⃗(t)

The directed line segment from the origin to the particle's location. In 3D: r⃗ = x(t) î + y(t) ĵ + z(t) k̂. Its tip traces the trajectory of the motion.
2

Velocity Vector v⃗(t)

The time derivative of the position vector, always tangent to the trajectory. Its magnitude |v⃗| is the speed, a scalar, while the direction specifies the instantaneous heading.
3

Acceleration Vector a⃗(t)

The time derivative of velocity. It can change the speed (tangential component) or the direction (centripetal component), or both simultaneously.
4

Independence of Components

Each Cartesian component evolves independently: ax affects vx and x only. This reduces a vector problem into parallel scalar problems sharing the same clock.
5

Superposition of Motions

Any 2D or 3D trajectory can be viewed as the vector sum of independent motions along each axis. This is the foundation of projectile motion analysis and extends naturally to non-Cartesian decompositions.
KEY TAKEAWAY
Think of multidimensional motion like a film projector casting a 3D scene onto two perpendicular screens. Each screen shows a separate 1D movie—the x-projection on one wall, the y-projection on another—and each movie follows the kinematic equations you already know. When you reconstruct the two films into one composite image, you recover the full 2D (or 3D) trajectory. The key principle is that gravity pulling downward doesn't care about horizontal speed, and horizontal inertia doesn't care about vertical free fall; each axis lives in its own kinematic universe, synchronized only by the shared timeline.

Visualizing Projectile Motion

The diagram below illustrates a classic projectile trajectory in two dimensions, launched at an angle θ₀ above the horizontal with initial speed v₀. The parabolic path is shown alongside the velocity and acceleration vectors at several representative instants, making it clear how the horizontal component of velocity remains constant while the vertical component changes linearly under gravitational acceleration.

A projectile launched at angle θ₀ traces a parabolic arc (violet dashed curve). Cyan arrows show velocity vectors at five instants: note that the horizontal component remains constant while the vertical component shrinks to zero at the peak and then reverses. Red arrows show the constant downward gravitational acceleration a⃗ = −g ĵ at each point.

Several key features are visible in the diagram. At the launch point (t₀), the velocity vector v⃗₀ points at angle θ₀ above the horizontal and can be decomposed into its Cartesian components v₀ₓ = v₀ cos θ₀ (green, horizontal) and v₀ᵧ = v₀ sin θ₀ (pink, vertical). As the projectile rises, the vertical component decreases linearly—at the peak (t₂), vᵧ = 0, and the velocity is purely horizontal. On the descent, vᵧ becomes increasingly negative, and by symmetry the speed at landing equals the launch speed when the landing elevation matches the launch elevation. Throughout the entire flight, the acceleration vector points straight down with magnitude g ≈ 9.8 m/s², regardless of the projectile's position or velocity. This constancy of a⃗ is what makes the trajectory parabolic rather than some more complex curve.

Mathematical Framework

The kinematic equations for multidimensional motion are the vector generalization of the familiar one-dimensional formulas. When the acceleration a⃗ is constant, the position and velocity as functions of time follow directly from integration of a⃗ = dv⃗/dt and v⃗ = dr⃗/dt. We present the key equations below, first in full vector form and then decomposed into Cartesian components.

VECTOR POSITION EQUATION
r⃗(t) = r⃗₀ + v⃗₀ t + ½ a⃗ t²
r⃗₀ = initial position vector; v⃗₀ = initial velocity vector; a⃗ = constant acceleration vector; t = elapsed time. Each vector contains x, y (and z) components that evolve independently.
VECTOR VELOCITY EQUATION
v⃗(t) = v⃗₀ + a⃗ t
The velocity at time t equals the initial velocity plus the change accumulated from the constant acceleration. Each component: vx = v₀ₓ + ax t, vy = v₀ᵧ + ay t.
PROJECTILE: HORIZONTAL & VERTICAL COMPONENTS
x(t) = x₀ + v₀ cos θ₀ · t y(t) = y₀ + v₀ sin θ₀ · t − ½ g t²
For projectile motion near Earth's surface with ax = 0 and ay = −g. The horizontal motion is uniform (constant velocity), while the vertical motion is uniformly accelerated. Together they produce the parabolic path.
TRAJECTORY EQUATION (ELIMINATING TIME)
y = x tan θ₀ − [g / (2 v₀² cos² θ₀)] x²
Obtained by solving the x-equation for t and substituting into the y-equation (assuming x₀ = y₀ = 0). This is the equation of a downward-opening parabola, confirming the geometric shape of the trajectory. The range R = (v₀² sin 2θ₀) / g follows by setting y = 0.
📐 Derivation Note
The trajectory equation is derived by eliminating the parameter t between the two component equations. From x = v₀ cos θ₀ · t, we get t = x / (v₀ cos θ₀). Substituting into y = v₀ sin θ₀ · t − ½ g t² yields y = x tan θ₀ − g x² / (2 v₀² cos² θ₀). This algebraic trick of eliminating the parameter is a recurring motif in kinematics and appears again in parametric curve analysis in calculus.

Uniform Circular Motion & General Curvilinear Motion

Projectile motion is only one special case of two-dimensional kinematics. Another critically important case is uniform circular motion (UCM), in which a particle moves along a circle of radius r at constant speed v. Although the speed is constant, the velocity is not—it continuously changes direction, which means the particle is accelerating. The acceleration vector in UCM always points radially inward toward the center of the circle and has magnitude ac = v²/r. This centripetal acceleration is perpendicular to the velocity at every instant, which is why it changes the direction of v⃗ without altering its magnitude.

For more general curvilinear motion—where the speed is not constant and the path is not circular—the acceleration can be decomposed into a tangential component at (along the direction of motion, responsible for changing speed) and a normal (centripetal) component an (perpendicular to the velocity, responsible for changing direction). The total acceleration magnitude is |a⃗| = √(at² + an²). This tangential–normal decomposition is an alternative to the Cartesian decomposition and is often more physically intuitive for curved paths.

Left: In uniform circular motion, the velocity (cyan) is always tangent to the circle and the centripetal acceleration (red) always points toward the center. Right: For general curvilinear motion, the acceleration decomposes into a tangential component aₜ (green, changes speed) and a normal component aₙ (orange, changes direction).
Comparison of two fundamental types of two-dimensional motion
QuantityProjectile MotionUniform Circular Motion
Path shapeParabolaCircle
Acceleration directionConstant (downward)Radially inward (changing direction)
Acceleration magnitudeg ≈ 9.8 m/s² (constant)v²/r (constant if v constant)
SpeedChanges (min at peak)Constant
Best coordinatesCartesian (x, y)Polar (r, θ) or tangential-normal

Worked Example: Projectile Launched from a Cliff

A ball is launched from the top of a 45.0 m cliff with an initial speed of 30.0 m/s at an angle of 37.0° above the horizontal. Determine (a) the time of flight until the ball hits the ground below, (b) the horizontal range, and (c) the speed at impact. Take g = 9.80 m/s² and neglect air resistance.

Projectile from a Cliff
1
Step 1 — Identify Given Values & Coordinate SystemPlace the origin at the launch point with x positive to the right and y positive upward. Given: v₀ = 30.0 m/s, θ₀ = 37.0°, y₀ = 0 (the ground is at y = −45.0 m), g = 9.80 m/s². Compute the initial velocity components: v₀ₓ = v₀ cos 37.0° = 30.0 × 0.7986 = 23.96 m/s, and v₀ᵧ = v₀ sin 37.0° = 30.0 × 0.6018 = 18.05 m/s.
v₀ₓ = 23.96 m/s, v₀ᵧ = 18.05 m/s
2
Step 2 — Find Time of Flight (Part a)The ball hits the ground when y = −45.0 m. Using y = v₀ᵧ t − ½ g t²: −45.0 = 18.05 t − 4.90 t². Rearranging: 4.90 t² − 18.05 t − 45.0 = 0. Apply the quadratic formula: t = [18.05 ± √(18.05² + 4 × 4.90 × 45.0)] / (2 × 4.90) = [18.05 ± √(325.8 + 882.0)] / 9.80 = [18.05 ± √1207.8] / 9.80 = [18.05 ± 34.75] / 9.80. Taking the positive root: t = (18.05 + 34.75) / 9.80 = 52.80 / 9.80 ≈ 5.39 s.
t = 5.39 s
3
Step 3 — Find Horizontal Range (Part b)Since the horizontal motion is uniform: x = v₀ₓ × t = 23.96 m/s × 5.39 s ≈ 129.1 m.
Range R ≈ 129 m
4
Step 4 — Find Speed at Impact (Part c)At impact, vₓ = v₀ₓ = 23.96 m/s (horizontal velocity is unchanged). The vertical velocity: vᵧ = v₀ᵧ − g t = 18.05 − 9.80 × 5.39 = 18.05 − 52.82 = −34.77 m/s (negative means downward). The speed is the magnitude: v = √(vₓ² + vᵧ²) = √(23.96² + 34.77²) = √(574.1 + 1209.0) = √1783.1 ≈ 42.2 m/s.
v ≈ 42.2 m/s
5
Step 5 — Verify with Energy ConservationAs a check, apply conservation of energy (no air resistance): ½ m v² = ½ m v₀² + m g h, so v = √(v₀² + 2 g h) = √(30.0² + 2 × 9.80 × 45.0) = √(900 + 882) = √1782 ≈ 42.2 m/s. This confirms the kinematic result, demonstrating consistency between the vector decomposition approach and energy methods.
✓ Confirmed: v ≈ 42.2 m/s

Coordinate System Choices: Strengths & Limitations

The choice of coordinate system can dramatically simplify—or complicate—a multidimensional kinematics problem. Cartesian coordinates (x, y, z) are natural when the acceleration is constant in both magnitude and direction, as in projectile motion near Earth's surface. However, when the motion follows a curved path, especially a circle or a more complex orbit, polar or intrinsic (tangential–normal) coordinates may reveal the underlying physics more transparently. The table below compares the most commonly used coordinate systems in two- and three-dimensional kinematics, highlighting where each excels and where it falls short.

Common coordinate systems for multidimensional kinematics
Coordinate SystemStrengthsLimitations
Cartesian (x, y, z)Components decouple for constant a⃗; straightforward integration; intuitive for linear or parabolic pathsEquations become cumbersome for circular or orbital paths; unit vectors are fixed, hiding rotational physics
Polar (r, θ)Natural for central-force problems and circular motion; separates radial from angular dynamicsUnit vectors rotate with the particle; velocity and acceleration formulas include Coriolis-like cross terms (ṙ θ̇)
Tangential–Normal (t, n)Directly separates speed-changing from direction-changing acceleration; physically intuitive for any curveRequires knowing the radius of curvature at each point; not ideal for finding position as a function of time
Cylindrical (r, θ, z)Extends polar into 3D; excellent for helical paths (e.g., charged particle in uniform magnetic field + electric field)Additional z-component bookkeeping; same rotational-unit-vector complications as polar
Spherical (r, θ, φ)Natural for 3D central-force problems (gravity, Coulomb); aligns with symmetry of the forceComplicated velocity/acceleration expressions; overkill for planar motion
KEY TAKEAWAY
Choosing a coordinate system in multidimensional kinematics is like choosing a map projection in cartography—no single projection is ideal for every purpose, but a well-chosen one dramatically simplifies the representation. Cartesian coordinates are the Mercator projection: excellent for navigation near the equator (constant-acceleration problems) but distorting at the poles (circular motion). Polar coordinates are like an azimuthal projection: they shine for radially symmetric problems but complicate anything that isn't centered on the pole. The physics is identical regardless of choice; only the mathematical difficulty changes.

Connection to Advanced Dynamics & Non-Constant Acceleration

The constant-acceleration model presented in this lesson is a powerful but idealized starting point. In reality, many forces—and hence accelerations—depend on position, velocity, or time. Air resistance, for instance, produces a drag acceleration proportional to v² that couples the x- and y-equations, destroying the clean independence of components. In advanced mechanics courses (analytical mechanics, orbital mechanics), you will encounter these more general cases and learn techniques such as numerical integration, perturbation theory, and Lagrangian formulations to handle them. The table below previews how the introductory treatment connects to these advanced frameworks.

Introductory vs. advanced treatment of multidimensional motion
FeatureIntroductory Kinematics (This Lesson)Advanced Dynamics
AccelerationConstant vector a⃗a⃗(r⃗, v⃗, t) — position, velocity, and time dependent
Solution methodDirect integration → closed-form kinematic equationsDifferential equations (often solved numerically or via Lagrangian/Hamiltonian methods)
Component couplingx, y, z fully independentComponents may couple (e.g., drag force, Coriolis in rotating frames)
Reference frameInertial (non-rotating, non-accelerating)Non-inertial frames introduce fictitious forces (centrifugal, Coriolis)
Trajectory shapeParabola, circle, helixEllipses, spirals, chaotic orbits

Despite these generalizations, the conceptual toolkit you develop in this lesson—vector decomposition, the independence of orthogonal components under constant acceleration, the distinction between tangential and centripetal acceleration—remains the foundation upon which all advanced treatments are built. Mastering projectile and circular motion in introductory kinematics is not merely a prerequisite exercise; it trains the geometric and physical intuition required for orbital mechanics, rigid-body dynamics, and even relativistic motion in curved spacetime.

Practice Problems

PROBLEM 1CONCEPTUAL
A ball is thrown horizontally from the edge of a building. At the same instant, a second ball is dropped from rest from the same height. Neglecting air resistance, which ball hits the ground first? Explain your reasoning in terms of the independence of horizontal and vertical components.
PROBLEM 2BASIC CALCULATION
A soccer ball is kicked from ground level at 25.0 m/s at an angle of 53.0° above the horizontal on flat ground. Calculate the maximum height reached and the total horizontal range. Use g = 9.80 m/s².
PROBLEM 3INTERMEDIATE
A particle moves in the x–y plane with position r⃗(t) = (4.0 t − 1.0 t³) î + (5.0 t²) ĵ, where distances are in meters and time in seconds. Find the velocity and acceleration vectors at t = 2.0 s, and determine the angle between them.
PROBLEM 4APPLIED
A satellite in low Earth orbit moves in a circular path at an altitude of 400 km above Earth's surface. Earth's radius is R⊕ = 6.37 × 10⁶ m, and the gravitational acceleration at orbital altitude is approximately 8.69 m/s². Calculate the orbital speed and the orbital period.
PROBLEM 5CRITICAL THINKING
Consider a projectile launched at speed v₀ from the edge of a cliff of height h. Show that the impact speed v at ground level depends only on v₀, g, and h—not on the launch angle θ₀. Prove this result using energy considerations, and then verify it by deriving the same expression from the kinematic component equations.

Lesson Summary

Motion in two or three dimensions is governed by the same kinematic principles as one-dimensional motion, elevated to vector form. The position vector r⃗(t) encodes the particle's location, the velocity vector v⃗ = dr⃗/dt is tangent to the trajectory and describes both speed and heading, and the acceleration vector a⃗ = dv⃗/dt quantifies how the velocity changes. The cornerstone principle is the independence of Cartesian components: under constant acceleration, the x-, y-, and z-motions obey separate scalar kinematic equations linked only by time, allowing multidimensional problems to be decomposed into manageable one-dimensional sub-problems.

Two canonical applications illustrate these ideas. In projectile motion, the horizontal component is uniform while the vertical component is uniformly accelerated by gravity, yielding a parabolic trajectory described by y = x tan θ₀ − [g/(2v₀² cos² θ₀)] x². In uniform circular motion, the speed is constant but the velocity continuously changes direction, resulting in a centripetal acceleration of magnitude v²/r directed radially inward. For general curvilinear motion, the acceleration is decomposed into tangential (speed-changing) and normal (direction-changing) components. The choice of coordinate system—Cartesian, polar, tangential–normal, cylindrical, or spherical—should match the symmetry of the problem to minimize algebraic complexity.

Varsity Tutors • College Physics • Motion in Two or Three Dimensions