22. Projectile Motion
(PDF)

On Earth, the gravitational acceleration constant is −9.8 meters per second per second (or m⁄s2). If we superimpose an xy-axis system with the positive y axis being "up", then acceleration can be written as a vector-valued function,

a(t) = 〈0,−9.8〉.

The x-component of acceleration is 0, since falling bodies will not accelerate horizontally due to gravity. Note that both components are constants.

Integrating acceleration, we get velocity, which is also a vector-valued function:

v(t) = ∫ a(t) dt = ∫ 〈0,−9.8〉 dt = 〈0,−9.8t〉 + 〈vx , vy 〉 = 〈vx , −9.8t + vy 〉.

Here, 〈vx ,vy 〉 are constants of integration and represents the initial velocity in the x-direction and in the y-direction, respectively. Speed is the magnitude of velocity. Speed is a scalar value.

Integrating velocity, we get displacement (or position), also a vector-valued function:

r(t) = ∫ v(t) dt = ∫ 〈vx , −9.8t + vydt = 〈vx t + rx, −4.9t2 + vy t + ry〉.

Similar to above, 〈rx,ry〉 represent the initial position of the object in the x-direction and y-direction respectively. The placement of the origin is arbitrary but is usually done so that rx = 0 since it is almost always practical to assume no initial horizontal distance.

A typical object that is released and then allowed to return to earth under gravity alone will follow a parabolic arc. Its position vector r(t), velocity vector v(t) and acceleration vector a(t) are a "tool kit" of equations that completely describes the motion of the object. In most projectile motion situations, we assume that air friction is ignored, any spin on the object is not considered, and that time t is in seconds and is usually reckoned from t = 0, representing when the object was released.

Here are some common questions that may be posed regarding a falling object:

  • What is the maximum height of the object? When does it achieve its maximum height?
  • How far away does the object travel in the horizontal direction? (Its range).
  • How fast is the object travelling when it impacts the ground for the first time?

Build the complete set of displacement, velocity and acceleration vectors first, before solving any subsequent questions.

• • • • • • • • • • •

Example 22.1: A ball is propelled off a 100 m tall cliff at an initial speed of 50 meters per second at an angle of 30 degrees above the horizontal.

  • Find the maximum height of the ball.
  • Find the range of the ball when hits the ground for the first time.
  • How fast is the ball travelling when it impacts the ground for the first time?
  • At what angle does the ball impact the ground for the first time?

Solution: Starting with acceleration, a(t) = 〈0, −9.8〉, integrate to obtain

v(t) = 〈vx , −9.8t + vy 〉.

To find vx and vy , note that its initial speed is |v(0)| = 50 at an angle of 30 degrees. This suggests a right triangle, in which |v(0)| = 50 is the hypotenuse, and vx and vy are the horizontal and vertical legs, respectively.

Thus, vx = 50 cos (30) = 25√3 = 43.301, and vy = 50 sin (30) = 25, and the velocity vector is

v(t) = 〈43.301, −9.8t + 25〉.

Integrating v, we obtain the displacement vector

r(t) = 〈43.301t + rx, −4.9t2 + 25t + ry〉.

Since the ball was thrown off the top of a cliff, set the origin at the base of the cliff, so that rx = 0 and ry = 100. Therefore, the displacement vector is

r(t) = 〈43.301t, −4.9t2 + 25t + 100〉.

We now have sufficient information to answer the posed questions. In all cases, assume t ≥ 0.

The ball reaches its maximum height when the y-component of velocity is 0 since the ball's vertical velocity is 0 (momentarily stops) when it reaches it maximum height. Thus, we solve −9.8t + 25 = 0 to find when the ball has reached its maximum height. This happens at t = 25/9.8 = 2.551 seconds. Substituting this into the y-component of displacement, we now determine the height of the ball at this time:

Maximum height = −4.9(2.551)2 + 25(2.551) + 100 = 131.888 meters.

The ball impacts the ground when the y-component of displacement is 0. We use the quadratic formula to find the roots of −4.9t2 + 25t + 100 = 0:

t = (−25 ± √(252 − 4(−4.9)(100)))/2(−4.9)     which gives t = −2.637 or 7.739.

The negative result is ignored. The ball lands at t = 7.739 seconds. The range in which the ball travelled from the base is found by evaluating the x-component of displacement by this t:

Range = 43.301(7.739) = 335.106 m.

We find the velocity at t = 7.739 seconds:

v(7.739) = 〈43.301, −9.8(7.739) + 25〉 = 〈43.301, −50.842〉.

The impact speed of the ball is the magnitude of this vector:

Speed = |〈43.301,−50.842〉| = √((43.301)2 + (−50.842)2) = 66.702 m/s.

To find the angle at which the ball impacts the ground, sketch a diagram to be sure that the components of velocity are properly in place:

The angle of impact is θ = tan−1((−50.842)/43.301) = −49.6 degrees. The negatives can be ignored, so that the impact angle is 49.6 degrees.

• • • • • • • • • • •

Example 22.2: An airplane is flying horizontally 5,000 meters above flat ground at a velocity of 300 kilometers per hour. An object is released below the airplane and allowed to fall to earth.

  • How long is the object airborne?
  • How far downrange does the object impact the ground?

Solution: We need to convert 300 kilometers per hour into meters per second:

(300 km)/(1 hr) × (1 hr)/(3600 sec) × (1000 m)/(1 km) = ((300)(1000))/3600 = 250/3 meters/second.

The initial velocity is therefore v(0) = 〈vx , vy 〉 = 〈250/3,0〉, where the 0 in the y-component suggests that the object was merely released with no initial push in the vertical direction. Integrating the acceleration vector a(t) = 〈0, −9.8〉, the velocity vector is

v(t) = 〈vx , −9.8t + vy 〉 = 〈250/3, −9.8t〉, t ≥ 0.

For initial position, the object was released 5000 meters above the ground suggests that ry = 5000, while rx = 0. Therefore, the displacement function is

r(t) = 〈(250/3)t, −4.9t2 + 5000〉, t ≥ 0.

The object is airborne for the time needed for the y-component of displacement to equal 0 meters, the height of the ground. Thus, we have

−4.9t2 + 5000 = 0.

Solving, we get t = √(5000/4.9) = 31.944 seconds.

The range is found by evaluating the x-component of displacement at t = 31.944 seconds. We find that the object travelled (250/3)(31.944) = 2,662 meters.

• • • • • • • • • • •

Example 22.3: A cannon is angled at 25 degrees above the flat ground. A cannonball is shot from this cannon, and it lands 50 meters downrange. Assume the cannonball left the cannon 1 meter above the ground.

  • What was the initial speed of the cannonball?
  • How many seconds was the cannonball in the air?
  • What was the maximum height of the cannonball?

Solution: Let v0 represent the initial speed. Using trigonometry, the x and y components of the initial velocity are vx =v0 cos (25°) and vy =v0 sin (25°). Therefore, the velocity vector is

v(t)=〈v0 cos (25°), −9.8t + v0 sin (25°)〉,     t ≥ 0.

By placing the origin directly below where the cannonball began its trajectory, we have rx = 0 and ry = 1. The displacement vector is

r(t)=〈(v0 cos (25°))t, −4.9t2 + (v0 sin (25°))t + 1〉,     t ≥ 0.

The cannonball landed 50 meters downrange, so the x-component of displacement is set equal to 50, and we can find an expression for t in terms of v0:

(v0 cos (25°))t=50;     so that     t = 50/(v0 cos (25°)) .

When the cannonball landed, the y-component of displacement is 0 meters, so we have −4.9t2 + (v0 sin (25°))t + 1 = 0. Now substitute t = 50/(v0 cos (25°)) into this equation, simplify, and solve for v0:

−4.9(50/(v0 cos(25°)))2 + (v0 sin (25°))(50/(v0 cos (25°))) = −1
(−12,250)/(v02 cos2 (25°)) + (50 sin (25°))/cos (25°) = −1

Multiply by the common denominator, v02 cos2 (25°) to clear fractions:

−12,250 + 50v02 sin (25°) cos (25°) = −v02 cos2 (25°).

Collect terms:

v02 (50 sin (25°) cos (25°) + cos2 (25°)) = 12,250.

Isolate v0:

v0 = (12,250/(50 sin (25°) cos (25°) + cos2 (25°)))(1/2) = 24.766 meters/second.

The cannonball left the cannon at a speed of about 24.766 meters per second.

Since t = 50/(v0 cos (25°)) and v0 = 24.766, we have t = 50/((24.766) cos (25°)) = 2.228 seconds. This is the time the cannonball was in the air.

The maximum height occurs when the y-component of velocity is 0:

−9.8t + 24.766 sin (25°) = 0
t = (24.766 sin (25°))/9.8 = 1.068 seconds.

This is substituted into the y-component of displacement:

−4.9(1.068)2 + (24.766 sin (25°))(1.068) + 1 = 5.59 meters.

• • • • • • • • • • •

Example 22.4: An object is projected from the top of a 50-meter-tall cliff. It remains in the air for 8 seconds, landing 250 meters downrange. Find the following:

  • The maximum height above ground that the object achieved;
  • The initial speed and angle above the horizontal that the object was released.

Solution: Starting with a(t) = 〈0, −9.8〉, we develop vector-valued functions for v(t) and r(t):

v(t)=〈vx , −9.8t + vy 〉 & r(t) = 〈vx t + rx, −4.9t2 + vy t + ry〉,     t ≥ 0.

