Nonlinear functions

Quadratic, exponential and polynomial behaviour — vertex and intercept forms, growth against decay.

~32 min · prequestion, worked examples, retrieval practice

Every nonlinear function on this exam can be written in several algebraically identical forms, and the whole skill is choosing the one that already shows the answer — a parabola's minimum is free in vertex form and expensive in every other, and an exponential's entire meaning lives in one number, its multiplier. Advanced Math is about 35% of the Math section, tied with Algebra as the largest domain, and this skill point is the one that shows up most often once the second module routes to the harder version. Points here are almost never lost to arithmetic. They are lost to grinding out the wrong form, and to reading a multiplier as a percentage.

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

Question 1
Medium

Before any teaching. The function f is defined by f(x) = (x − 3)(x + 7). In the xy-plane, what is the x-coordinate of the vertex of the graph of y = f(x)?

Question 2
Medium

A bacterial population is modeled by P(t) = 240(1.35)^t, where t is the number of hours since the culture was prepared. What is the best interpretation of 1.35 in this model?

Question 3
Hard

The function f is defined by f(x) = −2(x + 4)² + 9. Which statement correctly describes the extreme value of f?

What the question is actually testing

This skill point covers every function on the exam whose rate of change is not constant: quadratics above all, then exponentials, then polynomials of higher degree, with the occasional rational or radical expression at the edges. The tasks recur in four shapes — evaluate or interpret a nonlinear model, rewrite it into an equivalent form, read a feature (vertex, intercepts, end behaviour) off a graph or an equation, and build a model from a description.

College Board publishes the domain weight: Advanced Math is about 35% of the Math section, roughly 13 to 15 of the 44 questions, tied with Algebra as the largest domain. What College Board does not publish is how those questions split among its three skill points, or how they distribute between the first module and the harder second module. The widely repeated claim that Advanced Math dominates the hard module is a prep-industry pattern claim reverse-engineered from released material — plausible, consistent with what the released tests look like, and not an official figure. Plan with it; don't cite it as fact.

The thing being tested is almost never the algebra. Completing the square is four lines. Factoring a quadratic is one. What separates a right answer from a wrong one is whether you noticed which form of the same function makes the question trivial before you started writing. There is a weak path and a strong path through nearly every item on this skill, and they differ by about two minutes.

Weak path: an item gives you h(t) = −16t² + 64t + 80 and asks for the maximum height, and you reach for the quadratic formula, get two ugly roots, and stall. Strong path: you notice that a maximum is a vertex, that a vertex is halfway between the roots, that the roots come out of factoring in one line, and you are done in twenty seconds. Same knowledge, different order of operations, three-minute swing on a section where three minutes is roughly two questions.

Foundations — what "nonlinear" means, from zero (skip this block if vertex form is already automatic)

If you can look at f(x) = 3(x − 2)² − 5 and say "opens up, vertex at (2, −5), minimum value −5" without pausing, skip ahead. If any part of that sentence is unfamiliar, this is the highest-value block on the page, because these objects reappear in every other Advanced Math skill.

A linear function adds the same amount at every step: 5, 9, 13, 17 — always plus 4. Nonlinear means the amount added is not constant. Two patterns cover almost everything the exam uses. A QUADRATIC adds an amount that itself grows by a fixed amount: 1, 4, 9, 16 — the jumps are 3, 5, 7, and the jumps between those jumps are 2, 2. An EXPONENTIAL multiplies by the same factor at every step: 5, 15, 45, 135 — always times 3. Addition of a constant is linear; addition of a growing constant is quadratic; multiplication by a constant is exponential. That is the entire taxonomy.

A quadratic is any function you can write as f(x) = ax² + bx + c with a ≠ 0, and its graph is a parabola: a symmetric U-shape. If a is positive the U opens upward and its lowest point is the VERTEX; if a is negative the shape opens downward, ∩, and the vertex is its highest point. The vertical line through the vertex is the AXIS OF SYMMETRY, and the graph on one side of it is a mirror image of the graph on the other.

Four words for one thing, and the exam switches between them inside a single question: a ZERO of f, a ROOT of the equation f(x) = 0, an x-INTERCEPT of the graph, and a SOLUTION of f(x) = 0 are all the same object — an input that makes the output zero. Separately, f(0) is the y-INTERCEPT, also called the initial value or the starting amount. Zeros are inputs; the y-intercept is an output. Confusing the two is the most expensive vocabulary error on the Math section.

The exponent rules you actually need, and there are only five. b^0 = 1 for any nonzero b. b^(−n) = 1/b^n. b^(1/2) = √b, and more generally b^(m/n) is the n-th root of b^m. b^m · b^n = b^(m+n). (b^m)^n = b^(mn). That last one is what lets you rewrite 9^x as 3^(2x) or 8^(x/3) as 2^x, which the exam asks for directly.

An exponential function is f(x) = a·b^x with a ≠ 0 and b > 0. Its graph either rises slowly and then steeply (when b > 1, growth) or falls steeply and then flattens out (when 0 < b < 1, decay). The flattening never finishes: a positive exponential approaches zero but never reaches it, which is why "in what year does the population reach 0" has no answer for such a model and the exam will ask when it falls below some level instead.

A POLYNOMIAL is a sum of terms of the form (number)·x^(whole number): 4x³ − 2x + 7 is one, and so is every linear and quadratic function. Its DEGREE is the largest exponent. Degree is what decides the coarse shape of the graph and what its two ends do, which is the last teach section on this page.

Quadratics: three forms, and which question each one answers

The same parabola can be written three ways. They are algebraically identical — expand any of them and you get the others — but each one displays a different feature for free and hides the rest. Choosing the form is the skill; converting between them is the labour.

STANDARD FORM, f(x) = ax² + bx + c. Free: the y-intercept is c, because f(0) = c. Free: the sign of a tells you which way it opens. One step away: the axis of symmetry is x = −b/(2a), and substituting that back gives the vertex's y-coordinate. Use standard form when the question asks about the y-intercept, or hands you a table of values, or asks about the discriminant.

FACTORED FORM, f(x) = a(x − r)(x − s). Free: the x-intercepts are r and s, because a product is zero exactly when one of its factors is zero. Free: the axis of symmetry is the midpoint of the roots, x = (r + s)/2 — no formula needed, just symmetry. Use factored form for anything about zeros, ground level, break-even, "when does it equal zero", or where the maximum happens. Watch the signs: (x − 3)(x + 7) has roots +3 and −7.

VERTEX FORM, f(x) = a(x − h)² + k. Free: the vertex is (h, k), the axis of symmetry is x = h, and the maximum or minimum VALUE of the function is k. Use it for any question containing the words maximum, minimum, greatest, least, highest, or "the value at which the model peaks". The h is subtracted by the form itself, so a plus sign inside means a negative h: 2(x + 5)² − 3 has vertex (−5, −3).

Converting, in the direction you will actually need. Vertex or factored to standard: expand. Standard to factored: factor, or find the roots with the quadratic formula x = (−b ± √(b² − 4ac))/(2a) and rebuild. Standard to vertex: complete the square, which always works. The recipe, with the step people drop marked — 1) factor a out of the x² and x terms ONLY, leaving the constant outside; 2) halve the coefficient of x inside the parentheses and square it; 3) add and subtract that square inside; 4) write the perfect square and carry the subtracted piece out, MULTIPLYING IT BY a on the way; 5) combine with the constant. Step 4 is where most of the errors on this conversion live.

There is also a shortcut that skips completing the square entirely, and it is usually faster: find the axis of symmetry with x = −b/(2a), then substitute that value back into the original equation to get k. Two lines, no square to complete, and it works even when a is ugly. Complete the square when the item asks for the equation in vertex form; use −b/(2a) when it only asks for the vertex or the extreme value.

The DISCRIMINANT, b² − 4ac, is the piece under the radical in the quadratic formula, and on its own it answers a whole family of items. Positive: two distinct real solutions, so the graph crosses the x-axis twice. Zero: exactly one real solution, so the vertex sits on the x-axis and the quadratic is a perfect square. Negative: no real solutions, so the graph never touches the axis. Any item containing "exactly one solution", "no real solutions", "two distinct x-intercepts", or "intersects at exactly one point" is a discriminant item, and it wants b² − 4ac set equal to, greater than, or less than zero — not solved.

Exponentials: the multiplier is the whole model

f(x) = a·b^x has exactly two parameters and they do exactly two jobs. a is the output when the input is zero — the initial amount, the starting population, the purchase price. b is the number the output is multiplied by for each one-unit increase in the input. Everything an exponential item asks about is one of those two numbers, read correctly.

The translation that decides the most points: b = 1 + r, where r is the rate of change written as a decimal. Growing by 8% means multiplying by 1.08. Falling by 15% means multiplying by 0.85, because keeping 85% is what losing 15% means. Doubling is b = 2, which is a 100% increase. Halving is b = 0.5, a 50% decrease. Rising by 150% is b = 2.5, not 1.5. Read a base of 1.03 as "+3%" and a base of 0.97 as "−3%" on sight, and never read the base itself as the percentage.

