Undergraduate → Classical mechanics → dynamics ↓
projectile motion
Projectile motion is a type of motion experienced by an object that is projected into the air and that is affected by gravity. It is an important topic in physics that incorporates the concepts of both kinematics and dynamics, and it provides essential information about the motion of objects.
When we talk about projectile motion, we are considering objects that are initially pushed into the air, and which move along a curved trajectory under the force of gravity only. No other forces act on these objects, assuming we neglect air resistance and other forces. Classical examples include a ball thrown into the air, a cannonball fired from a cannon, or a stone thrown from a cliff.
Core beliefs
To simplify the study of projectile motion, we usually make some assumptions:
- The only significant force acting on a projectile is gravity.
- Air resistance is negligible.
- The projectile travels a relatively short distance so the curvature of the Earth can be neglected.
- The acceleration due to gravity
g
is constant and acts downward with a magnitude of about9.81 m/s²
.
Components of projectile motion
Projectile motion can be analyzed by dividing it into two components: horizontal and vertical. The key to understanding projectile motion is to understand that these two components are independent of each other except for the time of flight. Here, we will describe these components.
Horizontal speed
The horizontal component of the projectile's motion is controlled by the initial velocity and time. In the absence of air resistance, the horizontal velocity v_x
remains constant. It is described by the formula:
v_x = v_i * cos(θ)
Where v_i
is the initial velocity and θ
is the projection angle. Thus the horizontal displacement x
can be determined using:
x = v_x * t
Vertical speed
The vertical motion is subject to gravitational acceleration, and the initial vertical velocity v_y
is given by:
v_y = v_i * sin(θ)
However, the vertical speed changes continuously because of the acceleration due to gravity. The equations for vertical velocity and vertical displacement height y
are:
v_y = v_i * sin(θ) - g * t y = v_i * sin(θ) * t - (1/2) * g * t²
Flight time
The time the projectile is in the air, or "time of flight", is determined by the vertical component of the speed. For a projectile launched and landed at the same vertical level, the total time of flight T
is given by:
T = (2 * v_i * sin(θ)) / g
Maximum height
The maximum height H
reached by the projectile is also determined by the vertical component of the initial velocity:
h = (v_i² * sin²(θ)) / (2 * g)
Range of the projectile
The horizontal distance traveled by the projectile, known as its range R
, is given by:
r = (v_i² * sin(2θ)) / g
This formula assumes that the projectile will fall at the same vertical level from which it was released.
Illustration of projectile motion
Let's visualize projectile motion with a simple illustration, showing the trajectory and key points:
Real-world examples and problems
Let's take a look at some common examples of projectile motion and see how we can apply the formulas we've derived:
Example 1: Kicking a football
Imagine that a football is kicked at an angle of 30°
with an initial velocity of 20 m/s
. Let's find the time, maximum height and distance of the football's flight.
- Flight time:
Given,v_i = 20 m/s
,θ = 30°
,g = 9.81 m/s²
t = (2 * 20 * sin(30)) / 9.81 ≈ 2.04 sec
Therefore, the football remains in the air for approximately2.04 seconds
. - Maximum height:
H = (20² * sin²(30)) / (2 * 9.81) ≈ 5.10 m
The maximum height of the football is approximately5.10 meters
. - Category:
r = (20² * sin(60)) / 9.81 ≈ 34.64 m
Therefore, the football covers a horizontal distance of approximately34.64 meters
.
Example 2: Basketball throw
Suppose a player is throwing a basketball at an initial speed of 15 m/s
and at an angle of 45°
. Find the range of this basketball throw.
Range, R = (v_i² * sin(2θ)) / g r = (15² * sin(90)) / 9.81 ≈ 22.94 m
If we assume there is no air resistance the basketball will fall approximately 22.94 meters
from the point where it was thrown.
Complex ideas for advanced study
In real-world scenarios, factors such as air resistance, wind, spin, and the shape and mass of the object can affect projectile motion. Such considerations make projectile motion much more complex and require more sophisticated mathematical models beyond the basics we've touched on here.
For example, when air resistance is not negligible, it can be modeled as a force proportional to the velocity or the square of the velocity, depending on the speed and characteristics of the projectile. This will lead to differential equations that will require numerical methods or approximations to solve.
Conclusion
An understanding of simple projectile motion is foundational to more complex physics topics. Engineers, scientists, and professionals in fields as diverse as sports, space exploration, and defense often use the principles of projectile motion. By understanding the fundamentals of how objects move in space under the influence of gravity, we can more accurately predict and model real-world phenomena.