Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. PSAT Math
  2. Nonlinear Equations and Systems of Equations

PSAT MATH • ADVANCED MATH

Nonlinear Equations and Systems of Equations

Learn to solve systems where curves and lines intersect, a key skill for PSAT success.

SECTION 1

Historical Context & Motivation

For centuries, mathematicians have needed to find the points where different curves cross each other. When ancient astronomers tried to predict eclipses or when architects designed arches, they were essentially solving nonlinear equations — equations involving squared terms, curves, and shapes more complex than straight lines. The challenge of finding where a circle meets a line, or where two parabolas intersect, drove the development of algebra from its earliest days through the modern era.

~300 BCE
Greek Conic Sections
Apollonius of Perga studied the curves formed by slicing a cone — circles, ellipses, parabolas, and hyperbolas — laying the geometric groundwork for nonlinear equations.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi published methods for solving quadratic equations, giving us the word "algebra" from the Arabic al-jabr.
1637
Descartes Unites Algebra & Geometry
René Descartes introduced the coordinate plane, making it possible to visualize equations as curves and solve systems by finding intersection points graphically.
1799
Fundamental Theorem of Algebra
Carl Friedrich Gauss proved that every polynomial equation of degree n has exactly n roots (counting complex roots and multiplicity), providing a theoretical foundation for the number of solutions a system can have.

Today, the PSAT tests your ability to combine these ideas: given a system that includes at least one nonlinear equation (usually a quadratic), can you find where the graphs meet? This skill appears in real-world contexts from physics (projectile paths) to economics (supply-demand curves) and is a core part of the Advanced Math domain on the test.

SECTION 2

Core Principles & Definitions

Before we jump into solving, let's establish the vocabulary you'll need. A system of equations is a set of two or more equations that share the same variables. A solution to the system is any ordered pair (x, y) that makes every equation in the system true at the same time. When at least one equation in the system is nonlinear — meaning it contains a variable raised to a power other than 1, or variables multiplied together — we call it a nonlinear system.

1

Linear vs. Nonlinear

A linear equation graphs as a straight line (like y = 2x + 3). A nonlinear equation graphs as a curve — parabolas (y = x²), circles (x² + y² = 25), and absolute value functions are common examples on the PSAT.
2

Number of Solutions

A line-parabola system can have 0, 1, or 2 solutions. Two solutions mean the line cuts through the parabola. One solution means the line is tangent. Zero means the line misses the curve entirely.
3

Substitution Strategy

The most reliable method for solving nonlinear systems on the PSAT is substitution: solve the linear equation for one variable, then substitute that expression into the nonlinear equation to create a single-variable equation.
4

Elimination Strategy

When both equations share matching terms (like y or x²), you can subtract one equation from the other to eliminate a variable. This works especially well when both equations equal y.
5

The Discriminant Shortcut

After substitution, you often get a quadratic. The discriminant (b² − 4ac) tells you the number of solutions: positive → two solutions, zero → one solution, negative → no real solutions.
✦ KEY TAKEAWAY
Think of a nonlinear system like tossing a ball across a sloped field. The ball follows a curved path (a parabola), and the field is a straight slope (a line). The points where the ball touches the ground are the solutions of the system. The ball might bounce off the slope twice (two solutions), barely skim it once (one solution), or sail right over it (no solution).
SECTION 3

Visualizing Nonlinear Systems

The diagram below shows three possible scenarios when a line meets a parabola. Understanding these cases visually will help you quickly identify how many solutions a system has — even before you start calculating.

Line–Parabola Intersection Scenarios System: y = ax² + bx + c and y = mx + k → a… Two Solutions x y (x₁, y₁) (x₂, y₂) Δ = b²−4ac > 0 One Solution (Tangent) x y (x₁, y₁) Δ = b²−4ac = 0 No Real Solutions x y gap Δ = b²−4ac < 0 Parabola (y = ax² + bx + c) Line (y = mx + k) Solution
Three scenarios for a line–parabola system. The violet curve represents the parabola, the cyan line represents the linear equation, and pink dots mark intersection points (solutions). The discriminant of the resulting quadratic determines which case applies.

In the left panel, the line slices through the parabola at two distinct points, producing two solution pairs. In the center, the line just barely touches the vertex region of the parabola — this is the tangent case, giving exactly one solution. In the right panel, the line floats above the parabola entirely, so there's no point that satisfies both equations simultaneously. Recognizing these patterns visually is a powerful time-saver on the PSAT, because you can sometimes eliminate answer choices just by sketching a quick graph.

SECTION 4

Mathematical Framework

The PSAT most commonly tests nonlinear systems that pair a quadratic equation with a linear equation. Here is the general setup and the key formulas you need.

GENERAL SYSTEM FORM
y = ax² + bx + c (quadratic) y = mx + d (linear)
where a, b, c are coefficients of the quadratic, and m is the slope and d is the y-intercept of the line.
SUBSTITUTION — SET EQUAL
ax² + bx + c = mx + d
Since both equations equal y, set the right sides equal to each other. This eliminates y and gives you a single equation in x.
REARRANGE TO STANDARD FORM
ax² + (b − m)x + (c − d) = 0
Move all terms to one side so the equation equals zero. Now you have a standard-form quadratic you can solve with factoring, the quadratic formula, or by completing the square.
THE DISCRIMINANT
Δ = (b − m)² − 4a(c − d)
If Δ > 0 → two intersection points. If Δ = 0 → one intersection point (tangent). If Δ < 0 → no real intersection points. The PSAT may ask how many solutions a system has, so the discriminant is your shortcut.
💡 PSAT Tip
After solving for x, don't forget to plug each x-value back into the simpler equation (usually the linear one) to find the corresponding y-value. The PSAT sometimes offers wrong answers that result from substituting into the wrong equation or forgetting this step entirely.
SECTION 5

Methods for Solving Nonlinear Systems

You'll encounter several types of nonlinear systems on the PSAT. The solving method you choose depends on the structure of the equations. Let's look at the three main approaches and when each one shines.

Decision Flowchart: Choosing a Solving Method Nonlinear Systems of Equations ▸ Start: Identify the System Are both equations solved for y? YES NO Method 1: Set Equations Equal Is one equation linear and easily isolated? YES NO Method 2: Substitution Method 3: Elimination Set y₁ = y₂, solve for x → Then solve the quadratic Isolate variable, plug in → Then solve the quadratic Add/subtract to cancel a term → Then solve the remaining eq.
A decision flowchart for choosing the best method. If both equations are in y = form, set them equal. Otherwise, use substitution when a variable is easy to isolate, or elimination when matching terms can cancel.

Method Details

Three primary methods for solving nonlinear systems on the PSAT
MethodWhen to UseKey Steps
Set EqualBoth equations are already solved for y (e.g., y = x² − 4 and y = 2x + 1)Set right sides equal → rearrange to standard form → solve quadratic → find y-values
SubstitutionOne equation is linear and easily isolates a variable (e.g., x + y = 5 and x² + y² = 25)Solve linear equation for one variable → substitute into nonlinear equation → solve → back-substitute
EliminationBoth equations share a matching term like y or x² (e.g., y = x² + 3x and y = x² − x + 8)Subtract one equation from the other → matching nonlinear terms cancel → solve the simpler result
SECTION 6

Worked Example

Let's solve a system that looks like a real PSAT question. We'll use the substitution method step by step.

📝 Problem
Solve the system: y = x² − 4x + 3 and y = x − 1. What are the solutions (x, y)?

Solution by Substitution

Step 1 — Set the equations equal

Both equations equal y, so set the right sides equal: x² − 4x + 3 = x − 1. This eliminates y and gives us a single equation in x.

Step 2 — Rearrange to standard form

Move all terms to the left side by subtracting x and adding 1: x² − 4x + 3 − x + 1 = 0, which simplifies to x² − 5x + 4 = 0.
x² − 5x + 4 = 0

Step 3 — Factor the quadratic

Look for two numbers that multiply to 4 and add to −5. Those numbers are −1 and −4, so the quadratic factors as (x − 1)(x − 4) = 0.
(x − 1)(x − 4) = 0

Step 4 — Solve for x

Set each factor equal to zero: x − 1 = 0 gives x = 1, and x − 4 = 0 gives x = 4.
x = 1 or x = 4

Step 5 — Find the y-values

Substitute each x-value into the simpler equation, y = x − 1. When x = 1: y = 1 − 1 = 0. When x = 4: y = 4 − 1 = 3.
Solutions: (1, 0) and (4, 3)

Step 6 — Verify (optional but smart)

Check (1, 0) in the quadratic: 1² − 4(1) + 3 = 0 ✓. Check (4, 3) in the quadratic: 16 − 16 + 3 = 3 ✓. Both solutions work in both equations.
✦ WHY THIS WORKS
Setting the equations equal is like asking: "At which x-values does the parabola have the same height as the line?" Once you find those x-values, you use the simpler equation (the line) to read off the height. Always use the simpler equation for back-substitution — it reduces the chance of arithmetic mistakes.
SECTION 7

Common Pitfalls & Comparisons

Students lose points on the PSAT not because the math is impossibly hard, but because of predictable errors. Knowing these traps in advance can save you from falling into them on test day.

