Question

Difficulty: HardSystems of Linear and Non-Linear Equations

A system of equations consists of the line 2xy=52x - y = 5 and the parabola y=x24x+cy = x^2 - 4x + c, where cc is a constant. If the line and the parabola intersect at two distinct points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) such that the positive difference between their xx-coordinates is 2, what is the value of cc?

  1. A
    0
  2. 3Answer
  3. C
    5
  4. D
    8
  5. E
    11

Answer

3
To find the constant cc, we equate the line and the parabola equations: x24x+c=2x5x^2 - 4x + c = 2x - 5. Bringing all terms to one side gives the quadratic equation x26x+(c+5)=0x^2 - 6x + (c + 5) = 0. Applying the quadratic formula, the xx-coordinates of the intersection points are x=3±4cx = 3 \pm \sqrt{4 - c}. The positive difference between these coordinates is (3+4c)(34c)=24c(3 + \sqrt{4 - c}) - (3 - \sqrt{4 - c}) = 2\sqrt{4 - c}. Setting this difference equal to the given value of 2 gives 24c=22\sqrt{4 - c} = 2, which simplifies to 4c=1\sqrt{4 - c} = 1. Squaring both sides yields 4c=14 - c = 1, which gives c=3c = 3. This corresponds to the correct option.

Step-by-Step Solution

1
Equate the equations for the line and the parabola to set up the equation for their intersection points.
x24x+c=2x5x^2 - 4x + c = 2x - 5
The intersection points of the system of equations occur where the yy-values are equal.
2
Rearrange the equation into standard quadratic form: ax2+bx+c=0ax^2 + bx + c = 0.
x26x+(c+5)=0x^2 - 6x + (c + 5) = 0
Grouping the terms allows us to identify the coefficients: a=1a = 1, b=6b = -6, and the constant term is c+5c + 5.
3
Apply the quadratic formula to find the xx-coordinates of the intersection points in terms of cc.
x=6±(6)24(1)(c+5)2=3±4cx = \frac{6 \pm \sqrt{(-6)^2 - 4(1)(c + 5)}}{2} = 3 \pm \sqrt{4 - c}
The quadratic formula yields the roots x1=3+4cx_1 = 3 + \sqrt{4 - c} and x2=34cx_2 = 3 - \sqrt{4 - c}.
4
Set up an equation representing the positive difference between the xx-coordinates and solve for cc.
(3+4c)(34c)=2    24c=2    4c=1    4c=1    c=3(3 + \sqrt{4 - c}) - (3 - \sqrt{4 - c}) = 2 \implies 2\sqrt{4 - c} = 2 \implies \sqrt{4 - c} = 1 \implies 4 - c = 1 \implies c = 3
The difference between the two coordinates is given as 2, which allows us to isolate and solve for cc.

Key Concept

Solving systems of linear and non-linear equations by finding the intersection of a line and a parabola and using root properties to determine unknown constants

Alternative Method

Instead of using the quadratic formula, you can apply Vieta's formulas. Let the roots of x26x+(c+5)=0x^2 - 6x + (c + 5) = 0 be x1x_1 and x2x_2. Vieta's formulas state that x1+x2=6x_1 + x_2 = 6 and x1x2=c+5x_1 x_2 = c + 5. We are given that x1x2=2|x_1 - x_2| = 2. Squaring this equation gives (x1x2)2=4(x_1 - x_2)^2 = 4. Since (x1x2)2=(x1+x2)24x1x2(x_1 - x_2)^2 = (x_1 + x_2)^2 - 4x_1 x_2, we substitute the known values: 624(c+5)=4    364c20=4    164c=4    4c=12    c=36^2 - 4(c + 5) = 4 \implies 36 - 4c - 20 = 4 \implies 16 - 4c = 4 \implies 4c = 12 \implies c = 3.
Estimated Time:2m 0s
Rate this question