Number Series for Agniveer Vayu — Pattern Recognition and Series Completion

intermediate 18 min read

Concept

A number series is a sequence where each term follows a consistent mathematical rule — a rule you have to reverse-engineer from the given terms, then apply to find the missing one. The examiner is testing whether you can spot hidden patterns under time pressure, not whether you can calculate fast.

Think of it like a detective problem. The terms are clues, and the pattern is the culprit. Your job is to identify the culprit before the clock runs out.

Here is why number series matters for Agniveer Vayu specifically: it appears in the Reasoning section regularly, and each question takes under 90 seconds if you approach it systematically — or 4-5 minutes if you don't. The difference between a selection and a rejection often lives in those wasted minutes.

The analogy that works well: imagine a staircase where each step changes height by a predictable amount. If you know the rule governing step-height, you can predict where the next step will land, even if you can't see it. Number series works exactly the same way. Some staircases climb by a constant step (arithmetic). Some double in height each time (geometric). Some have steps that themselves follow a second staircase (second-order differences). Your first 20 seconds in any series question should be spent identifying which type of staircase you're standing on.

The series types that appear most in Agniveer Vayu papers:

Once you label the type, the solution becomes mechanical. The skill to build is fast labeling, not fast calculation.


Deep Dive

Step 1 — Compute First Differences Immediately

Before anything else, subtract consecutive terms. Write those differences above the series. This one habit eliminates 60% of guesswork.

Given: 45, 54, 65, 78, 93, ? First differences: 9, 11, 13, 15, ...

The differences themselves form an arithmetic sequence increasing by 2. Next difference = 17. Answer = 93 + 17 = 110.

If first differences are constant, you have an arithmetic series — done. If first differences are not constant, move to Step 2.

Step 2 — Check Second Differences

If first differences are 1, 4, 9, 16, 25 — those are perfect squares. Second differences would be 3, 5, 7, 9 — an arithmetic progression. This is a hallmark of polynomial series.

Given: 1, 2, 6, 15, 31, 56, ? First differences: 1, 4, 9, 16, 25 — perfect squares (1², 2², 3², 4², 5²). Next = 6² = 36. Answer = 56 + 36 = 92.

When first differences are consecutive perfect squares (or cubes), recognize it immediately and stop computing second differences — you already know the next difference.

Step 3 — Check for Ratio / Division Patterns

When the numbers are decreasing rapidly, or when you see large numbers followed by small ones, check division.

Given: 600, 120, 30, 10, 5, ? Ratios: 600 ÷ 120 = 5, 120 ÷ 30 = 4, 30 ÷ 10 = 3, 10 ÷ 5 = 2, so next divisor = 1. Answer = 5 ÷ 1 = 5.

The divisors form a decreasing sequence: 5, 4, 3, 2, 1. This is a changing-ratio series, not a fixed geometric series. Don't assume ratio is constant before checking.

Step 4 — Look for n² ± k or n³ ± k Structures

If nothing works from Steps 1-3, try fitting the terms to a square/cube formula.

Given: 0, 3, 8, 15, ? Try n² - 1: 1² - 1 = 0, 2² - 1 = 3, 3² - 1 = 8, 4² - 1 = 15, 5² - 1 = 24. Answer = 24.

The recognition key: if you see a series starting near 0 and growing moderately fast (not doubling every step), test n² - 1 or n² + n immediately. It fits more often than you'd expect.

Step 5 — Alternating Series

Some series alternate operations: even-positioned jumps go one direction, odd-positioned jumps go another — often with the magnitude itself changing.

Given: 423, 407, 439, 391, 455, ? Differences: -16, +32, -48, +64, -80 Pattern: alternating sign, each time the magnitude increases by 16 (16, 32, 48, 64, 80...). Next: 455 - 80 = 375.

Look — when a series oscillates (goes down, then up, then down), always write the signed differences. The oscillation pattern becomes obvious.

Failure Modes and Recovery

