Pico is on the parabaloa dtermined by $y=x^2$ and notices a UFO and some ancient astronauts(extraterrestrials) located at the point $P(3,0)$ in the $xy$-plane. Pico wants to get as close as possible to the UFO to take good pictures for the incredulous bureaucrats in Washington to provide compelling evidence that we are not alone in the universe. At What point on the parabola should Pico take his photos?
To my understanding, the shortest distance between any to points is the perpendicular. I.e. A $90$ degree angle is made at the intersection of the two points. If this is wrong please correct me.
So in order to find that, we set the slope of the normal line(being that the normal line is perpendicular to the tangent at a given point) at any point on $y=x^2$ equal to the slope of the line made by $P(3,0)$ and any point on $y=x^2$. $$y'=2x=m_{tan}$$$$m_{norm}=-\frac{1}{2x}=\frac{x^2-0}{x-3}=m_{line}$$ Stop my at any point. Next, we need to solve for $x$ at their intersection I believe. $$2x(x^2)=-x+3\implies 2x^3+x-3=0$$ $$(2x+3)(x-1)=0 \implies x=1,-\frac{3}{2}$$ Therefore, Pico should take photos from $P(-\frac{3}{2},\frac{9}{4})$ or $P(1,1)$ on the curve of $y=x^2$
QUESTION:
I have a couple on this. First of all is this a genuine method that works to find the shortest distance between a curve and a point and have I applied it correctly. If so, then does that mean that the two point I identified for Pico to take photos from are equal distance from $P(3,0)$? Any help or reassurance is appreciated.
solution using the distance formula:
according to the distance formula the distance between a function and a point is given by $$l=\sqrt{(x-x_{0})^{2}+(f(x)-y_{0})^2}$$ substituting $x_0=3$, $y_0=0$ and $f(x)=x^2$ into the equation we get $$l=\sqrt{(x-3)^{2}+(f(x)-0)^2}=\sqrt{(x-3)^{2}+(f(x))^2}$$ next in order to find the minimum distance we first take the derivitive, set in equal to zero and then solve for $x$
taking the derivative yields
$l'=\frac{\mathrm{d} }{\mathrm{d} x}{\sqrt{(x-3)^{2}+(x)^4}}=\frac{2\cdot x^3+x-3}{\sqrt{(x-3)^{2}+(x)^4}}$
setting it equal to zero
$l'=0=\frac{2\cdot x^3+x-3}{\sqrt{(x-3)^{2}+(x)^4}}$
solving for x we get $x=1$
substitute that $x$ value into $f(x)=x^2$ to the get corresponding point $y$ gives $f(1)=y=1^2=1$
so the point on $x^2$ closest to $P(3,0)$ is $(1,1)$