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 – II
    MD-002
    Progress0 / 32 topics
    Topics
    1. Complex Numbers2. Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)3. Trigonometric Polar Form of Complex Numbers4. De Moivre's Theorem and nth Roots5. Recursion6. Sequences and Series7. Sigma Notation8. Arithmetic Series9. Geometric Series (Sum infinite and finite geometric series and categorize geometric series)10. Counting with Permutations and Combinations11. Basic Probability12. Binomial Theorem13. Limit: Notation, Graphs to Find Limits, Tables to Find Limits14. Substitution to Find Limits, Rationalization to Find Limits15. One Sided Limits and Continuity16. Rate of Change: Instantaneous Rate of Change17. Tangent Lines and Rates of Change18. Derivatives: The Derivative Function19. Introduction to Techniques of Differentiation20. The Product and Quotient Rules21. Derivatives of Trigonometric Functions22. The Chain Rule23. Derivatives of Logarithmic Functions24. Derivatives of Exponential and Inverse Trigonometric Functions25. Increase, Decrease, and Concavity26. Relative Extrema, Absolute Maxima and Minima27. Integrals: An Overview of the Area Problem28. Area Under a Curve29. The Indefinite Integral30. Integration by Substitution31. The Definition of Area as a Limit; Sigma Notation32. The Definite Integral
    MD-002›Sequences and Series
    Math Deficiency – IITopic 6 of 32

    Sequences and Series

    6 minread
    1,006words
    Intermediatelevel

    Sequences and Series

    1. Definitions and Key Concepts

    • Sequence: An ordered list of numbers following a specific pattern (e.g., a1,a2,a3,…a_1, a_2, a_3, \dotsa1​,a2​,a3​,…).
    • Series: The sum of terms in a sequence (e.g., Sn=a1+a2+⋯+anS_n = a_1 + a_2 + \dots + a_nSn​=a1​+a2​+⋯+an​).

    2. Types of Sequences

    1. Arithmetic Sequence

      • Each term differs by a constant ddd (common difference).
      • General term: an=a1+(n−1)da_n = a_1 + (n-1)dan​=a1​+(n−1)d.
      • Example: 2,5,8,11,…2, 5, 8, 11, \dots2,5,8,11,… (d=3d = 3d=3).
    2. Geometric Sequence

      • Each term is multiplied by a constant rrr (common ratio).
      • General term: an=a1⋅rn−1a_n = a_1 \cdot r^{n-1}an​=a1​⋅rn−1.
      • Example: 3,6,12,24,…3, 6, 12, 24, \dots3,6,12,24,… (r=2r = 2r=2).
    3. Special Sequences

      • Fibonacci: Fn=Fn−1+Fn−2F_n = F_{n-1} + F_{n-2}Fn​=Fn−1​+Fn−2​, with F1=1,F2=1F_1 = 1, F_2 = 1F1​=1,F2​=1.
      • Quadratic/Cubic: Defined by polynomial rules (e.g., an=n2a_n = n^2an​=n2).

    3. Types of Series

    1. Finite Series

      • Sum of a limited number of terms.
      • Arithmetic Series Sum: Sn=n2(2a1+(n−1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d)Sn​=2n​(2a1​+(n−1)d).
      • Geometric Series Sum: Sn=a11−rn1−rS_n = a_1 \frac{1-r^n}{1-r}Sn​=a1​1−r1−rn​ (r≠1r \neq 1r=1).
    2. Infinite Series

      • Sum of infinitely many terms (converges if sum approaches a finite limit).
      • Geometric Series Convergence: S=a11−rS = \frac{a_1}{1-r}S=1−ra1​​ (if ∣r∣<1|r| < 1∣r∣<1).

    4. Convergence Tests for Infinite Series

    • Divergence Test: If lim⁡n→∞an≠0\lim_{n \to \infty} a_n \neq 0limn→∞​an​=0, the series diverges.
    • Integral Test: If f(n)=anf(n) = a_nf(n)=an​ is positive and decreasing, ∑an\sum a_n∑an​ converges iff ∫f(x)dx\int f(x)dx∫f(x)dx converges.
    • Comparison Test: Compare to a known convergent/divergent series.
    • Ratio Test: For ∑an\sum a_n∑an​, if lim⁡∣an+1/an∣<1\lim |a_{n+1}/a_n| < 1lim∣an+1​/an​∣<1, it converges.

    5. Power Series and Taylor Expansions

    • Power Series: ∑n=0∞cn(x−a)n\sum_{n=0}^\infty c_n (x-a)^n∑n=0∞​cn​(x−a)n.
    • Taylor Series: Represents functions as infinite sums:
      f(x)=∑n=0∞f(n)(a)n!(x−a)n.f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x-a)^n.f(x)=∑n=0∞​n!f(n)(a)​(x−a)n.
      • Maclaurin Series (case where a=0a = 0a=0):
        Example: ex=∑n=0∞xnn!e^x = \sum_{n=0}^\infty \frac{x^n}{n!}ex=∑n=0∞​n!xn​.

    6. Applications

    • Finance: Compound interest (geometric series).
    • Physics: Fourier series for wave analysis.
    • Computer Science: Algorithm analysis (summing operation counts).

    7. Key Formulas

    • Sum of First nnn Natural Numbers: ∑k=1nk=n(n+1)2\sum_{k=1}^n k = \frac{n(n+1)}{2}∑k=1n​k=2n(n+1)​.
    • Sum of Squares: ∑k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^n k^2 = \frac{n(n+1)(2n+1)}{6}∑k=1n​k2=6n(n+1)(2n+1)​.
    • Harmonic Series: ∑k=1∞1k\sum_{k=1}^\infty \frac{1}{k}∑k=1∞​k1​ diverges.

    8. Practical Problem-Solving Steps

    1. Identify the pattern (arithmetic/geometric/other).
    2. Write the general term ana_nan​.
    3. For series, apply summation formulas or tests for convergence.

    Sequences and series form the backbone of calculus, discrete mathematics, and analytical problem-solving, with wide-ranging theoretical and practical implications.

    Previous topic 5
    Recursion
    Next topic 7
    Sigma Notation

    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 time6 min
      Word count1,006
      Code examples0
      DifficultyIntermediate