Arithmetic and Geometric Sequences: Concepts and Summation Techniques

Practice Problems: Arithmetic and Geometric Sequences
Arithmetic Sequences
  1. Finding the nnth Term

    • If the first term (a1)(a_1) is 88 and the common difference (d)(d) is 44, find which term is 100100.
  2. Summation of Arithmetic Sequences with Common Difference d=1d=1 (Consecutive Integers)

    • Calculate the sum of numbers from 11 to 6060.
    • Calculate the sum of numbers from 1515 to 7575.
  3. Summation of Arithmetic Sequences with Common Difference d>1d > 1

    • Sequence: 5,9,13,,815, 9, 13, \dots, 81 (common difference d=4d=4)
      • Find the number of terms (n)(n). Then, calculate the sum of this sequence.
    • Sequence: 2,8,14,,922, 8, 14, \dots, 92 (common difference d=6d=6)
      • Find the number of terms (n)(n). Then, calculate the sum of this sequence.
Geometric Sequences
  1. Identifying the Common Ratio (rr)
    • For a sequence like 2,10,50,2, 10, 50, \dots, what is the common ratio rr?
    • For a sequence like 100,20,100, 20, \dots, what is the common ratio rr?
Solutions
  1. Finding the nnth Term

    • 100=8+(n1)4100 = 8 + (n-1)4
    • 92=(n1)492 = (n-1)4
    • 23=n123 = n-1
    • n=24n = 24
    • The 24th24^{th} term is 100100.
  2. Summation of Arithmetic Sequences with Common Difference d=1d=1

    • Sum of numbers from 11 to 6060:
      • S60=602(1+60)=30×61=1830S_{60} = \frac{60}{2}(1 + 60) = 30 \times 61 = 1830
    • Sum of numbers from 1515 to 7575:
      • Number of terms (n)=(7515)+1=61(n) = (75 - 15) + 1 = 61
      • S61=612(15+75)=612(90)=61×45=2745S_{61} = \frac{61}{2}(15 + 75) = \frac{61}{2}(90) = 61 \times 45 = 2745
  3. Summation of Arithmetic Sequences with Common Difference d>1d > 1

    • Sequence: 5,9,13,,815, 9, 13, \dots, 81 (common difference d=4d=4)
      • 81=5+(n1)481 = 5 + (n-1)4
      • 76=(n1)476 = (n-1)4
      • 19=n119 = n-1
      • n=20n = 20
      • S20=202(5+81)=10×86=860S_{20} = \frac{20}{2}(5 + 81) = 10 \times 86 = 860
    • Sequence: 2,8,14,,922, 8, 14, \dots, 92 (common difference d=6d=6)
      • 92=2+(n1)692 = 2 + (n-1)6
      • 90=(n1)690 = (n-1)6
      • 15=n115 = n-1
      • n=16n = 16
      • S16=162(2+92)=8×94=752S_{16} = \frac{16}{2}(2 + 92) = 8 \times 94 = 752
  4. Identifying the Common Ratio (rr)

    • For 2,10,50,2, 10, 50, \dots, r=102=5r = \frac{10}{2} = 5
    • For 100,20,100, 20, \dots, r=20100=15r = \frac{20}{100} = \frac{1}{5}