Statement

difficulty

We have a small device that can launch missiles with a velocity of v=3·i+4·j m/s. Determine how far we must be to hit a target if:

  • the height from which the launch occurs is 1.8 m
  • the target is at a height of 1.5 m

Solution

Data

  • Initial velocity of the motion v0=3·i+4·j m/s 
  • Initial height: y0 = H = 1.8 m
  • Height of the target (final height) y = 1.5 m

Preliminary considerations

Resolution

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

r(t)=v0x·t·i+H+v0y·t-12·g·t2·j 

The position vector at the end of the motion is given by:

xi+1.5·j

The unknown x, is just the asked value, the distance that we must be from the target for the projectile to hit it. Therefore, making the final position vector the same to the generic expression of the position vector, we can solve for the unknown that we need to find:

r(t)=v0x·t·i+H+v0y·t-12·g·t2·j=xi+1.5·j 

Therefore:

H+v0y·t-12·g·t2=1.51.8+4·t-12·9.8·t20.3+4·t-12·9.8·t2=0-4.9·t2+4·t+0.3=0t1=0.88 s; t2=- 

Finally, knowing t, we solve for x

x=v0x·t=3·0.88=2.65 m

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