Key Points

Sequences and Series

15 Sections
  • Sequence Definition

    A sequence is an ordered list of numbers, called terms, arranged according to a specific rule. The nthn^{\text{th}} term is denoted by ana_n.

  • Finite vs Infinite Sequences

    A sequence is finite if it has a limited number of terms. It is infinite if it continues indefinitely.

  • Series and Sigma Notation

    A series is the sum of the terms of a sequence. The sum of the first n terms a1+a2++ana_1 + a_2 + \ldots + a_n is compactly written as k=1nak\sum_{k=1}^{n} a_k.

  • Geometric Progression (G.P.) Definition

    A Geometric Progression (G.P.) is a sequence where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio (rr).

  • General Term of a G.P.

    The nthn^{\text{th}} term (ana_n) of a G.P. with first term 'a' and common ratio 'r' is given by the formula an=arn1a_n = ar^{n-1}.

  • Sum of First n Terms of a G.P.

    The sum (SnS_n) of the first n terms of a G.P. is Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r-1} or Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1-r}, provided r1r \neq 1. If r=1r=1, then Sn=naS_n = na.

  • Arithmetic Progression (A.P.) General Term

    The nthn^{\text{th}} term (ana_n) of an Arithmetic Progression (A.P.) with first term 'a' and common difference 'd' is given by an=a+(n1)da_n = a + (n-1)d.

  • Sum of First n Terms of an A.P.

    The sum (SnS_n) of the first n terms of an A.P. is given by Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d] or Sn=n2(a+l)S_n = \frac{n}{2}(a+l), where 'l' is the last term.

  • Arithmetic Mean (A.M.)

    The Arithmetic Mean (A.M.) of two numbers 'a' and 'b' is defined as A=a+b2A = \frac{a+b}{2}.

  • Geometric Mean (G.M.)

    The Geometric Mean (G.M.) of two positive numbers 'a' and 'b' is defined as G=abG = \sqrt{ab}.

  • Relationship between A.M. and G.M.

    For any two positive real numbers, their Arithmetic Mean is always greater than or equal to their Geometric Mean. This is expressed as A.M.G.M.A.M. \geq G.M. or a+b2ab\frac{a+b}{2} \geq \sqrt{ab}.

  • Sum of First n Natural Numbers

    The sum of the first 'n' natural numbers is given by the formula k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}.

  • Sum of Squares of First n Natural Numbers

    The sum of the squares of the first 'n' natural numbers is given by k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}.

  • Sum of Cubes of First n Natural Numbers

    The sum of the cubes of the first 'n' natural numbers is k=1nk3=[n(n+1)2]2\sum_{k=1}^{n} k^3 = \left[\frac{n(n+1)}{2}\right]^2.

  • Fibonacci Sequence

    The Fibonacci sequence is defined by the recurrence relation a1=1,a2=1a_1 = 1, a_2 = 1 and an=an1+an2a_n = a_{n-1} + a_{n-2} for n>2n > 2. The sequence begins 1,1,2,3,5,8,1, 1, 2, 3, 5, 8, \ldots.

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