This is from a Derivatives chapter in the section on Optimization.
Find the point on graph of $xy=12$ that is closest to the point $(5,0)$
I believe I have to use the distance formula. So, so far I have:
$y=12/x$
$d^2=f(x)=(x-5)^2 + ((12/x) - 0)^2$
$f(x)= x^2-10x+25+(144/x^2)$
$f'(x) = 2x-10-(288/x^3)$
$f'(x) = (x^3(2x-10)-288)/x^3$
$f'(x) = (2x^4-10x^3-288)/x^3$
$f'(x) = 2(x^4-5x^3-144)/x^3$
Here is where I am stuck. Thanks.
