s
satori

nonlinear equations & systems

Nonlinear equations and systems appear everywhere above Algebra I. The SAT loves quadratic equations, intersections between lines and parabolas, rational equations, and more. This page teaches you the main types, how to solve and graph them, and how to master β€œnumber of solutions,” extraneous roots, and system intersection logicβ€”exactly as tested.

what is a nonlinear equation?

A nonlinear equation in one variable has powers, roots, or functions of xx beyond just xx to the first power. Nonlinear equations can curve, bend, or even loop on a graphβ€”and often have more than one solution.

  • Quadratic: includes terms like x2x^2 (e.g., x2βˆ’5x+6=0x^2 - 5x + 6 = 0)
  • Cubic: includes x3x^3
  • Radical: includes square roots, like x\sqrt{x}
  • Rational: variable in the denominator, like 1x\frac{1}{x}
  • Absolute value: includes bars, like ∣x∣|x|
Example:
x2βˆ’5x+6=0x^2 - 5x + 6 = 0

This is a quadratic. Factoring gives (xβˆ’2)(xβˆ’3)=0(x-2)(x-3)=0, so the solutions are x=2x=2 and x=3x=3.

SAT tip: Nonlinear equations can have 0, 1, 2, or even more real solutionsβ€”always check if your answers actually work!

solving nonlinear equations: strategies

Nonlinear equations include quadratics, rationals, radicals, and absolute values. Each one has its own best solving method. Here’s how to tackle each, with an example for every type:

  • Quadratics:
    Try factoring first, or use the quadratic formula: x=βˆ’bΒ±b2βˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. You can also complete the square if needed.
    Example: x2βˆ’5x+6=0x^2 - 5x + 6 = 0
    Factor: (xβˆ’2)(xβˆ’3)=0(x-2)(x-3)=0. Solutions: x=2x=2 and x=3x=3.
  • Rational:
    Multiply both sides by the common denominator to clear fractions. Be carefulβ€”always check your answers in the original equation to avoid extraneous solutions.
    Example: 2x=xβˆ’1\frac{2}{x} = x - 1
    Multiply both sides by xx: 2=x(xβˆ’1)2 = x(x - 1)
    Rearrange: x2βˆ’xβˆ’2=0x^2 - x - 2 = 0
    Factor: (xβˆ’2)(x+1)=0(x-2)(x+1)=0. So x=2x=2 or x=βˆ’1x=-1.
    Plug back in: x=βˆ’1x=-1 makes denominator zero (not allowed). Only x=2x=2 is valid.
  • Radicals:
    Isolate the radical, then square both sides. Always check for β€œimpossible” answers (extraneous roots) at the end.
    Example: x+5=xβˆ’1\sqrt{x + 5} = x - 1
    Square both sides: x+5=(xβˆ’1)2x + 5 = (x - 1)^2
    Expand: x+5=x2βˆ’2x+1x + 5 = x^2 - 2x + 1
    Rearrange: 0=x2βˆ’3xβˆ’40 = x^2 - 3x - 4
    Factor: (xβˆ’4)(x+1)=0(x-4)(x+1)=0
    So x=4x=4 or x=βˆ’1x=-1
    Check: x=βˆ’1x=-1 gives βˆ’1+5=βˆ’1βˆ’1\sqrt{-1 + 5} = -1 - 1, which is 2=βˆ’22 = -2 (not true). Only x=4x=4 works.
  • Absolute value:
    Set up two cases: one positive, one negative, then solve both.
    Example: ∣2xβˆ’5∣=7|2x-5| = 7
    Two cases: 2xβˆ’5=72x-5=7 and 2xβˆ’5=βˆ’72x-5=-7
    2x=122x=12 so x=6x=6, and 2x=βˆ’22x=-2 so x=βˆ’1x=-1

SAT tip: For quadratics, try factoring before reaching for the formula. For rational and radical equations, always check your solutions in the original equationβ€”some answers might not actually work!

