IBEW: ELECTRICAL TRAINING ALLIANCE APTITUDE TEST • ALGEBRA & FUNCTIONS

Determine Sequence Pattern — Determine next value in patterned sequence.

Master the skill of recognizing numerical patterns and predicting the next term—an essential competency for the IBEW aptitude exam.

Historical Context & Motivation

The study of number sequences stretches back thousands of years to some of the earliest mathematical thinkers. Ancient civilizations in Babylon and Egypt recognized repeating numerical patterns while solving practical problems in architecture, land surveying, and commerce. Identifying the rule that governs a sequence—and using it to predict the next value—became one of the foundational skills in mathematics, and it remains so today. For anyone preparing for the IBEW Electrical Training Alliance Aptitude Test, this skill is not merely academic: it tests the logical reasoning and pattern-recognition abilities that apprentice electricians use every day when reading wiring diagrams, calculating load schedules, and troubleshooting circuits.

~300 BCE
Euclid's Elements
Euclid formalized the concept of arithmetic progressions—sequences with a constant difference between terms—in his foundational geometry treatise.
~600 CE
Indian Mathematicians
Aryabhata and Brahmagupta developed formulas for summing arithmetic and geometric series, enabling efficient calculations for trade and astronomy.
1202
Fibonacci's Liber Abaci
Leonardo of Pisa introduced the famous Fibonacci sequence to Western mathematics, demonstrating how recursive patterns model natural growth.
1700s
Gauss & Series Sums
Carl Friedrich Gauss, as a young student, famously summed the integers 1 to 100 in seconds by recognizing a pattern—illustrating the power of sequence analysis.
Present
IBEW Aptitude Testing
Modern aptitude tests for the electrical trades require candidates to identify patterns quickly and accurately, reflecting the analytical thinking demanded on the job.

The central question that this lesson addresses is straightforward yet powerful: given a sequence of numbers arranged according to a hidden rule, how do you determine what comes next? On the IBEW aptitude test, you will encounter sequences that follow arithmetic, geometric, or more complex patterns, and you will need to identify the governing rule within tight time constraints. This lesson equips you with a systematic approach to handle each type confidently.

Core Principles & Definitions

Before you can find the next value in a sequence, you need a clear vocabulary for the structures you will encounter. A sequence is an ordered list of numbers, called terms, that follow a specific rule or pattern. The rule might involve adding, multiplying, alternating operations, or combining multiple patterns. Understanding the four core principles below will give you a reliable framework for any sequence problem you encounter on the IBEW exam.

1

Common Difference (Arithmetic)

In an arithmetic sequence, each term is obtained by adding (or subtracting) a fixed value, called the common difference (d), to the previous term. Example: 3, 7, 11, 15 … (d = 4).
2

Common Ratio (Geometric)

In a geometric sequence, each term is obtained by multiplying the previous term by a fixed value, called the common ratio (r). Example: 2, 6, 18, 54 … (r = 3).
3

Second Differences (Quadratic)

When the first differences are not constant but the second differences (differences of differences) are constant, the sequence follows a quadratic pattern. Example: 1, 4, 9, 16 … (perfect squares).
4

Alternating & Hybrid Patterns

Some sequences use alternating operations (e.g., add 3, then multiply by 2) or combine multiple rules. Recognizing these requires checking both differences and ratios between consecutive terms.
KEY TAKEAWAY
Think of a sequence like a conveyor belt in a manufacturing plant. Each item on the belt is processed by the same machine—add 5, multiply by 2, or some other operation—before it moves to the next station. Your job is to figure out what the machine does by examining the items that have already come through. Once you know the operation, predicting the next item is as simple as running the rule one more time.

Visual Explanation — Identifying the Pattern

The diagram below illustrates the systematic process of analyzing a sequence. It shows three sample sequences—arithmetic, geometric, and quadratic—and the steps you take to reveal each pattern. Notice how computing the differences between consecutive terms is always your first move. If those differences are constant, you have an arithmetic sequence. If they are not constant, you check whether the ratios between consecutive terms are constant (geometric) or whether the second differences are constant (quadratic).

Three sequence types analyzed step by step: arithmetic (constant difference), geometric (constant ratio), and quadratic (constant second difference). The predicted next terms are highlighted in color.

As the diagram makes clear, the first step is always the same: compute the differences between consecutive terms. In the arithmetic row, those differences are all 3, so the pattern is immediately clear. In the geometric row, the differences (3, 6, 12) are not constant, but the ratios between consecutive terms are all 2, revealing a multiplicative rule. The quadratic row requires one additional layer of analysis—computing the differences of the differences—before a constant value (2) emerges. This systematic drill-down approach ensures you never have to guess.

Mathematical Framework

Formalizing each sequence type with an equation allows you to find not only the next term but any term in the sequence. The three formulas below are the workhorses of sequence analysis on the IBEW aptitude test.

ARITHMETIC SEQUENCE — NTH TERM
aₙ = a₁ + (n − 1) × d
Where aₙ is the nth term, a₁ is the first term, n is the term number, and d is the common difference.
GEOMETRIC SEQUENCE — NTH TERM
aₙ = a₁ × r⁽ⁿ⁻¹⁾
Where aₙ is the nth term, a₁ is the first term, and r is the common ratio (each term divided by the one before it).
QUADRATIC SEQUENCE — NEXT TERM VIA SECOND DIFFERENCES
Next Δ₁ = last Δ₁ + Δ₂ → next term = last term + next Δ₁
Where Δ₁ represents the first differences (gaps between terms) and Δ₂ represents the constant second difference. Add Δ₂ to the last first difference to get the next first difference, then add that to the last known term.
IBEW Exam Tip
On the aptitude test, you will typically see four or five given terms and must choose the next one from a set of answer choices. You rarely need the formal nth-term formula—instead, use the difference/ratio method to jump from the last given term to the answer. The formulas above become useful when a problem asks for a term far down the sequence, such as "What is the 20th term?"

Sequence Classification & Decision Tree

When you face a sequence on test day, you need a fast, reliable method for deciding which type of pattern you are looking at. The decision tree below provides exactly that. Start at the top by computing the first differences between consecutive terms. Depending on whether those differences are constant, whether the ratios are constant, or whether you need to go deeper, the tree guides you to the correct classification and tells you how to find the next value.

Follow the decision tree from top to bottom. Start with first differences (Δ₁). If constant → arithmetic. If not, check ratios. If constant → geometric. If not, compute second differences (Δ₂) for quadratic or hybrid patterns.
Summary of pattern types and identification strategies
Pattern TypeWhat to ComputeWhat Should Be ConstantHow to Find Next Term
ArithmeticDifferences (Δ₁ = aₙ − aₙ₋₁)All Δ₁ valuesAdd d to last term
GeometricRatios (aₙ ÷ aₙ₋₁)All ratio valuesMultiply last term by r
QuadraticSecond differences (Δ₂)All Δ₂ valuesAdd next Δ₁ (= last Δ₁ + Δ₂) to last term
AlternatingCheck odd-position & even-position terms separatelySub-sequences follow their own ruleApply the rule for the appropriate sub-sequence

Worked Example

Let's work through a problem that mirrors the style and difficulty you will encounter on the IBEW Electrical Training Alliance Aptitude Test. This example uses a quadratic sequence, since arithmetic and geometric types are often easier to spot.

Find the Next Term: 4, 7, 12, 19, 28, ?
1
Step 1 — Compute First Differences (Δ₁)Subtract each term from the one that follows it. 7 − 4 = 3, 12 − 7 = 5, 19 − 12 = 7, 28 − 19 = 9. The first differences are: 3, 5, 7, 9. These are not constant, so the sequence is not arithmetic.
Δ₁ = 3, 5, 7, 9 (not constant)
2
Step 2 — Check Ratios (Geometric Test)Divide each term by the previous one: 7 ÷ 4 = 1.75, 12 ÷ 7 ≈ 1.714, 19 ÷ 12 ≈ 1.583. These ratios are not constant, so the sequence is not geometric. Move to second differences.
Ratios ≠ constant → not geometric
3
Step 3 — Compute Second Differences (Δ₂)Find the differences of the first differences: 5 − 3 = 2, 7 − 5 = 2, 9 − 7 = 2. The second differences are all 2—constant! This confirms a quadratic pattern.
Δ₂ = 2 (constant) → quadratic sequence
4
Step 4 — Find the Next First DifferenceSince the second difference is consistently 2, the next first difference is the last first difference plus 2: 9 + 2 = 11.
Next Δ₁ = 11
5
Step 5 — Calculate the Next TermAdd this new first difference to the last known term: 28 + 11 = 39. The next term in the sequence 4, 7, 12, 19, 28 is 39.
Next term = 39
Time-Saving Shortcut
On the IBEW exam, you do not need to check ratios if you quickly notice that the first differences themselves form a recognizable pattern (such as consecutive odd numbers 3, 5, 7, 9). In that case, jump directly to the second-difference check and save valuable time.

Strengths & Limitations of Each Approach

Each method for identifying sequences has its strengths and potential pitfalls. Understanding these will help you choose the right approach quickly under exam pressure and avoid common traps.

