👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Logical Reasoning
Study mode

Series and Patterns

Introduction to Series and Patterns

In logical reasoning and aptitude tests, series and patterns form a fundamental topic. A series is a sequence of numbers, letters, or symbols arranged in a specific order following a certain rule. Recognizing these rules or patterns helps us predict the next term, find missing terms, or solve related problems efficiently.

Why is this important? Because many competitive exams test your ability to quickly identify logical progressions and apply them under time pressure. Understanding series and patterns sharpens your analytical thinking and problem-solving skills.

Common types of series you will encounter include:

  • Arithmetic Series: Terms increase or decrease by a constant difference.
  • Geometric Series: Terms are multiplied or divided by a constant ratio.
  • Mixed or Complex Series: Involve combinations of arithmetic, geometric, or other patterns.

Besides numbers, patterns can also appear in alphabets and symbols, requiring you to observe positions, repetitions, or transformations.

In this chapter, we will start from the basics of series, explore how to recognize different patterns, and develop strategies to solve a variety of problems confidently.

Arithmetic Series

An arithmetic series is a sequence where each term differs from the previous one by a fixed amount called the common difference. This difference can be positive (increasing series) or negative (decreasing series).

Definition: If the first term is \( a_1 \) and the common difference is \( d \), then the series looks like:

\[a_1, \quad a_1 + d, \quad a_1 + 2d, \quad a_1 + 3d, \quad \ldots\]

The nth term of an arithmetic series is given by the formula:

\[a_n = a_1 + (n - 1)d\]

This formula helps find any term in the series without listing all the previous terms.

Example: Arithmetic Series with \( a_1 = 3 \), \( d = 4 \)
Term Number (n) Term Value \( a_n \) Calculation
1 3 \(3 + (1-1) \times 4 = 3\)
2 7 \(3 + (2-1) \times 4 = 7\)
3 11 \(3 + (3-1) \times 4 = 11\)
4 15 \(3 + (4-1) \times 4 = 15\)
5 19 \(3 + (5-1) \times 4 = 19\)

Geometric Series

A geometric series is a sequence where each term is obtained by multiplying the previous term by a fixed number called the common ratio \( r \). This ratio can be greater than 1 (increasing series) or between 0 and 1 (decreasing series).

Definition: If the first term is \( a_1 \) and the common ratio is \( r \), then the series looks like:

\[a_1, \quad a_1 \times r, \quad a_1 \times r^2, \quad a_1 \times r^3, \quad \ldots\]

The nth term of a geometric series is given by the formula:

\[a_n = a_1 \times r^{n-1}\]

Example: Geometric Series with \( a_1 = 2 \), \( r = 3 \)
Term Number (n) Term Value \( a_n \) Calculation
1 2 \(2 \times 3^{0} = 2\)
2 6 \(2 \times 3^{1} = 6\)
3 18 \(2 \times 3^{2} = 18\)
4 54 \(2 \times 3^{3} = 54\)
5 162 \(2 \times 3^{4} = 162\)

Pattern Recognition Strategies

Recognizing patterns is the key to solving series problems. Here is a stepwise approach to identify patterns effectively:

graph TD    A[Start: Observe the series] --> B[Check differences between terms]    B --> C{Are differences constant?}    C -- Yes --> D[Arithmetic series identified]    C -- No --> E[Check ratios between terms]    E --> F{Are ratios constant?}    F -- Yes --> G[Geometric series identified]    F -- No --> H[Look for alternate or complex patterns]    H --> I[Check for repeating cycles or mixed rules]    I --> J[Test hypothesis with terms]    J --> K{Does hypothesis fit all terms?}    K -- Yes --> L[Confirm pattern and solve]    K -- No --> M[Re-examine and try new approach]

This flowchart helps you systematically analyze any series by starting with simple checks and moving to more complex observations if needed.

Worked Examples

Example 1: Next Term in Arithmetic Series Easy
Find the next number in the series: 5, 8, 11, 14, ...

Step 1: Calculate the difference between consecutive terms:

8 - 5 = 3, 11 - 8 = 3, 14 - 11 = 3

The common difference \( d = 3 \).

Step 2: Use the arithmetic series formula for the next term (5th term):

\[ a_5 = a_1 + (5 - 1)d = 5 + 4 \times 3 = 5 + 12 = 17 \]

Answer: The next term is 17.

Example 2: Missing Term in Geometric Series Medium
Find the missing term in the series: 3, 6, ?, 24, 48

Step 1: Identify the common ratio \( r \) by dividing known consecutive terms:

6 / 3 = 2, 48 / 24 = 2

So, \( r = 2 \).

Step 2: Use the formula for the nth term to find the 3rd term:

\[ a_3 = a_1 \times r^{3-1} = 3 \times 2^{2} = 3 \times 4 = 12 \]

Answer: The missing term is 12.

Example 3: Complex Mixed Series Problem Hard
Identify the next term in the series: 2, 4, 8, 11, 22, 25, ...

