> A gun is fired from the top of a cliff of height h,
> and the shot attains a maximum height of (h + b)
> above sea-level, and strikes the sea at a distance a
> from the foot of the cliff. Find the angle of
> elevation of the gun.
Hi Bill,
I found the following solution for the angle of elevation
alf = atan(2/a*(b+sqrt(b^2+h*b))) .
Best regards,
Avni