Question

Difficulty: MediumNonlinear Systems of Equations

In the xyxy-plane, the circle with equation x2+y2=13x^2 + y^2 = 13 intersects the line with equation yx=1y - x = 1 at two points, (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). What is the value of y1+y2y_1 + y_2?

  1. A
    -1
  2. 1Answer
  3. C
    3
  4. D
    -5

Answer

The sum of the yy-coordinates of the intersection points is 11.
The correct answer is 11. Substituting x=y1x = y - 1 from the linear equation into the circle equation yields (y1)2+y2=13(y-1)^2 + y^2 = 13. Expanding and simplifying gives the quadratic equation 2y22y12=02y^2 - 2y - 12 = 0. Dividing by 2 yields y2y6=0y^2 - y - 6 = 0, which factors into (y3)(y+2)=0(y - 3)(y + 2) = 0. Therefore, the yy-coordinates of the intersection points are 33 and 2-2. The sum of these coordinates is 3+(2)=13 + (-2) = 1.

Step-by-Step Solution

1
Rearrange the linear equation to solve for xx in terms of yy.
x=y1x = y - 1
Expressing xx in terms of yy allows us to substitute it into the circle equation to find the yy-coordinates directly.
2
Substitute x=y1x = y - 1 into the circle equation x2+y2=13x^2 + y^2 = 13.
(y1)2+y2=13(y - 1)^2 + y^2 = 13
This substitution reduces the system of equations to a single quadratic equation in terms of yy.
3
Expand and simplify the quadratic equation into standard form ay2+by+c=0ay^2 + by + c = 0.
y22y+1+y2=13    2y22y12=0y^2 - 2y + 1 + y^2 = 13 \implies 2y^2 - 2y - 12 = 0
Expanding the squared term and combining like terms puts the equation in a form that can be solved.
4
Divide the equation by 2 and factor the simplified quadratic equation.
y2y6=0    (y3)(y+2)=0y^2 - y - 6 = 0 \implies (y - 3)(y + 2) = 0
Simplifying and factoring helps find the individual yy-coordinates of the two intersection points.
5
Solve for yy and calculate the sum of the coordinates.
y=3y = 3 or y=2y = -2, and 3+(2)=13 + (-2) = 1
Solving the factored equation gives the yy-coordinates of the two intersection points, which are then added to find the final value.

Key Concept

Solving a nonlinear system of equations representing a circle and a line via substitution.

Alternative Method

Instead of solving for xx first, we can substitute y=x+1y = x + 1 into the circle equation to find the xx-coordinates: x2+(x+1)2=13    2x2+2x12=0    x2+x6=0    (x+3)(x2)=0x^2 + (x + 1)^2 = 13 \implies 2x^2 + 2x - 12 = 0 \implies x^2 + x - 6 = 0 \implies (x + 3)(x - 2) = 0. This gives x=3x = -3 or x=2x = 2. We then find the corresponding yy-values using y=x+1y = x + 1: for x=3x = -3, y=2y = -2; for x=2x = 2, y=3y = 3. The sum of the yy-coordinates is 2+3=1-2 + 3 = 1.
Estimated Time:1m 30s
Rate this question