ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency - I
    MD-001
    Progress0 / 38 topics
    Topics
    1. Sets: Definition, Representation, and Operations2. Relation and Function: Graphical Transformation of Functions3. Properties of Functions4. Composition and Inverses of Functions5. Domain and Range of Functions6. Maximum and Minimum Values of Functions7. Increasing and Decreasing Functions8. Zeros and Intercepts of Functions9. Piecewise Functions10. Continuity and Discontinuity of Functions11. Polynomials and Rational Functions12. Polynomial Long Division and Synthetic Division13. Solution of Rational Functions14. Absolute Valued Functions and Their Properties15. Asymptotes: Horizontal, Vertical, and Oblique16. Exponential Functions and Their Properties17. Logarithmic Functions and Their Properties18. Systems of Equations: Two Equations and Two Unknowns19. Systems of Equations: Three Equations and Three Unknowns20. Matrix Algebra: Addition, Subtraction, and Multiplication21. Row Operations and Row Echelon Forms22. Augmented Matrices23. Determinant of Matrices: 2x2 and Higher Order24. Cramer's Rule25. Inverse Matrices26. Series and Sequences27. Trigonometry: Angles in Radians and Degrees28. Right Triangle Trigonometry29. Law of Cosines and Sines30. Area of a Triangle31. Graphs of Trigonometric Functions32. Graphs of Inverse Trigonometric Functions33. Basic Trigonometric Identities34. Trigonometric Equations35. General Form of a Conic: Parabolas, Circles, Ellipses, and Hyperbolas36. Degenerate Conics37. Polar and Parametric Equations38. Polar and Rectangular Coordinates
    MD-001›Series and Sequences
    Math Deficiency - ITopic 26 of 38

    Series and Sequences

    12 minread
    2,094words
    Intermediatelevel

    Series and Sequences

    In mathematics, sequences and series are two fundamental concepts, particularly in calculus and algebra. A sequence is an ordered list of numbers, and a series is the sum of terms in a sequence. Both concepts have broad applications in various areas, including in calculus, number theory, and computer science.

    1. Sequences

    A sequence is an ordered list of numbers, often denoted as a1,a2,a3,…a_1, a_2, a_3, \dotsa1​,a2​,a3​,…, where each number is referred to as a term of the sequence. A sequence can either be finite (with a specific number of terms) or infinite (with infinitely many terms).

    Types of Sequences

    1. Arithmetic Sequence: An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. This difference is called the common difference, denoted as ddd.

      The general form of an arithmetic sequence is:

      a1,a2,a3,⋯=a1,a1+d,a1+2d,a1+3d,…a_1, a_2, a_3, \dots = a_1, a_1 + d, a_1 + 2d, a_1 + 3d, \dotsa1​,a2​,a3​,⋯=a1​,a1​+d,a1​+2d,a1​+3d,…

      Where a1a_1a1​ is the first term, and ddd is the common difference.

      • Formula for the nth term of an arithmetic sequence: an=a1+(n−1)da_n = a_1 + (n-1)dan​=a1​+(n−1)d
      • Sum of the first n terms of an arithmetic sequence: Sn=n2(2a1+(n−1)d)S_n = \frac{n}{2} \left( 2a_1 + (n-1)d \right)Sn​=2n​(2a1​+(n−1)d) Alternatively, you can use: Sn=n2(a1+an)S_n = \frac{n}{2} \left( a_1 + a_n \right)Sn​=2n​(a1​+an​)

      Example: Consider the arithmetic sequence: 3,7,11,15,…3, 7, 11, 15, \dots3,7,11,15,…

      • First term a1=3a_1 = 3a1​=3
      • Common difference d=4d = 4d=4
      • The nth term is given by: an=3+(n−1)⋅4=4n−1a_n = 3 + (n-1) \cdot 4 = 4n - 1an​=3+(n−1)⋅4=4n−1
      • The sum of the first nnn terms is: Sn=n2(2⋅3+(n−1)⋅4)S_n = \frac{n}{2} \left( 2 \cdot 3 + (n-1) \cdot 4 \right)Sn​=2n​(2⋅3+(n−1)⋅4) Sn=n2(6+4n−4)=n2(4n+2)S_n = \frac{n}{2} \left( 6 + 4n - 4 \right) = \frac{n}{2} (4n + 2)Sn​=2n​(6+4n−4)=2n​(4n+2)
    2. Geometric Sequence: A geometric sequence is a sequence in which each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio, denoted as rrr.

      The general form of a geometric sequence is:

      a1,a2,a3,⋯=a1,a1r,a1r2,a1r3,…a_1, a_2, a_3, \dots = a_1, a_1r, a_1r^2, a_1r^3, \dotsa1​,a2​,a3​,⋯=a1​,a1​r,a1​r2,a1​r3,…

      Where a1a_1a1​ is the first term, and rrr is the common ratio.

      • Formula for the nth term of a geometric sequence: an=a1⋅rn−1a_n = a_1 \cdot r^{n-1}an​=a1​⋅rn−1
      • Sum of the first n terms of a geometric sequence (for r≠1r \neq 1r=1): Sn=a1⋅1−rn1−r,r≠1S_n = a_1 \cdot \frac{1 - r^n}{1 - r}, \quad r \neq 1Sn​=a1​⋅1−r1−rn​,r=1

      Example: Consider the geometric sequence: 2,6,18,54,…2, 6, 18, 54, \dots2,6,18,54,…

      • First term a1=2a_1 = 2a1​=2
      • Common ratio r=3r = 3r=3
      • The nth term is given by: an=2⋅3n−1a_n = 2 \cdot 3^{n-1}an​=2⋅3n−1
      • The sum of the first nnn terms is: Sn=2⋅1−3n1−3=2⋅3n−12=3n−1S_n = 2 \cdot \frac{1 - 3^n}{1 - 3} = 2 \cdot \frac{3^n - 1}{2} = 3^n - 1Sn​=2⋅1−31−3n​=2⋅23n−1​=3n−1
    3. Fibonacci Sequence: The Fibonacci sequence is a special sequence where each term is the sum of the two preceding ones. It starts with 000 and 111:

      0,1,1,2,3,5,8,13,…0, 1, 1, 2, 3, 5, 8, 13, \dots0,1,1,2,3,5,8,13,…

      The nth term FnF_nFn​ is given by:

      Fn=Fn−1+Fn−2F_n = F_{n-1} + F_{n-2}Fn​=Fn−1​+Fn−2​

      with initial conditions F0=0F_0 = 0F0​=0 and F1=1F_1 = 1F1​=1.


    2. Series

    A series is the sum of the terms of a sequence. In other words, a series is what you get when you add up the terms of a sequence.

    Types of Series

    1. Arithmetic Series: The sum of the terms of an arithmetic sequence is called an arithmetic series. The formula for the sum of the first nnn terms of an arithmetic series is the same as the sum of the terms in an arithmetic sequence:

      Sn=n2(2a1+(n−1)d)S_n = \frac{n}{2} \left( 2a_1 + (n-1)d \right)Sn​=2n​(2a1​+(n−1)d)

      or

      Sn=n2(a1+an)S_n = \frac{n}{2} \left( a_1 + a_n \right)Sn​=2n​(a1​+an​)
    2. Geometric Series: The sum of the terms of a geometric sequence is called a geometric series. The formula for the sum of the first nnn terms of a geometric series is:

      Sn=a1⋅1−rn1−r,r≠1S_n = a_1 \cdot \frac{1 - r^n}{1 - r}, \quad r \neq 1Sn​=a1​⋅1−r1−rn​,r=1

      If the series is infinite and the common ratio ∣r∣<1|r| < 1∣r∣<1, the sum of the infinite geometric series is:

      S=a11−rS = \frac{a_1}{1 - r}S=1−ra1​​

      Example: Consider the infinite geometric series:

      1+12+14+18+…1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \dots1+21​+41​+81​+…

      Here, a1=1a_1 = 1a1​=1 and r=12r = \frac{1}{2}r=21​. The sum of this infinite series is:

      S=11−12=112=2S = \frac{1}{1 - \frac{1}{2}} = \frac{1}{\frac{1}{2}} = 2S=1−21​1​=21​1​=2
    3. Harmonic Series: The harmonic series is the sum of the reciprocals of the positive integers:

      1+12+13+14+…1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \dots1+21​+31​+41​+…

      This series diverges, meaning that the sum increases without bound as more terms are added.


    3. Convergence and Divergence

    • Convergence: A series is said to converge if the sum of its terms approaches a finite value as the number of terms increases.
    • Divergence: A series is said to diverge if the sum of its terms grows without bound or does not approach a finite value.

    For example:

    • A geometric series with ∣r∣<1|r| < 1∣r∣<1 converges, and its sum is finite.
    • A harmonic series diverges because the sum grows infinitely as more terms are added.

    4. Important Formulas

    • Arithmetic Sequence nth term: an=a1+(n−1)da_n = a_1 + (n-1)dan​=a1​+(n−1)d
    • Geometric Sequence nth term: an=a1⋅rn−1a_n = a_1 \cdot r^{n-1}an​=a1​⋅rn−1
    • Sum of an Arithmetic Series: Sn=n2(2a1+(n−1)d)S_n = \frac{n}{2} \left( 2a_1 + (n-1)d \right)Sn​=2n​(2a1​+(n−1)d)
    • Sum of a Geometric Series: Sn=a1⋅1−rn1−r,r≠1S_n = a_1 \cdot \frac{1 - r^n}{1 - r}, \quad r \neq 1Sn​=a1​⋅1−r1−rn​,r=1
    • Sum of an Infinite Geometric Series (for ∣r∣<1|r| < 1∣r∣<1): S=a11−rS = \frac{a_1}{1 - r}S=1−ra1​​

    Summary

    • A sequence is an ordered list of numbers, while a series is the sum of the terms of a sequence.
    • Arithmetic sequences have a constant difference between consecutive terms, and geometric sequences have a constant ratio between consecutive terms.
    • A series can be finite or infinite, and its sum depends on the sequence type.
    • The sum of an infinite geometric series with ∣r∣<1|r| < 1∣r∣<1 converges to a11−r\frac{a_1}{1 - r}1−ra1​​, while the harmonic series diverges.
    Previous topic 25
    Inverse Matrices
    Next topic 27
    Trigonometry: Angles in Radians and Degrees

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time12 min
      Word count2,094
      Code examples0
      DifficultyIntermediate