2 Projectiles: an introduction

2.1 Vertical motion under gravity

Consider a marble which is thrown horizontally off the Clifton Suspension Bridge at a speed of 10 m s 1 and falls into the River Avon. We wish to find the location at which it will splash into the river. We assume that the only force acting on the marble is the force of gravity and that this force is constant. The marble is regarded as a projectile i.e. a point object which has mass but does not spin or rotate. Another assumption made is that the Earth is locally flat. Since the initial vertical speed is zero, application of the distance-time equation ( s = u t + 1 2 a t 2 ) to the vertical motion gives

y ( t ) = 1 2 g t 2 (1.1)

where y is measured downwards from the bridge and g is the acceleration due to gravity.

The position vector of an object falling freely in the vertical ( j ̲ ) direction with zero initial velocity and no air resistance may be expressed as a position vector r ̲ ( t ) which is a variable vector depending on the (scalar) variable t representing the time where

r ̲ ( t ) = y ( t ) j ̲ = 1 2 g t 2 j ̲ , illustrated in the diagram below.

No alt text was set. Please request alt text from the person who provided you with this resource.

For motion in a straight line there is no particular reason for introducing vectors. However, time-dependent vectors may be used to describe more complicated motion - for example that along curved paths. By introducing the horizontal unit vector i ̲ in addition to the vertical unit vector j ̲ , a position vector in two dimensions may be written

r ̲ ( t ) = x ( t ) i ̲ + y ( t ) j ̲ .

For an object falling vertically , x ( t ) = 0 because x does not change with time. Suppose, however, that the object were to have been launched horizontally at speed u . Then, if air resistance is ignored and there are no other forces acting in the horizontal direction, the horizontal acceleration is zero and the horizontal speed of the object should remain constant. This means that the horizontal coordinate is given by x ( t ) = u t and, using the earlier result for y ( t ) , the vector function describing the position at time t of an object thrown horizontally from some point, which is taken as the origin of coordinates, is given by

r ̲ ( t ) = u t i ̲ + 1 2 g t 2 j ̲ . (1.2)

The coordinate system and the vectors corresponding to such a situation are shown in Figure 1.

Figure 1 :

{ Coordinate system and unit vectors for an object thrown from a bridge}

The information in Equation (1.2) is sufficient to determine the object’s position graphically at any time t , since it gives both x ( t ) and y ( t ) and hence it is possible to plot y ( t ) against x ( t ) for various values of t . An example calculation of the path during the first 3.5 s of the descent of an object thrown horizontally at 10 m s 1 with g = 9.81 m s 2 is shown in Figure 2. In this graph values of y ( t ) increase downward so that the curve corresponds to the downward path of the object. The technical name used to describe such a path is the trajectory .

Figure 2

{Trajectory for first 3.5 s of an object thrown horizontally from a bridge at 10 m per s ignoring air resistance}

Given the vector components of the time-dependent velocity, it is possible to calculate its magnitude and direction at any time. The magnitude is given by the square root of the sum of the squares of the components. Hence, from the last example, the magnitude of the position vector is given by

r ̲ = u 2 t 2 + 1 4 g 2 t 4 1 2 .

The angle of the position vector measured clockwise from the x -direction is given by

cos ϕ = u t | r ̲ | sin ϕ = 1 2 g t 2 | r ̲ |

so

tan ϕ = 1 2 g t u .

Note that the angle is zero when t is zero and increases with t (as might be expected). Figure 3 shows graphs of r ̲ and ϕ for the example and values of t considered in Figure 2.

Figure 3 :

{Values of |r| and phi degrees (= phi(t) times (180 over pi)) for the object projected from a bridge}

Note that ϕ is the angle that the position vector makes with the horizontal and does not denote the direction of motion (i.e. the velocity) of the object. Note also that by introducing another unit vector k ̲ at right-angles to both i ̲ and j ̲ it is possible to consider motion in three dimensions.

Task!

Write down the position vector for a particle moving so that its coordinates are given by

x = 2 cos ( w t ) y = 2 sin ( w t ) z = 1.

What is the corresponding magnitude of this vector? How would you describe the resulting motion?

The position vector may be written

r ̲ ( t ) = 2 cos ( ω t ) i ̲ + 2 sin ( ω t ) j ̲ + k ̲ .

Hence

r ̲ ( t ) = 4 cos 2 ( ω t ) + 4 sin 2 ( ω t ) + 1 = 5 .

Since this is constant, the particle stays at a constant distance from the origin during its motion. When t = 0 , r ̲ ( 0 ) = 2 i ̲ + k ̲ .

No alt text was set. Please request alt text from the person who provided you with this resource.

The object is moving in a circle of radius 2 in the z = 1 plane (see diagram).

Task!

Show that the vector function

