Brilli the ant had his ant hill named which had coordinates .
Brilli had his girlfriend named Billi who had her ant hill named which had coordinates . Once Billi was thirsty and she called Brilli to get her some water from a river named Bribill which travelled mainly in the same course as the line but then travels in an arc of a circle with center and radius 17. Thus to not displease his girlfriend, Brilli had to take the quickest path which would lead him to Bribill river first and then to Billi's ant hill. Brilli calculated a point on the Bribill river such that if he starts from his ant hill, goes to that point and then goes to Billi's ant hill, he would have taken the shortest possible path requiring the least effort and time.
Find the abscissa of the point that Brilli calculated.
Give your answer to 2 decimal places.
Details and Assumptions:
Assume the ant-hills are points and the river's arc is to the left of the ant hills.
Brilli was always perfect in his calculations.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The brute force approach is to find P ( x , y ) so as to minimize
f ( x , y ) = ( − 2 − x ) 2 + ( 3 0 − y ) 2 + ( 8 − x ) 2 + ( 1 0 − y ) 2
given the constraint that P lies on the circle ( x − 8 ) 2 + ( y − 2 3 ) 2 = 1 7 2 ,
This can be solved via substitution and differentiation or by Lagrange multipliers, but both methods are messy and require some "numerical methods" help, (i.e., Wolfram).
The more geometric approach, via Fermat's principle, is to find P such that the angle of incidence the path joining B 1 ( 8 , 1 0 ) and P makes with the radius O P is equal to the angle of reflection the path joining P and B 2 ( − 2 , 3 0 ) makes with the same radius. This solution is under construction, but I wanted to get something posted so that @Michael Mendrin could post his thoughts in the comments section.