Monkey and Hunter

A hunter spies a monkey in a tree and wants to shoot it. The hunter knows that at the instant he fires the gun the monkey will let go of the tree branch and drop straight down. How should the hunter aim to hit the monkey? The monkey starts a vertical distance h above the hunter and the horizontal distance between the monkey and hunter is d (see transparency).

  1. Aim directly at the monkey
  2. Aim high (over the monkey's head)
  3. Aim low (below the monkey)





Solution: Exploit independence of x and y motion and apply the kinematic equations!

Bullet motion:

Horizontal position:   xB(t) = vx(0) t
Impact time (defined by xB = d):   tImpact = d/vx(0)

Vertical position:  yB(t) = vy(0)t -½gt2
Vertical position at impact:   yB(tImpact) = vy(0)tImpact -½gtImpact2

Monkey motion:

Vertical position:  yM = h - ½gt2

Aim at monkey means: tan θ=vy(0)/vx(0)=h/d      h= vy(0) d/vx(0)

Vertical position of monkey is:  yM = h - ½gt2 = vy(0) d/vx(0) - ½gt2
Vertical position at impact:  yM(tImpact) = vy(0) d/vx(0) - ½gtImpact2 = vy(0) tImpact - ½gtImpact2 = yB(tImpact)  

Monkey is hit!