
Michael M. answered 04/27/24
Math, Chem, Physics, Tutoring with Michael ("800" SAT math)
Finding the farthest point from (-1,0) means that we’re trying to maximize the distance between the ellipse and the point (-1,0)
The distance formula is D = sqrt((x1 - x2)2 + (y1 - y2)2)
Plug in the point (-1,0)
D = sqrt((x1 + 1)2 + (y1 - 0)2)
D = sqrt((x1 + 1)2 + (y1)2)
(x1, y1) is a point on the ellipse, thus we can just use variables x and y.
D = sqrt((x + 1)2 + y2)
Get everything in terms of x.
y2 = 4 - 4x2
So substitute y2 in our distance equation with 4 - 4x2
D = sqrt((x + 1)2 + 4 - 4x2)
Maximize D