where 〈vx ,vy 〉 are the initial components of the velocity when the object is released, and 〈rx,ry 〉 is its initial position. By setting the origin at the base of the cliff directly below the point where the object was released, we have rx = 0 and ry = 50. Thus, we have

r(t) = 〈vx t, −4.9t2 + vy t + 50〉.

At t = 8 seconds, the object lands 250 meters downrange, at which time its vertical component of position will be 0. Thus, we examine the components of r(t):

vx (8) = 250
−4.9(8)2 + vy (8) + 50 = 0.

From the first equation, we have vx = 250/8 = 31.25 meters per second, and from the second equation, we have vy = ((4.9)(64) − 50)/8 = 32.95 meters per second. We can now identify the velocity and position vectors precisely:

v(t) = 〈31.25, −9.8t + 32.95〉     and     r(t) = 〈31.25t, −4.9t2 + 32.95t + 50〉.

With the velocity and position vectors now established, we can now address the questions:

The object reaches its maximum height when the y-component of velocity is 0, or when −9.8t + 32.95 = 0, giving t = 32.95/9.8 = 3.362 seconds. This is then evaluated into the y-component of position. The object's maximum height is

−4.9(3.362)2 + 32.95(3.362) + 50 = 105.393 meters.

The initial velocity is v(0) = 〈31.25, 32.95〉. Thus, the initial speed of the object is

|v(0)| = √((31.25)2 + (32.95)2) = 45.4 meters per second,

and its initial angle above the horizontal is

θ = arctan (vy /vx ) = arctan (32.95/31.25) = 46.52°.

• • • • • • • • • • •

Example 22.5: An object is propelled off a building that is 75 m high, the object propelled at an initial angle of 40° to the horizontal. It reaches a maximum height after 1.75 seconds. How far downrange does the object land, assuming the ground below to be flat?

Solution: We start with velocity v(t) = 〈vx , −9.8t + vy 〉 and position r(t) = 〈vx t + rx, −4.9t2 + vy t + ry〉. Assuming a starting position of 〈vx ,vy 〉 = 〈0,75〉, we can further refine the position vector function as r(t) = 〈vx t, −4.9t2 + vy t + 75〉.

From the velocity vector, the object reaches its maximum height when its y-component is 0. Thus, we have −9.8(1.75) + vy = 0, which gives vy = 17.15 meters per second.

From this, we can reconstruct the initial velocity components. We have a right triangle with an angle of 40° and an opposite leg of 17.15 meters per second. Thus, the adjacent leg is given by

tan (40°) = opposite/adjacent = 17.15/vx ,     so that vx = 17.15/tan (40°) = 20.439 meters per second.

This allows us to completely define the position vector, r(t) = 〈20.439t, −4.9t2 + 17.15t + 75〉, t ≥ 0. The object impacts the ground when the y-component of r(t) is 0:

−4.9t2 + 17.15t + 75 = 0.

Using the quadratic formula, we get two results:

t = (−(17.15) ± √ ((17.15)2 − 4(−4.9)(75)))/(2(−4.9)), which gives t = −2.536 or t = 6.036.

The negative result is ignored. The positive result, 6.036 seconds, is the time after release that the object impacts the ground. Its distance from the base of the building is given by the x-component of position:

20.439(6.036) = 123.37.

Thus, the object travelled a total of about 123.37 meters in the horizontal direction before impacting the ground.

• • • • • • • • • • •

Example 22.6: A golf ball is hit from the ground by an astronaut on a distant planet. It reaches a maximum height of 50 meters after 4 seconds of flight. What is the gravitational constant on this planet?

Solution: We start with a(t) = 〈0,−a〉, then develop v(t) and r(t):

v(t) = 〈vx , −at + vy 〉     and     r(t) = 〈vx t + rx, (−a/2)t2 + vy t + ry〉.

Assume that the initial position is 〈vx ,vy 〉 = 〈0,0〉. Thus, position is given by r(t) = 〈vx t, (−a/2)t2 + vy t〉,     t ≥ 0.

When the ball reaches the maximum height, its vertical component of velocity is 0, while the vertical component of position is 50. This creates a pair of equations:

at + vy = 0
(−a/2)t2 + vy t = 50.

When t = 4, we obtain −4a + vy = 0 and (−a/2)(4)2 + 4vy = 50. From the first equation, we have

vy = 4a,

and from the second equation, we have

−8a + 4(4a) = 50.

Solving for a, we obtain

−8a + 16a = 50
8a = 50
a = 50/8 = 6.25.

Evidently, objects on this planet fall at a rate of 6.25 meters per second per second.

 

 

 

By Scott Surgent. Please send feedback or error notification to me at scott dot surgent at gmail.