1. Kinematics

Projectile Motion

Examines two-dimensional motion of projectiles under gravity.

Projectile Motion

Welcome to this exciting lesson on projectile motion! Today, we’re going to dive into the fascinating world of objects flying through the air under the influence of gravity. By the end of this lesson, you’ll understand how to predict where a ball will land, how to calculate its speed, and how to break down motion into horizontal and vertical components. Let’s get started and see how physics can help you master the art of projectiles! 🎯

What is Projectile Motion?

Projectile motion refers to the motion of an object that is launched into the air and moves under the influence of gravity alone. Think of a football being kicked, a basketball shot toward a hoop, or even a water fountain’s arc. These are all examples of projectiles.

Let’s break down the key characteristics of projectile motion:

  • The only force acting on the projectile (after it’s launched) is gravity.
  • Air resistance is often ignored in basic calculations.
  • The motion happens in two dimensions: horizontal (x-direction) and vertical (y-direction).
  • The horizontal and vertical motions are independent of each other but are connected by the time the projectile is in the air.

Real-World Example: Football Kick

Imagine a football player kicking a ball. The ball follows a curved path, reaching a peak height before coming back down. The horizontal distance it covers is called the range, and the maximum height it reaches is the peak height. Understanding projectile motion helps us calculate both!

Components of Projectile Motion

To analyze projectile motion, we split it into two components: horizontal and vertical. Let’s look at each one in detail.

Horizontal Motion

In the horizontal direction, there’s no force acting on the projectile (we ignore air resistance), so the horizontal velocity remains constant. This means that once the projectile is launched, it keeps moving horizontally at the same speed.

The horizontal distance $x$ traveled is given by:

$$ x = v_x \cdot t $$

Where:

  • $v_x$ is the horizontal velocity (constant)
  • $t$ is the time of flight

Vertical Motion

In the vertical direction, gravity is always acting downward. This causes the vertical velocity to change over time. The vertical motion is like an object being thrown straight up and then falling back down.

We use the following kinematic equations for vertical motion:

  1. Vertical position:

$$ y = v_{y0} \cdot t - \frac{1}{2} g t^2 $$

Where:

  • $y$ is the vertical position
  • $v_{y0}$ is the initial vertical velocity
  • $g$ is the acceleration due to gravity ($9.8 \, m/s^2$)
  • $t$ is the time
  1. Vertical velocity:

$$ v_y = v_{y0} - g t $$

This tells us how the vertical velocity changes over time.

  1. Maximum height:

The projectile reaches its maximum height when the vertical velocity becomes zero. At that point:

$$ v_y = 0 = v_{y0} - g t_{max} $$

Solving for $t_{max}$:

$$ t_{max} = \frac{v_{y0}}{g} $$

The maximum height $H$ is:

$$ H = v_{y0} \cdot t_{max} - \frac{1}{2} g t_{max}^2 $$

Simplifying:

$$ H = \frac{v_{y0}^2}{2g} $$

Combining Horizontal and Vertical Motion

The total motion of the projectile is a combination of the horizontal and vertical components. The path traced out by the projectile is called a trajectory, and it’s a parabolic shape.

To find the total time of flight, we consider the vertical motion. For a projectile launched from ground level and landing back at the same level, the time of flight is:

$$ t_{flight} = \frac{2 v_{y0}}{g} $$

The horizontal range (the total horizontal distance) is:

$$ R = v_x \cdot t_{flight} = v_x \cdot \frac{2 v_{y0}}{g} $$

Example: Throwing a Ball

Let’s say you throw a ball with an initial speed of $20 \, m/s$ at an angle of $30^\circ$ to the horizontal. We can break this velocity into horizontal and vertical components.

  1. Horizontal velocity:

$$ v_x = v_0 \cos \theta = 20 \cos 30^\circ = 20 \times 0.866 = 17.32 \, m/s $$

  1. Vertical velocity:

$$ v_{y0} = v_0 \sin \theta = 20 \sin 30^\circ = 20 \times 0.5 = 10 \, m/s $$

We now have all we need to calculate the time of flight, maximum height, and range.

  • Time of flight:

$$ t_{flight} = \frac{2 v_{y0}}{g} = \frac{2 \times 10}{9.8} = 2.04 \, s $$

  • Maximum height:

$$ H = \frac{v_{y0}^2}{2g} = \frac{10^2}{2 \times 9.8} = \frac{100}{19.6} = 5.10 \, m $$

  • Range:

$$ R = v_x \cdot t_{flight} = 17.32 \times 2.04 = 35.34 \, m $$

So, the ball stays in the air for about 2.04 seconds, reaches a maximum height of 5.10 meters, and lands about 35.34 meters away. Pretty cool, right? 🏀

Angles and Their Impact on Projectile Motion

The angle at which a projectile is launched plays a huge role in determining its range and height. Let’s explore how different angles affect the motion.

45°: The Magic Angle

When a projectile is launched at $45^\circ$, it achieves the maximum range. Why? Because at $45^\circ$, the horizontal and vertical components of the velocity are equal. This balance gives the projectile the greatest horizontal distance.

Angles Less Than 45°

If the launch angle is less than $45^\circ$, the horizontal component of the velocity is larger, but the vertical component is smaller. This results in a lower trajectory and a shorter time in the air. The range is shorter because the projectile doesn’t stay airborne long enough to cover a large horizontal distance.