Step 1: Observe the pattern carefully. The series seems to alternate between two different sequences:

  • Terms 1, 3, 5: 2, 8, 22
  • Terms 2, 4, 6: 4, 11, 25

Step 2: Check the pattern in odd terms:

2 to 8: multiplied by 4 (approx), 8 to 22: multiplied by ~2.75 (not consistent)

Try difference: 8 - 2 = 6, 22 - 8 = 14 (not constant)

Try doubling and adding:

2 x 2 + 4 = 8, 8 x 2 + 6 = 22 (pattern: multiply by 2 and add increasing even numbers)

Step 3: Check the pattern in even terms:

4 to 11: +7, 11 to 25: +14 (doubles)

So even terms increase by adding 7, then 14, next should add 21.

Step 4: Find next odd term (7th term):

Last odd term is 22, next addition should be 14 + 4 = 18 (following pattern of adding 4 more each time)

So, 22 x 2 + 18 = 44 + 18 = 62

Step 5: Find next even term (8th term):

Last even term is 25, next addition is 21:

25 + 21 = 46

Answer: The next term (7th term) is 62.

Example 4: Alphabet Series Pattern Easy
Find the next letter in the series: A, C, F, J, O, ...

Step 1: Convert letters to their alphabetical positions:

A=1, C=3, F=6, J=10, O=15

Step 2: Calculate differences between positions:

3 - 1 = 2, 6 - 3 = 3, 10 - 6 = 4, 15 - 10 = 5

The differences increase by 1 each time.

Step 3: Next difference should be 6, so next position is:

15 + 6 = 21

Letter at position 21 is U.

Answer: The next letter is U.

Example 5: Symbol Pattern Recognition Medium
Determine the next symbol(s) in the pattern: ★, ☆, ★★, ☆☆, ★★★, ...

Step 1: Observe the symbols and their counts:

  • 1st term: ★ (1 star)
  • 2nd term: ☆ (1 hollow star)
  • 3rd term: ★★ (2 stars)
  • 4th term: ☆☆ (2 hollow stars)
  • 5th term: ★★★ (3 stars)

Step 2: The pattern alternates between filled stars (★) and hollow stars (☆), increasing the count by 1 each time.

Step 3: The next term (6th) should be hollow stars, 3 in number:

☆☆☆

Answer: The next term is ☆☆☆.

nth Term of Arithmetic Series

\[a_n = a_1 + (n - 1)d\]

Finds the nth term when the difference between terms is constant

\(a_n\) = nth term
\(a_1\) = first term
d = common difference
n = term number

Sum of First n Terms of Arithmetic Series

\[S_n = \frac{n}{2} [2a_1 + (n - 1)d]\]

Calculates sum of first n terms

\(S_n\) = sum of n terms
\(a_1\) = first term
d = common difference
n = number of terms

nth Term of Geometric Series

\[a_n = a_1 \times r^{n-1}\]

Finds the nth term when each term is multiplied by a constant ratio

\(a_n\) = nth term
\(a_1\) = first term
r = common ratio
n = term number

Sum of First n Terms of Geometric Series

\[S_n = a_1 \times \frac{1 - r^n}{1 - r} \quad (r eq 1)\]

Calculates sum of first n terms

\(S_n\) = sum of n terms
\(a_1\) = first term
r = common ratio
n = number of terms

Tips & Tricks

Tip: Check Differences and Ratios First

When to use: When given a number series, quickly calculate differences and ratios to identify arithmetic or geometric patterns.

Tip: Look for Alternate or Repeating Patterns

When to use: If the series does not follow a simple pattern, check if terms alternate between two or more sequences.

Tip: Use Position-Based Reasoning for Alphabets and Symbols

When to use: Map alphabets to their numeric positions (A=1, B=2, etc.) or count symbols to detect numeric patterns.

Tip: Memorize Key Formulas

When to use: To save time during exams, memorize formulas for nth term and sum of arithmetic and geometric series.

Tip: Practice Backward Reasoning

When to use: When a term is missing in the middle, use backward calculation from known terms to find the missing value.

Common Mistakes to Avoid

❌ Confusing Arithmetic and Geometric Series
✓ Always verify if the pattern involves addition/subtraction (arithmetic) or multiplication/division (geometric).
Why: Students often assume a pattern is arithmetic without checking ratios, leading to incorrect answers.
❌ Ignoring Alternate Patterns
✓ Check for alternating sequences or multiple interleaved patterns before concluding the rule.
Why: Complex series often have alternating rules which students overlook.
❌ Incorrect Formula Application
✓ Use the correct formula for nth term or sum depending on the series type and ensure variables are correctly identified.
Why: Misapplication of formulas leads to calculation errors.
❌ Skipping Stepwise Verification
✓ Always verify each step of the pattern deduction with given terms before finalizing the answer.
Why: Rushing causes overlooking exceptions or irregularities in the series.
❌ Misinterpreting Symbol or Alphabet Positions
✓ Map symbols or alphabets to their numeric positions accurately to identify patterns.
Why: Incorrect mapping leads to wrong pattern recognition.
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Series and Patterns · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.