You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

13.4 Series and Their Notations

3 min readjune 24, 2024

Series notation simplifies complex calculations, making it easier to work with large sums. It's a powerful tool for representing arithmetic and geometric sequences, allowing us to compute sums efficiently using formulas tailored to each type.

Series have real-world applications in finance, population growth, and resource management. Understanding how to calculate sums and apply series formulas to practical scenarios is crucial for solving problems in various fields, from economics to biology.

Series Notation and Formulas

Summation notation interpretation

Top images from around the web for Summation notation interpretation
Top images from around the web for Summation notation interpretation
  • Summation notation uses the Greek letter sigma (\sum) to represent the sum of a series of terms
    • written below \sum symbol, upper written above
    • Expression after \sum symbol represents general term of series
  • : i=1n(a+(i1)d)\sum_{i=1}^{n} (a + (i-1)d)
    • aa first term, dd , nn number of terms
  • : i=0n1ari\sum_{i=0}^{n-1} ar^i
    • aa first term, rr , nn number of terms

Arithmetic series sum calculation

  • Sum of calculated using formula: Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n-1)d)
    • SnS_n sum of first nn terms
    • aa first term
    • dd common difference between consecutive terms
    • nn number of terms in series
  • Example: Sum of first 10 terms of arithmetic series with a=2a=2 and d=3d=3
    • S10=102(2(2)+(101)3)=5(4+27)=155S_{10} = \frac{10}{2}(2(2) + (10-1)3) = 5(4 + 27) = 155

Geometric series sum computation

  • Sum of calculated using formula: Sn=a(1rn)1rS_n = \frac{a(1-r^n)}{1-r}, r1r \neq 1
    • SnS_n sum of first nn terms
    • aa first term
    • rr between consecutive terms
    • nn number of terms in series
  • Sum of calculated using formula: S=a1rS_\infty = \frac{a}{1-r}, r<1|r| < 1
    • SS_\infty sum of
    • aa first term
    • rr common ratio, absolute value must be less than 1 for series to converge
  • Example: Sum of infinite geometric series with a=1a=1 and r=12r=\frac{1}{2}
    • S=1112=112=2S_\infty = \frac{1}{1-\frac{1}{2}} = \frac{1}{\frac{1}{2}} = 2

Sequences and Series

  • A is an ordered list of numbers, often represented by a formula
  • An infinite series is the sum of all terms in an infinite sequence
  • The limit of a sequence or series determines its convergence or divergence
  • A defines each term of a sequence based on previous terms

Applications of Series

Series concepts in real-world scenarios

  • Arithmetic series model situations with constant difference between consecutive terms
    • Regular deposits into savings account
    • Linear growth or decline (population, resources)
  • Geometric series model situations with constant ratio between consecutive terms
    • Population growth or decay (bacteria, radioactive material)
    • (investments, loans)

Series formulas for financial problems

  • : series of equal payments made at regular intervals
    • Present value of annuity calculated using formula: PV=PMT11(1+r)nrPV = PMT \cdot \frac{1-\frac{1}{(1+r)^n}}{r}
      • PVPV present value of annuity
      • PMTPMT periodic payment amount
      • rr periodic interest rate (decimal form)
      • nn total number of payments
  • : interest calculated on initial principal and accumulated interest from previous periods
    • Future value of lump sum with compound interest calculated using formula: FV=PV(1+r)nFV = PV(1+r)^n
      • FVFV future value
      • PVPV present value (initial principal)
      • rr periodic interest rate (decimal form)
      • nn number of compounding periods
  • Example: Future value of $1,000 invested at 5% annual interest, compounded quarterly for 10 years
    • r=0.05/4=0.0125r = 0.05/4 = 0.0125 (quarterly interest rate)
    • n=410=40n = 4 \cdot 10 = 40 (number of quarters in 10 years)
    • FV=1000(1+0.0125)40FV = 1000(1+0.0125)^{40} \approx 1,643.62
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary