Statement

difficulty

Determine the angle in relation to the horizontal, that you must kick a ball to the goal so that it scores barely touching the upper goal post, which is located at a height of 2.45 m, and 9 m away from the starting point. The ball is launched with a velocity of 82 km/h. Notice that the ball must be at the highest point of its trajectory to enter near the top corner of the goal.


Solution

Data

  • The initial velocity v0 = 82 km/h = 22.78 m/s
  • Height of the goal post (final height) y = 2.45 m
  • Horizontal distance between the starting point and the goal (final distance) x = 9 m

Preliminary considerations

  • It is a parabolic motion. The parabolic motion is a composition of two motions:
  • The initial velocity vector can be written as:

    v0=v0x·i+v0y·j=v0·cosα·i+v0·sinα·j

    α  which is precisely the angle we are looking for

  • The ball enters the goal at the highest point of the trajectory, that is, when vy = 0

  • Consider the value of gravity g = 9.8 m/s2

Resolution

The equation of position in parabolic motion is given by the expression

r(t)=v0x·t·i+v0y·t-12·g·t2·j=v0·cosα·t·i+v0·sinα·t-12·g·t2·j 

The velocity vector is given by the expression:

v(t)=v0x·i+(v0y-g·t)·j=v0·cosα·i+(v0·sinα-g·t)·j 

When the ball enters the goal, it satisfies that:

rf=9·i+2.45·j;vf=v0x·i+0·j

Equating the expressions of the equation of position and of velocity to the previous vectors, we can use the y component of the velocity vy and the x component of the position vector rx to determine the launching angle:

0=v0·sinα-g·t9=v0·cosα·t0=v0·sinα-g·tt=9v0·cosα0=v0·sinα-g·9v0·cosαt=9v0·cosαg·9v0·cosα=v0·sinα88.2=22.782·sinα·cosα

Now we need to remember the following trigonometric identity to solve the equation:

sinα·cosα=sin2α2 

Solving we get:

88.2=22.782·sinα·cosα0.169=sin2α22α=sin-10.339α=0.17 rad

Formulas worksheet

These are the main formulas that you must know to solve this exercise. If you are not clear about their meaning, we recommend you to check the theory in the corresponding sections. Furthermore, you will find in them, under the Formulas tab, the codes that will allow you to integrate these equations in external programs like Word or Mathematica.

Formulas
Related sections
x=vxt=v0·cosα·t
y=H+v0y·t-12·g·t2=H+v0·sinα·t-12·g·t2
vx=v0x=v0·cosα
vy=v0y-gt=v0·sinα-gt