How to find the coordinates of the points A and B? If one gets that, then distance formula can be used to find the length.
2026-04-06 18:43:41.1775501021
If the line $y=x-8$ intersects the parabola ${ y }^{ 2 }=4x$ at A and B, what's the chord's length?
2.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let us denote the intersection of $y^2=4x$ and $y=x-8$ as $(a,b)$. Note that the coordinates $(a,b)$ satisfies $$b^2=4a=(a-8)^2 \iff a^2-20a+64=(a-4)(a-16)=0$$ As $(a-8)^2-4a=a^2-20a+64$. So the intersections are $(4, -4)$ and $(16, 8)$. So the distance between the two points is $12 \sqrt{2}$.