Solveeit Logo

Question

Question: Chord whose midpoint of parabola is given derive the formula...

Chord whose midpoint of parabola is given derive the formula

Answer

The equation of the chord of the parabola y2=4axy^2 = 4ax whose midpoint is (x1,y1)(x_1, y_1) is:

yy12ax=y122ax1yy_1 - 2ax = y_1^2 - 2ax_1

Explanation

Solution

To derive the formula for the chord of a parabola whose midpoint is given, let's consider the standard equation of a parabola and follow the steps below.

1. Define the Parabola and the Chord's Midpoint Let the equation of the parabola be y2=4axy^2 = 4ax.
Let the midpoint of the chord be M(x1,y1)M(x_1, y_1).
Let the two endpoints of the chord be P(x2,y2)P(x_2, y_2) and Q(x3,y3)Q(x_3, y_3).

2. Apply Midpoint Formula Since M(x1,y1)M(x_1, y_1) is the midpoint of PQPQ, we have:
x1=x2+x32    x2+x3=2x1(1)x_1 = \frac{x_2 + x_3}{2} \quad \implies \quad x_2 + x_3 = 2x_1 \quad \dots(1)
y1=y2+y32    y2+y3=2y1(2)y_1 = \frac{y_2 + y_3}{2} \quad \implies \quad y_2 + y_3 = 2y_1 \quad \dots(2)

3. Use the Property that Endpoints Lie on the Parabola Since P(x2,y2)P(x_2, y_2) and Q(x3,y3)Q(x_3, y_3) lie on the parabola y2=4axy^2 = 4ax, they must satisfy its equation:
y22=4ax2(3)y_2^2 = 4ax_2 \quad \dots(3)
y32=4ax3(4)y_3^2 = 4ax_3 \quad \dots(4)

4. Subtract the Equations and Factor Subtract equation (4) from equation (3):
y22y32=4ax24ax3y_2^2 - y_3^2 = 4ax_2 - 4ax_3
Factor the difference of squares on the left side and factor out 4a4a on the right side:
(y2y3)(y2+y3)=4a(x2x3)(y_2 - y_3)(y_2 + y_3) = 4a(x_2 - x_3)

5. Substitute from Midpoint Formula Substitute y2+y3=2y1y_2 + y_3 = 2y_1 from equation (2) into the above equation:
(y2y3)(2y1)=4a(x2x3)(y_2 - y_3)(2y_1) = 4a(x_2 - x_3)

6. Determine the Slope of the Chord The slope of the chord PQPQ is m=y2y3x2x3m = \frac{y_2 - y_3}{x_2 - x_3}.
From the previous step, rearrange the terms to find the slope:
m=y2y3x2x3=4a2y1=2ay1m = \frac{y_2 - y_3}{x_2 - x_3} = \frac{4a}{2y_1} = \frac{2a}{y_1}

7. Write the Equation of the Chord (Point-Slope Form) Now we have the slope m=2ay1m = \frac{2a}{y_1} and a point on the chord M(x1,y1)M(x_1, y_1). Using the point-slope form of a linear equation (yy1=m(xx1)y - y_1 = m(x - x_1)):
yy1=2ay1(xx1)y - y_1 = \frac{2a}{y_1}(x - x_1)

8. Simplify to the Standard Form Multiply both sides by y1y_1:
y1(yy1)=2a(xx1)y_1(y - y_1) = 2a(x - x_1)
yy1y12=2ax2ax1yy_1 - y_1^2 = 2ax - 2ax_1
Rearrange the terms to get the final formula:
yy12ax=y122ax1yy_1 - 2ax = y_1^2 - 2ax_1

This formula is often represented as T=S1T = S_1, where S=y24axS = y^2 - 4ax is the equation of the parabola, T=yy12a(x+x1)T = yy_1 - 2a(x+x_1) is the tangent form, and S1=y124ax1S_1 = y_1^2 - 4ax_1 is the value of SS at (x1,y1)(x_1, y_1).
Let's verify:
yy12a(x+x1)=y124ax1yy_1 - 2a(x+x_1) = y_1^2 - 4ax_1
yy12ax2ax1=y124ax1yy_1 - 2ax - 2ax_1 = y_1^2 - 4ax_1
yy12ax=y124ax1+2ax1yy_1 - 2ax = y_1^2 - 4ax_1 + 2ax_1
yy12ax=y122ax1yy_1 - 2ax = y_1^2 - 2ax_1
This confirms the derived formula.