SAT Advanced Math: Quadratics, Polynomials, and Beyond

Advanced Math is where the SAT separates mid-range scorers from high scorers. This domain accounts for approximately 13 to 15 of the 44 total math questions, making it co-equal with Algebra as the largest content area on the test. More importantly, Advanced Math questions disproportionately appear in the harder portions of each module, which means they have an outsized influence on whether you receive the harder Module 2 routing and on your ultimate score ceiling.

The topics in this domain build directly on the Algebra skills covered in the previous domain. If Algebra deals with linear relationships (straight lines, constant rates of change), Advanced Math deals with nonlinear relationships: curves, accelerating growth, reciprocal functions, and the rich mathematical landscape beyond straight lines. Mastery of these topics requires not just procedural skill but genuine conceptual understanding of how nonlinear functions behave.

SAT Advanced Math Complete Guide

This guide covers every Advanced Math topic tested on the Digital SAT in exhaustive detail. For each topic, you will find the underlying concept explained from the ground up, multiple worked examples at different difficulty levels, the specific ways the College Board tests each concept, common mistakes to avoid, trap answer patterns, and the fastest solution approaches including strategic use of the Desmos graphing calculator.

Table of Contents

Why Advanced Math Is the Score Differentiator

While Algebra provides the foundation, Advanced Math determines your ceiling. Here is why this domain matters so much for your score.

First, Advanced Math questions are overrepresented in the harder Module 2. If you receive the harder routing (which you need for scores above approximately 650), the Module 2 questions will lean heavily on quadratics, polynomials, exponentials, and rational expressions. Students who are weak in Advanced Math find themselves hitting a wall in the harder module even if their Algebra is solid.

Second, Advanced Math questions tend to be more time-consuming than Algebra questions. A quadratic word problem or a polynomial factor question requires more steps and more conceptual reasoning than a typical linear equation. This means Advanced Math proficiency directly affects your time management: students who can solve these questions efficiently have more time for the rest of the module.

Third, the College Board designs Advanced Math questions to test understanding rather than memorization. You cannot simply memorize the quadratic formula and expect to answer every quadratic question correctly. You need to understand when factoring is faster than the formula, when completing the square is necessary, what the discriminant tells you, and how the three forms of a quadratic function relate to each other. This conceptual depth makes preparation more challenging but also means that genuine understanding produces dramatic score improvement.

Quadratic Equations: The Heart of Advanced Math

Quadratic equations are the single most important topic in the Advanced Math domain. They appear in multiple forms, connect to multiple question types, and test a wide range of skills. If you master quadratics thoroughly, you have conquered the core of Advanced Math.

A quadratic equation is any equation that can be written in the form ax^2 + bx + c = 0, where a, b, and c are constants and a is not zero. The “quadratic” designation comes from the squared term, which gives the equation its characteristic parabolic graph.

Solving by Factoring

Factoring is the fastest method for solving quadratic equations when it works. The approach relies on the zero product property: if the product of two factors equals zero, then at least one of the factors must be zero.

To solve a quadratic by factoring, first write the equation in standard form (everything on one side, zero on the other). Then factor the quadratic expression into two binomial factors. Finally, set each factor equal to zero and solve.

Worked Example 1 (Simple Factoring):

Solve: x^2 - 7x + 12 = 0

Find two numbers that multiply to 12 and add to -7. Those numbers are -3 and -4.

Factor: (x - 3)(x - 4) = 0

Set each factor to zero: x - 3 = 0 gives x = 3, and x - 4 = 0 gives x = 4.

Solutions: x = 3 and x = 4.

Worked Example 2 (Leading Coefficient Not 1):

Solve: 2x^2 + 5x - 3 = 0

When the leading coefficient is not 1, factoring requires more work. Multiply the leading coefficient by the constant: 2 * (-3) = -6. Find two numbers that multiply to -6 and add to 5: those are 6 and -1.

Rewrite the middle term: 2x^2 + 6x - x - 3 = 0

Factor by grouping: 2x(x + 3) - 1(x + 3) = 0

Factor out (x + 3): (2x - 1)(x + 3) = 0

Solutions: x = 1/2 and x = -3.

Worked Example 3 (Difference of Squares):

Solve: 4x^2 - 25 = 0

This is a difference of squares: (2x)^2 - (5)^2 = (2x + 5)(2x - 5) = 0

Solutions: x = -5/2 and x = 5/2.

Worked Example 4 (Perfect Square Trinomial):

Solve: x^2 - 10x + 25 = 0

Recognize the perfect square pattern: (x - 5)^2 = 0

Solution: x = 5 (a repeated root, also called a double root).

When Factoring Does Not Work:

Not every quadratic can be easily factored. If you spend more than 30 seconds looking for factors and cannot find them, switch to the quadratic formula. The SAT sometimes deliberately uses quadratics with irrational roots that cannot be factored over the integers, specifically to test whether you know the quadratic formula.

Common Factoring Mistakes:

Forgetting to set the equation equal to zero before factoring. If x^2 - 7x = -12, you must move the -12 first: x^2 - 7x + 12 = 0. Factoring x(x - 7) = -12 and trying to work with non-zero products is incorrect.

Forgetting to check for a greatest common factor (GCF) first. If the equation is 3x^2 + 12x + 9 = 0, factor out 3 first: 3(x^2 + 4x + 3) = 0, then factor: 3(x + 1)(x + 3) = 0. The GCF does not affect the solutions but makes the factoring much easier.

The Quadratic Formula

The quadratic formula solves any quadratic equation ax^2 + bx + c = 0:

x = (-b +/- sqrt(b^2 - 4ac)) / (2a)

This formula works for every quadratic, whether it factors neatly or not. It is the universal backup method when factoring fails.

Worked Example:

Solve: 3x^2 - 2x - 5 = 0

Here a = 3, b = -2, c = -5.

Discriminant: b^2 - 4ac = (-2)^2 - 4(3)(-5) = 4 + 60 = 64

x = (2 +/- sqrt(64)) / (2*3) = (2 +/- 8) / 6

x = (2 + 8)/6 = 10/6 = 5/3, or x = (2 - 8)/6 = -6/6 = -1

Solutions: x = 5/3 and x = -1.

Worked Example (Irrational Solutions):

Solve: x^2 + 4x + 1 = 0

a = 1, b = 4, c = 1

Discriminant: 16 - 4(1)(1) = 12

x = (-4 +/- sqrt(12)) / 2 = (-4 +/- 2*sqrt(3)) / 2 = -2 +/- sqrt(3)

Solutions: x = -2 + sqrt(3) and x = -2 - sqrt(3). These are irrational numbers (approximately -0.27 and -3.73).

Practical Tips for the Quadratic Formula:

Be careful with the sign of b. If the equation is x^2 - 6x + 5 = 0, then b = -6 (not 6). The formula starts with -b, so you get -(-6) = 6 in the numerator.

Be careful with the denominator. The denominator is 2a (not just 2). If a = 3, the denominator is 6.

Simplify radicals. If the discriminant is 48, simplify: sqrt(48) = sqrt(16 * 3) = 4*sqrt(3).

If the discriminant is a perfect square, the solutions are rational and the quadratic could have been factored. If you find yourself getting rational solutions from the quadratic formula, it might have been faster to factor.

Completing the Square

Completing the square is a technique that converts a quadratic from standard form (ax^2 + bx + c) to vertex form (a(x - h)^2 + k). This is useful for two purposes: solving quadratic equations and identifying the vertex of a parabola.

The Process:

Start with ax^2 + bx + c = 0. If a is not 1, divide every term by a. Take half of the coefficient of x and square it. Add and subtract this value within the equation. Factor the resulting perfect square trinomial.

Worked Example:

Convert x^2 + 8x + 5 = 0 to vertex form and solve.

Step 1: Take half of 8, which is 4. Square it: 16.

Step 2: Add and subtract 16: x^2 + 8x + 16 - 16 + 5 = 0

Step 3: Factor the perfect square: (x + 4)^2 - 11 = 0

Step 4: Solve: (x + 4)^2 = 11, so x + 4 = +/- sqrt(11), so x = -4 +/- sqrt(11)

The vertex form of the related function is f(x) = (x + 4)^2 - 11, with vertex at (-4, -11).

Worked Example (Leading Coefficient Not 1):

Convert 2x^2 - 12x + 7 to vertex form.

Step 1: Factor out the leading coefficient from the first two terms: 2(x^2 - 6x) + 7

Step 2: Take half of -6, which is -3. Square it: 9.

Step 3: Add and subtract 9 inside the parentheses: 2(x^2 - 6x + 9 - 9) + 7

Step 4: Distribute: 2(x^2 - 6x + 9) - 18 + 7

Step 5: Factor: 2(x - 3)^2 - 11

Vertex form: 2(x - 3)^2 - 11, with vertex at (3, -11).

When to Use Completing the Square on the SAT:

The SAT explicitly asks you to complete the square in questions about circle equations (converting from general to standard form) and in questions that ask for the vertex or minimum/maximum value of a quadratic function. While Desmos can find the vertex graphically, knowing how to complete the square algebraically gives you a faster and more reliable method for questions that present the answer choices in vertex form.

The Discriminant and Nature of Roots

The discriminant is the expression under the radical in the quadratic formula: D = b^2 - 4ac. It determines the number and type of solutions to a quadratic equation.

If D > 0: The equation has two distinct real solutions. If D is a perfect square, the solutions are rational. If D is not a perfect square, the solutions are irrational.

If D = 0: The equation has exactly one real solution (a repeated root). The parabola touches the x-axis at exactly one point.

If D < 0: The equation has no real solutions. The parabola does not intersect the x-axis.

Worked Example (SAT-Style Parametric Question):

For what value of k does the equation x^2 + kx + 9 = 0 have exactly one solution?

For one solution, D = 0: k^2 - 4(1)(9) = 0, so k^2 = 36, so k = 6 or k = -6.

Both values of k produce a perfect square trinomial: x^2 + 6x + 9 = (x + 3)^2 = 0 or x^2 - 6x + 9 = (x - 3)^2 = 0.

Worked Example:

For what values of k does the equation 2x^2 - 3x + k = 0 have no real solutions?

For no real solutions, D < 0: (-3)^2 - 4(2)(k) < 0, so 9 - 8k < 0, so 9 < 8k, so k > 9/8.

Any value of k greater than 9/8 makes the equation have no real solutions.

Common SAT Pattern:

The SAT loves to ask “For what value of k does the equation have no real solutions?” or “have exactly one solution?” These questions always reduce to analyzing the discriminant. Set up the inequality or equation based on the discriminant condition and solve for k.

Quadratic Functions and Their Graphs

A quadratic function creates a parabola when graphed. Understanding the relationship between the algebraic form and the graphical features is essential for the SAT.

Standard Form, Vertex Form, and Factored Form

Every quadratic function can be expressed in three forms, each revealing different information:

Standard form: f(x) = ax^2 + bx + c

From this form you can directly read the y-intercept (c, the constant term) and determine the direction the parabola opens (up if a > 0, down if a < 0).

The x-coordinate of the vertex can be calculated as x = -b/(2a). The y-coordinate is found by substituting this x-value back into the function.

Vertex form: f(x) = a(x - h)^2 + k

From this form you can directly read the vertex (h, k) and the direction the parabola opens (up if a > 0, down if a < 0). The vertex represents the minimum value of the function when a > 0 and the maximum value when a < 0.

Converting from standard to vertex form requires completing the square. Converting from vertex to standard form requires expanding and simplifying.

Factored form: f(x) = a(x - r)(x - s)

From this form you can directly read the x-intercepts (zeros): x = r and x = s. The x-coordinate of the vertex is the midpoint of the zeros: x = (r + s)/2. The direction of opening is determined by a.

Converting from standard to factored form requires factoring. Converting from factored to standard form requires expanding.

Worked Example (Moving Between Forms):

Given f(x) = 2(x - 1)(x - 5), find the vertex and y-intercept.

The zeros are x = 1 and x = 5. The x-coordinate of the vertex is (1 + 5)/2 = 3.

The y-coordinate of the vertex: f(3) = 2(3 - 1)(3 - 5) = 2(2)(-2) = -8. Vertex: (3, -8).

For the y-intercept, set x = 0: f(0) = 2(0 - 1)(0 - 5) = 2(-1)(-5) = 10. Y-intercept: (0, 10).

To write in standard form: f(x) = 2(x^2 - 6x + 5) = 2x^2 - 12x + 10.

To write in vertex form: f(x) = 2(x - 3)^2 - 8.

Notice how all three forms describe the same parabola with the same vertex, zeros, and y-intercept. The SAT might present the function in one form and ask a question most easily answered from a different form, testing your ability to convert.

Key Features of Parabolas

Every parabola has several key features that the SAT tests directly.

Vertex: The highest or lowest point of the parabola. If a > 0 (opens upward), the vertex is the minimum. If a < 0 (opens downward), the vertex is the maximum.

Axis of symmetry: A vertical line through the vertex, x = h. The parabola is symmetric about this line.

X-intercepts (zeros/roots): The points where the parabola crosses the x-axis. A parabola can have 0, 1, or 2 x-intercepts, determined by the discriminant.

Y-intercept: The point where the parabola crosses the y-axis. This is always (0, c) in standard form.

Direction of opening: Determined by the sign of a. Positive a opens upward; negative a opens downward.

Width: Determined by the absolute value of a. Larger a produces a narrower parabola; smaller a produces a wider parabola.

Worked Example:

A function f(x) = -3(x + 2)^2 + 12 is in vertex form. Describe all key features.

Vertex: (-2, 12). Since a = -3 < 0, the parabola opens downward, so the vertex is a maximum point. The maximum value of f is 12.

Axis of symmetry: x = -2.

Y-intercept: f(0) = -3(0 + 2)^2 + 12 = -3(4) + 12 = -12 + 12 = 0. So the y-intercept is (0, 0).

X-intercepts: Set f(x) = 0: -3(x + 2)^2 + 12 = 0, so (x + 2)^2 = 4, so x + 2 = +/- 2, so x = 0 or x = -4. X-intercepts at (0, 0) and (-4, 0).

Width: a = 3, which is greater than 1, so this parabola is narrower than the standard parabola y = x^2.

Quadratic Word Problems

The SAT frequently presents quadratic relationships in word problem form. The two most common contexts are projectile motion (height as a function of time) and optimization (maximizing or minimizing a quantity).

Worked Example (Projectile Motion):

A ball is launched upward from a platform 20 feet above the ground with an initial velocity of 64 feet per second. The height h of the ball after t seconds is given by h(t) = -16t^2 + 64t + 20. What is the maximum height the ball reaches?

The function is in standard form with a = -16, b = 64, c = 20.

The maximum occurs at the vertex. The x-coordinate (time) of the vertex: t = -b/(2a) = -64/(2*(-16)) = -64/(-32) = 2 seconds.

The maximum height: h(2) = -16(4) + 64(2) + 20 = -64 + 128 + 20 = 84 feet.

Worked Example (Revenue Optimization):

A company finds that if it charges p dollars per unit, it sells (300 - 5p) units. The revenue R is the product of price and quantity: R(p) = p(300 - 5p) = 300p - 5p^2.

What price maximizes revenue?

This is a downward-opening parabola (a = -5 < 0). The vertex gives the maximum.

p = -b/(2a) = -300/(2*(-5)) = -300/(-10) = 30

Maximum revenue: R(30) = 300(30) - 5(900) = 9000 - 4500 = $4,500.

The optimal price is $30 per unit, generating $4,500 in revenue.

Worked Example (Finding When Height Equals Zero):

Using the projectile function h(t) = -16t^2 + 64t + 20, when does the ball hit the ground?

Set h(t) = 0: -16t^2 + 64t + 20 = 0. Divide by -4: 4t^2 - 16t - 5 = 0.

Using the quadratic formula: t = (16 +/- sqrt(256 + 80)) / 8 = (16 +/- sqrt(336)) / 8 = (16 +/- 4*sqrt(21)) / 8 = (4 +/- sqrt(21)) / 2.

Since t must be positive: t = (4 + sqrt(21))/2 ≈ (4 + 4.58)/2 ≈ 4.29 seconds.

The ball hits the ground at approximately 4.29 seconds. On the SAT, the answer might be left in exact form or you might use Desmos to find the positive x-intercept.

Worked Example (Area Optimization):

A farmer has 120 feet of fencing to enclose a rectangular pen along a barn wall (so only three sides need fencing). If the width of the pen (perpendicular to the barn) is x feet, express the area as a function of x and find the dimensions that maximize the area.

The two widths use 2x feet. The length along the remaining side uses 120 - 2x feet. The area is:

A(x) = x(120 - 2x) = 120x - 2x^2

This is a downward-opening parabola (a = -2). The maximum is at the vertex.

x = -b/(2a) = -120/(2*(-2)) = -120/(-4) = 30

Width: 30 feet. Length: 120 - 2(30) = 60 feet. Maximum area: 30 * 60 = 1,800 square feet.

Worked Example (Break-Even Analysis):

A company’s profit P (in thousands of dollars) as a function of the number of units sold x (in thousands) is modeled by P(x) = -x^2 + 8x - 12. At what values of x does the company break even?

Break even means P(x) = 0: -x^2 + 8x - 12 = 0

Multiply by -1: x^2 - 8x + 12 = 0

Factor: (x - 2)(x - 6) = 0

Solutions: x = 2 and x = 6. The company breaks even when selling 2,000 units and 6,000 units.

What is the maximum profit? The vertex x-coordinate: x = -8/(2*(-1)) = 4. P(4) = -(16) + 32 - 12 = 4. Maximum profit is $4,000 when 4,000 units are sold.

For how many units is the company profitable? P(x) > 0 when 2 < x < 6, so the company is profitable when selling between 2,000 and 6,000 units.

This type of question tests multiple aspects of quadratic understanding in a single problem: finding zeros, finding the vertex, and interpreting the function in context. These multi-part questions are common in the harder portions of each module.

Choosing the Right Form for the Question

One of the key strategic skills on the SAT is recognizing which form of a quadratic is most useful for answering a specific question. This saves time by avoiding unnecessary conversions.

If the question asks about the y-intercept, standard form (y = ax^2 + bx + c) is best because c gives the y-intercept directly.

If the question asks about the vertex, minimum, or maximum, vertex form (y = a(x - h)^2 + k) is best because (h, k) is the vertex.

If the question asks about the x-intercepts, zeros, or roots, factored form (y = a(x - r)(x - s)) is best because r and s are the zeros.

If the question asks about the axis of symmetry, either vertex form (x = h) or factored form (x = (r + s)/2) works well.

If the question gives you one form and the answer choices are in a different form, you need to convert. But if the question and answers are in the same form, do not waste time converting to a different form.

Worked Example:

The function f(x) = 2(x - 3)^2 - 8 models a physical scenario. What is the minimum value of f?

Since the function is already in vertex form and a = 2 > 0 (opens upward), the minimum is at the vertex: the minimum value is k = -8.

You do not need to convert to standard form or find the zeros. The answer comes directly from the given form.

Worked Example:

The function g(x) = -3(x + 1)(x - 5) models a physical scenario. What is the maximum value of g?

The function is in factored form. The zeros are x = -1 and x = 5. The vertex x-coordinate is the midpoint: (-1 + 5)/2 = 2.

g(2) = -3(2 + 1)(2 - 5) = -3(3)(-3) = 27.

The maximum value is 27. Converting to vertex form or standard form was unnecessary because we could find the vertex from the factored form directly.

Polynomial Functions

Polynomials extend beyond quadratics to include functions with terms of degree 3 (cubic), degree 4 (quartic), and higher. The SAT tests your understanding of the relationship between a polynomial’s algebraic form and its graphical behavior.

Zeros, Factors, and the Factor Theorem

The Factor Theorem is one of the most important concepts in this section: if x = r is a zero of a polynomial p(x), then (x - r) is a factor of p(x). Conversely, if (x - r) is a factor, then x = r is a zero.

This relationship works in both directions and is tested extensively.

Worked Example (From Zeros to Equation):

Write a polynomial with zeros at x = -2, x = 1, and x = 4.

Factors: (x + 2)(x - 1)(x - 4)

Expanding: (x + 2)(x^2 - 5x + 4) = x^3 - 5x^2 + 4x + 2x^2 - 10x + 8 = x^3 - 3x^2 - 6x + 8

Note: Any constant multiple of this polynomial (like 3(x + 2)(x - 1)(x - 4)) would also have the same zeros. The SAT might specify a condition (like the y-intercept or a specific function value) to determine the constant.

Worked Example (From Equation to Zeros):

Factor p(x) = x^3 - 4x^2 - 7x + 10 given that x = 1 is a zero.

Since x = 1 is a zero, (x - 1) is a factor. Perform polynomial division or synthetic division:

p(x) / (x - 1) = x^2 - 3x - 10

Factor the quadratic: x^2 - 3x - 10 = (x - 5)(x + 2)

Complete factorization: p(x) = (x - 1)(x - 5)(x + 2)

Zeros: x = 1, x = 5, x = -2.

Multiplicity of Zeros:

If a factor appears more than once, the zero has multiplicity greater than 1. For example, if p(x) = (x - 3)^2(x + 1), then x = 3 is a zero with multiplicity 2, and x = -1 is a zero with multiplicity 1.

Graphically, multiplicity affects how the graph behaves at the zero. At a zero with odd multiplicity, the graph crosses the x-axis. At a zero with even multiplicity, the graph touches the x-axis and turns around (bounces). This is tested on the SAT through graph-matching questions.

The Remainder Theorem

The Remainder Theorem states that when polynomial p(x) is divided by (x - r), the remainder is p(r). This means you can find the remainder of polynomial division simply by evaluating the polynomial at r, without performing the actual division.

Worked Example:

What is the remainder when p(x) = 2x^3 - 5x^2 + 3x + 7 is divided by (x - 2)?

By the Remainder Theorem: p(2) = 2(8) - 5(4) + 3(2) + 7 = 16 - 20 + 6 + 7 = 9.

The remainder is 9. This is much faster than performing polynomial long division.

Connection to the Factor Theorem: If p(r) = 0, then the remainder is 0, which means (x - r) divides evenly into p(x), confirming that (x - r) is a factor. This is how the Factor Theorem and Remainder Theorem are connected.

End Behavior of Polynomials

End behavior describes what happens to the polynomial’s values as x approaches positive infinity and negative infinity. It depends on two things: the degree of the polynomial and the sign of the leading coefficient.

For even-degree polynomials with a positive leading coefficient: both ends go up (the graph rises on both sides). With a negative leading coefficient: both ends go down.

For odd-degree polynomials with a positive leading coefficient: the left end goes down and the right end goes up. With a negative leading coefficient: the left end goes up and the right end goes down.

Memory Aid: For positive leading coefficients, odd-degree polynomials look like a rising line (bottom-left to top-right), and even-degree polynomials look like a U-shape. Negative leading coefficients reverse these patterns.

Worked Example:

Describe the end behavior of f(x) = -3x^4 + 2x^3 - x + 5.

The degree is 4 (even) and the leading coefficient is -3 (negative). Both ends go down: as x approaches positive or negative infinity, f(x) approaches negative infinity.

Polynomial Graphs

The SAT tests your ability to match polynomial equations to their graphs and vice versa. The key features to analyze are: the end behavior (determined by degree and leading coefficient), the x-intercepts (determined by the zeros and their multiplicities), the y-intercept (the constant term), and the general shape.

Worked Example:

A graph shows a curve that rises from the bottom-left, crosses the x-axis at x = -1, touches the x-axis at x = 2 (bounces), and continues rising to the top-right. Which equation could represent this function?

Analysis: The graph goes from bottom-left to top-right with positive end behavior, suggesting an odd-degree polynomial with a positive leading coefficient. It crosses at x = -1 (odd multiplicity, likely 1) and bounces at x = 2 (even multiplicity, likely 2). The minimum degree is 1 + 2 = 3.

Equation: f(x) = a(x + 1)(x - 2)^2, where a > 0.

If a = 1: f(x) = (x + 1)(x - 2)^2 = (x + 1)(x^2 - 4x + 4) = x^3 - 3x^2 + 4.

Polynomial Division

While the SAT rarely asks you to perform full polynomial long division, understanding the concept is valuable for Factor Theorem and Remainder Theorem questions. The more common tool is synthetic division, which is a shortcut for dividing by a linear factor (x - r).

Synthetic Division Worked Example:

Divide p(x) = 2x^3 - 5x^2 + 3x - 7 by (x - 2).

Set up synthetic division with r = 2:

Bring down the 2. Multiply 2 * 2 = 4, add to -5 to get -1. Multiply 2 * (-1) = -2, add to 3 to get 1. Multiply 2 * 1 = 2, add to -7 to get -5.

The quotient is 2x^2 - x + 1 with a remainder of -5.

Verify using the Remainder Theorem: p(2) = 2(8) - 5(4) + 3(2) - 7 = 16 - 20 + 6 - 7 = -5. Correct.

This means p(x) = (x - 2)(2x^2 - x + 1) - 5. Since the remainder is not zero, (x - 2) is not a factor of p(x), confirming that x = 2 is not a zero.

Constructing Polynomials From Given Conditions

The SAT sometimes gives you conditions about a polynomial (its zeros, its degree, a specific point it passes through) and asks you to determine the equation or a specific value.

Worked Example:

A polynomial of degree 3 has zeros at x = -1, x = 2, and x = 4, and passes through the point (0, 16). Find the polynomial.

Start with the factored form: p(x) = a(x + 1)(x - 2)(x - 4)

Use the point (0, 16) to find a: 16 = a(0 + 1)(0 - 2)(0 - 4) = a(1)(-2)(-4) = 8a

a = 2

The polynomial is p(x) = 2(x + 1)(x - 2)(x - 4).

Worked Example (Given a Zero and the Graph):

A graph shows a polynomial that crosses the x-axis at x = -3 and x = 1, and touches (bounces at) the x-axis at x = 4. Which expression could represent the polynomial?

The zeros are -3 (multiplicity 1, crosses), 1 (multiplicity 1, crosses), and 4 (multiplicity 2, bounces).

The polynomial has the form a(x + 3)(x - 1)(x - 4)^2. The minimum degree is 1 + 1 + 2 = 4.

If the graph rises to the right (end behavior), and the degree is even, then a > 0.

Number of Turning Points

A polynomial of degree n has at most n - 1 turning points (local maxima and minima). A cubic (degree 3) has at most 2 turning points. A quartic (degree 4) has at most 3 turning points. This helps you match polynomials to their graphs: if a graph has 3 turning points, the polynomial must be at least degree 4.

Exponential Functions and Growth/Decay

Exponential functions model situations where a quantity changes by a constant percentage over equal time intervals. Unlike linear functions (constant additive change), exponential functions exhibit accelerating change: the amount of change increases over time for growth and decreases over time for decay.

The general form is f(x) = a * b^x, where a is the initial value (the value when x = 0) and b is the base (the growth or decay factor).

If b > 1, the function represents exponential growth. If 0 < b < 1, the function represents exponential decay.

Exponential Growth Models

Worked Example:

A bacterial colony starts with 500 bacteria and doubles every 3 hours. Write a function for the number of bacteria after t hours.

The doubling time is 3 hours, so the growth factor over 3 hours is 2. The function is N(t) = 500 * 2^(t/3).

After 9 hours: N(9) = 500 * 2^(9/3) = 500 * 2^3 = 500 * 8 = 4,000 bacteria.

After 15 hours: N(15) = 500 * 2^(15/3) = 500 * 2^5 = 500 * 32 = 16,000 bacteria.

Interpreting the Base:

If a function is written as P(t) = 1000(1.05)^t, the base is 1.05. This means the quantity grows by 5% per time period (because 1.05 = 1 + 0.05). The initial value is 1,000.

If the function is P(t) = 1000(1.05)^(t/12), the 5% growth now occurs over 12 time periods rather than 1. The effective growth rate per single time period is much smaller.

The SAT frequently asks you to interpret what the base represents in context, or to identify the growth rate from the equation. The growth rate is (b - 1) expressed as a percentage for growth (b > 1) or (1 - b) expressed as a percentage for decay (b < 1).

Exponential Decay Models

Worked Example:

A car loses 15% of its value each passing period. If the car is initially worth $25,000, write a function for its value after t periods.

A 15% loss means the car retains 85% of its value each period. The decay factor is 0.85.

V(t) = 25000(0.85)^t

After 5 periods: V(5) = 25000(0.85)^5 = 25000(0.4437) ≈ $11,093.

Worked Example (Half-Life):

A radioactive substance has a half-life of 10 units. If the initial amount is 200 grams, write a function for the amount remaining after t time units.

The half-life means the quantity halves every 10 time units: A(t) = 200 * (1/2)^(t/10)

After 30 time units: A(30) = 200 * (1/2)^3 = 200 * (1/8) = 25 grams.

Compound Interest

Compound interest is a specific application of exponential growth: A = P(1 + r/n)^(nt), where P is the principal (initial investment), r is the annual interest rate (as a decimal), n is the number of compounding periods per time unit, and t is the number of time units.

Worked Example:

If $5,000 is invested at 6% annual interest compounded quarterly, what is the value after 3 time units?

A = 5000(1 + 0.06/4)^(4*3) = 5000(1.015)^12

Using a calculator: (1.015)^12 ≈ 1.1956

A ≈ 5000 * 1.1956 ≈ $5,978

SAT Interpretation Questions:

The SAT might present a compound interest equation like A = 2000(1.0075)^(12t) and ask what the 1.0075 represents or what the 12 represents.

The 1.0075 is the growth factor per compounding period, meaning the interest rate per period is 0.75%. The 12 indicates monthly compounding (12 periods per time unit). The annual rate is 0.75% * 12 = 9%.

Distinguishing Linear From Exponential Growth

The SAT explicitly tests whether you can identify which model (linear or exponential) is appropriate for a given scenario. The key distinction is: constant additive change (the same amount is added each period) produces linear growth, while constant multiplicative change (the same percentage is applied each period) produces exponential growth.

Worked Example:

Scenario A: A savings account increases by $50 every period. This is linear: f(t) = initial + 50t.

Scenario B: A savings account increases by 3% every period. This is exponential: f(t) = initial * (1.03)^t.

In a table, linear growth shows constant first differences (the differences between consecutive values are the same). Exponential growth shows constant ratios (the ratio of consecutive values is the same).

Worked Example (Table Analysis):

x: 0, 1, 2, 3, 4 f(x): 100, 120, 144, 172.8, 207.36

Differences: 20, 24, 28.8, 34.56 (not constant, so not linear)

Ratios: 120/100 = 1.2, 144/120 = 1.2, 172.8/144 = 1.2, 207.36/172.8 = 1.2 (constant)

This is exponential with base 1.2: f(x) = 100(1.2)^x.

Interpreting Exponential Equations in Context

The SAT frequently presents exponential equations and asks you to interpret specific parts of the equation. This is one of the most common Advanced Math question types.

Worked Example:

A researcher models a bacterial culture using N(t) = 800(1.15)^t, where t is measured in hours.

What does 800 represent? The initial number of bacteria (the value when t = 0).

What does 1.15 represent? The growth factor per hour. The bacteria increase by 15% each hour.

What is the growth rate? 15% per hour (the growth factor minus 1, expressed as a percentage).

How many bacteria are present after 4 hours? N(4) = 800(1.15)^4 = 800(1.749) ≈ 1,399.

Worked Example (Modified Base):

The same culture is modeled as N(t) = 800(1.15)^(t/2). How does this change the interpretation?

The exponent is now t/2 instead of t. This means the 15% growth happens every 2 hours instead of every hour. The effective hourly growth rate is lower.

To find the equivalent hourly growth factor: (1.15)^(1/2) ≈ 1.0724, meaning approximately 7.24% growth per hour.

Worked Example (Comparing Models):

Model A: P(t) = 500(1.08)^t (8% growth per period)

Model B: P(t) = 600(1.03)^t (3% growth per period)

Which model has a higher initial value? Model B (600 > 500).

Which model grows faster? Model A (8% > 3%).

When will Model A surpass Model B? Set 500(1.08)^t = 600(1.03)^t. This requires logarithms to solve algebraically, but on the SAT, you would graph both functions in Desmos and find the intersection.

Key SAT Interpretation Rule: When the SAT asks “what does the number [value] represent in this equation,” identify whether the number is the initial value (the coefficient in front), the growth/decay factor (the base raised to the exponent), or a time scaling factor (a divisor in the exponent). These three components each have a distinct real-world interpretation.

Exponential vs Linear: Table and Graph Recognition

The SAT presents tables and graphs and asks you to determine whether the underlying relationship is linear or exponential.

In tables: Calculate first differences (differences between consecutive y-values). If constant, the relationship is linear. If not constant, calculate ratios (divide consecutive y-values). If the ratios are constant, the relationship is exponential.

In graphs: Linear relationships produce straight lines. Exponential growth produces a curve that starts gradually and accelerates upward. Exponential decay produces a curve that drops steeply at first and levels off toward an asymptote.

The Horizontal Asymptote: Exponential functions have a horizontal asymptote, a line the graph approaches but never reaches. For f(x) = a * b^x + c, the asymptote is y = c. For simple functions like f(x) = a * b^x, the asymptote is y = 0. The SAT occasionally tests whether you understand that exponential decay approaches but never reaches zero (or another asymptotic value).

Radical Equations and Expressions

Radical equations contain a variable under a radical sign. The SAT tests your ability to solve these equations and to simplify radical expressions.

Solving Radical Equations:

The general approach is: isolate the radical on one side, raise both sides to the appropriate power, solve the resulting equation, and check for extraneous solutions.

Worked Example:

Solve: sqrt(3x + 7) = x + 1

Step 1: Square both sides: 3x + 7 = (x + 1)^2 = x^2 + 2x + 1

Step 2: Rearrange: 0 = x^2 - x - 6

Step 3: Factor: (x - 3)(x + 2) = 0

Step 4: Solutions: x = 3 or x = -2

Step 5: Check both solutions in the original equation.

Check x = 3: sqrt(3(3) + 7) = sqrt(16) = 4. And 3 + 1 = 4. Equal, so x = 3 is valid.

Check x = -2: sqrt(3(-2) + 7) = sqrt(1) = 1. And -2 + 1 = -1. Not equal (1 is not -1), so x = -2 is extraneous.

The only solution is x = 3.

Why Extraneous Solutions Occur: Squaring both sides of an equation can introduce solutions that do not satisfy the original. Specifically, squaring removes the constraint that the square root is non-negative. The “solution” x = -2 makes the right side negative (-1), but the square root on the left side is always non-negative, creating a contradiction.

Worked Example (Radical on Both Sides):

Solve: sqrt(2x + 3) = sqrt(x + 7)

Square both sides: 2x + 3 = x + 7

Solve: x = 4

Check: sqrt(2(4) + 3) = sqrt(11) and sqrt(4 + 7) = sqrt(11). Both sides equal sqrt(11), so x = 4 is valid.

Worked Example (Radical Plus Constant):

Solve: sqrt(x + 5) + 3 = x

Step 1: Isolate the radical: sqrt(x + 5) = x - 3

Step 2: Note that x - 3 must be non-negative (since it equals a square root), so x ≥ 3.

Step 3: Square both sides: x + 5 = x^2 - 6x + 9

Step 4: Rearrange: x^2 - 7x + 4 = 0

Step 5: Quadratic formula: x = (7 +/- sqrt(49 - 16))/2 = (7 +/- sqrt(33))/2

x ≈ (7 + 5.745)/2 ≈ 6.37 or x ≈ (7 - 5.745)/2 ≈ 0.63

Step 6: Check constraint x ≥ 3: only x ≈ 6.37 satisfies this constraint.

Step 7: Verify: sqrt(6.37 + 5) + 3 = sqrt(11.37) + 3 ≈ 3.37 + 3 = 6.37. Correct.

The key lesson: always check constraints that arise from the structure of the equation (square roots must be non-negative, denominators cannot be zero) in addition to substituting back into the original equation.

Simplifying Radical Expressions:

The SAT tests simplification of expressions like sqrt(50) = sqrt(25 * 2) = 5*sqrt(2), rationalizing denominators (multiplying by the conjugate: 1/(sqrt(3) + 1) = (sqrt(3) - 1)/((sqrt(3))^2 - 1^2) = (sqrt(3) - 1)/2), and working with fractional exponents (x^(1/2) = sqrt(x), x^(2/3) = (cube root of x)^2, x^(-1) = 1/x).

Converting Between Radical and Exponent Notation:

The SAT sometimes presents expressions in one form and answer choices in the other. You should be comfortable converting in both directions.

sqrt(x) = x^(1/2)

cube root of x = x^(1/3)

1/sqrt(x) = x^(-1/2)

(sqrt(x))^3 = x^(3/2)

1/(x^2) = x^(-2)

Worked Example:

Simplify: (27x^6)^(2/3)

Apply the exponent to each factor: 27^(2/3) * (x^6)^(2/3) = (cube root of 27)^2 * x^(6*2/3) = 3^2 * x^4 = 9x^4

This type of problem combines exponent rules with radical simplification and is a common medium-to-hard difficulty question.

Rational Expressions and Equations

Rational expressions are fractions with polynomials in the numerator and denominator. The SAT tests simplification, operations, and solving equations involving rational expressions.

Simplifying Rational Expressions:

Factor the numerator and denominator, then cancel common factors.

Worked Example:

Simplify: (x^2 - 9) / (x^2 + 5x + 6)

Factor: ((x + 3)(x - 3)) / ((x + 3)(x + 2))

Cancel (x + 3): (x - 3) / (x + 2), with the restriction that x is not -3.

Adding Rational Expressions:

Find a common denominator, rewrite each fraction, and add the numerators.

Worked Example:

Simplify: 2/(x + 1) + 3/(x - 2)

Common denominator: (x + 1)(x - 2)

Rewrite: 2(x - 2)/((x + 1)(x - 2)) + 3(x + 1)/((x + 1)(x - 2))

Combine: (2x - 4 + 3x + 3) / ((x + 1)(x - 2)) = (5x - 1) / ((x + 1)(x - 2))

Solving Rational Equations:

Multiply both sides by the common denominator to eliminate fractions, then solve the resulting equation. Always check for extraneous solutions (values that make a denominator zero).

Worked Example:

Solve: 3/x + 1/(x + 2) = 1

Multiply by x(x + 2): 3(x + 2) + 1(x) = x(x + 2)

Expand: 3x + 6 + x = x^2 + 2x

Simplify: 4x + 6 = x^2 + 2x

Rearrange: x^2 - 2x - 6 = 0

Quadratic formula: x = (2 +/- sqrt(4 + 24))/2 = (2 +/- sqrt(28))/2 = 1 +/- sqrt(7)

Both solutions are valid (neither makes a denominator zero).

Worked Example (Setting Up From Context):

The average speed for a round trip where a person drives d miles at speed r1 going and at speed r2 returning is not the simple average of the two speeds. It is the harmonic mean: average = 2r1r2 / (r1 + r2).

If someone drives to work at 30 mph and returns at 50 mph, the average speed for the round trip is 2(30)(50)/(30 + 50) = 3000/80 = 37.5 mph (not the expected 40 mph).

The SAT might present this concept as a rational equation problem where you set up the relationship between distance, rate, and time and solve for the average speed. Understanding that the average of rates requires the harmonic mean (not the arithmetic mean) prevents a common error.

Restrictions on Rational Expressions:

Every rational expression has values that make the denominator zero. These values are excluded from the domain. The SAT tests this by asking “For what values of x is the expression undefined?” The answer is whichever values make the denominator zero.

Worked Example:

For what value of x is the expression (x + 3)/(x^2 - 4x - 5) undefined?

Factor the denominator: x^2 - 4x - 5 = (x - 5)(x + 1)

The expression is undefined when x = 5 or x = -1.

Operations With Rational Expressions

The SAT tests all four arithmetic operations with rational expressions.

Multiplication: Multiply the numerators, multiply the denominators, and simplify by canceling common factors. It is usually easier to factor and cancel before multiplying.

Division: Multiply by the reciprocal of the divisor, then follow the multiplication process.

Addition and Subtraction: Find the least common denominator (LCD), rewrite each fraction with the LCD, combine the numerators, and simplify.

Worked Example (Complex Fraction):

Simplify: (1/x + 1/y) / (1/x - 1/y)

Numerator: 1/x + 1/y = (y + x)/(xy)

Denominator: 1/x - 1/y = (y - x)/(xy)

Full expression: ((y + x)/(xy)) / ((y - x)/(xy)) = (y + x)/(y - x)

The xy terms cancel because they appear in both the numerator and denominator of the complex fraction.

Complex fractions (fractions within fractions) appear on the harder SAT questions. The approach is always to simplify the inner fractions first, then divide.

Systems Involving Nonlinear Equations

The SAT tests systems where one equation is linear and one is quadratic (or another nonlinear equation). The approach is typically substitution: solve the linear equation for one variable and substitute into the quadratic.

Worked Example:

Solve the system: y = x + 1 and y = x^2 - 3x + 5

Substitute: x + 1 = x^2 - 3x + 5

Rearrange: 0 = x^2 - 4x + 4

Factor: (x - 2)^2 = 0

Solution: x = 2, y = 2 + 1 = 3. The system has one solution: (2, 3).

Graphically, the line is tangent to the parabola at the point (2, 3).

Worked Example (Two Solutions):

Solve: y = 2x - 1 and y = x^2 - 4

Substitute: 2x - 1 = x^2 - 4

Rearrange: x^2 - 2x - 3 = 0

Factor: (x - 3)(x + 1) = 0

Solutions: x = 3, y = 5 and x = -1, y = -3. The system has two solutions: (3, 5) and (-1, -3).

Worked Example (No Solution):

The system y = x + 10 and y = x^2 has no solution when the line does not intersect the parabola. Setting x + 10 = x^2 gives x^2 - x - 10 = 0. The discriminant is 1 + 40 = 41 > 0, so this particular system does have two solutions. For the system y = x + c and y = x^2 to have no solution, we need x^2 - x - c = 0 to have no real roots: 1 + 4c < 0, so c < -1/4. This means if the line is shifted far enough below the parabola, they will not intersect.

Graphical Interpretation of Nonlinear Systems

Desmos is particularly powerful for nonlinear systems because the algebraic approach can be tedious. By graphing both equations, you can immediately see the number and approximate location of solutions.

Key Visual Patterns:

A line and a parabola can intersect at 0, 1, or 2 points. Zero intersections mean the line is too far from the parabola (no solution). One intersection means the line is tangent to the parabola (one solution, discriminant = 0). Two intersections mean the line cuts through the parabola (two solutions, discriminant > 0).

Two parabolas can also form a system. The SAT occasionally presents a system like y = x^2 and y = -x^2 + 4, which has two solutions (found by setting x^2 = -x^2 + 4, giving 2x^2 = 4, x^2 = 2, x = +/- sqrt(2)).

Worked Example (Circle and Line System):

The system x^2 + y^2 = 25 and y = x + 1 represents a circle and a line. How many solutions does this system have?

Substitute: x^2 + (x + 1)^2 = 25

x^2 + x^2 + 2x + 1 = 25

2x^2 + 2x - 24 = 0

x^2 + x - 12 = 0

(x + 4)(x - 3) = 0

x = -4 or x = 3. Corresponding y values: y = -3 or y = 4.

Two solutions: (-4, -3) and (3, 4). The line intersects the circle at two points.

Systems With More Than Two Equations

While rare on the SAT, you might encounter a system with three equations and three unknowns, or a system where you need to use information from a third equation to solve for a specific expression. The approach is always to reduce the system step by step: use one equation to eliminate a variable, reducing to a two-variable system, then use another equation to eliminate another variable.

Function Transformations

Understanding how algebraic changes to a function affect its graph is a core Advanced Math skill tested on the SAT.

Vertical translations: f(x) + k shifts the graph up by k units (k > 0) or down by k units (k < 0).
Horizontal translations: f(x - h) shifts the graph right by h units (h > 0) or left by h units (h < 0). Note: the horizontal shift works opposite to the sign inside the function.
Vertical stretch/compression: a * f(x) stretches the graph vertically by a factor of a (if a > 1) or compresses it (if 0 < a < 1). If a is negative, the graph is also reflected across the x-axis.
Horizontal stretch/compression: f(bx) compresses the graph horizontally by a factor of b (if b > 1) or stretches it (if 0 < b < 1). Again, this works opposite to intuition. If b is negative, the graph is reflected across the y-axis.

Worked Example:

If f(x) = x^2, describe the transformations that produce g(x) = -2(x + 3)^2 + 5.

Starting from f(x) = x^2: shift left 3 units (the +3 inside), stretch vertically by factor 2 and reflect across x-axis (the -2 multiplier), shift up 5 units (the +5 outside).

The vertex of g is at (-3, 5), and the parabola opens downward.

Worked Example (SAT-Style):

The graph of y = f(x) has a maximum at the point (2, 7). What is the maximum of y = f(x - 4) + 3?

f(x - 4) shifts the graph right 4 units: the maximum x-coordinate moves from 2 to 6.

Adding 3 shifts the graph up 3 units: the maximum y-coordinate moves from 7 to 10.

The new maximum is at (6, 10).

Worked Example (Reflection):

If f(x) = x^2, compare the graphs of g(x) = -f(x) and h(x) = f(-x).

g(x) = -x^2 reflects the graph across the x-axis. The parabola that opened upward now opens downward.

h(x) = (-x)^2 = x^2 reflects the graph across the y-axis. But since x^2 is symmetric about the y-axis, the graph looks the same. This is a special property of even functions.

For a function that is not symmetric, like f(x) = x^3, the distinction matters: g(x) = -x^3 (reflected across x-axis) and h(x) = (-x)^3 = -x^3 (reflected across y-axis) happen to give the same result for odd functions. The SAT tests your ability to distinguish between these reflections for general functions.

Worked Example (Multiple Transformations in Context):

A company’s revenue function is R(x) = x^2 (in thousands of dollars) where x is units sold (in thousands). Due to market changes, the new revenue function is R(x) = 2(x - 3)^2 + 5.

Describe the transformation in business terms: the company needs to sell 3,000 more units to achieve the same baseline revenue (horizontal shift right by 3), the revenue grows at twice the rate for each additional unit sold (vertical stretch by 2), and there is a guaranteed minimum revenue of $5,000 regardless of sales volume (vertical shift up by 5).

Identifying Transformations From Equations

The SAT might present two functions and ask you to describe the transformation that converts one into the other.

Worked Example:

f(x) = x^2 + 3 and g(x) = (x - 4)^2 + 3. What transformation converts f to g?

The only change is that x is replaced by (x - 4). This is a horizontal shift right by 4 units. The +3 is the same in both, so there is no vertical shift.

Worked Example:

f(x) = 2x^2 - 1 and g(x) = 2(3x)^2 - 1 = 18x^2 - 1. What transformation converts f to g?

The x is replaced by 3x, which is a horizontal compression by a factor of 3 (the graph becomes narrower by a factor of 3). The 2 and -1 remain unchanged.

These questions require you to compare the two functions carefully and identify exactly what changed. The answer choices might describe the transformation in words (“shifted 4 units right”) or by giving the values of h and k.

Composition of Functions

Function composition evaluates one function inside another. The notation f(g(x)) means “apply g first, then apply f to the result.”

Worked Example:

If f(x) = 3x + 1 and g(x) = x^2 - 4, find f(g(2)).

Step 1: Evaluate the inner function: g(2) = (2)^2 - 4 = 0.

Step 2: Apply the outer function: f(0) = 3(0) + 1 = 1.

f(g(2)) = 1.

Worked Example (Algebraic Composition):

If f(x) = 2x + 3 and g(x) = x - 5, find f(g(x)).

f(g(x)) = f(x - 5) = 2(x - 5) + 3 = 2x - 10 + 3 = 2x - 7.

Note that g(f(x)) = g(2x + 3) = (2x + 3) - 5 = 2x - 2. Composition is not commutative: f(g(x)) is generally not equal to g(f(x)).

Worked Example (Composition With Quadratics):

If f(x) = x^2 and g(x) = x + 3, find:

f(g(x)) = f(x + 3) = (x + 3)^2 = x^2 + 6x + 9

g(f(x)) = g(x^2) = x^2 + 3

Notice f(g(x)) and g(f(x)) are very different functions. f(g(x)) is a quadratic with vertex at (-3, 0), while g(f(x)) is a quadratic with vertex at (0, 3).

Worked Example (SAT-Style Application):

A store applies a 20% discount, then charges 8% sales tax. If x is the original price, write a composition that gives the final price.

Discount function: d(x) = 0.80x (removes 20%)

Tax function: t(x) = 1.08x (adds 8%)

Final price: t(d(x)) = t(0.80x) = 1.08(0.80x) = 0.864x

The final price is 86.4% of the original price.

If the order were reversed (tax first, then discount): d(t(x)) = d(1.08x) = 0.80(1.08x) = 0.864x.

Interestingly, in this specific case, the result is the same regardless of order. This is because both functions are linear multiplications, and multiplication is commutative. This is not true in general for function composition.

Worked Example (Finding Values):

If f(x) = 3x - 1 and f(g(2)) = 14, find g(2).

From f(g(2)) = 14: 3g(2) - 1 = 14, so 3g(2) = 15, so g(2) = 5.

This reverses the composition: you work from the outside in to find the inner value.

Inverse Functions (Brief Coverage)

While the SAT does not heavily test inverse functions, it occasionally asks questions that require the concept. The inverse of a function f, written f^(-1), undoes what f does. If f(3) = 7, then f^(-1)(7) = 3.

For linear functions, finding the inverse is straightforward: swap x and y in y = mx + b and solve for y. The inverse of y = 2x + 3 is x = 2y + 3, which gives y = (x - 3)/2, so f^(-1)(x) = (x - 3)/2.

The SAT might ask questions like “If f(a) = b, what is f^(-1)(b)?” The answer is simply a. Understanding this concept saves time on questions that would otherwise require finding the inverse algebraically.

Equivalent Expressions and Structure

The SAT tests your ability to recognize equivalent forms of expressions and to identify structure within expressions that enables simplification or factoring.

Worked Example (Recognizing Structure):

Factor: x^4 - 5x^2 + 4

This looks like a quadratic in x^2. Let u = x^2: u^2 - 5u + 4 = (u - 1)(u - 4) = (x^2 - 1)(x^2 - 4)

Each factor is a difference of squares: (x + 1)(x - 1)(x + 2)(x - 2)

Worked Example (Exponent Rules):

Simplify: (2x^3y^(-2))^2 / (4x^(-1)y^3)

Numerator: 4x^6y^(-4)

Full expression: 4x^6y^(-4) / (4x^(-1)y^3) = x^(6-(-1)) * y^(-4-3) = x^7 * y^(-7) = x^7/y^7

The SAT tests exponent rules including: x^a * x^b = x^(a+b), x^a / x^b = x^(a-b), (x^a)^b = x^(ab), x^(-a) = 1/x^a, and x^(a/b) = (b-th root of x)^a.

Recognizing Equivalent Forms

The SAT often presents an expression and asks which of four answer choices is equivalent. These questions test your algebraic manipulation skills and your ability to recognize structural patterns.

Worked Example:

Which expression is equivalent to (x^2 - 4x + 4)/(x^2 - 4)?

Factor numerator: (x - 2)^2

Factor denominator: (x + 2)(x - 2)

Simplify: (x - 2)/(x + 2)

The answer is (x - 2)/(x + 2), with the restriction that x cannot equal 2 (even though the simplified form is defined at x = 2, the original is not).

Worked Example (Structure in Expressions):

If x^2 + y^2 = 25 and xy = 12, what is the value of (x + y)^2?

Expand (x + y)^2 = x^2 + 2xy + y^2 = (x^2 + y^2) + 2xy = 25 + 24 = 49.

So (x + y)^2 = 49, meaning x + y = 7 or x + y = -7.

This question does not require you to find x and y individually. It tests whether you recognize the algebraic identity and can use it to combine the given information directly.

Worked Example (Difference of Cubes):

Factor: 8x^3 - 27

This is a difference of cubes: (2x)^3 - (3)^3 = (2x - 3)(4x^2 + 6x + 9)

The sum and difference of cubes formulas are: a^3 + b^3 = (a + b)(a^2 - ab + b^2) and a^3 - b^3 = (a - b)(a^2 + ab + b^2). These appear occasionally on harder SAT questions.

Nested and Complex Expressions

The hardest equivalent expression questions involve multiple layers of operations that must be simplified step by step.

Worked Example:

Simplify: (x^(-1) + y^(-1))^(-1)

Rewrite the inner expression: 1/x + 1/y = (y + x)/(xy)

Take the reciprocal (apply the outer -1 exponent): xy/(x + y)

The simplified form is xy/(x + y). This type of question combines exponent rules with fraction manipulation and tests whether you can work through multiple steps without losing track of the structure.

How Advanced Math Questions Appear on the SAT

Advanced Math questions appear throughout each module, but they are overrepresented in the harder portions. Here is what to expect at different difficulty levels.

Easy Advanced Math Questions

These questions test basic skills: factoring a simple trinomial, evaluating an exponential function at a specific input, identifying the vertex from vertex form, or reading the zeros from a graph.

Example: What are the solutions to x^2 - 5x + 6 = 0?

Factor: (x - 2)(x - 3) = 0. Solutions: x = 2 and x = 3.

These questions should take 30 to 60 seconds. Do not overthink them.

Medium Advanced Math Questions

These questions require multi-step reasoning: completing the square to find a vertex, interpreting an exponential model in context, using the discriminant to determine the number of solutions, or solving a system with one linear and one quadratic equation.

Example: The function h(t) = -16t^2 + 48t + 64 models the height of a ball. What is the maximum height reached?

Find the vertex: t = -48/(2*(-16)) = 1.5. h(1.5) = -16(2.25) + 48(1.5) + 64 = -36 + 72 + 64 = 100.

Maximum height: 100 feet. This takes about 90 seconds.

Hard Advanced Math Questions

These questions combine multiple concepts, involve parameters, or require careful algebraic manipulation: parametric discriminant questions, polynomial factor questions with given zeros and additional constraints, rational equation questions where you must check for extraneous solutions, or transformation questions that require precise identification of multiple transformations.

Example: For what value of c does the system y = 2x + c and y = x^2 + 4x - 1 have exactly one solution?

Substitute: 2x + c = x^2 + 4x - 1. Rearrange: x^2 + 2x - 1 - c = 0.

For exactly one solution, the discriminant equals zero: (2)^2 - 4(1)(-1 - c) = 0

4 + 4 + 4c = 0. 8 + 4c = 0. c = -2.

This takes 2 to 3 minutes and requires careful algebra at every step.

Desmos Strategies for Advanced Math

The Desmos graphing calculator is a powerful ally for Advanced Math questions. Here are specific strategies.

Finding the vertex of a parabola: Graph the function, and Desmos will identify the vertex (minimum or maximum point) when you click on it.

Finding the zeros of a polynomial: Graph the function and click on each x-intercept. Desmos displays the coordinates.

Solving nonlinear systems: Graph both equations and click on the intersection points.

Verifying factoring: If you factor x^2 - 5x + 6 as (x - 2)(x - 3), graph both expressions. If they produce the same graph, the factoring is correct.

Using sliders for parametric questions: For questions like “For what value of k does x^2 + kx + 9 = 0 have one solution?”, type the equation with a slider for k and adjust until the parabola just touches the x-axis.

Testing equivalent expressions: If you factor an expression and want to verify it, graph both the original and factored forms. If the graphs are identical, your factoring is correct. This is particularly useful for verifying polynomial factoring.

Finding function values: Instead of computing f(g(2)) by hand, type f(x) and g(x) into Desmos, then use the table or direct evaluation features to compute the composition step by step.

Solving radical equations visually: Graph both sides of the equation as separate functions (for example, y = sqrt(3x + 7) and y = x + 1) and find their intersection. This immediately shows you how many solutions exist and their approximate values.

Identifying transformations: Graph the original function and the transformed function side by side. Visually comparing them reveals the nature of the transformation (shift, stretch, reflection) more clearly than algebraic analysis for students who are uncertain.

When Not to Use Desmos for Advanced Math

Desmos should not be your first resort for every question. Some situations where algebraic methods are faster:

Simple factoring questions where the factors are obvious. Recognizing that x^2 - 9 = (x+3)(x-3) takes 5 seconds. Graphing it and reading the zeros takes 30 seconds.

Questions that ask for the discriminant or the number of solutions. Computing b^2 - 4ac is faster than graphing and counting intersection points.

Questions about the value of a specific coefficient or constant. Desmos shows you graphs, not algebraic forms.

Exponent simplification questions. Desmos cannot simplify (2x^3y^(-2))^2 into 4x^6y^(-4).

The general rule: use Desmos when the question involves graphical interpretation, when you need to verify complex algebraic work, or when the algebraic path is not clear. Use algebra when the question is procedural and the path is straightforward.

Common Traps in Advanced Math Questions

The extraneous solution trap: In radical and rational equations, always check solutions in the original equation. An answer that makes a denominator zero or produces a negative under a square root is extraneous.

The “wrong form” trap: A question might ask for the value of h + k from vertex form (x - h)^2 + k. If the function is (x + 3)^2 - 7, then h = -3 (not 3) and k = -7, so h + k = -10. Students often forget the negative in h.

The wrong zero trap: If a question gives you the factored form (x - 2)(x + 5) and asks for a zero, both 2 and -5 are correct. But the trap answer -2 (from misreading x - 2) and 5 (from misreading x + 5) are included in the choices.