Five frequent errors on nonlinear system problems
Common MistakeWhy It HappensHow to Avoid It
Forgetting to find y-valuesAfter solving the quadratic for x, students report x-values as the answer instead of (x, y) pairs.Always substitute x back into one of the original equations to find y. Check what the question asks for.
Dropping a solutionWhen a quadratic factors, students solve only one factor and move on.Always set both factors equal to zero. A quadratic can have two solutions.
Sign errors when rearrangingMoving terms across the equals sign is where signs get flipped incorrectly.Subtract the entire right side systematically. Write every step.
Using the wrong equation for ySubstituting x into the quadratic instead of the linear equation, leading to harder arithmetic.Use the simpler equation for back-substitution. Both will give the same y, but the linear one is faster and less error-prone.
Assuming there are always 2 solutionsStudents pick two answer choices without checking whether the discriminant permits two, one, or zero solutions.Check the discriminant first if the problem asks how many solutions exist.
🎯 PSAT STRATEGY
On a timed test, efficiency matters. If a problem asks only for the sum or product of the x-coordinates of the solutions, you can use Vieta's formulas: for ax² + bx + c = 0, the sum of the roots is −b/a and the product is c/a. You don't even need to find the individual solutions.
SECTION 8

Connections to Advanced Topics

The skills you build solving line-parabola systems form the foundation for more advanced mathematics. Understanding how these ideas connect to future courses will deepen your appreciation of the concepts and even help you on harder PSAT problems.

How PSAT skills connect to advanced mathematics
PSAT ConceptAdvanced Extension
Solving y = ax² + bx + c and y = mx + dIn Pre-Calculus, you'll solve systems with more complex curves: circles, ellipses, and rational functions.
Using the discriminant to count solutionsIn Calculus, intersection analysis extends to finding tangent lines to curves at specific points using derivatives.
Substitution and eliminationLinear algebra (in college) generalizes these methods to systems of many equations using matrices.
Two-variable systems with 0, 1, or 2 solutionsIn higher math, some systems can have infinitely many solutions (e.g., a line embedded in a surface).

On the PSAT itself, the hardest versions of these problems may give you systems where both equations are quadratic, or where you need to determine the value of a parameter (like k) that makes the system have exactly one solution. These problems test the same core ideas — substitution and the discriminant — just at a higher level of abstraction. If you master the fundamentals in this lesson, you'll be ready for those challenges.

SECTION 9

Practice Problems

Try these five problems in order. They increase in difficulty, mirroring what you'd see across Module 1 and Module 2 of the PSAT Math section. Show your work, and check your reasoning against the detailed answers provided.

PROBLEM 1 — CONCEPTUAL
The system y = x² + 2 and y = 5 is graphed in the xy-plane. How many solutions does this system have? A) 0 B) 1 C) 2 D) 3
PROBLEM 2 — BASIC CALCULATION
What are the solutions to the system y = x² and y = 4x − 3? A) (1, 1) and (3, 9) B) (1, 1) and (−3, 9) C) (3, 9) only D) (−1, 1) and (3, 9)
PROBLEM 3 — INTERMEDIATE
The system y = x² − 4 and y = x − 2 has two solutions. What is the sum of the y-coordinates of these solutions? A) −5 B) −3 C) −1 D) 1
PROBLEM 4 — APPLIED
A ball is launched from the ground, and its height in feet after t seconds is modeled by h = −16t² + 48t. A platform rises from ground level at a constant rate, with its height modeled by h = 12t. At what time(s) does the ball reach the same height as the platform? A) t = 0 only B) t = 2.25 only C) t = 0 and t = 2.25 D) t = 0 and t = 3
PROBLEM 5 — CRITICAL THINKING
In the xy-plane, the graphs of y = x² + 2x + k and y = 3x + 2 are tangent to each other (they touch at exactly one point). What is the value of k? A) 7/4 B) 9/4 C) 11/4 D) 13/4
📝 Note on Problem 3
The system for Problem 3 is: y = x² − 4 and y = x − 2. Setting equal: x² − 4 = x − 2 → x² − x − 2 = 0 → (x − 2)(x + 1) = 0 → x = 2 or x = −1. Using y = x − 2: when x = 2, y = 0; when x = −1, y = −3. The sum of y-coordinates is 0 + (−3) = −3.
SUMMARY

Lesson Summary

A nonlinear system pairs at least one curved equation (typically a quadratic) with another equation. To solve, use substitution (set both sides equal when both equations are solved for y, or isolate a variable from the linear equation and plug it into the nonlinear one) or elimination (subtract equations to cancel matching terms). Both methods reduce the system to a single-variable equation — usually a quadratic — that you solve by factoring or the quadratic formula.

The discriminant (b² − 4ac) is your shortcut for counting solutions: positive means two solutions, zero means one solution (tangent), and negative means no real solutions. Always remember to find both coordinates of each solution by back-substituting into the simpler equation. On the PSAT, watch for problems that ask for the number of solutions, specific coordinates, or a parameter value that produces a tangent condition.

Varsity Tutors • PSAT Math • Nonlinear Equations and Systems of Equations