2. Advanced Math

Nonlinear Equations And Systems

Practice the SAT skill: Nonlinear equations and systems.

Nonlinear equations and systems

Official Digital SAT skill — Advanced Math domain.

What this question tests

This skill tests your ability to solve nonlinear equations and systems, meaning situations where at least one relationship is not a straight line. On the Digital SAT, these can appear as single equations like quadratics, radicals, rational expressions, absolute value equations, or exponentials, and they can also appear as systems where a line intersects a parabola or another curve. You are often asked either to find the actual solution(s) or to determine how many real solutions exist. The test cares about this because nonlinear models show up in real contexts, and because each type has specific rules that can create false solutions if you manipulate them carelessly. A strong solver recognizes the structure, chooses the right algebraic move, and checks that the result makes sense in the original equation.

What to know

  • A quadratic equation has the form $ax^2+bx+c=0$ with $a\neq 0$, and the quadratic formula gives solutions $x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$, where the discriminant $\Delta=b^2-4ac$ determines the number of real solutions.
  • The discriminant tells you the real-solution count for quadratics: if $\Delta>0$ there are two distinct real solutions, if $\Delta=0$ there is exactly one real solution (a repeated root), and if $\Delta<0$ there are no real solutions.
  • Radical equations often require isolating a square root and squaring, but squaring is not reversible in the same way, so any candidate solution must be checked in the original equation to remove extraneous roots.
  • Rational equations involve denominators, so you must note domain restrictions such as $x\neq$ values that make any denominator zero before solving, because expressions like $\frac{1}{x-2}$ are undefined at $x=2$.
  • Absolute value equations use the definition $|u|=a$ with $a\ge 0$, which leads to cases $u=a$ or $u=-a$, while inequalities (if they appear) require careful case handling based on the sign of the expression inside the absolute value.
  • Exponential equations can sometimes be solved by rewriting both sides to a common base (for example $2^x=2^3$ implies $x=3$), or by taking logarithms when appropriate, and you should always confirm the solutions satisfy the original equation and any domain limits.

How to approach it

  1. First, identify the equation type from its structure, because a quadratic, a radical, a rational expression, an absolute value, or an exponential each has a standard solving path that minimizes mistakes.
  2. Next, rewrite the equation into a form that matches the method: for quadratics, move everything to one side to get $ax^2+bx+c=0$; for radicals, isolate the root; for rationals, factor and find restricted values; for exponentials, aim to compare exponents or use logarithms.
  3. For quadratics, use factoring when it is clean, but use the quadratic formula when factoring is not obvious, and use the discriminant to quickly determine whether you should expect two, one, or zero real solutions.
  4. For radical and absolute value equations, solve using the appropriate transformation (squaring or splitting into cases), and then substitute each solution back into the original equation to confirm it truly works.
  5. For rational equations, multiply through by a common denominator only after noting excluded values, then solve the resulting equation and discard any solution that makes a denominator zero.
  6. For linear and nonlinear systems, substitute the linear equation into the nonlinear one to get a single-variable equation, solve it, and interpret the results as intersection points; if the question is about tangency, a single intersection corresponds to a quadratic with discriminant $\Delta=0$.
  7. Finally, match your result to the question’s wording: if it asks for the number of real solutions, count only real solutions; if it asks for exact solutions, present the values that satisfy the original equation and domain restrictions.

Common traps

  • Extraneous roots from squaring or absolute value casework are a common trap because these operations can introduce solutions that do not satisfy the original equation, so always check by substitution.
  • Misusing the discriminant happens when students compute $b^2-4ac$ incorrectly or forget which coefficient is which, so write $a$, $b$, and $c$ clearly before calculating and interpret the sign of $\Delta$ carefully.
  • Ignoring domain restrictions in rational equations leads to wrong answers that appear valid algebraically, so explicitly state excluded values from denominators before solving and eliminate any candidate that violates them.
  • Miscounting real solutions occurs when students assume every quadratic has two real solutions or forget that complex solutions do not count as real, so use the discriminant to determine the real count rather than guessing.
  • In systems, students sometimes solve for $x$-values and forget to compute the corresponding $y$-values or misread the question as asking for both coordinates when it only asks for a parameter, so track what the question actually wants and verify intersections satisfy both equations.

Tips & shortcuts

  • When a line intersects a parabola and the problem mentions exactly one intersection, think “tangent” and set the resulting quadratic’s discriminant to $0$ to enforce a single real solution.
  • If a quadratic looks unfactorable, do not waste time forcing factors; use the quadratic formula and the discriminant to get the solution and the real-solution count efficiently.
  • For radical equations, a quick mental check can save time: if the original equation has a square root equal to a negative number with no other terms, it has no real solution.
  • In rational equations, factoring early can reveal cancellations and excluded values, but remember that canceling a factor does not remove the original restriction from the domain.

Worked example

Which ordered pair $(x,y)$ satisfies the system $y=x^{2}-3x+2$ and $x+y=4$, and also has $x>1$?

  • A. $(1+\sqrt{3},\,3+\sqrt{3})$
  • B. $(1-\sqrt{3},\,3-\sqrt{3})$
  • C. $(1-\sqrt{3},\,3+\sqrt{3})$
  • D. $(1+\sqrt{3},\,3-\sqrt{3})$ ✓ (correct answer)

Why: From $x+y=4$, express $y$ as $y=4-x$. Substitute into $y=x^{2}-3x+2$ to get $4-x=x^{2}-3x+2$. Rearranging gives $x^{2}-2x-2=0$. Solving, $x=\frac{2\pm\sqrt{(-2)^{2}-4(1)(-2)}}{2}=\frac{2\pm\sqrt{12}}{2}=1\pm\sqrt{3}$. The condition $x>1$ selects $x=1+\sqrt{3}$. Then $y=4-(1+\sqrt{3})=3-\sqrt{3}$. Therefore, the correct ordered pair is $(1+\sqrt{3},\,3-\sqrt{3})$, which is choice C.


Use the Practice Questions for this skill to drill it, then attempt a Timed Practice Test.

Nonlinear Equations And Systems — SAT Math | A-Warded