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
- Isolate one variable (either or ) 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 . 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 .
Checking the result
Substitute each coordinate pair 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 instead of . 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 and .
The linear equation is already isolated for : . Substitute for in the quadratic equation: . Subtract and add to both sides to equate to zero: . Factor the quadratic equation: . Solve for : or . Substitute into the linear equation: . First solution is . Substitute into the linear equation: . Second solution is . The solutions to the system are and .
FAQ
Run your own problem
References: OpenStax College Algebra Section 7.1 · Khan Academy Unit: Nonlinear systems of equations
See also