On this page
A nonlinear system on the SAT is almost always a line and a parabola, and the question is where, or how often, they meet. Both versions run through the same doorway: substitute one equation into the other and you hold one quadratic. Solve it for the intersection points, or ask the discriminant how many there are without solving at all. The second trick is the one the SAT really tests.
Nonlinear equations and systems live in the Advanced Math domain, which College Board weights at about 35% of the Math section, so this is high-frequency territory worth automating. For the full map of what Advanced Math covers, see the SAT advanced math guide; this page drills the line-meets-parabola system specifically.
Key takeaways
- Substitute the line into the parabola: one quadratic in x holds all the intersection information.
- Solutions of the system are intersection points of the two graphs.
- The discriminant b^2 - 4ac counts them: positive two, zero exactly one (tangent), negative none.
- Solving for x is not finishing. Reread the question: it may want y, or x + y.
Substitution: two equations become one quadratic
When both equations are solved for y, set the right sides equal; otherwise substitute the linear expression into the nonlinear one. The system collapses into one quadratic, and everything you know about roots and factoring applies. It is the substitution move from linear systems, with a squared term waiting at the end.
- 1
Set the expressions equal
From y = x^2 and y = 2x + 3: x^2 = 2x + 3.
- 2
Move everything to one side
x^2 - 2x - 3 = 0. Zero on one side is the only shape you can factor or discriminate.
- 3
Solve the quadratic
(x - 3)(x + 1) = 0, so x = 3 or x = -1. Two x-values: the line crosses the parabola twice.
- 4
Finish the point, then answer the actual question
Plug each x into the linear equation (less arithmetic): (3, 9) and (-1, 1). Then reread the stem.
Try one
If (x, y) is a solution of the system y = x^2 and y = 2x + 3, and x > 0, what is the value of y?
This trap has a reserved seat in the answer choices. After solving the quadratic, momentum says bubble the x you just fought for. Reread the last line: SAT system questions routinely want y, x + y, or the product of the solutions.
The discriminant counts intersections
The classic SAT version does not want the intersection points at all. It asks how many solutions the system has, or for the constant producing exactly one. After substitution you hold ax^2 + bx + c = 0, and the discriminant b^2 - 4ac settles it: positive means two crossings, zero means tangent (one touch), negative means they never meet. Set the discriminant to zero, solve for the constant, done.
In the system y = x^2 - 2x + k and y = 2x - 1, k is a constant. For what value of k does the system have exactly one solution?
Exponential vs quadratic: naming the growth
The other nonlinear regular is recognition: given a table or a description, name the model. The tells are mechanical. Linear growth adds the same amount each step. Exponential growth multiplies by the same factor each step, the shape of "increases by 5% per year" and of f(x) = a \cdot b^x. Quadratic data has constant second differences: the gaps change, but the gaps between the gaps hold steady. Check the ratio first.
Work substitution and discriminant counting with a tutor that asks what the question actually wants before you bubble.
Practice Nonlinear Systems →Frequently asked questions
- How do you solve a system with a line and a parabola?
- Substitute the linear expression into the quadratic one (or set the two expressions for y equal), move everything to one side, and solve the quadratic. Each x-value is an intersection; plug it into the linear equation for the matching y.
- What does the discriminant tell you about a system of equations?
- After substitution reduces the system to one quadratic, the discriminant (b squared minus 4ac) counts the real solutions: positive means two intersections, zero means exactly one (tangent), negative means the graphs never meet.
- How many solutions can a line-parabola system have?
- Zero, one, or two. A line can miss a parabola entirely, graze it at one tangent point, or cut through it twice. That is why 'for what value of k does the system have exactly one solution' is a discriminant-equals-zero problem.
- How do you tell exponential growth from quadratic growth?
- Check how outputs move for equal steps in x. A constant ratio between consecutive values means exponential (multiply by b each step). Constant second differences means quadratic. Constant first differences means linear.