Question

Difficulty: Very hardNonlinear Systems of Equations

In the xyxy-plane, the graphs of the linear equation y=3x+ky = 3x + k, where kk is a constant, and the quadratic equation y=x22x+7y = x^2 - 2x + 7 intersect at two points. If the distance between the two points of intersection is 130\sqrt{130}, what is the value of kk?

  1. A
    1
  2. B
    -4
  3. 4Answer
  4. D
    10

Answer

4
The correct value of kk is 44. Equating the two equations yields the quadratic equation x25x+(7k)=0x^2 - 5x + (7 - k) = 0. Since the slope of the line is 33, the difference in the y-coordinates of the intersection points is 33 times the difference in the x-coordinates. Applying the distance formula shows that the distance is equal to 10(x2x1)2\sqrt{10(x_2 - x_1)^2}. Setting this equal to the given distance of 130\sqrt{130} yields (x2x1)2=13(x_2 - x_1)^2 = 13. Substituting Vieta's relations (x1+x2=5x_1 + x_2 = 5 and x1x2=7kx_1 x_2 = 7 - k) into the identity (x2x1)2=(x1+x2)24x1x2(x_2 - x_1)^2 = (x_1 + x_2)^2 - 4x_1 x_2 results in 13=254(7k)13 = 25 - 4(7 - k), which simplifies to k=4k = 4.

Step-by-Step Solution

1
Equate the linear and quadratic equations to set up the intersection condition.
x22x+7=3x+k    x25x+(7k)=0x^2 - 2x + 7 = 3x + k \dots \implies x^2 - 5x + (7 - k) = 0
The x-coordinates of the intersection points are the roots of this quadratic equation.
2
Express the distance between the two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) in terms of the difference of their x-coordinates.
d=(x2x1)2+(y2y1)2=(x2x1)2+(3(x2x1))2=10(x2x1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} = \sqrt{(x_2 - x_1)^2 + (3(x_2 - x_1))^2} = \sqrt{10(x_2 - x_1)^2}
Since both points lie on the line y=3x+ky = 3x + k, the difference in their y-coordinates is y2y1=3(x2x1)y_2 - y_1 = 3(x_2 - x_1).
3
Use the given distance to find the value of (x2x1)2(x_2 - x_1)^2.
10(x2x1)2=130    (x2x1)2=1310(x_2 - x_1)^2 = 130 \implies (x_2 - x_1)^2 = 13
The distance between the intersection points is given as 130\sqrt{130}.
4
Apply Vieta's formulas and the algebraic identity for the squared difference of the roots to solve for kk.
x1+x2=5x_1 + x_2 = 5 and x1x2=7kx_1 x_2 = 7 - k. Substituting these into (x2x1)2=(x1+x2)24x1x2(x_2 - x_1)^2 = (x_1 + x_2)^2 - 4x_1 x_2 gives 13=524(7k)    13=2528+4k    4k=16    k=413 = 5^2 - 4(7 - k) \implies 13 = 25 - 28 + 4k \implies 4k = 16 \implies k = 4.
Vieta's formulas relate the coefficients of the quadratic equation to the sum and product of its roots.

Key Concept

Solving systems of linear and quadratic equations and finding constants based on geometric constraints.
Rate this question