Solveeit Logo

Question

Question: If the locus of the middle points of all such chords of the parabola $y^2=8x$ which has a length of ...

If the locus of the middle points of all such chords of the parabola y2=8xy^2=8x which has a length of 2 units, has the equation y4+ly2(2x)=mxny^4+ly^2(2-x)=mx-n where l,m,nNl,m,n \in N, find the value of (l+m+n)(l+m+n).

Answer

152

Explanation

Solution

To find the locus of the middle points of chords of the parabola y2=8xy^2=8x with a length of 2 units, we can use the following approach:

Let the midpoint of a chord be P(h,k)P(h,k). For a parabola y2=4axy^2=4ax, the equation of the chord with midpoint (h,k)(h,k) is given by T=S1T=S_1, where TT is the tangent at (h,k)(h,k) and S1S_1 is the value of the parabola equation at (h,k)(h,k). Given parabola is y2=8xy^2=8x. Comparing with y2=4axy^2=4ax, we have 4a=8    a=24a=8 \implies a=2.

The equation of the chord is: yk4(x+h)=k28hyk - 4(x+h) = k^2 - 8h yk4x4h=k28hyk - 4x - 4h = k^2 - 8h yk=4x+k24hyk = 4x + k^2 - 4h

To find the points of intersection of this chord with the parabola, substitute x=ykk2+4h4x = \frac{yk - k^2 + 4h}{4} into y2=8xy^2=8x: y2=8(ykk2+4h4)y^2 = 8 \left( \frac{yk - k^2 + 4h}{4} \right) y2=2(ykk2+4h)y^2 = 2(yk - k^2 + 4h) y22ky+(2k28h)=0y^2 - 2ky + (2k^2 - 8h) = 0

Let the roots of this quadratic equation in yy be y1y_1 and y2y_2. These are the y-coordinates of the endpoints of the chord. From Vieta's formulas: y1+y2=2ky_1+y_2 = 2k y1y2=2k28hy_1y_2 = 2k^2 - 8h

The x-coordinates of the endpoints are x1=y12/8x_1 = y_1^2/8 and x2=y22/8x_2 = y_2^2/8.

The length of the chord LL is given as 2 units. So L2=4L^2=4. L2=(x2x1)2+(y2y1)2L^2 = (x_2-x_1)^2 + (y_2-y_1)^2

First, find (y2y1)2(y_2-y_1)^2: (y2y1)2=(y1+y2)24y1y2(y_2-y_1)^2 = (y_1+y_2)^2 - 4y_1y_2 (y2y1)2=(2k)24(2k28h)(y_2-y_1)^2 = (2k)^2 - 4(2k^2 - 8h) (y2y1)2=4k28k2+32h(y_2-y_1)^2 = 4k^2 - 8k^2 + 32h (y2y1)2=32h4k2(y_2-y_1)^2 = 32h - 4k^2

Next, find (x2x1)2(x_2-x_1)^2: x2x1=y228y128=18(y22y12)=18(y2y1)(y2+y1)x_2-x_1 = \frac{y_2^2}{8} - \frac{y_1^2}{8} = \frac{1}{8}(y_2^2-y_1^2) = \frac{1}{8}(y_2-y_1)(y_2+y_1) Substitute y1+y2=2ky_1+y_2 = 2k: x2x1=18(y2y1)(2k)=k4(y2y1)x_2-x_1 = \frac{1}{8}(y_2-y_1)(2k) = \frac{k}{4}(y_2-y_1) (x2x1)2=k216(y2y1)2(x_2-x_1)^2 = \frac{k^2}{16}(y_2-y_1)^2

Now substitute these expressions into the length formula L2=4L^2=4: 4=k216(y2y1)2+(y2y1)24 = \frac{k^2}{16}(y_2-y_1)^2 + (y_2-y_1)^2 4=(y2y1)2(k216+1)4 = (y_2-y_1)^2 \left( \frac{k^2}{16} + 1 \right) Substitute (y2y1)2=32h4k2(y_2-y_1)^2 = 32h - 4k^2: 4=(32h4k2)(k2+1616)4 = (32h - 4k^2) \left( \frac{k^2+16}{16} \right) Factor out 4 from the first term: 4=4(8hk2)(k2+1616)4 = 4(8h - k^2) \left( \frac{k^2+16}{16} \right) Divide both sides by 4: 1=(8hk2)(k2+1616)1 = (8h - k^2) \left( \frac{k^2+16}{16} \right) Multiply both sides by 16: 16=(8hk2)(k2+16)16 = (8h - k^2)(k^2+16)

This is the locus of the midpoint (h,k)(h,k). Replace hh with xx and kk with yy: 16=(8xy2)(y2+16)16 = (8x - y^2)(y^2+16) Expand the right side: 16=8xy2+128xy416y216 = 8xy^2 + 128x - y^4 - 16y^2

Rearrange the terms to match the given equation y4+ly2(2x)=mxny^4+ly^2(2-x)=mx-n: y4+16y28xy2128x+16=0y^4 + 16y^2 - 8xy^2 - 128x + 16 = 0 y4+y2(168x)=128x16y^4 + y^2(16 - 8x) = 128x - 16 y4+8y2(2x)=128x16y^4 + 8y^2(2 - x) = 128x - 16

Comparing this with y4+ly2(2x)=mxny^4+ly^2(2-x)=mx-n: l=8l=8 m=128m=128 n=16n=16

The problem states l,m,nNl,m,n \in N (natural numbers). All values l=8,m=128,n=16l=8, m=128, n=16 are natural numbers.

Finally, calculate the value of (l+m+n)(l+m+n): l+m+n=8+128+16=152l+m+n = 8 + 128 + 16 = 152.