sequence & series lec1

Introductory Remarks and Context

  • Instructor Introduction: The speaker is Mohammad Hashim from the NED University Instruction Department. He is a teacher involved in preparing students for ECAT/MCAL (admission tests) particularly for NED University.

  • Pedagogical Philosophy: The instructor emphasizes the difference in his teaching style compared to other mathematics teachers. He encourages students to view his numerical methods and shortcuts to understand the distinction and where he "stands" in terms of quality and efficiency.

  • Current Global Situation: Mention is made of the challenges posed by the COVID-19 pandemic and the shift to online classes. The instructor expresses a first-person perspective on the depression and difficulty of learning and teaching in a pandemic context, noting that several friends and their families have been affected by the virus.

  • Professional Goal: The instructor states that his greatest success is seeing his students successfully enter NED University and recognize him in the hallways.

Definitions of Sequence and Series

  • Sequence: Defined as any ordered form following a particular definite rule.

    • Examples of sequences:

      • Normal numbers: 1,2,3,4,5,1, 2, 3, 4, 5, \dots

      • Even numbers: 2,4,6,8,10,2, 4, 6, 8, 10, \dots

      • Odd numbers, Prime numbers, or Composite numbers.

  • Series: Defined as a particular sequence where the numbers follow a definite pattern and are typically linked by additive operators./

    • Examples of series:

      • 2+4+6+8+102 + 4 + 6 + 8 + 10 \dots

      • 2468-2 - 4 - 6 - 8 \dots

Types of Progressions

  • The entire study of sequences and series revolves around three primary types:

    1. AP (Arithmetic Progression): A sequence formed by adding a constant value to terms.

    2. HP (Harmonic Progression): Generally understood as the reciprocal of an Arithmetic Progression.

    3. GP (Geometric Progression): A sequence formed by multiplying terms by a constant value.

Arithmetic Progression (AP)

  • Definition: A sequence where every subsequent term is found by adding a specific constant number. This constant is called the Common Difference (dd).

  • Common Difference (dd): It is the difference between any term and its previous term.

    • Formula: d=T2T1d = T_2 - T_1 or TnTn1T_n - T_{n-1}.

    • Crucial Rule: In an AP, the value of dd must remain constant throughout the entire sequence. For example, in 2,3,4,5,62, 3, 4, 5, 6, subtracting 323 - 2 gives 11, and 656 - 5 also gives 11. Therefore, d=1d = 1.

  • General Term (or nthn^{th} Term):

    • Formula: Tn=a+(n1)dT_n = a + (n - 1)d

    • Components:

      • aa : First term of the sequence.

      • nn: Number of terms.

      • dd: Common difference.

      • TnT_n: Can be referred to as the Last Term, the nthn^{th} term, or the General Term.

  • Standard term representations in AP:

    • First term (T1T_1): aa

    • Second term (T2T_2): a+da + d

    • Third term (T3T_3): a+2da + 2d

    • Fourth term (T4T_4): a+3da + 3d

    • Sixth term (T6T_6): a+5da + 5d

    • Twentieth term (T20T_{20}): a+19da + 19d

    • One hundredth term (T100T_{100}): a+99da + 99d

    • Generalization: Any specific term requested is always written as aa plus one less than the requested position multiplied by dd.

  • Variables as terms:

    • Tp=a+(p1)dT_p = a + (p - 1)d

    • Tp+q=a+(p+q1)dT_{p+q} = a + (p + q - 1)d

Sum of Arithmetic Progression (SnS_n)

  • Primary Formula: Sn=n2[2a+(n1)d]S_n = \frac{n}{2} [2a + (n - 1)d]

  • Shortened Formula (when the last term is known): Sn=n2[a+l]S_n = \frac{n}{2} [a + l], where ll is the last term (TnT_n).

  • Special Case Shortcut (Sum with Middle Term): If the middle term of a series is known, then the sum can be found by:

    • Formula: Sn=n×Middle TermS_n = n \times \text{Middle Term}.

    • Example: Find the sum of 1717 terms where the middle term (9th9^{th} term) is 55. Answer: 17×5=8517 \times 5 = 85.

  • Shortcuts for Specific AP Sums:

    1. Sum of Natural Numbers (1+2+3++n1 + 2 + 3 + \dots + n):

      • Formula: n(n+1)2\frac{n(n + 1)}{2}

      • Example: Sum of first 2020 terms: 20×212=10×21=210\frac{20 \times 21}{2} = 10 \times 21 = 210.

    2. Sum of Odd Numbers (1+3+5+1 + 3 + 5 + \dots):

      • Formula: n2n^2

      • Example: Sum of first 2020 odd terms: 202=40020^2 = 400.

    3. Sum of Even Numbers (2+4+6+2 + 4 + 6 + \dots):

      • Formula: n(n+1)n(n + 1)

      • Example: Sum of first 2020 even terms: 20(20+1)=20×21=42020(20 + 1) = 20 \times 21 = 420.

