SOLUTION: Calculus Question Find the points on the ellipse: 4x^2 + y^2 = 4 that are farthest from (1, 0). Hint: Begin with the distance formula.

Algebra ->  Equations -> SOLUTION: Calculus Question Find the points on the ellipse: 4x^2 + y^2 = 4 that are farthest from (1, 0). Hint: Begin with the distance formula.       Log On


   



Question 1142763: Calculus Question
Find the points on the ellipse:
4x^2 + y^2 = 4
that are farthest from (1, 0).
Hint: Begin with the distance formula.

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


4x%5E2%2By%5E2+=+4
x%5E2%2F1%2By%5E2%2F4+=+1

The ellipse has center (0,0); the semi-major axis is 2 units in the y direction; the semi-minor axis is 1 unit in the x direction.

Here is a graph showing the ellipse as two functions, y+=+sqrt%284-4x%5E2%29 and y+=+-sqrt%284-4x%5E2%29%29

graph%28400%2C400%2C-2%2C2%2C-3%2C3%2Csqrt%284-4x%5E2%29%2C-sqrt%284-4x%5E2%29%29

By symmetry, it is clear that there will be two points that are farthest from (1,0); both with the same x coordinate, and with y coordinates that are opposites. So we only need to find one of the two points.

We could use calculus to maximize the distance between (1,0) and a point on the ellipse. However, the calculus is easier if we maximize the square of that distance; the distance will be maximum when the square of the distance is maximum.

Let D be the square of the distance between (1,0) and a point on the ellipse in the second quadrant.

D+=+%28x-1%29%5E2+%2B+%284-4x%5E2%29+=+-3x%5E2-2x%2B5
dD%2Fdx+=+-6x-2

Find where the derivative is zero:

-6x-2+=+0
x+=+-1%2F3

y%5E2+=+4-4x%5E2+=+4-4%2F9+=+32%2F9
y+=+%284%2F3%29%2Asqrt%282%29

ANSWER: The two points on the ellipse farthest from (1,0) are (-1/3,(4/3)*sqrt(2)) and (-1/3,-(4/3)*sqrt(2)).