SAT
mathhard~45 min

Advanced: Advanced Math

Quadratics with an unknown constant and the discriminant condition that pins it down, the sum and product of roots without solving, matching coefficients in equivalent expressions, the remainder theorem and factors of polynomials, rational equations with extraneous or no solutions, exponential equations with a common base and equivalent rates per period, and translations of a function's graph.

Introduction

The hardest Advanced Math questions replace a number with a constant and ask what the constant must be, or ask about the solutions of an equation without letting you find them, or hand you two expressions and ask when they are the same. These questions cannot be brute-forced with a calculator; they reward knowing three structural facts about polynomials.

The first is that the discriminant controls the number of solutions, so a condition like "exactly one solution" or "the line is tangent to the parabola" is an equation in the constant. The second is that the coefficients of a quadratic encode the sum and product of its roots, so questions about the roots often need no roots. The third is that a polynomial's value at a equals its remainder on division by x - a, so a table of values is a table of factors.

This lesson works through each, then finishes with the equation types the Medium lesson introduced, now with their traps: rational equations that lose their only candidate, exponential equations that need a common base, and rates that must be rewritten per month instead of per year.

Game plan

How to attack these questions on test day.
  1. 1

    Translate a solution-count condition into a discriminant equation

    "Exactly one real solution", "the graph touches the x-axis", "the line is tangent to the parabola" all mean b² - 4ac = 0. "No real solutions" means it is negative, "two distinct" means positive. Write the quadratic with everything on one side, read off a, b and c (some of which contain the constant), and solve the discriminant condition for the constant. Tangency questions first substitute the line into the parabola to get that quadratic.

  2. 2

    Use the sum and product of roots instead of the roots

    For ax² + bx + c = 0 the roots r and s satisfy r + s = -b/a and rs = c/a. Any symmetric question about the roots, their sum, product, the sum of their reciprocals (r + s)/(rs), or the sum of their squares (r + s)² - 2rs, can be answered from the coefficients. Solving for the roots when they are irrational and then adding them is slower and error-prone.

  3. 3

    Match coefficients power by power

    Two polynomials are equal for all x exactly when the coefficient of each power of x matches. Expand the side with the constants, line it up against the other side, and equate the x² terms, the x terms and the constants separately. Usually one of those equations gives a constant immediately and the others follow. Plugging in a convenient x is a fast check but rarely a complete method.

  4. 4

    Remember that p(a) is the remainder when p(x) is divided by x - a

    So p(a) = 0 means x - a is a factor, and a table row like p(3) = 5 means dividing by x - 3 leaves remainder 5, which also means p(x) - 5 has x - 3 as a factor. Given a division statement like p(x) = (x - 2)q(x) + 7, read p(2) = 7 directly. No long division is needed for any of these.

  5. 5

    For exponential equations, force a common base, then equate exponents

    8^(x - 1) is 2^(3x - 3), and 1/4 is 2^(-2). Rewrite every side as a power of the same base, then set the exponents equal and solve the linear equation that results. For equivalent-rate questions, use (b^(1/n))^(nt) = b^t: a yearly factor of 1.06 is a monthly factor of 1.06^(1/12), about 1.0049, so about 0.49 percent per month, not 0.5 and never 6/12.

Theory

A quadratic with a constant in it, such as x² + kx + 16 = 0, has a number of real solutions that depends on k through the discriminant k² - 64. Exactly one real solution requires k² - 64 = 0, so k = 8 or k = -8; no real solutions requires k² < 64, so k is strictly between -8 and 8; two distinct real solutions requires k² > 64. When the constant sits in the leading coefficient or the constant term, the same idea applies, with the caution that a leading coefficient of zero would make the equation linear, not quadratic. A line y = mx + c is tangent to a parabola exactly when substituting the line into the parabola gives a quadratic with discriminant zero: y = 2x + c and y = x² meet where x² - 2x - c = 0, whose discriminant 4 + 4c is zero at c = -1, and the tangent point is then (1, 1). For c greater than -1 the line cuts the parabola twice, for c less than -1 it misses.

