Question

Difficulty: MediumNonlinear Systems of Equations
The system of equations consists of a quadratic equation and a linear equation, where cc is a constant:
y=2x23x+1y=x+c\begin{aligned} y &= 2x^2 - 3x + 1 \\ y &= x + c \end{aligned}
If this system has exactly one real solution, what is the value of cc?
  1. A
    3-3
  2. 1-1Answer
  3. C
    11
  4. D
    33

Answer

The value of the constant cc is 1-1.
To find the value of cc for which the system has exactly one real solution, we equate the two equations to get 2x23x+1=x+c2x^2 - 3x + 1 = x + c. Subtracting xx and cc from both sides gives the quadratic equation 2x24x+(1c)=02x^2 - 4x + (1 - c) = 0. A quadratic equation has exactly one real solution when its discriminant, b24acb^2 - 4ac, is equal to zero. Substituting a=2a = 2, b=4b = -4, and the constant term (1c)(1 - c) into the discriminant formula gives (4)24(2)(1c)=0(-4)^2 - 4(2)(1 - c) = 0, which simplifies to 168(1c)=016 - 8(1 - c) = 0. Solving for cc yields 8+8c=08 + 8c = 0, or c=1c = -1.

Step-by-Step Solution

1
Equate the two expressions for yy to set up a single equation in terms of xx.
2x23x+1=x+c2x^2 - 3x + 1 = x + c
Since both equations are equal to yy, their right-hand sides must be equal at any point of intersection.
2
Rearrange the equation into standard quadratic form, ax2+bx+c0=0ax^2 + bx + c_0 = 0.
2x24x+(1c)=02x^2 - 4x + (1 - c) = 0
Subtracting xx and cc from both sides groups the terms by their powers of xx.
3
Write the expression for the discriminant of this quadratic equation.
D=(4)24(2)(1c)D = (-4)^2 - 4(2)(1 - c)
For a quadratic equation ax2+bx+c0=0ax^2 + bx + c_0 = 0, the discriminant is given by b24ac0b^2 - 4ac_0 where a=2a = 2, b=4b = -4, and the constant term is 1c1 - c.
4
Set the discriminant to zero and solve for cc to find the condition for exactly one real solution.
168(1c)=0    168+8c=0    8+8c=0    c=116 - 8(1 - c) = 0 \implies 16 - 8 + 8c = 0 \implies 8 + 8c = 0 \implies c = -1
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.

Key Concept

Determining the number of solutions of a nonlinear system by setting the discriminant of the combined quadratic equation to zero.
Estimated Time:1m 30s
Rate this question