The coefficient confusion trap: In the quadratic formula, students sometimes use the wrong values for a, b, and c, especially when the equation is not in standard form or when terms are missing (like x^2 + 5 = 0, where b = 0).

The incomplete factoring trap: Students sometimes factor partially but not completely. For example, factoring x^3 - 4x as x(x^2 - 4) is not complete. The full factoring is x(x + 2)(x - 2). Always check whether each factor can be factored further.

The sign error in completing the square: When completing the square with a leading coefficient other than 1, students often forget to factor out the coefficient before completing the square, or they forget to distribute the factored-out coefficient to the constant that was added and subtracted inside the parentheses.

The growth rate vs growth factor confusion: If a population grows by 15% per period, the growth rate is 0.15 and the growth factor is 1.15. The SAT tests whether you can distinguish between these and use the correct one in an equation. Confusing the two gives you a dramatically wrong answer.

Score-Level Strategies

Below 550

Focus on basic factoring (simple trinomials, difference of squares) and the quadratic formula. Learn to find the vertex using x = -b/(2a). Skip polynomial and rational expression questions initially. Use Desmos heavily to verify work and build intuition about parabolas. Master the three forms of quadratic functions and practice converting between them. At this level, simply knowing how to factor and apply the quadratic formula correctly puts you ahead of many test takers.

550 to 650

Add completing the square, the discriminant, and exponential function interpretation to your skill set. Practice quadratic word problems (projectile motion, optimization, break-even analysis). Begin working with polynomial zeros and the factor theorem. Learn to solve basic radical and rational equations. Use Desmos strategically for verification and for questions where the algebraic path is unclear. At this level, the discriminant and parametric questions start appearing, so practice setting up and solving for unknown constants.

650 to 750

Master all topics in this domain thoroughly. Focus on parametric questions (finding values of constants that produce specific numbers of solutions), nonlinear systems (line-parabola, line-circle), function transformations (identifying multiple transformations from an equation), and rational equations (including checking for extraneous solutions). Practice the hardest questions from official materials. Build speed so that these questions take no more than 90 seconds each. At this level, most of your errors are strategic (falling for traps, misreading the question) rather than conceptual, so develop checking habits.

750 to 800

Advanced Math should be automatic. Focus on the tricky edge cases: extraneous solutions in rational and radical equations, parametric discriminant questions with multiple conditions, composition of functions, and complex equivalent expression questions. Verify every answer and manage time so you never rush through an Advanced Math question. At this level, the questions that cost you points are the ones where you make a small algebraic error or misread a sign. Build the habit of checking every step, particularly sign changes in completing the square, distribution of negatives, and the subtraction of exponents.

How Advanced Math Connects to Other Domains

Advanced Math and Algebra

Advanced Math builds directly on Algebra. Every equation manipulation technique you learned for linear equations (distributing, combining like terms, isolating variables) applies to quadratic and polynomial equations. Systems involving a linear and a quadratic equation use the same substitution method you learned for linear systems. The skills are the same; the expressions are more complex.

Advanced Math and Geometry

Circle equations on the coordinate plane require completing the square, which is an Advanced Math technique applied to a Geometry context. The SAT frequently presents circle equations in general form (x^2 + y^2 + Dx + Ey + F = 0) and asks you to find the center and radius, which requires completing the square for both variables. If you struggle with completing the square in the Advanced Math domain, you will also struggle with circle equation questions in Geometry.

Additionally, some Geometry questions involve quadratic relationships. If the area of a rectangle is expressed as a function of one side length, and you need to find the dimensions that produce a specific area, you end up solving a quadratic equation.

Advanced Math and Data Analysis

Exponential functions bridge Advanced Math and Data Analysis. The SAT might present a scatter plot with an exponential trend and ask you to identify the equation of the curve of best fit, interpret the growth rate, or predict a future value. Understanding exponential functions from the Advanced Math perspective gives you the tools to handle these data analysis questions confidently.

The Complete Advanced Math Study Plan

Week 1: Quadratic Equations

Study all three solving methods (factoring, quadratic formula, completing the square). Practice 25+ questions. Focus on knowing when to use each method.

Week 2: Quadratic Functions and Graphs

Study all three forms (standard, vertex, factored), conversions between forms, and graphical features. Practice vertex identification, intercept finding, and word problems. 25+ questions.

Week 3: The Discriminant and Parametric Questions

Study the discriminant conditions for 0, 1, and 2 solutions. Practice parametric questions where you solve for a constant. 20+ questions.

Week 4: Polynomials and Exponentials

Study the Factor Theorem, Remainder Theorem, end behavior, and exponential growth/decay. Practice graph matching and interpretation. 25+ questions.

Week 5: Radicals, Rationals, and Transformations

Study radical equations, rational expressions, solving rational equations, and function transformations. Practice checking for extraneous solutions. 25+ questions.

Week 6: Integration and Timed Practice

Take mixed Advanced Math question sets under timed conditions. Analyze errors and revisit weak topics. Practice with full-length modules containing questions from all domains.

Frequently Asked Questions

How many Advanced Math questions are on the SAT? Approximately 13 to 15 of the 44 total Math questions, making it one of the two largest content areas alongside Algebra.

What is the most important Advanced Math topic? Quadratic equations and functions are the most heavily tested. Mastering all three solving methods, all three forms, and graphical interpretation covers the broadest range of questions.

When should I use factoring versus the quadratic formula? Use factoring when the quadratic factors easily (you can find the numbers quickly). Use the quadratic formula when factoring is not obvious after 30 seconds, or when the discriminant tells you the roots are irrational.

What is completing the square used for on the SAT? Converting quadratics to vertex form (to find the vertex or max/min value) and converting circle equations from general form to standard form. Both are common question types.

What does the discriminant tell you? The discriminant (b^2 - 4ac) determines the number and type of solutions: positive means two real solutions, zero means one real solution, negative means no real solutions.

How do I identify exponential versus linear growth? Linear growth adds a constant amount per period (constant first differences in a table). Exponential growth multiplies by a constant factor per period (constant ratios in a table).

What is the Factor Theorem? If x = r is a zero of polynomial p(x), then (x - r) is a factor. Conversely, if (x - r) is a factor, then p(r) = 0.

What is an extraneous solution? A value that emerges during the solving process but does not satisfy the original equation. It occurs when you square both sides (radical equations) or multiply by an expression containing the variable (rational equations).

How does Desmos help with Advanced Math? Desmos can graph quadratics (showing vertex and zeros), solve nonlinear systems (showing intersections), verify factoring, explore parametric questions with sliders, and check solutions visually.

What is the Remainder Theorem? When polynomial p(x) is divided by (x - r), the remainder equals p(r). This allows you to find remainders by evaluation rather than long division.

How do I handle function transformations on the SAT? Identify each transformation separately: horizontal shifts (inside the function), vertical shifts (outside), stretches/compressions (multiplied coefficients), and reflections (negative signs). Apply them in order.

What is the difference between a zero, a root, an x-intercept, and a solution? These are all the same concept expressed differently. A zero of f(x) is a value where f(x) = 0. A root of an equation is a solution. An x-intercept is the point where the graph crosses the x-axis. On the SAT, they are used interchangeably.

How do I factor a polynomial with degree higher than 2? If you know one zero (given or found by testing), use synthetic or long division to reduce the polynomial’s degree, then factor the resulting lower-degree polynomial.

What exponential function topics does the SAT test? Growth and decay models, interpreting the base and initial value, compound interest, distinguishing linear from exponential patterns, and interpreting exponential equations in context.

How important is function composition on the SAT? It appears occasionally, usually as one or two questions per test. The concept is straightforward (evaluate inside-out), but students who have never practiced it can find it confusing. Practice a few examples to build comfort.

What is the best study order for Advanced Math topics? Start with quadratic equations (factoring, formula, completing the square), then quadratic functions and graphs, then the discriminant, then polynomials, then exponentials, and finally radicals and rationals. This order builds concepts progressively.

Can I skip Advanced Math and still get a good score? No. With 13 to 15 questions in this domain, skipping it would cost you roughly 100 to 150 points on the Math section. Advanced Math proficiency is essential for any score above 550.

How do I handle the hardest Advanced Math questions? The hardest questions often combine multiple concepts (a parametric system involving a quadratic and a line, for example). Break the problem into steps, identify which concept each step involves, and solve systematically. Use Desmos to check your work.