systems: lines and curves

A system of nonlinear equations includes at least one equation that isn’t linearβ€”like a quadratic, cubic, or a radical. On the SAT, the classic case is a line and a parabola (for example, y=x2y = x^2 and y=3xβˆ’2y = 3x - 2). Solutions to these systems are simply the points where the two graphs crossβ€”sometimes two, sometimes one, or sometimes none.

  • Nonlinear system: At least one equation has x2x^2, xyxy, etc.
  • SAT classic: Line and parabola, or two parabolas.
  • Solution: Points where the graphs intersect. There can be 0, 1, 2, or even more real solutions.
Example:
{y=x2y=3xβˆ’2\begin{cases} y = x^2 \\ y = 3x - 2 \end{cases}

To solve, set the two equations equal (since both equal yy):

x2=3xβˆ’2x^2 = 3x - 2

Rearranging: x2βˆ’3x+2=0x^2 - 3x + 2 = 0
Factor: (xβˆ’1)(xβˆ’2)=0(x-1)(x-2) = 0, so x=1x=1 and x=2x=2.

Plug back for each xx to find yy:
If x=1x=1, y=1y=1.
If x=2x=2, y=4y=4.

So, the solutions (intersection points) are (1,1)(1,1) and (2,4)(2,4).

SAT tip: For systems involving a line and a curve, always set the equations equal and solve the resulting nonlinear equation. You may need to factor, complete the square, or use the quadratic formula.

number of solutions & extraneous roots

Nonlinear equations and systems can have two, three, many, one, or even no real solutions. When solving, especially with radicals or rational expressions, always check for extraneous rootsβ€”answers that work in the algebra but not in the original equation!

  • Some nonlinear equations or systems have more than two solutionsβ€”or sometimes none!
  • Always check for extraneous roots when you square both sides or multiply both sides by a variable expression (especially with radicals or rationals).
Example (extraneous root):
x+3=xβˆ’1\sqrt{x+3} = x - 1

Step 1: Square both sides to clear the radical:

x+3=(xβˆ’1)2x+3 = (x-1)^2
Expand:
x+3=x2βˆ’2x+1x+3 = x^2 - 2x + 1

Step 2: Rearrange and factor:

0=x2βˆ’3xβˆ’20 = x^2 - 3x - 2
(xβˆ’2)(x+1)=0(x-2)(x+1) = 0
So the algebra gives x=2x=2 and x=βˆ’1x=-1.

Step 3: Check both answers in the original equation:
β€’ If x=2x=2: 2+3=2βˆ’1\sqrt{2+3} = 2-1, so 5=1\sqrt{5} = 1 (false).
β€’ If x=βˆ’1x=-1: βˆ’1+3=βˆ’1βˆ’1\sqrt{-1+3} = -1-1, so 2=βˆ’2\sqrt{2} = -2 (false).
Neither is a real solution!

Always check your work! Even if the algebra produces solutions, only answers that work in the original equation count.

SAT tip: Every time you square both sides or multiply by a variable, always plug your answers back into the original equation. Don’t get tricked by extraneous roots!

Let's practice with a few College Board questions!

?

Question 1

y=x+1y = x + 1
y=x2+xy = x^2 + x
If the ordered pair (x,y)(x, y) is a solution to the system which of the following could be the value of xx?

?

Question 2

The graphs of the equations x=49x = 49 and y=x+9y = \sqrt{x} + 9 intersect at the point (x,y)(x, y) in the xy-plane. What is the value of yy?

?

Question 3

One solution to the equation
x2βˆ’2xβˆ’9=0x^2 - 2x - 9 = 0
can be written as 1+k1 + \sqrt{k}, where kk is a constant. What is the value of kk?

26
βœ“

nonlinear equations & systems: sat mastery

You can now handle quadratics, rationals, radicals, absolute values, and all types of nonlinear systemsβ€”SAT-style.

Next Up

27: nonlinear functions

analyze nonlinear functions