SAT MATH • ALGEBRA 2

Radicals & Absolute Values

Master the rules governing square roots and absolute value expressions to unlock confident algebra on the SAT.

Historical Context & Motivation

Long before calculators existed, mathematicians needed ways to express numbers that aren't perfect squares — numbers like the length of a diagonal across a unit square. The ancient Greeks discovered that √2 could not be written as a fraction, which was so disturbing to the Pythagorean school that legend says they tried to keep it secret. Meanwhile, the idea of absolute value — measuring distance without caring about direction — arose naturally whenever people measured how far apart two points were on a number line. Together, radicals and absolute values became essential tools for expressing exact quantities and distance in algebra.

~500 BCE
Pythagorean Discovery of Irrationals
Greek mathematicians proved that √2 cannot be expressed as a ratio of integers, revealing the existence of irrational numbers hidden inside simple geometric shapes.
~200 CE
Early Radical Notation in India
Indian mathematicians such as those in the Sulba Sutras developed methods to approximate square roots, laying groundwork for radical computation techniques.
1525
The Radical Sign (√) Introduced
German mathematician Christoff Rudolff published the √ symbol in his algebra textbook, giving us the notation we still use today for square roots and higher-order roots.
1806
Absolute Value Formalized
Jean-Robert Argand introduced the concept of modulus (absolute value) in the context of complex numbers, and Karl Weierstrass later popularized the |x| notation.
Today
SAT & Modern Algebra
Radicals and absolute values appear throughout the SAT in equations, inequalities, and function questions, testing your ability to manipulate expressions and interpret distance on a number line.

Today, the SAT expects you to simplify radical expressions, solve equations involving square roots, and handle absolute value equations and inequalities fluently. The core question these concepts address is: how do we work with quantities that involve roots and distances without losing mathematical precision?

Core Principles & Definitions

Before diving into problems, you need to lock in the foundational definitions that the SAT assumes you know. A radical expression involves a root symbol — most commonly the square root √. The number under the radical sign is called the radicand. An absolute value expression, written |x|, gives the distance of x from zero on the number line, which is always non-negative. These two ideas intersect in a crucial identity: √(x²) = |x|, not simply x. Understanding why requires grasping each concept clearly.

1

The Principal Square Root

The symbol √a denotes the non-negative number whose square is a. For example, √25 = 5, not −5. The SAT always means the principal (positive) root when it uses √.
2

Absolute Value as Distance

|x| represents the distance from x to 0 on a number line. Since distance is never negative, |x| ≥ 0 for all real numbers. Formally, |x| = x if x ≥ 0, and |x| = −x if x < 0.
3

The Bridge: √(x²) = |x|

Squaring x removes its sign, and taking the square root returns a non-negative result. This means √(x²) always equals |x|. This identity is a common SAT trap — many students incorrectly write √(x²) = x.
4

Domain Restrictions

On the SAT (which deals with real numbers), the radicand of a square root must be non-negative. So √(x − 3) is only defined when x ≥ 3. Absolute value expressions, however, are defined for all real numbers.
5

Product & Quotient Rules for Radicals

√(ab) = √a × √b and √(a/b) = √a / √b, provided a and b are non-negative (b ≠ 0 for the quotient). These let you simplify radicals by factoring.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation — Radicals & Absolute Values on the Number Line

The number line shows that −3 and 3 are each 3 units from zero. Squaring −3 produces 9, and the principal square root of 9 is 3 — which equals |−3|. This is why √(x²) = |x| and not simply x.

The diagram above illustrates the central relationship between radicals and absolute values. When you square any number — positive or negative — the result is always positive. The principal square root then returns only the positive value. This means the entire operation of squaring then square-rooting is equivalent to taking the absolute value. On the SAT, this insight helps you avoid sign errors in problems where x might be negative.

Mathematical Framework

Essential Radical Rules

PRODUCT RULE FOR RADICALS
√(a × b) = √a × √b (a ≥ 0, b ≥ 0)
Use this to simplify radicals: break the radicand into factors, one of which is a perfect square. For example, √50 = √(25 × 2) = 5√2.
QUOTIENT RULE FOR RADICALS
√(a / b) = √a / √b (a ≥ 0, b > 0)
This lets you separate a fraction under a radical. For example, √(3/4) = √3 / √4 = √3 / 2.

Absolute Value Equations & Inequalities

ABSOLUTE VALUE EQUATION
|expression| = k → expression = k OR expression = −k (k ≥ 0)
When k > 0, there are two solutions. When k = 0, there is exactly one solution. When k < 0, there are no solutions because absolute value can never be negative.
ABSOLUTE VALUE INEQUALITY (LESS THAN)
|expression| < k → −k < expression < k (k > 0)
This produces a compound inequality — think of it as the expression being sandwiched between −k and k.
ABSOLUTE VALUE INEQUALITY (GREATER THAN)
|expression| > k → expression < −k OR expression > k (k ≥ 0)
This produces an "or" inequality — the expression must be far enough from zero in either direction.
SAT TRAP ALERT

Detailed Breakdown — Solving Radical & Absolute Value Equations

On the SAT, you'll encounter several specific problem types involving radicals and absolute values. Let's classify them and see the strategy for each. The diagram below maps out the decision process for the most common equation types.

This flowchart shows the two main paths for SAT radical and absolute value problems. For radical equations, isolate and square. For absolute value equations, check whether the other side is non-negative before splitting into two cases.
Common SAT Problem Types Involving Radicals & Absolute Values
Problem TypeKey StrategyWatch Out For
Simplify a radicalFactor out perfect squares from the radicand: √72 = √(36 × 2) = 6√2Not finding the largest perfect-square factor — you'll have to simplify again
Radical equationIsolate the radical, square both sides, solve, and check all solutions in the originalExtraneous solutions introduced by squaring
|expr| = k equationIf k ≥ 0, split into two linear equations; if k < 0, no solutionForgetting the negative case, or not verifying when expression has variables on both sides
|expr| < k inequalityRewrite as a compound inequality: −k < expr < kMixing up < with > — "less than" gives a sandwich, "greater than" gives an OR
Rationalizing denominatorsMultiply top and bottom by the conjugate or the radical itselfForgetting to multiply both numerator and denominator

Worked Examples

Example 1: Solving a Radical Equation

Solve: √(2x + 3) = x − 1

1
Step 1 — Identify the domain restrictionThe left side is a square root, so its output is ≥ 0. That means x − 1 ≥ 0, so x ≥ 1. Also, the radicand must be non-negative: 2x + 3 ≥ 0, so x ≥ −3/2. The binding restriction is x ≥ 1.
Domain: x ≥ 1
2
Step 2 — Square both sidesSquaring: (√(2x + 3))² = (x − 1)². This gives 2x + 3 = x² − 2x + 1.
2x + 3 = x² − 2x + 1
3
Step 3 — Rearrange and solve the quadraticMove everything to one side: 0 = x² − 4x − 2. Using the quadratic formula: x = (4 ± √(16 + 8)) / 2 = (4 ± √24) / 2 = (4 ± 2√6) / 2 = 2 ± √6.
x = 2 + √6 or x = 2 − √6
4
Step 4 — Check against the domainSince √6 ≈ 2.449, we get x ≈ 4.449 or x ≈ −0.449. The second value fails our domain restriction x ≥ 1, so it's extraneous. We can verify x = 2 + √6: √(2(2 + √6) + 3) = √(7 + 2√6) and (2 + √6) − 1 = 1 + √6. Note that (1 + √6)² = 1 + 2√6 + 6 = 7 + 2√6 ✓.
x = 2 + √6

Example 2: Solving an Absolute Value Equation

Solve: |3x − 5| = 7

1
Step 1 — Confirm the right side is non-negativeSince 7 > 0, this equation has solutions. If the right side were negative, we would stop immediately — no solution.
7 ≥ 0 ✓ — proceed
2
Step 2 — Split into two equationsCase 1: 3x − 5 = 7 → 3x = 12 → x = 4. Case 2: 3x − 5 = −7 → 3x = −2 → x = −2/3.
x = 4 or x = −2/3
3
Step 3 — Verify both solutionsCheck x = 4: |3(4) − 5| = |12 − 5| = |7| = 7 ✓. Check x = −2/3: |3(−2/3) − 5| = |−2 − 5| = |−7| = 7 ✓. Both solutions are valid.
x = 4 or x = −2/3

Radicals vs. Absolute Values — Similarities & Differences

Radicals and absolute values share a deep connection — both always output non-negative values — but they behave differently in equations and inequalities. Understanding the comparison below will help you avoid confusing the two on test day.

Radicals vs. Absolute Values: Key Comparisons
FeatureRadicals (√)Absolute Value (| |)
Output signAlways ≥ 0 (principal root)Always ≥ 0 (distance)
DomainRadicand must be ≥ 0All real numbers
Solving techniqueIsolate and square both sidesSplit into two cases (±)
Extraneous solutions?Yes — squaring can introduce themRarely, but check when the equation is complex
Graph shapeHalf of a sideways parabola (curved)V-shape (two straight lines meeting at vertex)
Connection√(x²) = |x||x| = √(x²)
KEY TAKEAWAY
KEY TAKEAWAY

Connections to Advanced Topics

The skills you build with radicals and absolute values lay the foundation for more advanced mathematics. Here's how these SAT-level concepts connect to what you'll encounter in future math courses — and why mastering them now pays dividends later.

From SAT to Advanced Math
SAT-Level ConceptAdvanced ExtensionWhere You'll See It
√(x²) = |x|The absolute value function is the composition of squaring and square rooting — this idea generalizes to norms in higher dimensionsLinear Algebra, Multivariable Calculus
Domain restrictions on radicalsComplex numbers allow √(negative), expanding the domain to all reals (and beyond)Precalculus, Complex Analysis
|x − a| < r as an intervalThe epsilon-delta definition of limits uses |x − a| < δ to define closenessAP Calculus, Real Analysis
Extraneous solutions from squaringNon-reversible operations in proofs and equation solving — understanding when a step loses informationProof-based courses, Abstract Algebra

The absolute value inequality |x − a| < r describes all points within distance r of the point a on a number line. In calculus, this exact notation becomes the backbone of the epsilon-delta definition of a limit. So every time you solve an absolute value inequality on the SAT, you're practicing the same logical structure that defines one of calculus's most important concepts. Mastering these tools now means you won't have to relearn them later — you'll already speak the language.

Practice Problems

PROBLEM 1CONCEPTUAL
A student claims that √(x²) = x for all real numbers x. Which of the following best evaluates this claim?(A) The claim is correct because squaring and taking a square root are inverse operations that always cancel each other out. (B) The claim is incorrect; a counterexample is x = −5, since √((−5)²) = 5 ≠ −5, and the correct identity is √(x²) = |x|. (C) The claim is incorrect, but it can be fixed by restricting x to non-negative values, making √(x²) = x valid only when x ≥ 0, and no simpler identity applies for all real x. (D) The claim is incorrect because √(x²) is undefined for negative values of x.
PROBLEM 2BASIC CALCULATION
Simplify √(147) completely.A) 3√7 B) 7√3 C) 49√3 D) 7√21
3
What is the solution set of the equation √(3x + 1) = x − 3?
4
A factory requires that the diameter d (in mm) of a certain bolt satisfy |d − 12.0| ≤ 0.3. Which of the following correctly states the acceptable range of diameters AND whether a bolt measuring 11.65 mm passes inspection?
5
For what value of k does |2x − 6| = k have exactly one solution, and does √(x + 4) = k also have exactly one solution for that same value of k?
Varsity Tutors • SAT Math • Radicals & Absolute Values