The Physics Behind It

From Galileo's experiments to modern kinematics.

🧠

The Concept

What is it?

Projectile motion is the motion of an object thrown or projected into the air, subject to only the acceleration of gravity. The object is called a projectile, and its path is called its trajectory.

The Two Dimensions

The secret to understanding this motion is to split it into two independent parts:

  • Horizontal (X): Moves at a constant velocity because there is no acceleration (ignoring air resistance).
  • Vertical (Y): Moves with constant acceleration (gravity, $g \approx 9.8 m/s^2$) downwards.
📜

History

Aristotle vs. Galileo

For centuries, people believed in Aristotelian physics, which claimed a projectile moved in a straight line until it "ran out of impetus," then fell straight down.

In the 17th century, Galileo Galilei revolutionized physics. By rolling balls down inclined planes, he discovered that horizontal and vertical motions are independent. He mathematically proved that the resulting path is a Parabola.

↗️

Types of Motion

1. Oblique Projectile Motion

The most common type (and what our simulator uses). The object is launched at an angle $\theta$ relative to the horizontal ground. It rises to a peak and then falls back down.

2. Horizontal Projectile Motion

When an object is thrown with $\theta = 0^\circ$ (e.g., a ball rolling off a table or a package dropped from a plane). It has initial horizontal speed but zero initial vertical speed.

[Image of horizontal projectile motion diagram]

3. Motion on an Inclined Plane

A more complex version where the landing surface itself is angled (like throwing a ball up a hill). The gravity component must be resolved differently.

Formula Sheet

Here are the "Big Three" formulas derived from kinematic equations.

1. Time of Flight ($T$)

How long the projectile stays in the air.

$$T = \frac{2 \cdot v_0 \cdot \sin(\theta)}{g}$$
2. Maximum Height ($H$)

The peak vertical position reached.

$$H = \frac{v_0^2 \cdot \sin^2(\theta)}{2g}$$
3. Horizontal Range ($R$)

How far away it lands.

$$R = \frac{v_0^2 \cdot \sin(2\theta)}{g}$$
4. Equation of Trajectory

The precise path $y$ as a function of $x$.

$$y = x \cdot \tan(\theta) - \frac{g \cdot x^2}{2 \cdot v_0^2 \cdot \cos^2(\theta)}$$

Seen enough math?

Go verify these formulas in the real-time laboratory.

Launch Simulation 🚀