Solveeit Logo

Question

Question: Find the coordinates of a point on the parabola $y^2 = 8x$ whose distance from the focus is 10....

Find the coordinates of a point on the parabola y2=8xy^2 = 8x whose distance from the focus is 10.

Answer

(8, 8) and (8, -8)

Explanation

Solution

The parabola is y2=8xy^2 = 8x. Comparing with y2=4axy^2 = 4ax, we get 4a=84a = 8, so a=2a = 2. The focus is at (2,0)(2, 0). Let the point be P(x,y)P(x, y). The distance from the focus to PP is given as 10.

Using the distance formula: (x2)2+(y0)2=10\sqrt{(x-2)^2 + (y-0)^2} = 10 (x2)2+y2=100(x-2)^2 + y^2 = 100

Since P(x,y)P(x, y) is on the parabola, y2=8xy^2 = 8x. Substitute this into the equation: (x2)2+8x=100(x-2)^2 + 8x = 100 x24x+4+8x=100x^2 - 4x + 4 + 8x = 100 x2+4x96=0x^2 + 4x - 96 = 0 (x+12)(x8)=0(x+12)(x-8) = 0

Possible values for xx are 12-12 and 88. Since y2=8xy^2 = 8x, xx must be non-negative (x0x \ge 0). Thus, we discard x=12x = -12. So, x=8x = 8.

Substitute x=8x = 8 into y2=8xy^2 = 8x: y2=8(8)=64y^2 = 8(8) = 64 y=±8y = \pm 8

The coordinates of the points are (8,8)(8, 8) and (8,8)(8, -8).