Comparison of sequence identification methods
MethodStrengthsLimitations
First DifferencesFast, intuitive, works for the most common sequence type (arithmetic). Easy mental math.Only identifies arithmetic sequences directly. If Δ₁ is not constant, you must proceed to another test.
Ratio TestQuickly identifies geometric sequences, including those with fractional or negative ratios.Division can be slower than subtraction under time pressure. Ratios with irrational numbers may be hard to verify.
Second DifferencesCatches quadratic patterns that first differences and ratios miss. Extends naturally to higher-order sequences.Requires more data points (at least four terms) and an additional layer of computation.
Sub-sequence SplitHandles alternating or interleaved patterns that no single-rule test can catch.Must suspect the pattern first; not an obvious first step. Can be time-consuming if the split is not apparent.
🔧 WHEN IN DOUBT
Think of these methods like tools in an electrician's tool belt. You would not use a pipe wrench when a wire stripper is needed. Likewise, always start with the simplest tool—first differences—and only reach for the next tool (ratios, second differences, sub-sequences) if the simpler one does not reveal a clear pattern. This layered approach is both faster and less error-prone than trying to eyeball the answer.

Connection to Advanced Algebra & Functions

Sequence patterns are not isolated curiosities—they are the discrete counterparts of continuous functions that you encounter in algebra and beyond. Understanding this connection deepens your mathematical toolkit and prepares you for more advanced coursework in your electrical training program, where concepts like exponential growth (geometric sequences) and parabolic motion (quadratic sequences) appear in circuit analysis and physics.

How sequence types map to continuous functions
Sequence ConceptAdvanced Algebra / Function Equivalent
Arithmetic sequence with common difference dLinear function f(x) = mx + b, where the slope m equals d
Geometric sequence with common ratio rExponential function f(x) = a × rˣ — models compound interest, capacitor discharge
Quadratic sequence (constant Δ₂)Quadratic function f(x) = ax² + bx + c — models projectile motion, power curves
Fibonacci / recursive sequenceRecursive relations and difference equations used in signal processing and control systems

In practical terms, if you graph the terms of an arithmetic sequence, the points fall on a straight line. A geometric sequence produces an exponential curve, and a quadratic sequence traces a parabola. Recognizing these shapes can give you a visual shortcut: if the values seem to grow linearly, try differences first; if they grow increasingly fast, try ratios; if growth accelerates but not as dramatically as exponential, consider second differences. As you advance through your IBEW training, you will see these same functions appear in Ohm's Law calculations, AC waveform analysis, and load scheduling—making sequence pattern recognition a genuinely transferable skill.

Practice Problems

PROBLEM 1CONCEPTUAL
A sequence has terms 10, 15, 20, 25. A student says it is geometric because each term is larger than the last. Explain why the student is incorrect and identify the correct classification.
PROBLEM 2BASIC CALCULATION
Find the next term in the sequence: 6, 18, 54, 162, ?
PROBLEM 3INTERMEDIATE
Determine the next term in the sequence: 3, 5, 9, 15, 23, ?
PROBLEM 4APPLIED
An electrical contractor records the cumulative cost of copper wire purchased over four months: $120, $195, $280, $375. If the spending pattern continues, what is the projected cumulative cost after the fifth month?
PROBLEM 5CRITICAL THINKING
Consider the sequence: 2, 6, 12, 20, 30, 42, ?. First, find the next term. Then, express the general (nth) term as a closed-form formula and verify your answer.

Lesson Summary

Determining the next value in a patterned sequence requires a systematic, layered approach. Always begin by computing the first differences between consecutive terms. If these differences are constant, you have an arithmetic sequence and the next term equals the last term plus the common difference (d). If the differences are not constant, check whether the ratios between consecutive terms are constant, which indicates a geometric sequence governed by a common ratio (r). If neither test succeeds, compute the second differences (Δ₂) to detect quadratic patterns, or split the sequence into sub-sequences to uncover alternating rules.

For the IBEW Electrical Training Alliance Aptitude Test, mastering this decision-tree approach ensures you can handle any sequence problem efficiently. The key formulas— aₙ = a₁ + (n − 1)d for arithmetic and aₙ = a₁ × r⁽ⁿ⁻¹⁾ for geometric sequences—allow you to find any term when needed. Remember: the patterns you identify in sequences are the same linear, exponential, and quadratic relationships you will encounter throughout your electrical training in load calculations, waveform analysis, and circuit design.

Varsity Tutors • IBEW: Electrical Training Alliance Aptitude Test • Determine Sequence Pattern — Determine next value in patterned sequence.