No history yet

Advanced Kinematics

Motion in Two Dimensions

In the real world, objects rarely move in a perfectly straight line. A ball is thrown, a car turns a corner, a planet orbits a star. To describe this kind of motion, we need to think in more than one dimension. The key is to break down complex, two-dimensional movement into two simpler, one-dimensional problems: one for the horizontal (x-axis) and one for the vertical (y-axis).

Imagine a velocity vector, vv, pointing at an angle θ\theta above the horizontal. This single vector has two effects happening at once. It's moving the object forward and also upward. We can represent these two effects using vector components: vxv_x for the horizontal part and vyv_y for the vertical part.

Lesson image
vx=vcos(θ)vy=vsin(θ)v_x = v \cos(\theta) \\ v_y = v \sin(\theta)

This decomposition is incredibly powerful. The motion in the x-direction is completely independent of the motion in the y-direction. The only thing they share is time. This simple idea unlocks the ability to analyze a huge range of complex movements, most notably projectile motion.

The Arc of a Projectile

There is one key element to projectile motion---and it is this: You can treat the horizontal motion (x-direction) and the vertical motion (y-direction) as two separate one-dimensional kinematics problem.

A projectile is any object that is thrown, shot, or launched into the air and then moves under the influence of gravity alone. For now, we'll work in a vacuum model, which means we ignore complications like and the rotation of the Earth.

In this ideal scenario, things are beautifully simple:

  1. Horizontal (x-axis): There are no forces acting in this direction. According to Newton's first law, the object's horizontal velocity, vxv_x, remains constant.
  2. Vertical (y-axis): Gravity is the only force acting here. It causes a constant downward acceleration, gg, which is approximately 9.8m/s29.8 \, \text{m/s}^2 near the Earth's surface.
Lesson image

With these two principles, we can write out the kinematic equations for projectile motion. If a projectile is launched from the origin (0,0)(0,0) with an initial velocity v0v_0 at an angle θ\theta:

Horizontal Motion (x)Vertical Motion (y)
Accelerationax=0a_x = 0ay=ga_y = -g
Velocityvx=v0cos(θ)v_x = v_0 \cos(\theta)vy=v0sin(θ)gtv_y = v_0 \sin(\theta) - gt
Positionx=(v0cos(θ))tx = (v_0 \cos(\theta))ty=(v0sin(θ))t12gt2y = (v_0 \sin(\theta))t - \frac{1}{2}gt^2

By solving these equations, we can predict a projectile's entire path, from its launch to the moment it lands.

Flight Time and Range

Two of the most common questions about projectiles are: how long will it be in the air, and how far will it go? We can answer both using the equations we just established.

To find the time of flight, we need to find how long it takes for the projectile to return to its starting height. If we assume it launches from the ground (y=0y=0), we can set the position equation for yy to zero and solve for tt.

0=(v0sin(θ))t12gt20 = (v_0 \sin(\theta))t - \frac{1}{2}gt^2

This equation gives two solutions for tt: t=0t=0 (the moment of launch) and the total time of flight, TT.

Tflight=2v0sin(θ)gT_{flight} = \frac{2 v_0 \sin(\theta)}{g}

Once we know the total time of flight, calculating the range, RR, is easy. The range is simply the horizontal distance traveled during that time. Since the horizontal velocity is constant, we just multiply it by the total flight time.

R=vxTflight=(v0cos(θ))(2v0sin(θ)g)=v02sin(2θ)gR = v_x \cdot T_{flight} = (v_0 \cos(\theta)) \left( \frac{2 v_0 \sin(\theta)}{g} \right) = \frac{v_0^2 \sin(2\theta)}{g}

This final formula for range reveals something interesting. Since the maximum value of sin(2θ)\sin(2\theta) is 1, which occurs when 2θ=902\theta = 90^\circ, the maximum range is achieved when the launch angle θ\theta is . This is a classic result in kinematics, but remember it only holds true when we ignore air resistance.

Relative Motion

Velocity is always measured relative to a frame of reference. For example, if you are on a train moving at 50 km/h and you throw a ball forward at 10 km/h, the ball's speed relative to the train is 10 km/h. But to someone standing on the ground, the ball is moving at $50 + 10 = 60$ km/h. This is the core idea of .

We can formalize this with vector addition. Let's say we have three objects: A, B, and the ground (G). The velocity of A relative to the ground is the sum of the velocity of A relative to B, and the velocity of B relative to the ground.

Lesson image
vAG=vAB+vBG\vec{v}_{AG} = \vec{v}_{AB} + \vec{v}_{BG}

This principle is crucial for navigating in environments where the medium itself is moving, like a boat crossing a river or an airplane flying in the wind. By breaking the velocities into components and applying this vector addition rule, we can solve for the aircraft's true path over the ground or the time it takes to cross the river.

Quiz Questions 1/5

When analyzing projectile motion in a vacuum, the horizontal (x-axis) and vertical (y-axis) components of motion are treated as completely independent of each other.

Quiz Questions 2/5

In the idealized model of projectile motion (ignoring air resistance), what is true about the acceleration of the object after it has been launched?

By breaking motion into independent components, we can describe and predict the movement of objects in two dimensions. This foundation is essential for understanding the forces that cause these motions, which is the heart of dynamics.