Mika R.
asked 11/19/19Find the points on the ellipse 81x^2+y^2=81 that are farthest away from the point (1,0). List in the form of (a,b)
2 Answers By Expert Tutors

William W. answered 11/19/19
Experienced Tutor and Retired Engineer
√The distance from some point (x, y) that is on the ellipse can be specified as:
d = √[(x - x1)2 + (y - y1)2] where (x1, y1) is an arbitrary point, in this case (1, 0). So, inserting the point we get:
d = √[(x - 1)2 + (y - 0)2] or
d = √[(x - 1)2 + y2]
But since 81x2 + y2 = 81 then y2 = 81 - 81x2 so, plugging in "81 - 81x2" for "y2" into the distance formula we get:
d(x) = √[(x - 1)2 + 81 - 81x2] or
d(x) = √[x2 - 2x + 1 + 81 - 81x2] or
d(x) = √[82 - 2x - 80x2]
To find the maximum distance, take the derivative and set it equal to zero.
d'(x) = 1/2(82 - 2x - 80x2)-1/2(-2 - 160x) or
d'(x) = (-1 - 80x)/(82 - 2x - 80x2)1/2
This is equal to zero when the numerator equals zero so:
-1 - 80x = 0
-80x = 1
x = -1/80
plugging this into y2 = 81 - 81x2 we get:
y2 = 81 - 81(-1/80)2
y2 = 81 - 81/6400
y = ± √518319/6400 = √518319/80 ≈8.9993
So the points farthest away from (1, 0) on the ellipse 81x2 + y2 = 81 are (-1/80, 8.9993) and (-1/80, -8.9993)


William W.
I'm 100% confident about this answer. Look at the distance formula for distance between 2 point and maximize the distance.11/20/19

William W.
Timothy, check your calculation. The distance between (1, 0) and (-0.110432, 8.944954) is 9.013362. The distance between (1, 0) and (-0.0125, 8.999297) is 9.05607411/20/19

Timothy D.
11/20/19
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
William W.
Sorry, forgot to take the square root. Answers are (-1/80, 8.9993) and (-1/80, -8.9993)11/19/19