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=8x which has a length of 2 units, has the equation y4+ly2(2−x)=mx−n where l,m,n∈N, find the value of (l+m+n).

152
Solution
To find the locus of the middle points of chords of the parabola y2=8x with a length of 2 units, we can use the following approach:
Let the midpoint of a chord be P(h,k). For a parabola y2=4ax, the equation of the chord with midpoint (h,k) is given by T=S1, where T is the tangent at (h,k) and S1 is the value of the parabola equation at (h,k). Given parabola is y2=8x. Comparing with y2=4ax, we have 4a=8⟹a=2.
The equation of the chord is: yk−4(x+h)=k2−8h yk−4x−4h=k2−8h yk=4x+k2−4h
To find the points of intersection of this chord with the parabola, substitute x=4yk−k2+4h into y2=8x: y2=8(4yk−k2+4h) y2=2(yk−k2+4h) y2−2ky+(2k2−8h)=0
Let the roots of this quadratic equation in y be y1 and y2. These are the y-coordinates of the endpoints of the chord. From Vieta's formulas: y1+y2=2k y1y2=2k2−8h
The x-coordinates of the endpoints are x1=y12/8 and x2=y22/8.
The length of the chord L is given as 2 units. So L2=4. L2=(x2−x1)2+(y2−y1)2
First, find (y2−y1)2: (y2−y1)2=(y1+y2)2−4y1y2 (y2−y1)2=(2k)2−4(2k2−8h) (y2−y1)2=4k2−8k2+32h (y2−y1)2=32h−4k2
Next, find (x2−x1)2: x2−x1=8y22−8y12=81(y22−y12)=81(y2−y1)(y2+y1) Substitute y1+y2=2k: x2−x1=81(y2−y1)(2k)=4k(y2−y1) (x2−x1)2=16k2(y2−y1)2
Now substitute these expressions into the length formula L2=4: 4=16k2(y2−y1)2+(y2−y1)2 4=(y2−y1)2(16k2+1) Substitute (y2−y1)2=32h−4k2: 4=(32h−4k2)(16k2+16) Factor out 4 from the first term: 4=4(8h−k2)(16k2+16) Divide both sides by 4: 1=(8h−k2)(16k2+16) Multiply both sides by 16: 16=(8h−k2)(k2+16)
This is the locus of the midpoint (h,k). Replace h with x and k with y: 16=(8x−y2)(y2+16) Expand the right side: 16=8xy2+128x−y4−16y2
Rearrange the terms to match the given equation y4+ly2(2−x)=mx−n: y4+16y2−8xy2−128x+16=0 y4+y2(16−8x)=128x−16 y4+8y2(2−x)=128x−16
Comparing this with y4+ly2(2−x)=mx−n: l=8 m=128 n=16
The problem states l,m,n∈N (natural numbers). All values l=8,m=128,n=16 are natural numbers.
Finally, calculate the value of (l+m+n): l+m+n=8+128+16=152.