If r and s are the roots of ax² + bx + c = 0, then ax² + bx + c = a(x - r)(x - s) = a x² - a(r + s)x + a rs, and matching coefficients gives r + s = -b/a and rs = c/a. These two facts answer questions about the roots without finding them. For 2x² - 7x + 3 = 0 the roots sum to 7/2 and multiply to 3/2, so the sum of their reciprocals, (r + s)/(rs), is 7/3, and the sum of their squares, (r + s)² - 2rs, is 49/4 - 3 = 37/4. For 3x² - 12x + 5 = 0 the sum of the solutions is 12/3 = 4, a fact the test asks about directly and one that also locates the axis of symmetry at x = 2. Given one root of a quadratic with a constant, the other root and the constant both follow from the sum and product.

Two polynomial expressions are equivalent, equal for every value of x, exactly when the coefficients of each power of x agree. To find constants that make (2x + a)(x - 3) equivalent to 2x² + bx - 15, expand the left side: 2x² - 6x + ax - 3a = 2x² + (a - 6)x - 3a. Matching constants gives -3a = -15, so a = 5; matching x-terms then gives b = a - 6 = -1. When a question asks for one constant and the expansion produces several equations, at least one of them involves only that constant. Substituting a specific value of x gives one equation relating the constants and is a good check, but it is rarely enough on its own. Equivalent-expression questions with rational expressions work the same way after multiplying through by the common denominator, and questions with a radical or a rational exponent usually want the exponent rules from the Medium lesson applied to expressions with letters in place of numbers.

Dividing a polynomial p(x) by x - a leaves a remainder equal to p(a): p(x) = (x - a)q(x) + p(a) for some polynomial q. So x - a is a factor exactly when p(a) = 0, and a table of values with p(2) = 0 announces the factor x - 2 without any division. For p(x) = x³ - 4x² + x + 6, p(2) = 8 - 16 + 2 + 6 = 0, so x - 2 is a factor, while p(1) = 1 - 4 + 1 + 6 = 4, so division by x - 1 leaves remainder 4 and x - 1 is not a factor. Given a statement in the form p(x) = (x - 3)q(x) + 5, you can read p(3) = 5 directly. Multiplicity matters for graphs: a factor (x - a)² makes the graph touch the axis at a without crossing, and the number of distinct real zeros is at most the degree.

A rational equation is cleared by multiplying every term by the common denominator, and every candidate solution must be checked against the original denominators. Sometimes the only candidate is excluded and the equation has no solution: 3/(x - 2) + 1 = x/(x - 2) becomes 3 + (x - 2) = x after multiplying by x - 2, which simplifies to 1 = 0, a contradiction, so there is no solution. A rational function is undefined where its denominator is zero, and a question that asks for what value the expression is undefined is asking for the zero of the denominator, even when that factor cancels with the numerator.

Exponential equations with the variable in the exponent are solved by rewriting both sides as powers of one base and equating the exponents: 2^(x + 1) = 8^(x - 1) becomes 2^(x + 1) = 2^(3x - 3), so x + 1 = 3x - 3 and x = 2. Equivalent-rate questions rewrite an exponential model so its exponent counts a different period. Since (b^(1/n))^(nt) = b^t, a yearly growth of 6 percent, factor 1.06, is the same as a monthly factor of 1.06^(1/12), about 1.0049, a monthly rate near 0.49 percent, and a quantity that halves every 10 hours, factor (1/2)^(t/10), loses about 6.7 percent per hour, not 5 percent. The test's standard wrong answer is the yearly rate divided by 12.

Translating a graph changes the equation in a predictable way. Replacing x by x - h shifts the graph h units right; adding k to the output shifts it k units up; multiplying the output by -1 reflects across the x-axis. So if f has vertex (1, -4), then g(x) = f(x - 3) + 2 has vertex (4, -2), and the same rule moves the zeros, the intercepts and the maximum. A parabola read from its graph is best written in factored form when its x-intercepts are visible, y = a(x - p)(x - q), with a fixed by one more point, or in vertex form when the vertex is visible. Questions that show two graphs and ask how one was obtained from the other are asking which of these substitutions connects them.