Growth versus decay is a single comparison: b > 1 is growth, 0 < b < 1 is decay, b = 1 is a constant. The base in a real-world model is always positive, so a negative sign in front of a model belongs to a, not b.

Now the part that separates hard items from easy ones. When the multiplier applies once per period and the input is measured in some other unit, the model is f(t) = a·b^(t/p), where p is the length of one period in the input's units. The exponent is not a time — it is a COUNT of how many multiplications have happened. A sample that loses 12% every 5 years, with t in years, is 800(0.88)^(t/5). A culture that doubles every 6 hours, with t in hours, is a·2^(t/6). A drug with a 30-day half-life, with d in days, is a·(0.5)^(d/30). Ask "how many periods have gone by?" and the exponent writes itself.

Spotting an exponential in a description: the giveaway is a constant PERCENT or a constant FACTOR per step — "decreases by 4% annually", "doubles every decade", "triples each hour", "loses a third of its charge every 8 hours". A constant AMOUNT per step — "falls by 40 units a year", "$13.50 per poster" — is linear, and none of the machinery on this page applies to it. If you cannot name a fixed number being added each step, it is not linear.

Spotting one in a table with equally spaced inputs: divide each output by the one before it. Constant ratio means exponential. Constant difference means linear. Constant SECOND difference — the differences of the differences — means quadratic. Three divisions or three subtractions settle it, and the exam does build tables that reward the check.

One convention worth knowing because it looks like a contradiction: compound-interest items are written a(1 + r/n)^(nt), where r is the stated annual rate and n is the number of compounding periods per year. That is a model the item stipulates, not a re-expression of a true annual multiplier, and the two give slightly different numbers. Read whichever the item defines and don't import the other.

Transformations and end behaviour

Transformations follow one rule with one twist. Changes OUTSIDE the function act on the outputs and do what they look like: f(x) + k moves the graph up k, f(x) − k moves it down, c·f(x) stretches it vertically by a factor of c, and −f(x) flips it over the x-axis. Changes INSIDE the parentheses act on the inputs and run BACKWARDS: f(x − h) moves the graph RIGHT h, f(x + h) moves it LEFT h, and f(−x) flips it over the y-axis.

The reason the inside runs backwards is worth ten seconds: to make g(x) = f(x − 3) produce the output f used to produce at 5, you now have to feed in 8. Every output arrives three units later, so the picture slides right. This is also why vertex form is readable at all — a(x − h)² + k is nothing but y = x², moved right h, up k, and stretched by a, with the transformation written into the notation.

The same rules apply to exponentials, and they add one feature. a·b^x + d has a horizontal asymptote at y = d: the outputs approach d and never arrive. With d = 0 that means the model never reaches zero, no matter how long you wait. Items exploit this by asking what value the model "approaches" or by ruling out an answer choice that has the quantity hitting zero.

END BEHAVIOUR is what the outputs do as x runs far to the left and far to the right, and for a polynomial it is decided by the leading term alone — the term with the highest power. Every other term is eventually negligible next to it. Two facts settle every case. Parity of the degree: an EVEN degree sends both ends the same way; an ODD degree sends them opposite ways. Sign of the leading coefficient: positive sends the right-hand end UP, negative sends the right-hand end DOWN. Fix the right end from the sign, then let the parity tell you the left.

Reading the leading term off factored form without expanding: the degree is the sum of the exponents on the factors, and the leading coefficient is the constant out front times the leading coefficients inside. So −2(x − 4)²(x + 1)³ has degree 2 + 3 = 5 and leading term −2x⁵ — odd degree, negative coefficient, therefore up on the left and down on the right. Multiplying it all out to learn that would cost two minutes and buy nothing.

Mechanism

Why the vertex is free once you can see the square

Squaring destroys sign: (−3)² and 3² are the same number. So in f(x) = a(x − h)² + k, two inputs the same distance either side of h hand the squaring the same magnitude and produce the same output. That symmetry is not a property of parabolas to be memorised separately — it is the squaring operation, made visible, and three things the exam tests fall straight out of it. First, the axis of symmetry is x = h, always. Second, the extreme value is at x = h, because (x − h)² is never negative: it contributes nothing at x = h and something strictly positive everywhere else, so k is the smallest output the function can produce when a > 0 and the largest when a < 0. Third, if the parabola has two x-intercepts, they are mirror images across that axis, which is why the vertex sits exactly at their midpoint — and why you never need to complete the square on a factorable quadratic just to find where its maximum happens. Even the formula is the same fact in different clothes: expanding a(x − h)² + k gives ax² − 2ahx + (ah² + k), so b = −2ah, and x = −b/(2a) is that identity solved for h. One equation, not two.

The exponential half has an equally short reason, and it explains the most expensive error on this skill. Writing a·b^t says: start at a, then multiply by b once for every unit of t. The exponent is therefore not a duration, it is a COUNT of multiplications. If the multiplier applies once every 5 years and t is measured in years, then t years is t/5 multiplications and the exponent has to be t/5 — that division is not a formula, it is the answer to "how many periods have gone by?". The same reasoning is why a percentage cannot be spread across a period the way a dollar amount can. Losing 12% every 5 years is not losing 2.4% a year, because each year's loss would come out of a base the previous year already shrank. Four successive 12% losses leave 0.88^4 ≈ 0.60, about 60% of the original — not 100% − 48% = 52%. Every wrong answer built on "it falls 18% a year, so after 5 years it has fallen 90%" is correct arithmetic performed in the additive system while the model is running in the multiplicative one.

Worked examples

Fully worked — choose the form before doing any algebra

  1. 01Problem: "The function f is defined by f(x) = 2x² − 12x + 23. What is the minimum value of f, and at what value of x does it occur?"
  2. 02Decide the form first. The question says minimum, and the only form that displays a minimum without further work is vertex form, a(x − h)² + k. So the job is a conversion, not a solve.
  3. 03Factor the leading coefficient out of the x-terms ONLY, leaving the constant outside: f(x) = 2(x² − 6x) + 23.
  4. 04Complete the square inside. Half of −6 is −3, and (−3)² = 9, so add and subtract 9 inside: f(x) = 2(x² − 6x + 9 − 9) + 23.
  5. 05Split the bracket and distribute the 2 across BOTH pieces — this is the step that gets dropped: f(x) = 2((x − 3)² − 9) + 23 = 2(x − 3)² − 18 + 23 = 2(x − 3)² + 5.
  6. 06Read the vertex off: (h, k) = (3, 5). Because a = 2 is positive the parabola opens upward, so 5 is a minimum rather than a maximum.
  7. 07Check two ways. Axis of symmetry from standard form: x = −b/(2a) = 12/4 = 3 ✓. Value there: f(3) = 2(9) − 12(3) + 23 = 18 − 36 + 23 = 5 ✓. The minimum VALUE is 5; the 3 is where it happens. Items on this skill routinely offer both as answer choices, so answer the coordinate the question named.

One step hidden — an exponential whose period is not one unit

  1. 01Problem: "An 800-gram sample loses 12% of its mass every 5 years. Write a function m(t) giving the mass remaining, in grams, t years after the sample is measured, then find the mass after 20 years."
  2. 02A constant PERCENT per period, not a constant amount, so the model is exponential: m(t) = a·b^(t/p).
  3. 03a is the output at t = 0, which is 800 grams. b is the per-period multiplier: losing 12% leaves 88%, so b = 1 − 0.12 = 0.88. Losing a percentage never subtracts from the base — it multiplies by something less than 1.
  4. 04p is the length of one period in the input's units. The multiplier applies once every 5 years and t counts years, so the exponent must be t/5: m(t) = 800(0.88)^(t/5). Check at t = 5: 800(0.88)^1 = 704, which is 800 less 12% ✓.

Two steps hidden — factored form does two jobs at once

  1. 01Problem: "The function h(t) = −16t² + 64t + 80 gives the height, in feet, of an object t seconds after it is launched. After how many seconds does it hit the ground, and what is its maximum height?"
  2. 02"Hits the ground" means h = 0, and zeros are exactly what factored form displays. Factor −16 out first: h(t) = −16(t² − 4t − 5) = −16(t − 5)(t + 1).
  3. 03The zeros are t = 5 and t = −1. Only t = 5 lies in the domain the situation allows, since the object was launched at t = 0 and negative time is outside the model. It hits the ground after 5 seconds.

Solve alone

  1. 01Problem: "The function g is defined by g(x) = x² + kx + 36, where k is a constant. The graph of y = g(x) in the xy-plane has exactly one x-intercept. What is the greatest possible value of k, and what is the x-coordinate of that intercept?"

In your own words

In one sentence: why must the vertex of a parabola sit exactly halfway between its two x-intercepts — what property of the squared term forces that, and why does the same argument show the vertex is the extreme value rather than just a symmetric point?

Named traps

Sign flip inside the parentheses
Vertex form is a(x − h)² + k and factored form is a(x − r)(x − s), so both forms SUBTRACT the number they name. A plus sign inside means the value is negative: 2(x + 5)² − 3 has vertex (−5, −3), and (x − 3)(x + 7) has roots +3 and −7. The rule is mechanical — every sign inside a parenthesis is the opposite of the number it names — and a distractor built on the un-flipped reading appears on almost every item that hands you one of these forms.
Multiplier read as a percentage
Reading the base of a·b^x as the rate of change. b = 1 + r, so 1.35 is +35% and not +135%, and 0.82 is −18% and not −82%. The direction is easy to get right and the size is easy to get wrong, which is why the exam writes both the "82%" and the "18%" versions into the same answer set. Say the base out loud as "keeps 100% and adds r" or "keeps 100% minus r" before choosing.
Period/exponent mismatch
A multiplier stated per 5 years, per 8 hours, or per 30 days dropped into the exponent as though it applied per one unit of the input. The exponent counts PERIODS, so a per-p-unit multiplier with input t needs exponent t/p — and the conversion has a direction, so tripling every 8 hours with the input in DAYS gives 3^(3d), not 3^(d/8) and not 3^(8d). Ask how many multiplications have happened by time t, and the exponent falls out.
Linear reasoning on a multiplicative model
Computing a percentage of the ORIGINAL amount and then adding or subtracting it repeatedly. A machine losing 18% a year from $18,000 does not lose $3,240 every year — it loses $3,240 in year one and less every year after, because each year's percentage comes off a base the previous year already reduced. The same error in the other direction turns "grows 10% a year" into "grows 30% over three years" when the true figure is 1.1³ = 1.331, a 33.1% rise.
Half-completed square
Completing the square correctly inside the parentheses and then failing to multiply the subtracted piece by a on the way out. For 3x² + 30x + 68, the correct conversion is 3(x + 5)² − 75 + 68 = 3(x + 5)² − 7; writing 3(x + 5)² + 68 − 25 = 3(x + 5)² + 43 forgets that the 25 was inside a bracket being multiplied by 3. Every wrong answer this produces is off by exactly (a − 1) times the correction, and it is the single most common arithmetic failure on this conversion.
The wrong coordinate answered
The algebra is finished and every line of it is correct, and the number reported is where the maximum happens when the question asked what the maximum is — or the height when it asked for the time, or the axis of symmetry when it asked for the vertex's y-value. This is the characteristic error at the top of the score range, and it is why a well-built item puts the x-coordinate, the y-coordinate, and often a zero into the same four choices. Before starting, underline the quantity the last line names.

The 800-level margin

At this point the three forms are automatic and the multiplier is second nature. Six things are still moving points: multiplicity and end behaviour on higher-degree polynomials, discriminant items where the unknown is a coefficient, rewriting an exponential over a different base or period, tangency between a line and a curve, quadratics with parameters instead of numbers, and a short list of execution errors that survive knowing every rule above.

MULTIPLICITY. In factored form, the exponent on a factor decides what the graph does at that zero. An ODD exponent means the graph CROSSES the axis there — exponent 1 crosses straight through, exponent 3 crosses with a visible flattening. An EVEN exponent means the graph TOUCHES the axis and turns back without changing sign. So −2(x − 4)²(x + 1)³ crosses at x = −1 and merely touches at x = 4. The default assumption that every zero is a crossing is what makes this item type work, and "which could be the graph" questions are usually decided by exactly one even-multiplicity factor.

DISCRIMINANT ITEMS WITH AN UNKNOWN. When a coefficient is a letter and the item states how many solutions there are, the discriminant becomes an equation or an inequality in that letter. "x² + kx + 9 = 0 has exactly one real solution" gives k² − 36 = 0, so k = ±6 and the item will ask for the positive one, the negative one, or their sum — read which. "No real solutions" gives k² − 36 < 0, so −6 < k < 6, an interval and not a value. Two answers are the norm here, and choosing the wrong one of two correct roots is a pure reading error.

TANGENCY is a discriminant item in disguise. A line and a parabola meet at exactly one point when substituting one into the other produces a quadratic with discriminant zero. For y = x² + 3 and y = mx: x² − mx + 3 = 0, so m² − 12 = 0 and m = ±2√3. Nothing about the geometry needs to be visualised — "exactly one intersection point" and "exactly one solution" are the same sentence.

REWRITING EXPONENTIALS. Two moves cover it. Change of base uses (b^m)^n = b^(mn): 9^x = 3^(2x), 8^(x/3) = 2^x, 4^(x+1) = 4·4^x. Change of period uses the same identity in reverse: 3,000(1.06)^t with t in years is identical to 3,000(1.06^(1/12))^(12t) with the exponent in months — the base and the exponent change TOGETHER, never one alone. This is also where the most-missed inference lives: a quantity that doubles every 7 years grows by 2^(1/7) ≈ 1.104 per year, about 10.4% annually, not 100/7 ≈ 14.3%. Compounding and division are not the same operation.

PARAMETERS INSTEAD OF NUMBERS. Two identities are worth carrying because they answer items without solving: for ax² + bx + c = 0, the sum of the solutions is −b/a and their product is c/a. "What is the sum of the solutions of 2x² − 14x + 9 = 0" is 14/2 = 7 in one line, and the roots themselves are irrational. Likewise, second differences of a quadratic sampled at unit-spaced inputs are constant and equal 2a, which turns a table into a leading coefficient without any algebra.

CONTEXTUAL DOMAIN, which the exam uses to punish an otherwise perfect solution. A projectile model has two zeros and only one of them is a time. A revenue model peaks and then predicts negative revenue. A population model that decays never reaches zero, so a question phrased "reaches zero" is either about a different model or wants the first time it falls BELOW a threshold. Read the situation back into the answer before selecting it: a negative length, a negative count, or a time before launch is a signal, not an answer.

EXECUTION ERRORS, which is where the remaining points actually live. Losing the a when distributing out of a completed square. Reporting h when the question asked for k. Answering with the time when the question asked for the height, or with the height when it asked for the time — both numbers are sitting in your working, and both are in the answer choices. Rounding an exponential intermediate: 0.88^4 carried as 0.60 instead of 0.5997 misses a student-produced response. Taking only the positive root when the question says "least possible value". And the format rule, which is College Board's own: student-produced responses reject mixed numbers, so two and a half is entered as 5/2 or 2.5 and never as 2 1/2, and a repeating decimal must fill the entire entry field — 2/3 entered as .66 is marked wrong, while .6666 or .6667 is accepted. The negative sign counts against the character budget.

Retrieval — with feedback on every choice

Question 1
Medium

The function V(t) = 18,000(0.82)^t models the value, in dollars, of a machine t years after it was purchased. Which of the following is the best interpretation of the model?

Reference — not a study method, a lookup
NONLINEAR FUNCTIONS — reference card
Three forms, one parabola. Pick the form that already shows what the question asks.
Standard ax² + bx + c -> y-intercept is c; opens up if a > 0; axis at x = -b/(2a).
Factored a(x - r)(x - s) -> zeros are r and s; axis at x = (r + s)/2, their midpoint.
Vertex a(x - h)² + k -> vertex (h, k); the max/min VALUE is k; axis at x = h.
Every sign inside a parenthesis is the opposite of the number it names: (x + 5) -> -5.
Fast vertex without completing the square: x = -b/(2a), then substitute back for k.
Completing the square: factor a out of the x-terms only, then distribute a back over BOTH pieces.
Discriminant b² - 4ac: > 0 two x-intercepts; = 0 exactly one (vertex on the axis); < 0 none.
"Exactly one solution", "no real solutions", "meets at one point" -> set up the discriminant.
Exponential a·b^x: a = output at x = 0; b = multiplier per one unit of x; b = 1 + r.
1.08 -> +8%. 0.82 -> -18%. 2 -> doubles. 0.5 -> halves. Never read b as the percentage.
Multiplier applies once per p units -> exponent is t/p. The exponent counts PERIODS.
Constant AMOUNT per step = linear. Constant PERCENT or factor per step = exponential.
Table test: constant first differences linear; constant second differences quadratic; constant ratios exponential.
Transformations: f(x)+k up; f(x-h) RIGHT h; -f(x) flips over the x-axis; inside runs backwards.
a·b^x + d has a horizontal asymptote at y = d; a positive exponential never reaches zero.
End behaviour = leading term only. Even degree ends match; odd degree ends oppose; sign of a sets the right end.
Zeros in factored form: even exponent touches and turns, odd exponent crosses.
Sum of the solutions of ax² + bx + c = 0 is -b/a; their product is c/a.
Before answering: is the question asking WHERE the extreme happens (an x) or WHAT it is (a y)?

Every item on this page is Meridian-original, written to match the Digital SAT's format and difficulty — it is not a real SAT question. The only source that matches the live test exactly is College Board's own Bluebook and Question Bank.

Question 1Medium

The function V(t) = 18,000(0.82)^t models the value, in dollars, of a machine t years after it was purchased. Which of the following is the best interpretation of the model?

  • AThe machine loses 82% of its value each year.

    0.82 is the multiplier, not the loss. Multiplying by 0.82 keeps 82% and therefore loses 18%. An 82% annual loss would be a base of 0.18, and would leave the machine worth about $19 after four years rather than about $8,100.

  • The machine loses 18% of its value each year.

    Correct. In a·b^t the base is what the value is multiplied by each period, and b = 1 + r gives 0.82 = 1 − 0.18. Check the first year: V(1) = 18,000(0.82) = 14,760, and 18,000 − 14,760 = 3,240, which is exactly 18% of 18,000. ✓

  • CThe machine loses $3,240 of its value each year.

    $3,240 is 18% of the ORIGINAL price, and it is the loss in year one only. In year two the 18% comes off $14,760, a loss of $2,656.80. A fixed dollar loss per year would make the model linear, V(t) = 18,000 − 3,240t, which reaches zero after about 5.6 years — while the actual model never reaches zero at all.

  • DAfter t years, the machine is worth 18% of its purchase price.

    This drops the exponent, and it also converts a per-year rate into a total. The machine is worth 82% of its purchase price after one year and 0.82^t of it after t years; there is no single fixed fraction that holds for every t.

Traps tested: Multiplier read as percent · Linear reasoning on multiplicative model · Exponent ignored

Question 2Hard

The function f is defined by f(x) = 3x² + 30x + 68. What is the minimum value of f(x)?

  • A68

    68 is f(0), the y-intercept — the output at input zero, not the smallest output the function produces. The graph passes through (0, 68) on its way down to the vertex, so 68 cannot be the minimum of an upward parabola whose vertex lies elsewhere.

  • B43

    This is the result of completing the square without carrying the 3 through: writing 3(x² + 10x + 25) + 68 − 25 treats the subtracted 25 as though it were outside the bracket, when it was added inside a bracket multiplied by 3 and must come out as −75. The correct line is 3(x + 5)² − 75 + 68.

  • −7

    Correct, and the fast route skips completing the square entirely: x = −b/(2a) = −30/6 = −5, then f(−5) = 3(25) + 30(−5) + 68 = 75 − 150 + 68 = −7. Vertex form confirms it — 3(x² + 10x) + 68 = 3((x + 5)² − 25) + 68 = 3(x + 5)² − 75 + 68 = 3(x + 5)² − 7, so the vertex is (−5, −7) and a > 0 makes −7 a minimum. ✓

  • D−5

    −5 is where the minimum occurs, not what it is. Every step of this work is correct up to the axis of symmetry and then stops one substitution early; the question asked for a value of f, which is an output, and −5 is an input.

Traps tested: Constant read as minimum · Uncorrected completing the square · Answered wrong coordinate

Question 3Hard

In the xy-plane, the graph of the quadratic function h intersects the x-axis at (−9, 0) and (3, 0) and passes through the point (1, −40). What is the y-coordinate of the vertex of the graph of h?

  • −72

    Correct. Two x-intercepts give factored form h(x) = a(x + 9)(x − 3); the third point fixes a: −40 = a(1 + 9)(1 − 3) = −20a, so a = 2. The vertex is halfway between the zeros, at x = (−9 + 3)/2 = −3, so h(−3) = 2(6)(−6) = −72. Check by expanding: h(x) = 2x² + 12x − 54, with −b/(2a) = −12/4 = −3 and h(−3) = 18 − 36 − 54 = −72. ✓

  • B−54

    −54 is h(0), the y-intercept, which is where the graph crosses the vertical axis rather than where it turns. The vertex of this parabola is at x = −3, not x = 0, and the two points are different — the y-intercept is above the vertex by 18.

  • C−36

    This assumes a = 1 and evaluates (−3 + 9)(−3 − 3) = −36, which uses the intercepts but throws away the third point. Infinitely many parabolas pass through (−9, 0) and (3, 0); the point (1, −40) is what selects one of them, and it forces a = 2. Confirm the assumption fails: with a = 1, h(1) would be −20, not −40.

  • D−3

    −3 is the x-coordinate of the vertex — the axis of symmetry, correctly found as the midpoint of the two intercepts. The question asked for the y-coordinate, which takes one more substitution.

Traps tested: Y intercept read as vertex · Leading coefficient assumed one · Answered wrong coordinate

Question 4Hard

A culture that begins with 5,000 cells triples in number every 8 hours. Which function gives the number of cells, n, present d days after the culture begins?

  • An(d) = 5,000(3)^(d/8)

    This treats d as though it counted hours. The exponent must count how many 8-hour periods have gone by, and one day contains three of them, not one-eighth of one. This model predicts about 5,740 cells after a full day, when three triplings have in fact taken the culture to 135,000.

  • Bn(d) = 5,000(3)^d

    This uses the right base with the period ignored, as though the culture tripled once per day. The stated period is 8 hours, so a day contains three triplings and the culture grows by a factor of 27 per day, not 3.

  • Cn(d) = 5,000(3)^(8d)

    This multiplies by the period's length instead of converting it, giving eight triplings per day. The conversion has a direction: one day is 24 hours and 24/8 = 3 periods, so the exponent is 3d. This model overstates the culture after one day by a factor of about 240.

  • n(d) = 5,000(3)^(3d)

    Correct. The multiplier is 3 and one period is 8 hours, so the exponent must count periods: d days is 24d hours, which is 24d/8 = 3d periods. Check d = 1 against the description directly — three triplings give 5,000 → 15,000 → 45,000 → 135,000, and 5,000(3)^3 = 135,000. ✓

Traps tested: Period exponent mismatch · Period ignored · Inverted period conversion

Question 5Hardest on the test

The polynomial function p is defined by p(x) = −2(x − 4)²(x + 1)³. Which statement about the graph of y = p(x) in the xy-plane is true?

  • AAs x increases without bound, p(x) decreases without bound, and the graph crosses the x-axis at both x = 4 and x = −1.

    The end behaviour is right and the multiplicity is not. The factor (x − 4) is squared, and an even exponent means the graph reaches the axis at x = 4 and turns back without changing sign. Treating every zero as a crossing is the default assumption this item is built to catch — p(x) is negative on both sides of x = 4, since (x − 4)² is positive there and −2(x + 1)³ is negative.

  • As x increases without bound, p(x) decreases without bound, and the graph touches but does not cross the x-axis at x = 4.

    Correct on both counts. End behaviour comes from the leading term alone: degree 2 + 3 = 5 and leading coefficient −2 give −2x⁵, an odd degree with a negative coefficient, so the right-hand end goes down. Multiplicity decides the zeros: exponent 2 at x = 4 is even, so the graph touches and turns; exponent 3 at x = −1 is odd, so it crosses there. Spot-check the sign: p(5) = −2(1)(216) = −432, and p(3) = −2(1)(64) = −128, both negative, confirming no sign change across x = 4. ✓

  • CAs x increases without bound, p(x) decreases without bound, and the graph touches but does not cross the x-axis at x = −1.

    This swaps which zero has the even exponent. The cubed factor is (x + 1), and an odd exponent means the graph passes through the axis at x = −1 — with a flattening, which is what makes it look like a touch on a small screen. The squared factor is the one at x = 4.

  • DAs x increases without bound, p(x) increases without bound, and the graph touches but does not cross the x-axis at x = 4.

    The multiplicity reading is right and the end behaviour is not: this reads degree 5 with a positive leading coefficient, which is what you get by counting the exponents and overlooking the −2 in front. The leading coefficient is the product of everything multiplying the highest power, and the −2 is part of it.

Traps tested: Multiplicity ignored · Multiplicity parity swapped · Negative leading coefficient ignored

Question 6Hardest on the test

The function f is defined by f(x) = x² − 6x + 5, and the function g is defined by g(x) = f(x − 2) + 7. In the xy-plane, the graph of y = g(x) has its minimum at the point (a, b). What is the value of a + b?

  • 8

    Correct. f has its vertex at x = −b/(2a) = 3, with f(3) = 9 − 18 + 5 = −4, so f's vertex is (3, −4). The inside change x − 2 shifts the graph RIGHT 2 and the outside + 7 shifts it UP 7, putting g's vertex at (5, 3), so a + b = 8. Verify by expanding: g(x) = (x − 2)² − 6(x − 2) + 5 + 7 = x² − 10x + 28, whose vertex is at x = 10/2 = 5 with g(5) = 25 − 50 + 28 = 3. ✓

  • B4

    This shifts the graph left instead of right, giving the vertex (1, 3). Changes inside the function act on inputs and run backwards: to get the output f used to produce at 3, g must now be fed 5, so the picture slides right. A minus sign inside moves the graph in the positive direction.

  • C1

    This applies the horizontal shift and drops the vertical one, giving (5, −4). The + 7 sits outside the function, so it acts on every output, including the minimum: the lowest point rises from −4 to 3 while its x-coordinate is untouched.

  • D17

    This reads f's minimum as its constant term, 5, giving a vertex of (3, 5) and a shifted vertex of (5, 12). But 5 is f(0), the y-intercept; the minimum is f(3) = −4. A constant term is the output at input zero, and the vertex of this parabola is three units to the right of that.

Traps tested: Shift direction reversed · Outside shift dropped · Constant read as minimum

Meridian · progress saved in this browser

Up next

Advanced Math — module quiz

Interleaved across all three skills.

1 min