Given the curve $y^2 = 4x$, find the point on the parabola that is the shortest distance to the point $(1,0)$
My work:
\begin{align}d &= \sqrt{(x-1)^2 + y^2}\\ d &= \sqrt{(x-1)^2 +4x}\\ d &= \sqrt{x^2 - 2x + 1 + 4x}\\ d &= \sqrt{x^2 + 2x +1}\\ d &= x + 1\end{align}
At this point, taking the derivative would be useless. So, my question is: Is there a way using calculus that I can solve the above problem.
Continuing your computation, we have
$$d=|x+1|.$$
But from $y^2=4x$ we draw that $x\ge0$ so that
$$|x+1|\ge1$$ and the equality is achieved by $x=0$.