Angles Greater Than 45°

If the launch angle is greater than $45^\circ$, the vertical component of the velocity is larger, but the horizontal component is smaller. This means the projectile goes higher but doesn’t travel as far horizontally. The range is again shorter.

Real-World Example: Basketball Shot

In basketball, players often shoot at angles between $45^\circ$ and $55^\circ$ to get the ball into the hoop. This angle ensures the ball has enough height to clear defenders and still reach the basket. Understanding angles helps athletes fine-tune their shots! 🏀

Symmetry in Projectile Motion

Projectile motion is symmetrical. This means that the time it takes for the projectile to rise to its maximum height is the same as the time it takes to fall back down. This symmetry also means that the speed of the projectile when it lands is the same as the speed it had when it was launched (assuming it lands at the same height).

Velocity at Impact

At the end of the flight, the projectile’s velocity vector has the same magnitude as the initial velocity but points downward. The horizontal velocity remains unchanged, but the vertical velocity is now negative.

The final velocity $v_f$ can be found using the Pythagorean theorem:

$$ v_f = \sqrt{v_x^2 + v_y^2} $$

Where $v_y$ is the vertical velocity at the end of the flight:

$$ v_y = -v_{y0} $$

Solving Projectile Motion Problems

Let’s walk through the steps to solve any projectile motion problem. Follow these steps, and you’ll be a pro in no time!

Step 1: Break the Velocity into Components

Use trigonometry to find the horizontal and vertical components of the initial velocity:

$$ v_x = v_0 \cos \theta $$

$$ v_{y0} = v_0 \sin \theta $$

Step 2: Analyze the Vertical Motion

Use the vertical motion equations to find the time of flight, maximum height, and vertical position at any time.

Step 3: Analyze the Horizontal Motion

Use the horizontal motion equation to find the range or the horizontal position at any time.

Step 4: Combine Results

Combine the vertical and horizontal results to answer the question. This might involve finding the total time, the range, or the final velocity.

Example Problem

A cannon fires a projectile at $50 \, m/s$ at an angle of $60^\circ$. How far does the projectile travel?

  1. Break the velocity into components:

$$ v_x = 50 \cos 60^\circ = 50 \times 0.5 = 25 \, m/s $$

$$ v_{y0} = 50 \sin 60^\circ = 50 \times 0.866 = 43.3 \, m/s $$

  1. Find the time of flight:

$$ t_{flight} = \frac{2 v_{y0}}{g} = \frac{2 \times 43.3}{9.8} = 8.84 \, s $$

  1. Find the range:

$$ R = v_x \cdot t_{flight} = 25 \times 8.84 = 221 \, m $$

The projectile travels 221 meters before landing. Boom! 🎆

Fun Facts about Projectile Motion

  • Galileo Galilei was one of the first scientists to study projectile motion. He realized that the path of a projectile is parabolic.
  • The world record for the longest golf drive is over 500 yards! Understanding projectile motion helps golfers perfect their swings.
  • In sports like soccer or baseball, players use projectile motion principles to predict where a ball will land, helping them position themselves for the perfect catch.

Conclusion

In this lesson, we’ve explored the fascinating world of projectile motion. We learned how to break down motion into horizontal and vertical components, how to calculate time of flight, range, and maximum height, and how angles affect the motion. By understanding these concepts, you can predict and analyze the motion of any projectile—from a thrown ball to a launched rocket. Keep practicing, and soon you’ll master the art of projectile motion! 🚀

Study Notes

  • Projectile motion is two-dimensional motion under the influence of gravity.
  • Horizontal motion:
  • Velocity is constant: $v_x = v_0 \cos \theta$
  • Horizontal distance: $x = v_x \cdot t$
  • Vertical motion:
  • Vertical velocity changes due to gravity: $v_y = v_{y0} - g t$
  • Vertical position: $y = v_{y0} \cdot t - \frac{1}{2} g t^2$
  • Maximum height: $H = \frac{v_{y0}^2}{2g}$
  • Time to reach maximum height: $t_{max} = \frac{v_{y0}}{g}$
  • Total time of flight (for projectiles landing at the same height): $t_{flight} = \frac{2 v_{y0}}{g}$
  • Range (horizontal distance):
  • $R = v_x \cdot t_{flight} = v_x \cdot \frac{2 v_{y0}}{g}$
  • Key angles:
  • $45^\circ$ gives the maximum range.
  • Angles less than $45^\circ$ result in shorter, lower trajectories.
  • Angles greater than $45^\circ$ result in higher but shorter horizontal distances.
  • Symmetry:
  • Projectile motion is symmetrical: time to rise = time to fall.
  • Final velocity has the same magnitude as the initial velocity but points downward vertically.
  • Gravity:
  • Acceleration due to gravity: $g = 9.8 \, m/s^2$
  • Trigonometric components:
  • $v_x = v_0 \cos \theta$
  • $v_{y0} = v_0 \sin \theta$

These notes will help you quickly recall the key formulas and concepts of projectile motion. Keep them handy for your next physics challenge! 📚

Practice Quiz

5 questions to test your understanding

Projectile Motion — GCSE Physics | A-Warded