If after 45 seconds you haven't found the pattern:

  1. Try treating even and odd terms as two separate series interleaved.
  2. Try n³ ± k.
  3. Use answer options to back-verify (plug the option in and see if the difference/ratio rule holds for the full series).

Elimination is a legitimate tool here, but only after you've spent at least one genuine attempt at pattern-spotting. Jumping straight to elimination without testing your options against the series can lead to errors when two options seem plausible.


Memory Tricks & Shortcuts

patternD1-D2-Ratio Triage

Always triage in this order: (1) compute first differences D1, (2) if D1 isn't constant, check D2 (differences of D1), (3) if numbers decrease sharply, check ratios instead. This 3-step check resolves over 80% of Agniveer Vayu series questions. Standard approach without triage: 60-90 seconds of wandering. With triage: pattern identified in under 20 seconds, answer written in under 40 seconds total. Example: for 1, 2, 6, 15, 31, 56, D1 = 1, 4, 9, 16, 25 — immediately recognized as squares, question solved in 2 lines.

patternThe Square-Minus-One Fingerprint

When a series reads 0, 3, 8, 15, 24... or starts near zero and grows by progressively larger odd numbers (3, 5, 7, 9...), the formula is n² - 1. You don't need to compute differences at all — just recognize the fingerprint. Step count comparison: computing differences and then second differences = 6 steps. Recognizing n² - 1 fingerprint = 1 step, verify with 5² - 1 = 24 in your head.

patternAlternating Sign? Write Signed Differences

Whenever a series oscillates (term goes down, then up, then down), immediately write the differences with their signs. You'll see the pattern in the magnitudes and signs simultaneously. For 423, 407, 439, 391, 455: differences are -16, +32, -48, +64, -80. Magnitudes are multiples of 16 in increasing order; sign alternates. Total time: 30 seconds. Without this habit, you risk treating this as two separate series and spending 90 seconds on a dead end.

patternShrinking Divisor Check

When a series drops from a large number to a small one rapidly (600, 120, 30, 10, 5), don't compute differences — compute ratios immediately. Then check if the ratios themselves form a simple sequence (5, 4, 3, 2, 1 here). Difference approach on this series would give -480, -90, -20, -5 — no obvious pattern. Ratio approach gives ÷5, ÷4, ÷3, ÷2, ÷1 — pattern found in 4 divisions. Time saved: roughly 30 seconds.

eliminationBack-Verify with Options

When two options are close in value (e.g., 110 vs. 112), do not guess — instead, take your computed answer and verify: does the full difference sequence remain consistent? For 45, 54, 65, 78, 93, 110: differences are 9, 11, 13, 15, 17. All differ by 2. Confirmed. For 112: difference from 93 would be 19 — breaks the +2 rule. Elimination here takes 10 seconds and saves a wrong mark. This is especially useful when you're 80% confident but not certain.


Fast-Solving Framework

In the exam hall, run this decision tree for every number series question:

First 15 seconds — Observe: Is the series increasing, decreasing, or oscillating?

Next 15 seconds — D1 Check: Compute first differences.

Next 15 seconds — Formula Check (if above fails): Does the series fit n² - 1, n² + n, or n³ - n? Test with n = 1, 2, 3.

Last 15 seconds — Back-verify: Plug your answer back in and confirm the pattern holds for all given terms, not just the last step.

Total: 60 seconds per question. Move on.


Solved PYQs

Why this question: Tests whether you recognize a decreasing-ratio series with a changing divisor rather than a fixed geometric ratio.

Previous Year Questionपिछले वर्ष का प्रश्न2023
Select the number that can replace the question mark (?) in the following series. 600, 120, 30, 10, 5, ?
  1. 5
  2. 3
  3. 2
  4. 4
Solutionसमाधान
The series divides by 5, 4, 3, 2 alternately: 600÷5=120, 120÷4=30, 30÷3=10, 10÷2=5, 5÷1=5. So the next term is 5.

