SAT MATH • ALGEBRA 2

Solving Nonlinear Functions

Master the techniques for finding solutions to quadratic, absolute value, and other nonlinear equations on the SAT.

Historical Context & Motivation

For thousands of years, mathematicians have grappled with equations that go beyond simple straight-line relationships. Ancient Babylonian scribes, working on clay tablets around 2000 BCE, were already solving problems that we would recognize today as quadratic equations — equations where the variable is raised to the second power. These problems often arose from real-world needs like calculating the area of a field or dividing land among workers. The journey from those early clay tablets to the SAT questions you will encounter represents a rich history of mathematical problem-solving.

A nonlinear function is any function whose graph is not a straight line. Unlike linear equations such as y = 2x + 3, nonlinear functions involve variables raised to powers other than one, placed inside absolute value bars, under square roots, or within other operations that create curves, V-shapes, or more complex graphs. The SAT tests your ability to solve these functions because they model so many situations in science, economics, and engineering that simple lines cannot capture.

~2000 BCE
Babylonian Quadratics
Babylonian mathematicians developed verbal recipes (algorithms) to solve quadratic-type problems involving areas and lengths, essentially completing the square without algebraic notation.
~300 BCE
Greek Geometric Solutions
Euclid and other Greek mathematicians translated quadratic problems into geometric constructions, finding unknown lengths by intersecting curves — an early form of solving nonlinear equations visually.
~820 CE
Al-Khwarizmi's Algebra
The Persian scholar al-Khwarizmi published systematic methods for solving quadratic equations, giving us the word 'algebra' from his book's title and formalizing techniques still used today.
1637
Descartes & Coordinate Geometry
René Descartes introduced the coordinate plane, allowing nonlinear equations to be visualized as curves. This bridged algebra and geometry and made 'solving' a function equivalent to finding where its graph crosses the x-axis.
2005–Present
SAT & Modern Testing
The redesigned SAT places heavy emphasis on solving nonlinear equations—particularly quadratics, absolute value equations, and systems involving parabolas—reflecting the importance of these skills for college readiness.

The central question this lesson addresses is: How do you find the values of x that make a nonlinear function equal to zero or equal to another expression? Whether you are factoring a quadratic, isolating an absolute value, or finding where a parabola meets a line, the strategies you learn here will directly translate to points on the SAT.

Core Principles & Definitions

Before diving into techniques, you need to understand the foundational ideas that govern nonlinear equations. Every method for solving these equations rests on a few key principles that, once internalized, make even the trickiest SAT problems feel approachable.

1

Zero Product Property

If the product of two or more factors equals zero, then at least one factor must be zero. This is the foundation of solving by factoring: set each factor equal to zero and solve.
2

Solutions = x-Intercepts

The real solutions of f(x) = 0 are exactly the x-intercepts (also called roots or zeros) of the graph of f. Graphical thinking is a powerful checking tool on the SAT.
3

Inverse Operations Undo Complexity

Squaring is undone by taking a square root. Absolute value is handled by considering two cases (positive and negative). Each nonlinear operation has a corresponding inverse strategy.
4

Extraneous Solutions

Some solving steps (like squaring both sides) can introduce extraneous solutions — values that satisfy the transformed equation but not the original. Always check your answers.
5

Standard Form Matters

Before applying any method, rewrite the equation in standard form (everything on one side, zero on the other). For quadratics, this means ax² + bx + c = 0.
KEY TAKEAWAY
Think of a nonlinear equation like a locked door with a specific type of lock. A quadratic needs the 'factoring key' or the 'quadratic formula key.' An absolute value equation needs the 'two-case key.' The first step is always identifying which type of lock you are dealing with, then selecting the right key. On the SAT, recognizing the equation type quickly is half the battle.

Visual Explanation — Graphs of Nonlinear Functions

Visualizing nonlinear functions on a coordinate plane is one of the most powerful strategies for the SAT. The diagram below shows three common types of nonlinear functions — a quadratic (parabola), an absolute value (V-shape), and a square root curve — along with their solutions (x-intercepts) marked as points where each curve crosses the x-axis.

The cyan parabola (y = x² − 4) crosses the x-axis at x = −2 and x = 2 — those are its solutions. The pink V-shape (y = |x| − 2) also has roots at x = −2 and x = 2. The amber curve (y = √x) touches the x-axis only at the origin.

Notice how different types of nonlinear functions produce different shapes but the solving strategy is always the same: find the x-values where the function equals zero (where the curve touches or crosses the x-axis). On the SAT, you might be asked to find these solutions algebraically, read them from a graph, or determine how many solutions exist. The visual approach helps you quickly estimate or verify your algebraic work.

Mathematical Framework

The SAT primarily tests three categories of nonlinear equations. Each has its own standard form and solving method. Mastering the formulas and techniques below will cover the vast majority of nonlinear questions you encounter on test day.

Quadratic Equations

STANDARD FORM
ax² + bx + c = 0
where a, b, and c are constants and a ≠ 0. The variable x appears with a highest power of 2.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
This formula gives you both solutions at once. The expression under the square root, b² − 4ac, is called the discriminant. If it is positive, there are two real solutions; if zero, one repeated solution; if negative, no real solutions.

Absolute Value Equations

ABSOLUTE VALUE PRINCIPLE
|expression| = k → expression = k OR expression = −k (when k ≥ 0)
If k < 0, the equation has no solution because absolute value is always non-negative. When k = 0, there is exactly one solution.

Solving by Factoring

FACTORED FORM
a(x − r₁)(x − r₂) = 0 → x = r₁ or x = r₂
Here r₁ and r₂ are the roots (solutions). This form uses the zero product property directly. On the SAT, factoring is often the fastest method when the numbers work out cleanly.
💡 SAT Strategy Tip
When the SAT gives you a quadratic equation, try factoring first — it is usually faster than the quadratic formula. If the equation does not factor easily within 30 seconds, switch to the quadratic formula. Also, always check whether the problem gives you the equation in a form that hints at a method: if you see (x − 3)² = 25, take the square root of both sides rather than expanding.

Detailed Breakdown of Solving Methods

Let's organize the main solving methods side by side so you can see when to use each one. The decision usually depends on the form of the equation and the numbers involved. The diagram and table below provide a clear decision framework.

Start at the top with your nonlinear equation. The first branch asks about absolute values, then whether the equation is quadratic, then whether it factors. Every path ends with a reminder to check for extraneous solutions.
Summary of methods for solving nonlinear equations on the SAT
MethodWhen to UseKey Steps
FactoringQuadratics with integer roots; when you can spot factor pairs quicklySet = 0 → Factor → Set each factor = 0 → Solve
Quadratic FormulaAny quadratic; especially when factoring is not obviousIdentify a, b, c → Substitute into formula → Simplify
Square Root MethodEquations in the form (x − h)² = kTake ± square root of both sides → Isolate x
Absolute Value SplitEquations containing |expression| = constantIsolate | | → Write two equations → Solve each → Check
SubstitutionSystems with one linear and one nonlinear equationSolve linear for one variable → Substitute into nonlinear → Solve

Worked Example — Solving a Quadratic Equation

Let's walk through a complete solution to a typical SAT-style problem. We will solve the equation 2x² − 5x − 3 = 0 using two methods so you can see how they compare.

Method 1: Factoring

Solve 2x² − 5x − 3 = 0 by Factoring
1
Step 1 — Identify a × cMultiply the leading coefficient (a = 2) by the constant term (c = −3). We get 2 × (−3) = −6. Now find two numbers that multiply to −6 and add to −5 (the coefficient b).
Product = −6, Sum = −5 → The numbers are −6 and +1
2
Step 2 — Rewrite the Middle TermReplace −5x with −6x + 1x: 2x² − 6x + 1x − 3 = 0
3
Step 3 — Factor by GroupingGroup the first two terms and the last two terms: (2x² − 6x) + (x − 3) = 0. Factor each group: 2x(x − 3) + 1(x − 3) = 0. Factor out the common binomial (x − 3).
(2x + 1)(x − 3) = 0
4
Step 4 — Apply the Zero Product PropertySet each factor equal to zero: 2x + 1 = 0 gives x = −1/2. And x − 3 = 0 gives x = 3.
x = −1/2 or x = 3

Method 2: Quadratic Formula (Verification)

Solve 2x² − 5x − 3 = 0 Using the Quadratic Formula
1
Step 1 — Identify a, b, cFrom 2x² − 5x − 3 = 0, we have a = 2, b = −5, and c = −3.
2
Step 2 — Calculate the Discriminantb² − 4ac = (−5)² − 4(2)(−3) = 25 + 24 = 49. Since 49 > 0, there are two distinct real solutions.
Discriminant = 49
3
Step 3 — Substitute into the Formulax = (−(−5) ± √49) / (2 × 2) = (5 ± 7) / 4.
4
Step 4 — Compute Both Solutionsx = (5 + 7)/4 = 12/4 = 3. And x = (5 − 7)/4 = −2/4 = −1/2.
x = 3 or x = −1/2 ✓ Matches factoring!

