How to solve a system with one linear and one quadratic equation

Solving a system with one linear and one quadratic equation requires the substitution method. This procedure applies when finding the geometric intersection points of a line and a conic section such as a parabola or circle.

The setup

Identify the linear equation and the quadratic equation in the system. The linear equation contains variables with a maximum degree of 1, whereas the quadratic equation contains at least one squared term.

The steps

  1. Isolate one variable (either xx or yy) in the linear equation. 2. Substitute this isolated expression into the quadratic equation in place of the corresponding variable. 3. Expand and rearrange the resulting equation into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0. 4. Solve for the remaining variable using factoring or the quadratic formula. 5. Substitute these values back into the isolated linear equation to compute the corresponding values of the other variable. 6. State the final solutions as coordinate pairs (x,y)(x, y).

Checking the result

Substitute each coordinate pair (x,y)(x, y) into both original equations. Both equations must evaluate to true statements for the pair to be a confirmed solution.

Common errors

Failing to expand binomials correctly, such as writing (x+a)2=x2+a2(x+a)^2 = x^2 + a^2 instead of x2+2ax+a2x^2 + 2ax + a^2. Substituting the first variable's solutions back into the quadratic equation instead of the linear one, which can generate extraneous solutions.

Worked example

Solve the system y=x24x+3y = x^2 - 4x + 3 and y=2x5y = 2x - 5.

The linear equation is already isolated for yy: y=2x5y = 2x - 5. Substitute 2x52x - 5 for yy in the quadratic equation: 2x5=x24x+32x - 5 = x^2 - 4x + 3. Subtract 2x2x and add 55 to both sides to equate to zero: 0=x26x+80 = x^2 - 6x + 8. Factor the quadratic equation: 0=(x2)(x4)0 = (x - 2)(x - 4). Solve for xx: x=2x = 2 or x=4x = 4. Substitute x=2x = 2 into the linear equation: y=2(2)5=1y = 2(2) - 5 = -1. First solution is (2,1)(2, -1). Substitute x=4x = 4 into the linear equation: y=2(4)5=3y = 2(4) - 5 = 3. Second solution is (4,3)(4, 3). The solutions to the system are (2,1)(2, -1) and (4,3)(4, 3).

FAQ

Run your own problem

References: OpenStax College Algebra Section 7.1 · Khan Academy Unit: Nonlinear systems of equations

See also