Asked by bunneebud

What function should be used to minimize the distance between and the point (2, 0)?

Answers

Answered by Steve
you dropped something out
Answered by bunneebud
Yes! Sorry! y=sqrt of (x+3)
Answered by Steve
for any point on the curve, the distance z to (2,0) is

z^2 = (x-2)^2 + (y-0)^2
= x^2-4x+4 + x+3
= x^2-3x+7

so, use z = √(x^2-3x+7)
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions