The GMAT Focus Quant section is small, adaptive, and unforgiving: 21 questions in 45 minutes, scored on a band from 60 to 90, with every missed item dragging you closer to the 655 ceiling that admissions committees quietly sort by. Two question families quietly eat more of that score than candidates realise. Functions and sequences sit in a strange middle ground between Number Properties and algebra; they look familiar, they read quickly, and they reward a very specific kind of patience. Most candidates lose points not because the maths is hard, but because they treat an unfamiliar notation or a recursive pattern as a reason to abandon structure and start guessing. This article walks through the exact way to triage a functions or sequences stem on the GMAT Focus: which notation to translate first, when a substitution table beats algebra, how to recognise the three sequence families the test recycles, and where the scoring band actually breaks for unprepared candidates.
Why functions and sequences deserve a separate block in your GMAT Focus prep
Most study plans bury functions and sequences inside a generic 'algebra' bucket, which is one reason so many candidates walk into test day thinking they have nothing new to learn. The GMAT Focus does not share that view. The exam writers know that functions and sequences test a different cognitive load from standard equation solving: instead of moving symbols around until something cancels, you have to interpret a definition, then execute a procedure the definition implies. That distinction matters because the test is adaptive. As you climb into the harder modules, the questions that survive selection are exactly the ones that probe whether you can follow a definition through two or three applications without losing the thread.
A practical consequence: candidates targeting the 705+ band on the GMAT Focus lose disproportionate points on stems that other strong candidates also miss. A 90th-percentile scorer might go 18 out of 21 with one careless miss, but a 75th-percentile scorer trying to break through will often drop 3 to 4 points on items that are not, mathematically, any harder. The clustering is in the topic, not the difficulty. If your goal is to climb from the 655 band to the 685 or 705 band, you do not need a new textbook. You need a tighter grip on roughly 30 to 40 stem templates that the GMAT Focus recycles, with functions and sequences making up a meaningful slice of that pool.
A second reason to isolate the topic: scoring. The GMAT Focus Quant section reports a 60–90 score band, and each band corresponds to a percentile range admissions committees actually read. A move from 81 to 83 is the difference between a 'competitive' applicant and a 'strong' applicant at many programmes. A single functions or sequences item at the end of a hard module, where the test is measuring whether you truly belong in the next band, can be the item that decides it. Treating the topic as a side note is therefore expensive.
What the test is actually testing
Functions items measure three skills in combination. First, your ability to parse notation: f(g(x)), f(x + 1) − f(x), f(f(x)). Second, your willingness to substitute concrete numbers when the definition is opaque. Third, your discipline in handling domain restrictions and integer-only contexts that quietly change the answer. Sequences items measure similar skills with a different surface: pattern recognition in the first three or four terms, translation of a recursive rule into a closed form, and the ability to compute the nth term quickly under timed pressure. Both families reward a calm, procedural approach over the more dramatic algebra candidates sometimes attempt.
Reading a functions stem in the first 15 seconds
The single biggest mistake I see on functions items is that candidates read the definition once, panic at the notation, and start rewriting the expression on their scratch pad before they understand what is being asked. The GMAT Focus rewards the opposite sequence. Read the stem twice. Identify the rule. Identify the input. Identify the output the question is requesting. Only then reach for a method.
Consider a typical stem of the form: 'For the function f defined by f(x) = 2x² − 3x + 1, what is the value of f(f(2))?' A nervous candidate will try to expand 2x² − 3x + 1, then substitute, then expand again. That works, but it burns 60 to 90 seconds on a 2-minute item and leaves no margin for the rest of the module. The clean approach is to compute the inner value first. f(2) = 8 − 6 + 1 = 3. Then f(3) = 18 − 9 + 1 = 10. The whole problem takes about 30 seconds and one line of scratch work. Candidates who do not train the inner-first habit waste time on items the test considers easy.
The notation f(g(x)) is where the GMAT Focus earns its keep. A stem might give you f(x) = x + 1 and g(x) = 2x, then ask for f(g(3)) or, more painfully, for the value of x such that f(g(x)) = g(f(x)). The first form is mechanical. The second is a concept question. It is testing whether you understand that most functions do not commute, and the way to expose that is to set the two compositions equal, substitute, and watch the equation collapse. f(g(x)) = 2x + 1. g(f(x)) = 2(x + 1) = 2x + 2. Setting them equal gives 2x + 1 = 2x + 2, which has no solution — meaning the two compositions are never equal. That is a Q86-style item disguised as a computation.
Three notation traps to memorise before test day
The first trap is the difference between f(x + 1) and f(x) + 1. Candidates substitute, expand, and silently treat these as identical, then wonder why their answer is not in the choices. The second is the absolute-value and sign behaviour inside piecewise functions. A stem might define f(x) = x² for x ≥ 0 and f(x) = −x for x < 0, then ask for f(f(−2)). The first application gives 2. The second application gives 4. Candidates who forget to re-apply the rule under the new sign get a wrong answer that looks mathematically defensible. The third trap is the difference between f(f(x)) and f(x²). The test uses both. They are not the same. Train your eye to read the parentheses, not the symbols around them.
The four sequence families the GMAT Focus recycles
Sequences on the GMAT Focus are not random. They cluster into four recognisable families, and once you can name the family in the first 10 seconds of reading, the rest of the problem becomes procedural. A candidate who walks into the section without these families in mind will spend 2 minutes recognising a pattern. A candidate who has practised them will spend 20 seconds confirming the pattern and 40 seconds executing the rest of the problem.
The first family is the arithmetic sequence. Each term increases by a constant difference. The nth term is a₁ + (n − 1)d. Sum of the first n terms is n/2 × (a₁ + aₙ). Stems usually give you three terms, ask for the tenth or the sum of the first ten. The trap is forgetting to convert 'first n terms' into the correct index. If the third term is 11 and the seventh term is 23, the common difference is (23 − 11) / (7 − 3) = 3, and a₁ = 11 − 2(3) = 5. From there every question is arithmetic.
The second family is the geometric sequence. Each term is multiplied by a constant ratio. The nth term is a₁ × r^(n−1). Stems often give two non-adjacent terms and ask for the missing middle terms or the sum. The trap is sign handling: a negative ratio alternates signs, and candidates forget that the fourth term of a sequence starting at 3 with ratio −2 is 3 × (−2)³ = −24, not 24. The third family is the recursive sequence, where each term is defined in terms of previous ones (aₙ = aₙ₋₁ + aₙ₋₂ being the Fibonacci archetype). The trap is time: you cannot solve these algebraically without a closed form, so you must compute term by term. Most recursive stems ask for the seventh or eighth term, which is roughly 7 to 8 substitutions — fast if you set up a column on your scratch pad, painful if you do not.
The fourth family is the pattern-recognition sequence. The terms look arbitrary: 2, 6, 12, 20, 30, … and you are asked for the next term or the nth term formula. These are tested for your ability to spot differences: 4, 6, 8, 10, … the second difference is constant, so the sequence is quadratic. The nth term is n² + n. Stems will then ask for the sum of the first n terms, which is n(n + 1)(n + 2) / 3 — a known formula worth memorising. Pattern-recognition items look hostile, but they have a clean procedure: compute first differences, then second differences, then look for the polynomial degree.
Common pitfalls and how to avoid them
The most common pitfall on arithmetic and geometric sequences is index confusion. The test will give you the seventh term and the twelfth term, then ask for the sum of the first twenty terms, and candidates compute as if the seventh term is a₇ when in fact the difference between the seventh and twelfth terms is 5d, not 6d. The fix is mechanical: write down which index each given value refers to, then solve. The second pitfall is over-simplification of recursive stems. Candidates try to derive a closed form when only the eighth term is requested. The fix is discipline: if the question asks for a specific term and the recursion is simple, just compute. The third pitfall is sign error on geometric sequences with negative ratios, mentioned above. The fix is a one-second check: 'Is this term's sign consistent with the parity of the index?'
Substitution tables: the underused trick for hard stems
When a functions or sequences stem resists a clean algebraic path, the substitution table is almost always faster. A substitution table is a small grid where you list the input values you care about, then compute the function or sequence once for each input. It is unglamorous, it is the strategy that tutors reach for when the algebra starts to multiply, and it is the strategy the test writers assume the strongest candidates will use without being told.
Take a stem of the form: 'For the function f defined by f(x) = (x + 1) / (x − 1), what is the value of f(f(f(2))))?' Trying to expand this algebraically is a disaster. The denominator becomes messy, the cancellations are not obvious, and the candidate burns 2 minutes for what should be a 60-second item. The substitution approach: f(2) = 3/1 = 3. f(3) = 4/2 = 2. f(2) again = 3. The answer is 3. Three lines of scratch work, no algebra, no panic.