Jing S. answered 09/10/19
Software Engineer Who Loves Math, Physics and Programming
Since y=x2 -8, the coordinate of P can be expressed as (x, x2 - 8)
a) The distance to the origin can be expressed as d(x) =sqrt(x2 + (x2-8)2)
b) if x =0, d = 8
c) If x = 1, d = sqrt(1+49) = sqrt(50)
d) if d = sqrt(x2 + (x2-8)2), then d2 = x4 - 15 x2 + 64 ==> x4 - 15 x2 + 64 - d2 = 0
e) d = sqrt( x4 - 15 x2 + 64) = sqrt( (x2 - 15/2)2 - 225/4 + 64 ), when x2 = 15/2, x = sqrt(30)/2 or -sqrt(30)/2, d is the smallest at sqrt(31)/2.
Anna G.
For b), why does d=8?05/09/20