r ̲ ( t ) = a t i ̲ + b t 2 j ̲ ,

where a and b are constant scalars, can be represented by a parabola.

By comparing Equation (1.1) with the equation in this Task demonstrate that the trajectory shown in Figure 2 is part of a parabola.

Given r ̲ ( t ) = a t i ̲ + b t 2 j ̲ = x ( t ) i ̲ + y ( t ) j ̲ we can write x ( t ) = a t and y ( t ) = b t 2 . Using the first of these to obtain t = x a and substituting for t in the second, we obtain y = b x 2 a 2 = c x 2 where c is a constant. This has the form of a parabola centred on ( 0 , 0 ) .

Suppose that we wish to calculate the coordinates at which the marble will splash into the River Avon, given that the water surface is 77 m below the point of launch. Since the horizontal component of velocity is not changing during the fall, we concentrate on the vertical motion. The strategy is to calculate the length of time it takes to drop through the vertical distance between the point of launch and the water surface and then use this time to calculate the horizontal distance moved at constant speed. We use Equation (1.1) to calculate the length of time needed to fall 77 m i.e. the value of t such that

1 2 g t 2 = 77.

This gives t = 2 × 77 9.81 = 3.96 s. During this time the marble will have moved a horizontal distance u t . So if u = 10 m s 1 , the horizontal distance moved is 39.6 m and the coordinates of the splash down are (39.6, 77.0).

The question arises of how to deal with more general problems of a similar nature but starting from first principles. This question leads to a fuller consideration of vector representations of motion.

2.2 Velocity and acceleration vectors

The first derivative of time-dependent position vectors may be identified as the velocity vector and the second derivative as the acceleration vector. So, for the example of a stone falling from rest under gravity without air resistance, given that the velocity vector is the first derivative of the position vector,

v ̲ ( t ) = d d t r ̲ ( t ) = d d t ( 1 2 g t 2 j ̲ ) = g t j ̲ (since j ̲ does not vary with t ).

Similarly, the acceleration vector is the second derivative of the position vector, which will be the same as the first derivative of the velocity vector, so

a ̲ ( t ) = d d t v ̲ ( t ) = d 2 d t 2 r ̲ ( t ) = g j ̲ .

Note that this is an expected result (the acceleration is that due to gravity).

In two dimensions

v ̲ ( t ) = d x d t i ̲ + d y d t j ̲

and

a ̲ ( t ) = d 2 x d t 2 i ̲ + d 2 y d t 2 j ̲ .

For the marble thrown horizontally at velocity u from the bridge

v ̲ ( t ) = u i ̲ + g t j ̲

and

a ̲ ( t ) = g j ̲ .

Note that the horizontal and vertical parts of the velocity (or acceleration) are called the horizontal and vertical components respectively. For the marble thrown horizontally at speed u from the bridge the horizontal component of velocity at any time t is u and the vertical component of velocity at any time t is g t .

Since each component of the vector is differentiated separately, the integral of the acceleration vector may be identified with a velocity vector and the integral of the velocity vector may be identified with a position vector. These give the same expressions as those that we started with apart from arbitrary constants. Note that when integrating vector expressions the arbitrary constant is a constant vector .

Example 1
  1. Use integration and the variables and vectors identified in Figure 1 to derive vector expressions for the velocity and position of an object thrown horizontally from a bridge at speed u ignoring air resistance.
  2. Find the object’s coordinates after it has dropped a distance h .
Solution
  1. The acceleration has only a vertical component i.e. the acceleration due to gravity. a ̲ ( t ) = g j ̲ .

    Integrating once gives v ̲ ( t ) = g t j ̲ + c ̲   where c ̲ is a constant vector.

    The initial velocity has only a horizontal component, so v ̲ ( 0 ) = c ̲ = u i ̲  and v ̲ ( t ) = u i ̲ + g t j ̲ .

    Integrating again r ̲ ( t ) = u t i ̲ + 1 2 g t 2 j ̲ + d ̲  where d ̲ is another constant vector.

    Since r ̲ ( 0 ) = 0 ̲ , then d ̲ = 0 ̲ (the zero vector), so

    r ̲ ( t ) = u t i ̲ + 1 2 g t 2 j ̲

    which is the result obtained previously as Equation (1.2) by considering the horizontal and vertical components of motion separately.

  2. The position coordinates at any time t are u t , 1 2 g t 2 .

    When y ( t ) = h , then 1 2 g t 2 = h , or

    t = 2 h g . (1.3)

    At this value of t , x ( t ) = u t = u 2 h g .  So the coordinates when y ( t ) = h are u 2 h g , h .

In this Workbook you will only meet straightforward examples of vector integration where the integral of the vector is obtained by integrating its components. More complicated vector integrals called line integrals are introduced in HELM booklet  29.