For this homework assignment, use the golden section search function you developed in Lab #7 to solve the problem below. This homework is due Monday, 6 Apr.
If a water hose, with initial water velocity v, is aimed at an angle
α with respect to the ground to splash a flower at height h,
then the horizontal distance from nozzle to flower satisfies the
quadratic equation:
(g/(2v² cos² α)) x² - (tan α) x + h =
0,
where g = 9.81 m/s².