Richard P. answered 07/20/15
Tutor
4.9
(838)
PhD in Physics with 10+ years tutoring experience in STEM subjects
The most straightforward way of solving this problem is to cast it as an optimization problem in differential calculus.
Since the path must touch the x axis, the path will include a point with coordinates (x,0) for some value of x. To be the shortest path it will touch only at one point and not go below the x axis. Thus to be the shortest path, the sum of the distance between (3,5) and ( x, 0) and the distance between (x,0) and (6,6) must be a minimum. The function to be minimized is thus
D(x) = sqrt( (3-x)2 + 25) + sqrt((6-x)2+ 36)
As is standard, we take the derivative of D(x) and set to zero . This results in
(x-3) /sqrt((3-x)2 + 25) = (6-x) /sqrt((6-x)2+ 36)
This equation must be solved for x. To solve, cross multiply then square both sides.
This results in a fourth order equation. But the terms in x4 and x3 cancel out leaving a quadratic equation.
The quadratic equation can be factored yielding the roots 48/11 and -12. Only the 48/11 makes sense,
So the point on the x axis is (48/11, 0)