Solving path: The large drop from 600 to 120 signals ratio, not difference. Compute: 600÷120=5, 120÷30=4, 30÷10=3, 10÷5=2. Divisors descend: 5, 4, 3, 2, so next divisor = 1. 5÷1 = 5. The trap is picking option (2) or (3) thinking the series must "end" near 2 or 3 — but the divisor sequence runs all the way to 1 before stopping.


Why this question: Tests second-order arithmetic difference detection — the most common pattern type at this difficulty level.

Previous Year Questionपिछले वर्ष का प्रश्न2023
Find the next number of the series. 45, 54, 65, 78, 93, ?
  1. 112
  2. 113
  3. 111
  4. 110
Solutionसमाधान
Differences between consecutive terms are 9, 11, 13, 15, 17 (increasing by 2 each time). Adding 17 to 93 gives 110.

Solving path: D1 = 9, 11, 13, 15 — increases by 2 each time, so D2 = 2 (constant). Next D1 = 17. Answer = 93 + 17 = 110. The distractor 112 corresponds to wrongly continuing the differences as +19 instead of +17, a common arithmetic slip. Write the differences explicitly — don't do this in your head.


Why this question: Tests recognition of the n² - 1 formula pattern — a high-frequency Agniveer Vayu structure.

Previous Year Questionपिछले वर्ष का प्रश्न2023
Find the next number of the series. 0, 3, 8, 15, ?
  1. 25
  2. 23
  3. 22
  4. 24
Solutionसमाधान
The pattern is n²-1: 1²-1=0, 2²-1=3, 3²-1=8, 4²-1=15, so 5²-1=24.

Solving path: D1 = 3, 5, 7 — an arithmetic sequence of odd numbers, which is the fingerprint of a square-based formula. 0 = 1²-1, 3 = 2²-1, 8 = 3²-1, 15 = 4²-1. Next term: 5²-1 = 24. Option 25 is the trap (5² = 25 without subtracting 1). The offset of -1 is easy to forget if you don't verify the formula against the first term.


Why this question: Tests alternating-operation series with growing magnitudes — a less obvious pattern that trips up unprepared candidates.

Previous Year Questionपिछले वर्ष का प्रश्न2022
Select the number that can replace the question mark (?) in the following series. 423, 407, 439, 391, 455, ?
  1. 374
  2. 407
  3. 375
  4. 373
Solutionसमाधान
The series alternates: subtract 16, add 32, subtract 48, add 64, subtract 80. So 455 - 80 = 375. The differences follow a pattern of increasing multiples of 16 with alternating signs.

Solving path: Differences: 423-407 = -16, 407-439 = +32, 439-391 = -48, 391-455 = +64. Magnitudes are 16, 32, 48, 64 — multiples of 16. Signs alternate: -,+,-,+,-. Next difference = -80. Answer = 455 - 80 = 375. The wrong answer 374 is off by 1, probably from a subtraction error. Write the differences before computing the answer — don't skip the intermediate step.


Why this question: Tests second differences that are consecutive perfect squares — a more sophisticated pattern that rewards candidates who know to look at D1 before D2.

Previous Year Questionपिछले वर्ष का प्रश्न2022
Select the number that can replace the question mark (?) in the following series. 1, 2, 6, 15, 31, 56, ?
  1. 93
  2. 92
  3. 90
  4. 148
Solutionसमाधान
Differences: 1, 4, 9, 16, 25 (perfect squares). Next difference = 36. So 56 + 36 = 92.

Solving path: D1 = 1, 4, 9, 16, 25 — immediately recognizable as 1², 2², 3², 4², 5². No need to compute D2. Next D1 = 6² = 36. Answer = 56 + 36 = 92. Option 93 (+37) and option 90 (+34) are distractors for candidates who miscounted the square sequence. If you've written 1, 4, 9, 16, 25, 36 on your rough sheet, there's no room for a miscalculation.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →