What is the expression for the distance from the point (8,1) to the curve # y = 1 + x^(3/2)# in terms of the x-coordinate of the point on the curve?

1 Answer
Dec 31, 2016

#d = sqrt(x^3 + x^2 - 16x + 64)#

Explanation:

Use the distance formula:

#d = sqrt((x - x_0)^2 +(y - y_0)^2)#

Substitute #(8,1)# for #(x_0,y_0)# is:

#d = sqrt((x - 8)^2 +(y - 1)^2)#

Substitute the right side of the function for y:

#d = sqrt((x - 8)^2 +(x^(3/2) + 1 - 1)^2)#

#d = sqrt((x - 8)^2 +(x^(3/2))^2)#

#d = sqrt((x - 8)^2 + x^3)#

#d = sqrt(x^3 + x^2 - 16x + 64)#