Geometric Progression (GP)

  • Definition: A sequence where each term is found by multiplying the previous term by a fixed, non-zero number called the Common Ratio (rr).

  • Common Ratio (rr): Found by dividing a term by its predecessor.

    • Formula: r=T2T1r = \frac{T_2}{T_1}.

    • Crucial Rule: The value of rr must be constant throughout the sequence for it to qualify as a GP.

  • General Term Formula: Tn=arn1T_n = ar^{n-1}

  • Standard term representations in GP:

    • T1=aT_1 = a

    • T2=arT_2 = ar

    • T3=ar2T_3 = ar^2

    • T4=ar3T_4 = ar^3

    • T15=ar14T_{15} = ar^{14}

    • T30=ar29T_{30} = ar^{29}

  • Variables in GP terms:

    • Tp=arp1T_p = ar^{p-1}

    • Tp+q=arp+q1T_{p+q} = ar^{p+q-1}

  • Sum of Geometric Progression (SnS_n):

    1. When r > 1: Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1}

    2. When r < 1: Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1 - r}

  • Sum of Infinite Geometric Series (SS_{\infty}):

    • Formula: S=a1rS_{\infty} = \frac{a}{1 - r}

    1. Used when the number of terms is infinite and the ratio is such that the series converges.

Harmonic Progression (HP) and Reciprocals

  • The instructor notes that HP does not have its own specific complex formula set for term calculation in this context. Instead, HP is the reciprocal of AP.

  • Any formula valid for AP can be applied to HP by taking the reciprocal of the values.

Arithmetic and Geometric Means

  • Single Arithmetic Mean (AM): The value inserted between two numbers aa and bb so that the resulting sequence is an AP.

    • Formula: A=a+b2A = \frac{a + b}{2}

  • Multiple Arithmetic Means (A1,A2,A3,,AnA_1, A_2, A_3, \dots, A_n):

    • General Term: An=a+ndA_n = a + nd

    • Difference Formula for means: d=ban+1d = \frac{b - a}{n + 1}

    • Note: In AP, the 5th5^{th} term is a+4da+4d, but the 5th5^{th} Arithmetic Mean is a+5da+5d. This specific distinction is vital.

  • Single Geometric Mean (GM):

    • Formula: G=±abG = \pm \sqrt{ab}

  • Multiple Geometric Means (G1,G2,G3,,GnG_1, G_2, G_3, \dots, G_n):

    • General Term: Gn=arnG_n = ar^n

    • Ratio Formula for means: r=(ba)1n+1r = (\frac{b}{a})^{\frac{1}{n+1}}

  • Single Harmonic Mean (HM):

    • Formula: H=2aba+bH = \frac{2ab}{a + b}

Problem Solving Techniques and Case Studies

  • Solving for dd and aa in AP: When given two terms like T4=7T_4 = 7 and T16=31T_{16} = 31.

    • Method: Subtract the equations. (a+15d)(a+3d)=31712d=24d=2(a + 15d) - (a + 3d) = 31 - 7 \rightarrow 12d = 24 \rightarrow d = 2. Then substitute dd back to find a=1a = 1.

  • Solving for nn in Sequences: When given a general term like Tn=n215nT_n = n^2 - 15n and a value (e.g., 5151).

    • Set up a quadratic equation: n215n=51n215n51=0n^2 - 15n = 51 \rightarrow n^2 - 15n - 51 = 0.

    • Use Mid-term Breaking (Factorization) or quadratic formula.

    • Philosophical/Logical Constraint on nn: The value of nn (number of terms) must always be a positive integer. It cannot be negative and it cannot be a fraction/ratio.

    • Metaphor: The instructor asks how many students are in a class. One might say 4040 or 5050, but never 3-3 students or 2.52.5 students. Similarly, nn must represent a whole, positive count.

  • Solving for variables in GP sequences: If three terms are given in GP, such as (x+10),(x2),(x10)(x + 10), (x - 2), (x - 10).

    • Method: Since the common ratio (rr) is equal throughout, set ratios equal: x2x+10=x10x2\frac{x - 2}{x + 10} = \frac{x - 10}{x - 2}.

    • Then cross-multiply to solve for xx. (x2)2=(x+10)(x10)x24x+4=x21004x=104x=26(x - 2)^2 = (x + 10)(x - 10) \rightarrow x^2 - 4x + 4 = x^2 - 100 \rightarrow -4x = -104 \rightarrow x = 26.

Questions & Discussion

  • Question: Why do we use certain shortcuts for ECAT preparation?

  • Response: The instructor explains that time management is essential for university admission tests. While standard methods from intermediate textbooks will yield the correct answer eventually, they might take 55 minutes. Short tricks allow students to solve problems in 2020 to 3030 seconds, which is the required pace for competitive exams.

  • Question: How do we differentiate between AP and GP when it is not explicitly stated?

  • Response: Check for the common difference first by subtracting terms. If the values differ, check the common ratio by dividing terms. If the ratio remains constant, it is a GP.

  • Note on Student Error: Students often confuse the indexing of Arithmetic Means (An=a+ndA_n = a + nd) with standard AP terms (Tn=a+(n1)dT_n = a + (n-1)d). The instructor warns to listen carefully and organize notes properly to avoid this trap.