The shortest distance of the line from the curve is:
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.
Any point on the curve y = x 2 can be taken as ( t , t 2 ) , and its distance from the given line x − y − 1 = 0 is given by:
d=sqrt[{(t^2) - t+1}^2]/2, or d^2=[{(t^2) - t+1}^2]/2; now for distance (d) to be minimum differentiate this expression with respect to t and put it equal to zero. it gives t=1/2. put this value back in to distance formula and you will get the answer.