Strengths & Limitations of Each Method

No single method is best for every situation. Understanding the trade-offs will help you choose wisely on test day, where time is precious. The table below compares the most common approaches across several dimensions that matter for the SAT.

Comparison of solving methods for quadratic equations on the SAT
CriterionFactoringQuadratic FormulaGraphing / Estimation
SpeedVery fast when factors are obvious (< 30 sec)Moderate — requires careful arithmetic (1–2 min)Quick for multiple-choice — use Desmos on digital SAT
ReliabilityOnly works when the equation factors over integersAlways works for any quadraticGives approximate answers; exact values need algebra
Error RiskLow if you verify by expandingModerate — sign errors in substitution are commonLow risk but low precision for non-integer answers
Works ForQuadratics, some higher-degree polynomialsQuadratics only (ax² + bx + c = 0)All function types — visual verification
SAT TipTry this first; bail out after 30 seconds if stuckMemorize the formula — it's your safety netUse Desmos on the digital SAT to check your work
KEY TAKEAWAY
Think of your solving methods like tools in a toolbox. Factoring is like a screwdriver — quick and efficient for the right screw, but useless if the screw doesn't fit. The quadratic formula is like an adjustable wrench — it works on every quadratic, but takes a bit more effort to use. Graphing is like measuring with your eyes — great for a sanity check, but you still need precise tools for exact answers. The best SAT math students carry all three tools and know when to reach for each one.

Connection to Advanced Concepts

The techniques you are learning for solving nonlinear functions extend far beyond the SAT. Understanding how these ideas evolve will help you see the bigger picture and prepare you for college-level mathematics. The table below shows how each SAT-level concept connects to what comes next.

How SAT nonlinear equation skills extend to college mathematics
SAT-Level ConceptCollege-Level Extension
Solving quadratics (ax² + bx + c = 0)Solving polynomial equations of degree 3, 4, and higher using synthetic division and the Rational Root Theorem
Discriminant (b² − 4ac) determining number of solutionsComplex numbers: when the discriminant is negative, solutions exist in the complex plane (a + bi)
Solving systems with one linear and one quadratic equationMultivariable nonlinear systems, optimization with constraints (Lagrange multipliers in calculus)
Finding x-intercepts graphicallyNewton's Method: using calculus-based iteration to approximate roots of any function
Absolute value equationsPiecewise-defined functions and continuity analysis in calculus

The core idea — transforming a complex equation into simpler pieces you can solve — remains the same at every level of mathematics. Whether you are factoring a quadratic on the SAT or using partial fractions in a calculus course, you are applying the same fundamental strategy of breaking a hard problem into manageable parts. Mastering this mindset now will serve you throughout your academic career.

Practice Problems

Work through these five problems in order, as they increase in difficulty. For each one, try to identify the equation type and choose the most efficient method before you start solving. Check your answers only after giving each problem a genuine attempt.

PROBLEM 1CONCEPTUAL
The equation x² − 9 = 0 has how many real solutions? Explain your reasoning without solving the equation algebraically.
PROBLEM 2BASIC CALCULATION
Solve by factoring: x² + 5x + 6 = 0.
PROBLEM 3INTERMEDIATE
Solve: |2x − 7| = 11. State any values that must be rejected.
PROBLEM 4APPLIED
A ball is launched upward from a platform 48 feet above the ground. Its height h (in feet) after t seconds is given by h(t) = −16t² + 32t + 48. At what time(s) does the ball reach the ground?
PROBLEM 5CRITICAL THINKING
A system of equations consists of y = x² − 4x + k and y = 2x − 5. For what value(s) of the constant k does the system have exactly one solution?

Lesson Summary

Solving nonlinear functions means finding the input values (x) that produce a desired output — most commonly zero. For quadratic equations in the form ax² + bx + c = 0, you have three main tools: factoring (fastest when factors are integers), the quadratic formula (works for every quadratic), and the square root method (ideal for equations like (x − h)² = k). The discriminant (b² − 4ac) tells you how many real solutions to expect before you even solve.

For absolute value equations, isolate the absolute value expression and split into two cases. Always remember the zero product property — the backbone of factoring — and always check for extraneous solutions, especially when the problem involves absolute value, square roots, or real-world constraints (like time being non-negative). On the SAT, combine algebraic precision with graphical reasoning — sketching a quick graph or using Desmos can confirm your answer and catch mistakes before they cost you points.

Varsity Tutors • SAT Math • Solving Nonlinear Functions