Horizontal and Vertical Components: Separating and Analyzing Independent Motion Components
Projectile motion
Projectile motion is the motion of an object thrown or projected into the air, subject to only the acceleration of gravity.
- Projectile motion involves an object moving in two dimensions.
- Yet, until now we have only studied motion in one dimension, thus, it is reasonable to reduce the 2D problem to 1D one.
- To understand this motion, we break it down into two independent components:
- Horizontal motion (constant velocity)
- Vertical motion (constant acceleration due to gravity)
- The horizontal and vertical motions of a projectile are independent of each other.
- This means that changes in one direction do not affect the other.
- To separately consider horizontal and vertical motion, we, first of all, define motion axis.
- Let O$x$ axis be directed along the ground (horizontally)
- Let O$y$ axis perpendicularly to the ground (vertically upwards).
- If we have a projectile with its launching velocity $\vec{v}$ directed at an angle $\theta$ with respect to O$x$ axis then the project velocity along the axis:
- $v_x = |\vec{v}|\cos\theta$
- $v_y = |\vec{v}|\sin\theta$

Horizontal Motion
- In the horizontal direction, a projectile moves with constant velocity because there is no acceleration (assuming air resistance is negligible), as there is no force acting horizontally.
- The horizontal displacement ($x$) is given by: $$x = v_{x} \cdot t$$
where $v_{x}$ is the horizontal component of the initial velocity and $t$ is the time of flight.
Vertical Motion
NoteIn our further work we assume that:
- The variation in free-fall acceleration due to variation in height during the flight are negligible. ($g = \text{const}$)
- The Earth surface is roughly flat on the scale of our analysis.
- In the vertical direction, the projectile is influenced by gravity, which causes a constant downward acceleration of $g = 9.81 \, \mathrm{m/s^2}$.
- The vertical motion is described by the equations of uniformly accelerated motion:
- Vertical velocity at time $t$: $$v_{y} = u_{y} - gt$$ where $u_y = v_y(t=0)$
- Vertical displacement at time $t$: $$y = u_{y}t - \frac{1}{2}gt^2$$
A ball is thrown with an initial velocity of $20 \, \mathrm{m/s}$ at an angle of $30^\circ$ to the horizontal.
Find the horizontal and vertical components of the velocity.
Solution
- Horizontal component: $v_{x} = v \cdot \cos \theta = 20 \cdot \cos 30^\circ = 17.3 \, \mathrm{m/s}$
- Vertical component: $v_{y} = v \cdot \sin \theta = 20 \cdot \sin 30^\circ = 10 \, \mathrm{m/s}$
Parabolic Trajectories: Describing the Path of a Projectile Under Gravity
- We will now derive the trajectory of the projectile.
- Assume a particle is projected with an initial speed $u$ at an angle $\theta$ above the horizontal.
- We take the origin as the launch point, with:
- $u$ = initial speed
- $\theta$ = angle of projection (above the horizontal)
- $g$ = acceleration due to gravity
- $(x, y)$ = position of the object at time $t$
- The initial velocity components are:
- $u_x = u \cos \theta$
- $u_y = u \sin \theta$ $$\begin{cases}
x(t) = u \cos \theta t \\
y(t) = u \sin \theta t - \dfrac{1}{2} g t^2
\end{cases}$$
- To find the equation of the projectile's path \( y(x) \), we eliminate time $t$ from the system.
- From the horizontal equation: $$t = \frac{x}{u \cos \theta}$$
- Substitute this into the vertical equation: $$y = u \sin \theta \left( \frac{x}{u \cos \theta} \right) - \frac{1}{2} g \left( \frac{x}{u \cos \theta} \right)^2$$
- Simplify each term:



