TPTestPrepİSTANBUL

How to read a GMAT Focus function or sequence stem in 60 seconds without losing the domain

TP
TestPrep Istanbul
June 19, 202617 min read

Functions and sequences sit quietly in the GMAT Focus Quantitative section, but they punch well above their weight. A typical 31-question form draws roughly nine to twelve of those prompts from a band of topics that includes algebraic functions, defined operators, recursive patterns, and standard sequences. They are also the place where careless candidates leak the most points, because the stem looks familiar, the numbers look harmless, and the domain restriction hides in a half-line of prose. A solid preparation strategy for this material is not built on memorising fifty formula variants; it is built on reading the stem for what it is, identifying the family of pattern the writer has planted, and applying a tight method for moving from input to answer.

The GMAT Focus section is computer-adaptive, with a scored band of 60 to 90 and 31 questions in 45 minutes. That works out to a little under 90 seconds per question on average, with the harder second module demanding closer to two minutes for the heaviest stems. Functions and sequences split naturally into two pacing tiers. Recursive-sequence and piecewise-function questions usually live in the high-difficulty band of the second module, while linear and quadratic functions tend to be early-module or mid-module items. Treating them as a single "algebra" block is one of the most common errors in candidate prep. This article gives you a triage plan, a stem-reading checklist, and worked patterns for the four function families and three sequence shapes that appear most often on the test.

Why functions and sequences deserve a separate study block

Most candidates register "functions" as a single topic, then spend two evenings on the standard f(x) patterns and assume the topic is closed. The GMAT Focus does not reward that framing. The test treats functions as a family of input-output relationships, where the operation may be arithmetic, symbolic, or defined by an unusual operator such as a star or hash symbol. Sequences, similarly, are not just "arithmetic and geometric" in the school-textbook sense; they include recursive definitions, alternating signs, polynomial-indexed terms, and pattern-completion prompts where the rule is buried in the first three terms and the question asks for the seventh or tenth.

Treating these as a single study block is efficient for two reasons. First, both share a common skill: pattern recognition under time pressure. The cognitive move from "I see an input, I apply a rule, I get an output" is the same whether the rule is f(x) = 3x + 5 or a(n) = a(n-1) + 4. Second, both reward a particular reading habit: identify the rule, identify the input, identify the constraint, then compute. The constraint is the part most candidates skip. A function question without a domain constraint is a gift; a function question with one, such as x being a positive integer or f being defined only over real numbers, is a trap for anyone who treats f(x) as a universal machine.

A practical recommendation: budget six to eight hours across one week for the combined topic, then revisit it for one hour a week in maintenance mode. That schedule leaves room for roughly two hours of error log review, two hours of timed drills at the 12-question level, two hours of worked-pattern review, and two hours of mixed-topic practice where functions and sequences are interleaved with rate, work, and value-of-expression items. The maintenance hour is what protects the gain. In my experience, this is the topic where students score strongly on a Friday and lose the pattern by the following Wednesday if they stop touching it.

The four function families the GMAT Focus actually tests

Function prompts on the GMAT Focus fall into four recognisable families. Naming them makes triage fast, because each family has its own tell and its own solution method.

Linear and quadratic symbolic functions

The first family is the symbolic polynomial function: f(x) = 3x + 5, g(t) = t² − 4t + 7, h(u) = 2u² + 3u. These are the easiest to set up and the easiest to over-spend time on. The trap is composition: the stem asks for f(g(2)) or f(f(1)), and the candidate computes g(2) correctly, then forgets to feed that result back into f. Always work the innermost function first, and write the intermediate result above the next substitution. The other trap is the negative sign: f(−3) on a quadratic sometimes yields a positive answer, and the candidate second-guesses it. Trust the arithmetic, mark the answer, and move.

Defined-operator functions

The second family is the defined-operator function: a ∗ b = 2a + 3b, x # y = x² − y, p ⊙ q = p/q + 1. The stem defines a new symbol, then asks for an expression. The skill here is substituting, not solving. Replace every instance of the symbol with the given operation, simplify, and check whether the result needs a domain restriction. Many of these prompts are testing nothing more than careful substitution. The mistake to avoid is treating the operator as familiar arithmetic; it is not multiplication or exponentiation, it is whatever the stem says it is.

Piecewise functions

The third family is the piecewise function: f(x) = x + 1 for x ≤ 2, f(x) = 2x for x > 2. The stem usually gives a value, asks for f(f(value)) or for a particular output, and the trap is the boundary. Decide which branch the input belongs to, compute on that branch, and only then re-evaluate. If the result crosses the boundary, switch branches for the second step. The 60-second reading window is decisive here. If you spend 90 seconds deciding which branch to use, you are already behind on a Quant section that punishes seconds, not minutes.

Recursive and inverse functions

The fourth family is the recursive or inverse function: f(f(x)) = 9x + 4, find f(7); or f⁻¹(13) = 5, find f(5). Recursive prompts test whether you can build a system from a single identity. The standard move is to assume f is linear, write f(x) = ax + b, apply f twice, match coefficients, and solve. Inverse prompts test whether you can swap input and output. The trap is treating inverse as a one-to-one graph operation; on the GMAT Focus, the question is almost always algebraic substitution.

The three sequence shapes that decide roughly a third of your score

Sequence questions on the GMAT Focus lean on three shapes. Recognise the shape in the first fifteen seconds of reading and the rest of the question is mechanical.

Arithmetic and geometric sequences

The first shape is the explicit arithmetic or geometric sequence. The stem gives a first term, a common difference, and a number of terms; you compute the nth term using a(n) = a₁ + (n − 1)d for arithmetic, or a(n) = a₁ · r^(n−1) for geometric. The trap is the variable substitution. A stem that says "the kth term is 50" is asking you to set a(k) = 50 and solve for k, not to plug k into the formula and compute a value. Read for the unknown, not for the output.

Recursive and pattern-completion sequences

The second shape is the recursive sequence, often written as a(n) = 2a(n − 1) + 3, with a(1) given. The skill is iteration, not formula memorisation. Compute a(2), a(3), a(4), and stop as soon as the question is answered. Candidates who try to derive a closed form for a linear recursion waste a minute; candidates who iterate waste fifteen seconds. The third shape, the pattern-completion sequence, gives three or four terms and asks for the next. The move is to test difference-of-differences, then ratio-of-ratios, then alternating sign. If all three fail, look for a polynomial pattern: the nth term may be n² + 1, in which case the sequence is 2, 5, 10, 17, 26.

Sequence-of-a-sequence and indexed sums

The third shape, sometimes hidden inside a function stem, is the sequence-of-a-sequence. The stem defines a(n) = f(n) where f is a function, and asks for a(5) + a(6) or for the sum of the first ten terms. The skill is keeping the index and the input separate. Compute each term individually, sum the list, and only then look at the choices. The trap is summing symbolically: writing Σf(n) and trying to integrate or apply a sum formula on a non-standard f. Just iterate.

Reading the stem in 60 seconds: a checklist for functions and sequences

The 31-question, 45-minute format means a 60-second ceiling on reading before you must be moving toward an answer. Here is the checklist I would hand a private candidate on day one of the topic.

  • Identify the rule: is it a symbolic function, a defined operator, a piecewise function, or a recursive definition? Name it in your head.
  • Identify the input: what is the stem asking you to feed into the rule? Is it a number, another function's output, or a variable to be solved for?
  • Identify the constraint: domain restriction, integer-only, positive-only, real-only. If there is no constraint, the question is testing computation; if there is one, it is testing computation and filtering.
  • Identify the question: compute a value, solve for an input, find a count, find a sum. The question verb decides the method.
  • Identify the trap: boundary on a piecewise function, sign on a quadratic, iteration on a recursion, swap on an inverse. Name the trap before you compute.

Run this checklist once per stem, silently, in the time it takes to read the first sentence. By the time you finish the second sentence, you should be writing intermediate values. The candidates who score 83+ on the Quant section are not faster at arithmetic; they are faster at deciding what the question is asking.

Common pitfalls and how to avoid them

Across roughly a hundred function and sequence items reviewed in scored conditions, six pitfalls account for the majority of incorrect responses. Each has a specific prevention move.

Pitfall 1: feeding a composite input in the wrong order. On f(g(3)), the candidate computes g(3), then accidentally substitutes 3 into f a second time. Prevention: write the inner result above the line, draw a small arrow pointing into the outer function, and read the arrow before computing.

Pitfall 2: ignoring the domain restriction. A stem says f(x) = 1/(x − 2) and asks for f(2). The candidate computes 1/0, picks "undefined," and misses the trap that the stem defines f only over integers, in which case f(2) is not in the domain and the answer is "not defined" only if the choices include it. Prevention: read the domain line twice, then read the input once.

Pitfall 3: trusting the first three terms of a pattern. A sequence is 2, 6, 12, 20, and the candidate spots the difference pattern 4, 6, 8 and projects the next difference as 10, giving 30. The seventh term is actually 42, because the sequence is n² + n, and the candidate's difference pattern was a coincidence of the first three. Prevention: always check a fourth term against the proposed rule before committing.

Pitfall 4: misreading the defined operator. A stem defines a ∗ b = a² + b, the candidate reads it as a²b, plugs in 3 ∗ 2, and gets 18 instead of 11. Prevention: rewrite the operator in plain arithmetic before plugging any number in, and circle the operation in the stem.

Pitfall 5: over-solving the recursion. The stem gives a(n) = 3a(n − 1) − 2, a(1) = 4, and asks for a(5). The candidate tries to derive a closed form, gets stuck on the constant term, and burns 90 seconds. Prevention: iterate. a(2) = 10, a(3) = 28, a(4) = 82, a(5) = 244. Done in 25 seconds.

Pitfall 6: sign errors on alternating sequences. A stem says a(n) = (−1)^n · n, the candidate computes a(3) = 3 instead of −3. Prevention: write the sign in a separate column, then write the magnitude in the next column. Two columns, two values, no cross-contamination.

A pacing budget for functions and sequences inside the 45-minute section

The 45-minute section does not allocate its 31 questions evenly. In practice, a high-scoring candidate spends closer to 60 seconds on early-module functions, 75 to 90 seconds on mid-module sequence-completion items, and up to 120 seconds on recursive or piecewise items in the second module. The remaining items, drawn from rate, work, value-of-expression, and data-sufficiency-style logic, take 60 to 90 seconds each.

Item typeTypical reading timeTypical compute timeTarget total
Symbolic linear or quadratic function20 s30 s50–60 s
Defined-operator function25 s35 s60 s
Piecewise function (single layer)30 s40 s70 s
Recursive or inverse function35 s55 s90 s
Arithmetic or geometric sequence (explicit)25 s30 s55–65 s
Recursive or pattern-completion sequence30 s50 s80 s
Sequence-of-a-function sum (n ≤ 10)30 s60 s90–100 s

The sum of these targets across roughly ten function and sequence items in a typical form lands between ten and fourteen minutes, leaving thirty-one to thirty-five minutes for the remaining twenty-one items. That is the right ratio. If your timed practice shows you spending more than sixteen minutes on these two topics, the leak is in the reading window, not the computation. The fix is more stems at 30-second reading ceilings, not more arithmetic drills.

How to fold this material into a 12-week preparation plan

Functions and sequences are usually scheduled into weeks three through five of a 12-week GMAT Focus plan, after the arithmetic foundation is in place and before the heavy rate-and-work block. A defensible week-by-week sequence looks like this.

Week 3: symbolic and defined-operator functions, with two hours of pattern review and one hour of timed 10-item sets. Week 4: piecewise and inverse functions, with one hour of composition drills and one hour of mixed-topic 12-item sets. Week 5: arithmetic, geometric, and recursive sequences, with one hour of iteration practice and one hour of pattern-completion drills. The maintenance hour reappears in weeks 6, 8, 10, and 12, each one focused on the previous week's error log.

The error log is the engine of the plan. After every practice set, log the question ID, the family, the trap, and the prevention move. By week 6, the log should show that you have hit each of the four function families and each of the three sequence shapes at least once, with a clean identification of the trap each time. By week 10, the log should show that the same trap no longer fires. That is when the topic is closed. In my experience, candidates who keep the log close the topic in week 7; candidates who do not keep the log are still making the same sign error in week 11.

Reading the answer choices to confirm the family

The choices in a function or sequence question carry information. A linear-function stem almost always has choices in a single line, often integers, that differ by a small constant. A quadratic stem has choices that differ by a larger constant, often a multiple of the leading coefficient. A sequence-completion stem has choices that include two plausible projections of the wrong pattern; the correct choice is the one that matches the fourth term, not the third.

Two tactical moves follow from this. First, if two choices differ by a factor of two and the stem is geometric, the ratio between terms in the stem is your sanity check: compute the ratio, then see which choice preserves it. Second, if the choices include a fraction and the stem is recursive, the answer is almost always an integer, and the fraction is a distractor planted for candidates who forget to iterate. Read the choices once after computing; if the integer is not there, you have misread the rule.

For piecewise stems, the choices often come in pairs: one for each branch. Compute the branch membership first, eliminate the wrong pair, and you are choosing between two. That is a 50/50 with a method behind it, which is a much stronger position than a 25% guess.

What to do when the stem does not match any family

Every so often, a function or sequence stem lands that does not fit the four-and-three framework. The stem may define a function over a custom set, give a sequence indexed by a non-integer, or hide the rule inside a word problem. The right move is to slow the reading window to 90 seconds, paraphrase the rule in plain English, and try the simplest computation: substitute, iterate, or both. If the answer does not appear, the rule is probably a polynomial or a sum, and the iteration will reveal it within four steps.

If iteration does not reveal it within four steps, the rule is probably defined in a way the test is hiding. Re-read the stem for a definition line you may have skipped. Re-read the choices for a structure that hints at the form. If still stuck, mark and move; the adaptive test will give you a different stem, and the time you save by skipping is worth more than the half-point you might recover by guessing. A defensible skip rule: if you have spent 110 seconds and have no intermediate result, mark a letter and move.

Closing the loop: from topic study to scored practice

Functions and sequences are a high-leverage topic for any candidate sitting the GMAT Focus Quantitative section. The material itself is not difficult; the difficulty is in the reading window, the domain trap, and the iteration discipline. A focused week of pattern review, a maintenance hour each week thereafter, and a disciplined error log will close roughly nine to twelve questions per test, with a hit rate above 80 percent by week eight. The skills transfer directly into the rate, work, and value-of-expression topics, where the same input-output discipline applies. The candidate who has internalised the function checklist will read a rate stem faster, identify the constraint faster, and move to the next question faster.

For candidates building a tighter preparation plan around this topic, the next step is a one-hour diagnostic that isolates the four function families and three sequence shapes, followed by a 30-item timed set drawn from the same families. TestPrep İstanbul's diagnostic assessment is a natural starting point for candidates building a sharper preparation plan around GMAT Focus functions and sequences.

Frequently asked questions

How many function and sequence questions appear on the GMAT Focus Quantitative section?
Across a typical 31-question form, roughly nine to twelve prompts draw on the combined function and sequence band, with the harder recursive and piecewise items concentrated in the second module of the computer-adaptive section.
What is the fastest way to identify a piecewise function trap on the GMAT Focus?
Read the boundary line twice, decide which branch the input belongs to, compute on that branch, and only then re-evaluate if the result crosses the boundary for a second composition. Most piecewise errors come from skipping the second branch check.
Should I derive a closed form for a recursive sequence on the GMAT Focus?
Usually no. Iteration is faster and more accurate for sequences with n at or below ten. Derivation is only worth the time when n is large or the stem asks for a sum across many terms.
How do I tell arithmetic and geometric sequence stems apart under time pressure?
Check the ratio between the first three terms. A constant ratio signals geometric; a constant difference signals arithmetic. If both fail, the pattern is probably polynomial or recursive, and the iteration will reveal it within four steps.
What is the best pacing budget for function and sequence items in the 45-minute section?
Target 50 to 60 seconds for symbolic functions, 60 to 70 seconds for defined-operator and single-layer piecewise items, and 80 to 100 seconds for recursive, inverse, and sequence-of-a-function sums. Across roughly ten items, this leaves 31 to 35 minutes for the remaining 21 questions.
Quick Reply
Free Consultation