Find the points of intersection of the line x−2y+3=0 and the parabola y2=8x+1. Also, find the length of the chord intercepted by the parabola on this line and determine if this chord is a focal chord.
Background and Explanation
To find the intersection points of a line and a parabola, we solve their equations as a system. The distance between these intersection points represents the length of the chord. A chord is considered a "focal chord" if it passes through the focus of the parabola.
To find where the line and parabola meet, we solve the equations simultaneously.
Given the line:
x−2y+3=0
And the parabola:
y2=8x+1
From equation (i), we can express x in terms of y:
x=2y−3
Now, substitute this expression for x into equation (ii):
y2=8(2y−3)+1y2=16y−24+1y2−16y+23=0
We solve this quadratic equation using the quadratic formula y=2a−b±b2−4ac:
y=2(1)−(−16)±(−16)2−4(1)(23)y=216±256−92y=216±164y=216±241y=8±41
So, the y-coordinates are y1=8−41 and y2=8+41.
Next, we find the corresponding x-coordinates using x=2y−3:
For y=8−41:
x=2(8−41)−3=16−241−3=13−241
For y=8+41:
x=2(8+41)−3=16+241−3=13+241
The points of intersection are:
A(13−241,8−41)andB(13+241,8+41)