Worked figures

A tangent line is a discriminant of zero

y = x² and y = 2x - 1. Substituting gives x² - 2x + 1 = 0, whose discriminant is 4 - 4 = 0, so there is exactly one common point, (1, 1): the line is tangent. With y = 2x + c the discriminant is 4 + 4c; c above -1 cuts the parabola twice and c below -1 misses it.

Figure 1
-20246-2-101234(1, 1)xy
  • y = x²
  • y = 2x - 1 (tangent, c = -1)
  • y = 2x + 2 (c = 2: two intersections)

The coefficients know the roots

For ax² + bx + c = 0 with roots r and s: r + s = -b/a and rs = c/a. Every symmetric expression in the roots follows from those two, with no solving.

Table 1
Equationr + s = -b/ars = c/a1/r + 1/s = (r + s)/rsr² + s² = (r + s)² - 2rs
x² - 5x + 6 = 0 (roots 2, 3)565/613
2x² - 7x + 3 = 07/23/27/337/4
3x² - 12x + 5 = 045/312/516 - 10/3 = 38/3
x² + kx + 16 = 0, one root is 2-k = 2 + s16 = 2s, so s = 8k = -10

The remainder theorem in a table

p(x) = x³ - 4x² + x + 6. Each value of p is the remainder on division by the matching x - a. Zeros are factors: p(-1), p(2) and p(3) are all zero, so p(x) = (x + 1)(x - 2)(x - 3).

Table 2
ap(a)Remainder when divided by x - ax - a a factor?
-1-1 - 4 - 1 + 6 = 00yes
066no
11 - 4 + 1 + 6 = 44no
28 - 16 + 2 + 6 = 00yes
327 - 36 + 3 + 6 = 00yes

Translating a graph

f(x) = |x| has its vertex at (0, 0). g(x) = f(x - 3) + 2 = |x - 3| + 2 has its vertex at (3, 2): x - 3 inside moves the graph 3 right, + 2 outside moves it 2 up. The same substitutions move a parabola's vertex, zeros and intercepts.

Figure 2
-101234567-4-202468(0, 0)(3, 2)xy
  • f(x) = |x|
  • g(x) = |x - 3| + 2

Common bases and equivalent rates

An exponential equation is solved by writing both sides over one base; an exponential model is re-expressed per period with (b^(1/n))^(nt) = b^t. The yearly rate divided by 12 is the standard wrong answer.

Table 3
ProblemRewriteResult
2^(x + 1) = 8^(x - 1)8 = 2³, so 2^(x + 1) = 2^(3x - 3)x + 1 = 3x - 3, x = 2
9^x = 1/273^(2x) = 3^(-3)2x = -3, x = -3/2
1.06^t per year, monthly rate?1.06^t = (1.06^(1/12))^(12t)monthly factor 1.0049, about 0.49% (not 0.5%)
(1/2)^(t/10), t in hours: hourly loss?(1/2)^(1/10) = 0.933loses about 6.7% per hour (not 5%)

Worked examples

Try each one before opening the solution.

Example 1: Find the constant that gives exactly one solution

In the equation x² + kx + 16 = 0, k is a constant. For what values of k does the equation have exactly one real solution?

Show solution
  1. Exactly one real solution means the discriminant is zero: k² - 4(1)(16) = 0.
  2. Solve: k² = 64, so k = 8 or k = -8.

    Both signs work; a question with a single answer will restrict k to be positive or offer only one of them.

  3. Check k = 8: x² + 8x + 16 = (x + 4)², one repeated solution x = -4. Check k = -8: (x - 4)², solution x = 4.

Answer: k = 8 or k = -8

Example 2: Answer a question about the roots without finding them

If r and s are the solutions of 2x² - 7x + 3 = 0, what is the value of 1/r + 1/s?

Show solution
  1. Sum of roots: r + s = -b/a = 7/2. Product: rs = c/a = 3/2.
  2. Combine the reciprocals over a common denominator: 1/r + 1/s = (s + r)/(rs).
  3. Substitute: (7/2) / (3/2) = 7/3.

    The roots here are 3 and 1/2, so 1/3 + 2 = 7/3 confirms it, but the coefficient method works even when the roots are irrational.

Answer: 7/3

Example 3: Match coefficients to find constants

The expression (2x + a)(x - 3) is equivalent to 2x² + bx - 15 for all x, where a and b are constants. What is the value of b?

Show solution
  1. Expand the left side: 2x² - 6x + ax - 3a = 2x² + (a - 6)x - 3a.
  2. Match the constant terms: -3a = -15, so a = 5.

    Start with whichever power gives an equation in a single unknown; here the constant term involves only a.

  3. Match the x terms: b = a - 6 = 5 - 6 = -1.
  4. Check with x = 1: left side (2 + 5)(1 - 3) = -14; right side 2 - 1 - 15 = -14. Correct.

Answer: b = -1

Example 4: Use the remainder theorem instead of dividing

Let p(x) = x³ - 4x² + x + 6. What is the remainder when p(x) is divided by x - 1, and is x - 2 a factor of p(x)?

Show solution
  1. The remainder on division by x - 1 is p(1) = 1 - 4 + 1 + 6 = 4.
  2. x - 2 is a factor exactly when p(2) = 0: p(2) = 8 - 16 + 2 + 6 = 0, so yes.

    No long division needed. The value of the polynomial at a is the remainder on division by x - a.

  3. Going further, p(-1) = -1 - 4 - 1 + 6 = 0 and p(3) = 27 - 36 + 3 + 6 = 0, so p(x) = (x + 1)(x - 2)(x - 3).

Answer: The remainder is 4; x - 2 is a factor.

Example 5: A rational equation with no solution

What is the solution set of 3/(x - 2) + 1 = x/(x - 2)?

Show solution
  1. Note the restriction: x cannot be 2, since that makes a denominator zero.
  2. Multiply every term by (x - 2): 3 + (x - 2) = x.
  3. Simplify: x + 1 = x, so 1 = 0, which is false for every x.

    If the algebra had produced x = 2, that candidate would also be rejected by the restriction. Either way, the solution set is empty.

Answer: No solution: the solution set is empty.

Practice

Check your understanding 1

In the equation x² + kx + 16 = 0, k is a positive constant. If the equation has exactly one real solution, what is the value of k?

Check your understanding 2

In the xy-plane, the line y = 2x + c is tangent to the parabola y = x². What is the value of c?

Check your understanding 3

What is the sum of the solutions of 3x² - 12x + 5 = 0?

Check your understanding 4

The expression (2x + a)(x - 3) is equivalent to 2x² + bx - 15 for all values of x, where a and b are constants. What is the value of b?

Check your understanding 5

If p(x) = x³ - 4x² + x + 6, what is the remainder when p(x) is divided by x - 1?

Check your understanding 6

What is the solution set of the equation 3/(x - 2) + 1 = x/(x - 2)?

Check your understanding 7

What value of x satisfies 2^(x + 1) = 8^(x - 1)?

Check your understanding 8

The graph of the function f in the xy-plane has its vertex at (1, -4). If g(x) = f(x - 3) + 2, what is the vertex of the graph of g?

Check your understanding 9

The value of an investment is modeled by V(t) = 5000(1.06)^t, where t is in years. Which of the following is closest to the monthly percent increase implied by this model?

Common mistakes

Solving the quadratic for x when the question asks for the constant that produces a given number of solutions. Write the discriminant condition instead.

Forgetting the sign in the sum of roots: r + s is -b/a, not b/a.

Matching only one coefficient and stopping, or substituting one value of x and treating a single equation as a full match.

Dividing polynomials by long division when a single evaluation gives the remainder.

Accepting x = 2 as a solution of an equation whose denominator is x - 2, or failing to notice that a rational equation collapsed to a contradiction.

Equating exponents before the bases are the same: 2^(x + 1) = 8^(x - 1) does not give x + 1 = x - 1.

Converting a yearly rate to a monthly one by dividing by 12. Take the twelfth root of the yearly factor.

Shifting a graph left for f(x - 3): a subtraction inside moves it right.

Practise this: drills for this topic in the question bank.