CLASSICAL-MECHANICS

Motion in Two Dimensions: Splitting the Plane

IKey Formulas

Formula Name Description
r(t)=x(t)ı^+y(t)ȷ^\vec{r}(t) = x(t)\,\hat{\imath} + y(t)\,\hat{\jmath} Position vector Horizontal coordinate xx and vertical coordinate yy, bundled with direction
v(t)=dxdtı^+dydtȷ^=vxı^+vyȷ^\vec{v}(t) = \dfrac{dx}{dt}\,\hat{\imath} + \dfrac{dy}{dt}\,\hat{\jmath} = v_x\,\hat{\imath} + v_y\,\hat{\jmath} Velocity vector Derivative of position, component by component
a(t)=dvxdtı^+dvydtȷ^=axı^+ayȷ^\vec{a}(t) = \dfrac{dv_x}{dt}\,\hat{\imath} + \dfrac{dv_y}{dt}\,\hat{\jmath} = a_x\,\hat{\imath} + a_y\,\hat{\jmath} Acceleration vector Derivative of velocity, component by component
vxdxdt,vydydtv_x \equiv \dfrac{dx}{dt}, \quad v_y \equiv \dfrac{dy}{dt} Velocity components Each is just the ordinary 1-D derivative of its coordinate

IIInteractive Visualizations

Visualization 1 — Resolving a Vector into Components

The position vector is the sum of a horizontal leg of length xx and a vertical leg of length yy.

Visualization 2 — Two Motions, One Trajectory

Two independent 1-D motions, sharing only the clock tt, combine point by point into one curved path.

💡 Challenge: raise vxv_x and watch the orange height-versus-time curve on the left stay put — the vertical story never feels the horizontal one.

Visualization 3 — The Derivative Ladder

At each instant the slope of y(t)y(t) is the velocity vyv_y, and the slope of vyv_y is the constant acceleration aya_y.

💡 This is the ladder rd/dtvd/dta\vec{r} \xrightarrow{d/dt} \vec{v} \xrightarrow{d/dt} \vec{a}, run on a single component.

IIIQuiz Questions

Question 1

A particle has position vector r(t)=(4t)ı^+(3t2)ȷ^\vec{r}(t) = (4t)\,\hat{\imath} + (3t^2)\,\hat{\jmath} (with xx and yy in meters, tt in seconds).

What is the horizontal component of velocity, vx(t)v_x(t)?

Correct! ddt(4t)=4\frac{d}{dt}(4t) = 4, a constant horizontal velocity.

Not quite. Differentiate only the horizontal coordinate x(t)=4tx(t) = 4t with respect to tt. The 3t23t^2 term is vertical and is irrelevant here.

Show solution

Solution:

The horizontal component is x(t)=4tx(t) = 4t. Velocity is the time derivative of position, taken component by component:

vx(t)=dxdt=ddt(4t)=4 m/sv_x(t) = \frac{dx}{dt} = \frac{d}{dt}(4t) = 4 \text{ m/s}

The ȷ^\hat{\jmath} term (3t23t^2) belongs to the vertical motion and does not affect the horizontal component — the two directions are independent. So vx=4v_x = 4, a constant.

Question 2

For the same particle, r(t)=(4t)ı^+(3t2)ȷ^\vec{r}(t) = (4t)\,\hat{\imath} + (3t^2)\,\hat{\jmath}.

What is the acceleration vector a(t)\vec{a}(t)?

Correct! ax=0a_x = 0 and ay=6a_y = 6, so a=6ȷ^\vec{a} = 6\,\hat{\jmath}.

Not quite. Acceleration is the second derivative of position. Differentiate each component twice: x=4tvx=4ax=0x = 4t \to v_x = 4 \to a_x = 0, and y=3t2vy=6tay=6y = 3t^2 \to v_y = 6t \to a_y = 6.

Show solution

Solution:

Differentiate position twice, component by component.

First, velocity: vx=ddt(4t)=4,vy=ddt(3t2)=6tv_x = \frac{d}{dt}(4t) = 4, \qquad v_y = \frac{d}{dt}(3t^2) = 6t

Then, acceleration: ax=ddt(4)=0,ay=ddt(6t)=6a_x = \frac{d}{dt}(4) = 0, \qquad a_y = \frac{d}{dt}(6t) = 6

So a(t)=0ı^+6ȷ^ m/s2\vec{a}(t) = 0\,\hat{\imath} + 6\,\hat{\jmath} \text{ m/s}^2

The horizontal motion has constant velocity (zero acceleration); the vertical motion has constant acceleration 6 m/s26\ \text{m/s}^2.

Question 3

True or False: For a projectile moving under gravity, changing its horizontal launch speed vxv_x will change how its vertical position y(t)y(t) evolves in time.

Correct! The vertical motion depends only on the vertical quantities; vxv_x never enters the equation for y(t)y(t).

Not quite. The components are independent. The equation for y(t)y(t) contains no horizontal quantity, so vxv_x cannot affect it.

Show solution

Solution: False.

The horizontal and vertical motions are independent — they share only the clock tt. The vertical motion is governed entirely by the vertical equations (vy=vy0+aytv_y = v_{y0} + a_y t, y=vy0t+12ayt2y = v_{y0}t + \tfrac{1}{2}a_y t^2), which contain no vxv_x at all.

Changing vxv_x stretches or compresses the path horizontally but leaves the height-versus- time story untouched. This is exactly the independence highlighted in Visualization 2.

Question 4

A particle moves with x(t)=5tx(t) = 5t and y(t)=20t5t2y(t) = 20t - 5t^2 (SI units). At what time t>0t > 0 is the vertical component of velocity vyv_y equal to zero (the top of the arc)?

Correct! vy=2010t=0v_y = 20 - 10t = 0 gives t=2t = 2 s.

Not quite. Differentiate only the vertical coordinate: vy=ddt(20t5t2)=2010tv_y = \frac{d}{dt}(20t - 5t^2) = 20 - 10t, then solve vy=0v_y = 0.

Show solution

Solution:

The vertical velocity is the derivative of the vertical coordinate: vy(t)=dydt=ddt(20t5t2)=2010tv_y(t) = \frac{dy}{dt} = \frac{d}{dt}\left(20t - 5t^2\right) = 20 - 10t

Set it to zero: 2010t=0    t=2 s20 - 10t = 0 \;\Longrightarrow\; t = 2 \text{ s}

At t=2 st = 2\ \text{s} the vertical velocity vanishes — the particle is momentarily moving purely horizontally, i.e. at the top of its arc. (Note x(t)=5tx(t) = 5t plays no role here; the horizontal and vertical pieces are independent.)

Solved: 0 / 4