Is there any way to find the length of a chord if you are given the equations for the chord and the circle? Say you have a circle with an equation of $x^2 + y^2 = 4$ and the line $y = 3x - 4$. Is there any way to get the chord length from this?
I would assume this may be possible by substituting $3x-4$ for $y$ in the circle equation and solving for $x$ to get the $x$ values of the points of intersection, and then repeating this process but instead substituting $(y+4)/3$ for x, and solving for y to get the y values of these points. Then would it be possible to simply use the distance forumla to get the length of the chord?
Thanks in advance for any help.
The straight line meets the circle in $A$ and $B$. Calculate the intersection of $y=3x-4$ with the perpendicular line through the origin $O$, namely $y=-\frac13x$, it's $C(1.2,-0.4)$. Now consider the right-angled triangle $OAC$ to determine the length of $AC$ as $\sqrt{2.4}$. Hence the chord has length $2\sqrt{2.4}$.