This guide covers the second Advanced Math subtopic: solving nonlinear equations in one variable and systems that pair a line with a curve. You'll learn the substitution method the SAT rewards, see two full worked examples, and learn to spot how many solutions a system actually has before you start solving.

What "Nonlinear Equations and Systems" Actually Means

This subtopic covers two related skills. First, solving a single equation where the variable is raised to a power higher than 1 — usually quadratic, sometimes involving a radical or a rational expression. Second, solving a system of two equations where at least one is nonlinear, most commonly one line and one parabola. Both skills lean on the same algebra: isolate variables, substitute, and simplify carefully.

This is one of three subtopics that make up the Advanced Math domain, alongside nonlinear functions and equivalent expressions. Since Advanced Math is roughly 35% of the Math section, being fluent here has an outsized effect on your score.

Solving Nonlinear Equations in One Variable

For a single-variable nonlinear equation, the goal is always to get one side equal to zero and factor, or apply the quadratic formula when factoring isn't clean. For example, \(x^2 + 5x = 14\) becomes \(x^2 + 5x - 14 = 0\), which factors to \((x+7)(x-2) = 0\), giving \(x = -7\) or \(x = 2\).

Watch for two SAT-specific wrinkles:

  • Some equations produce an "extraneous" solution — a value that solves the simplified equation but fails in the original, common with radical and rational equations.
  • Grid-in questions sometimes have two valid answers, but the box only fits one — read the question carefully for constraints like "the positive solution" or "the greater value of \(x\)."

Worked Example: A Radical Equation With an Extraneous Solution

Solve \(\sqrt{x+7} = x+1\).

  1. Square both sides to remove the radical: \((\sqrt{x+7})^2 = (x+1)^2\), giving \(x+7 = x^2+2x+1\).
  2. Move everything to one side: \(0 = x^2+x-6\).
  3. Factor: \(0 = (x+3)(x-2)\), so \(x=-3\) or \(x=2\).
  4. Check both in the original equation, not the squared one. For \(x=2\): \(\sqrt{2+7}=\sqrt{9}=3\), and \(x+1=3\). It checks out.
  5. For \(x=-3\): \(\sqrt{-3+7}=\sqrt{4}=2\), but \(x+1=-2\). Since \(2 \neq -2\), \(x=-3\) is extraneous and must be rejected.
  6. The only valid solution is \(x=2\).

Squaring both sides of a radical equation can introduce a solution that never belonged there in the first place, which is why the check in step 4 isn't optional — it's the actual test of the problem.

Solving a Line-and-Curve System

When a system pairs a linear equation with a quadratic, substitution is almost always the fastest path: solve the linear equation for one variable, then substitute that expression into the nonlinear equation.

Worked Example: Integer Solutions

Solve the system: \(y = x + 1\) and \(y = x^2 - 5\).

  1. Since both equations equal \(y\), set them equal to each other: \(x + 1 = x^2 - 5\).
  2. Move everything to one side: \(0 = x^2 - x - 6\).
  3. Factor: \(0 = (x-3)(x+2)\).
  4. Solve for \(x\): \(x = 3\) or \(x = -2\).
  5. Substitute each back into the linear equation \(y = x+1\): when \(x=3\), \(y=4\); when \(x=-2\), \(y=-1\).
  6. The solutions are the points \((3,4)\) and \((-2,-1)\).

Always substitute back into the linear equation, not the quadratic — it's less error-prone and faster to compute.

Worked Example: A System With Irrational Solutions

Solve the system: \(y = 2x - 3\) and \(y = x^2 - 4\).

  1. Set the two expressions for \(y\) equal: \(2x-3 = x^2-4\).
  2. Rearrange to standard form: \(0 = x^2 - 2x - 1\).
  3. This doesn't factor over the integers, so use the quadratic formula with \(a=1\), \(b=-2\), \(c=-1\): \(x = \frac{2 \pm \sqrt{4+4}}{2} = \frac{2 \pm \sqrt{8}}{2}\).
  4. Simplify the radical: \(\sqrt{8} = 2\sqrt{2}\), so \(x = \frac{2 \pm 2\sqrt{2}}{2} = 1 \pm \sqrt{2}\).
  5. Substitute back into the linear equation to get each \(y\): \(y = 2(1+\sqrt{2})-3 = -1+2\sqrt{2}\), and \(y = 2(1-\sqrt{2})-3 = -1-2\sqrt{2}\).

Not every system on the SAT resolves into clean integers — recognizing when to switch from factoring to the quadratic formula is part of the skill being tested, not a sign you made an error.

How Many Solutions Does a System Have?

Before grinding through algebra, it helps to know what to expect. A line and a parabola can intersect 0, 1, or 2 times:

Number of intersectionsWhat it means algebraicallyDiscriminant of the resulting quadratic
2Line crosses the parabola at two points\(b^2-4ac > 0\)
1Line is tangent to the parabola\(b^2-4ac = 0\)
0Line never meets the parabola\(b^2-4ac < 0\)

Questions that ask "for what value of \(k\) does the system have exactly one solution" are really just discriminant questions in disguise — set \(b^2-4ac=0\) and solve for \(k\).

Checking Systems With the Desmos Graphing Calculator

Because the embedded Desmos calculator is available throughout the Math section, it's a strong verification tool for systems even when you solve algebraically first. Type both equations in exactly as given, and the intersection points appear directly on the graph — click on them to see exact or decimal coordinates. This is especially useful for catching a sign error in your algebra: if your solved points don't match what the graph shows, you know to recheck your substitution before submitting. It's not a replacement for the algebra, since some grid-in questions want an exact irrational value that's easier to compute by hand than to read off a graph, but it's an excellent final check when time allows.

Where This Connects to Other Advanced Math Skills

Nonlinear systems often hide a rational expression or a fraction that needs simplifying before you substitute — that's exactly the skill covered in our rational expressions and equations guide. And if factoring the resulting quadratic feels shaky, our quadratic equations walkthrough covers factoring, the quadratic formula, and completing the square side by side so you always have a backup method.

If you want a broader view of how this subtopic fits into the whole domain, our guide to mastering Advanced Math lays out a study order that builds these skills in the right sequence.

Frequently asked questions

Should I always use substitution for these systems?

For a line-and-curve system, yes — substitution is faster and more reliable than graphing by hand. If you have access to the embedded Desmos calculator and the numbers look messy, graphing both equations and reading the intersection points is a solid backup.

What's an extraneous solution and how do I catch it?

It's a value produced by valid algebra that doesn't actually satisfy the original equation — common after squaring both sides of a radical equation. Always plug your final answers back into the original equation before submitting.

Do systems always involve a parabola?

Most often, yes, but you may also see a line paired with an exponential or rational function. The substitution strategy still applies: solve for one variable, substitute, then solve.

How do I know in advance whether a system will have irrational solutions?

You generally don't until you compute the discriminant of the resulting quadratic. If \(b^2-4ac\) isn't a perfect square, the solutions will involve a radical — that's a signal to use the quadratic formula rather than searching for integer factors that don't exist.