Question

Difficulty: MediumSystems of Linear and Non-Linear Equations

In the standard (x,y)(x, y) coordinate plane, a circle is defined by the equation x2+y2=25x^2 + y^2 = 25 and a line is defined by the equation 3x+4y=153x + 4y = 15. The line intersects the circle at two points, AA and BB. What is the distance between point AA and point BB?

Answer: 8

Answer

The distance between the two intersection points is 8.
The correct answer is 8. We can find the intersection points by substituting y=153x4y = \frac{15 - 3x}{4} into the circle's equation x2+y2=25x^2 + y^2 = 25, yielding the quadratic equation 5x218x35=05x^2 - 18x - 35 = 0. Solving this gives x=5x = 5 and x=1.4x = -1.4, with corresponding yy-coordinates y=0y = 0 and y=4.8y = 4.8. The distance between (5,0)(5, 0) and (1.4,4.8)(-1.4, 4.8) is (1.45)2+(4.80)2=6.42+4.82=64=8\sqrt{(-1.4 - 5)^2 + (4.8 - 0)^2} = \sqrt{6.4^2 + 4.8^2} = \sqrt{64} = 8. Alternatively, we can use geometry: the distance from the center of the circle (0,0)(0,0) to the line 3x+4y15=03x + 4y - 15 = 0 is d=3(0)+4(0)1532+42=3d = \frac{|3(0) + 4(0) - 15|}{\sqrt{3^2 + 4^2}} = 3. Since the radius of the circle is r=5r = 5, the right triangle formed by the radius, the perpendicular segment, and half the chord has a half-chord length of 5232=4\sqrt{5^2 - 3^2} = 4. Thus, the total chord length is 2×4=82 \times 4 = 8.

Step-by-Step Solution

1
Express the linear equation in terms of one variable
y=153x4y = \frac{15 - 3x}{4}
This allows for substitution into the equation of the circle.
2
Substitute the expression into the circle's equation and simplify
x2+(153x4)2=2516x2+(22590x+9x2)=40025x290x175=05x218x35=0x^2 + \left(\frac{15 - 3x}{4}\right)^2 = 25 \Rightarrow 16x^2 + (225 - 90x + 9x^2) = 400 \Rightarrow 25x^2 - 90x - 175 = 0 \Rightarrow 5x^2 - 18x - 35 = 0
To create a single quadratic equation in terms of xx representing the intersection points.
3
Solve the quadratic equation for xx
(5x+7)(x5)=0x=5(5x + 7)(x - 5) = 0 \Rightarrow x = 5 or x=1.4x = -1.4
To find the xx-coordinates of the intersection points.
4
Calculate the corresponding yy-coordinates
For x=5x = 5, y=0y = 0, giving point A(5,0)A(5, 0). For x=1.4x = -1.4, y=4.8y = 4.8, giving point B(1.4,4.8)B(-1.4, 4.8).
To determine the exact coordinates of both intersection points.
5
Apply the distance formula to find the length of the segment ABAB
d=(1.45)2+(4.80)2=(6.4)2+4.82=40.96+23.04=64=8d = \sqrt{(-1.4 - 5)^2 + (4.8 - 0)^2} = \sqrt{(-6.4)^2 + 4.8^2} = \sqrt{40.96 + 23.04} = \sqrt{64} = 8
To compute the final distance between the two intersection points.

Key Concept

Solving systems of linear and quadratic equations to determine intersection points and calculating the distance between coordinates.
Rate this question