Key Points

Predicting What Comes Next: Exploring Sequences and Progressions
15 Sections
  • 1
    Sequence Definition

    A sequence is an ordered list of numbers, where each number is called a term. We use notation like tnt_n to represent the term in the nthn^{\text{th}} position.

  • 2
    Explicit Rule for a Sequence

    An explicit rule or formula defines the nthn^{\text{th}} term of a sequence using its position number, nn. For example, the sequence of even numbers can be written as tn=2nt_n = 2n.

  • 3
    Recursive Rule for a Sequence

    A recursive rule defines a term of a sequence using one or more preceding terms. It always requires one or more initial terms to be stated. For example, t1=5,tn=tn1+2t_1 = 5, t_n = t_{n-1} + 2.

  • 4
    Arithmetic Progression Definition

    An Arithmetic Progression (AP) is a sequence where each term is obtained by adding a fixed number, called the common difference (dd), to the previous term. For example, 3,7,11,15,3, 7, 11, 15, \ldots is an AP with d=4d=4.

  • 5
    nth Term of an Arithmetic Progression

    The explicit formula for the nthn^{\text{th}} term of an AP is tn=a+(n1)dt_n = a + (n-1)d. Here, aa is the first term, dd is the common difference, and nn is the term number.

  • 6
    Finding the Common Difference of an AP

    The common difference dd in an AP is the difference between any two consecutive terms. It is calculated as d=tntn1d = t_n - t_{n-1}. The difference can be positive, negative, or zero.

  • 7
    Geometric Progression Definition

    A Geometric Progression (GP) is a sequence where each term is obtained by multiplying the previous term by a fixed non-zero number, called the common ratio (rr). For example, 2,6,18,54,2, 6, 18, 54, \ldots is a GP with r=3r=3.

  • 8
    nth Term of a Geometric Progression

    The explicit formula for the nthn^{\text{th}} term of a GP is tn=arn1t_n = ar^{n-1}. Here, aa is the first term, rr is the common ratio, and nn is the term number.

  • 9
    Finding the Common Ratio of a GP

    The common ratio rr in a GP is the ratio of any two consecutive terms. It is calculated as r=tntn1r = \frac{t_n}{t_{n-1}}. The ratio can be an integer, a fraction, or a negative number.

  • 10
    Sum of First n Natural Numbers

    The sum of the first nn natural numbers, denoted by SnS_n, is given by the formula Sn=n(n+1)2S_n = \frac{n(n+1)}{2}. This formula is useful for summing long lists of consecutive numbers.

  • 11
    Triangular Numbers

    The sequence of triangular numbers is 1,3,6,10,15,1, 3, 6, 10, 15, \ldots. The nthn^{\text{th}} triangular number is the sum of the first nn natural numbers, so its formula is tn=n(n+1)2t_n = \frac{n(n+1)}{2}.

  • 12
    Square Numbers and Odd Numbers

    Each term in the square number sequence (1,4,9,16,1, 4, 9, 16, \ldots) is the sum of consecutive odd numbers. For example, the 4th square number is 16=1+3+5+716 = 1+3+5+7.

  • 13
    Virahanka-Fibonacci Sequence

    This is a famous recursive sequence defined by V1=1,V2=2V_1=1, V_2=2, and Vn=Vn1+Vn2V_n = V_{n-1} + V_{n-2} for n3n \geq 3. Each term is the sum of the two preceding terms, resulting in the sequence 1,2,3,5,8,1, 2, 3, 5, 8, \ldots.

  • 14
    Visualizing an Arithmetic Progression

    When the terms of an AP are plotted on a graph with the term number nn on the x-axis and the term value tnt_n on the y-axis, the points (n,tn)(n, t_n) lie on a straight line. This shows a linear growth or decay.

  • 15
    Visualizing a Geometric Progression

    When the terms of a GP are plotted on a graph, the points (n,tn)(n, t_n) lie on a curve, not a straight line. This represents exponential growth (if r>1|r| > 1) or decay (if r<1|r| < 1).

Quick Revision Tips
  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words