Projectiles: 'Best' path to reach a target
- Author:
- Jon Ingram
As you move the target around, this sketch will show you the 'best' path a projectile can take to reach the target.
The obvious task here is to figure out what is meant by 'best', and then attempt to replicate the calculations which led to this sketch being created.