Mathematics | Sequence, Series and Summations
Last Updated :
06 Sep, 2024
Sequences, series, and summations are fundamental concepts of mathematical analysis and it has practical applications in science, engineering, and finance.
What is Sequence?
It is a set of numbers in a definite order according to some definite rule (or rules). Each number of the set is called a term of the sequence and its length is the number of terms in it. We can write the sequence as: \{a_n\}_{n=1}^{\infty}~or~a_n. A finite sequence is generally described by a1, a2, a3.... an, and an infinite sequence is described by a1, a2, a3.... to infinity. A sequence {an} has the limit L and we write:
\displaystyle\lim_{n\to\infty} a_n = L or {a_n}_0^∞ as {n\to\infty}
For example:
- 2, 4, 6, 8 ...., 20 is a finite sequence obtained by adding 2 to the previous number.
- 10, 6, 2, -2, ..... is an infinite sequence obtained by subtracting 4 from the previous number.
If the terms of a sequence can be described by a formula, then the sequence is called a progression.
1, 1, 2, 3, 5, 8, 13, ....., is a progression called the Fibonacci sequence in which each term is the sum of the previous two numbers.
Theorems on Sequences
Theorem 1: Given the sequence \{a_n\} if we have a function f(x)such that f(n) = a_n and \displaystyle\lim_{x\to\infty} f(x)~=~L then \displaystyle\lim_{n\to\infty} a_n~=~L. This theorem tells us that we take the limits of sequences much like we take the limit of functions.
Theorem 2 (Squeeze Theorem): If a_n\leq c_n\leq b_n for all n > N for some N and \lim_{n\to\infty} a_n~=~\lim_{n\to\infty} b_n~=~L then \lim_{n\to\infty} c_n~=~L
Theorem 3: If \lim_{n\to\infty}\mid a_n\mid~=~0 then \lim_{n\to\infty} a_n~=~0.
Note that for this theorem to hold the limit must be zero and it won’t work for a sequence whose limit is not zero.
Theorem 4: If \displaystyle\lim_{n\to\infty} a_n~=~L and the function f is continuous at L, then \displaystyle\lim_{n\to\infty}f(a_n)~=~f(L)
Theorem 5: The sequence {r^n} is convergent if -1 < r \leq 1 and divergent for all other values of r. Also, This theorem is a useful theorem giving the convergence/divergence and value (for when it’s convergent) of a sequence that arises on occasion.
Properties of Sequences
If (a_n) and (b_n) are convergent sequences, the following properties hold:
\displaystyle\lim_{n\to\infty} (a_n \pm b_n) = \displaystyle\lim_{n\to\infty} a_n\ \pm \displaystyle\lim_{n\to\infty} b_n
\displaystyle\lim_{n\to\infty} ca_n = c\displaystyle\lim_{n\to\infty} a_n
\displaystyle\lim_{n\to\infty} (a_n b_n) = \Big(\displaystyle\lim_{n\to\infty} a_n\Big)\Big(\displaystyle\lim_{n\to\infty} b_n\Big)
\displaystyle\lim_{n\to\infty} {a_n}^p = \Big[\displaystyle\lim_{n\to\infty} a_n\Big]^p provided a_n \geq 0
What is Series?
A series is simply the sum of the various terms of a sequence. If the sequence is a1, a2, a3, ... , an the expression a1 + a2 + a3 + ... + an is called the series associated with it. A series is represented by 'S' or the Greek symbol \displaystyle\sum_{n=1}^{n}a_n. The series can be finite or infinite. Examples:
- 5 + 2 + (-1) + (-4) is a finite series obtained by subtracting 3 from the previous number
- 1 + 1 + 2 + 3 + 5 is an infinite series called the Fibonacci series obtained from the Fibonacci sequence.
If the sequence of partial sums is a convergent sequence (i.e. its limit exists and is finite) then the series is also called convergenti.e. if \displaystyle\lim_{n\to\infty} S_n = L then \displaystyle\sum_{n=1}^\infty a_n = L. Likewise, if the sequence of partial sums is a divergent sequence (i.e. if
\displaystyle\lim_{n\to\infty} a_n \neq 0
or its limit doesn’t exist or is plus or minus infinity) then the series is also called divergent.
Properties of Series
If \displaystyle\sum_{n=1}^\infty a_n = A and \displaystyle\sum_{n=1}^\infty b_n = B be convergent series then \displaystyle\sum_{n=1}^\infty (a_n + b_n) = A + B
If \displaystyle\sum_{n=1}^\infty a_n = A and \displaystyle\sum_{n=1}^\infty b_n = B be convergent series then \displaystyle\sum_{n=1}^\infty (a_n - b_n) = A - B
If \displaystyle\sum_{n=1}^\infty a_n = A be convergent series then \displaystyle\sum_{n=1}^\infty ca_n = cA
If \displaystyle\sum_{n=1}^\infty a_n = A and \displaystyle\sum_{n=1}^\infty b_n = B be convergent series then if a_n\leq b_n for all n \in N then A\leq B
Theorems on Series
Theorem 1 (Comparison test): Suppose 0\leq a_n\leq b_n for n\geq k for some k. Then
(1) The convergence of \displaystyle\sum_{n=1}^\infty b_n implies the convergence of \displaystyle\sum_{n=1}^\infty a_n.
(2) The convergence of \displaystyle\sum_{n=1}^\infty a_n implies the convergence of \displaystyle\sum_{n=1}^\infty b_n
Theorem 2 (Limit Comparison test): Let a_n\geq 0 and b_n > 0 , and suppose that \displaystyle\lim_{n\to\infty}\frac{a_n}{b_n} = L > 0. Then \displaystyle\sum_{n=0}^\infty a_n converges if and only if \displaystyle\sum_{n=0}^\infty b_n converges.
Theorem 3 (Ratio test): Suppose that the following limit exists, M = \displaystyle\lim_{n\to\infty}\frac{|a_n+1|}{|a_n|} . Then,
(1) If M < 1 \Rightarrow \displaystyle\lim_{n\to\infty}a_n converges
(2) If M > 1 \Rightarrow \displaystyle\lim_{n\to\infty}a_n diverges
(3) If M = 1 \Rightarrow \displaystyle\lim_{n\to\infty}a_n might either converge or diverge
Theorem 4 (Root test): Suppose that the following limit exists:, M = \displaystyle\lim_{n\to\infty}\sqrt[n]{|a_n|} . Then,
(1) If M < 1 \Rightarrow \displaystyle\lim_{n\to\infty}a_n converges
(2) If M > 1 \Rightarrow \displaystyle\lim_{n\to\infty}a_n diverges
(3) If M = 1 \Rightarrow \displaystyle\lim_{n\to\infty}a_n might either converge or diverge
Theorem 5 (Absolute Convergence test): A series \displaystyle\sum_{n=1}^\infty a_n is said to be absolutely convergent if the series \displaystyle\sum_{n=1}^\infty |a_n| converges.
Theorem 6 (Conditional Convergence test): A series \displaystyle\sum_{n=1}^\infty a_n is said to be conditionally convergent if the series \displaystyle\sum_{n=1}^\infty}|a_n| diverges but the series \displaystyle\sum_{n=1}^\infty a_n converges .
Theorem 7 (Alternating Series test): If a_0\geq a_1\geq a_2\geq ....\geq 0, and \displaystyle\lim_{n\to\infty}a_n = 0, the 'alternating series' a_0-a_1+a_2-a_3+.... = \displaystyle\sum_{n=1}^\infty (-1)^n a_n will converge.
Summation Definition
Summation is the addition of a sequence of numbers. It is a convenient and simple form of shorthand used to give a concise expression for a sum of the values of a variable. The summation symbol, \displaystyle\sum_{i=m}^{n} a_i, instructs us to sum the elements of a sequence. A typical element of the sequence which is being summed appears to the right of the summation sign.
\displaystyle\sum_{i=m}^{n} ca_i = c\displaystyle\sum_{i=m}^{n}a_i where c is any number. So, we can factor constants out of a summation.
\displaystyle\sum_{i=m}^{n} (a_i\pm b_i) = \displaystyle\sum_{i=m}^{n} a_i \pm\displaystyle\sum_{i=m}^{n} b_i So we can break up a summation across a sum or difference.
Note that while we can break up sums and differences as mentioned above, we can’t do the same thing for products and quotients. In other words,
\displaystyle\sum_{i=m}^{n}a_i = \displaystyle\sum_{i=m}^{j}a_i +\displaystyle\sum_{i=j+1}^{n}a_i, for any natural number m\leq j < j + 1\leq n.
\displaystyle\sum_{i=1}^{n}c = c+c+c+c....+(n\ times) = nc. If the argument of the summation is a constant, then the sum is the limit range value times the constant.
Various examples of summation formula includes,
1) Sum of first n natural numbers: \displaystyle\sum_{i=1}^{n}i = 1+2+3+....+n = \frac{n(n+1)}{2}
2) Sum of squares of first n natural numbers: \displaystyle\sum_{i=1}^{n}i^2 = 1^2+2^2+3^2+....+n^2 = \frac{n(n+1)(2n+1)}{6}
3) Sum of cubes of first n natural numbers: \displaystyle\sum_{i=1}^{n}i^3 = 1^3+2^3+3^3+....+n^3 = \Bigg(\frac{n(n+1)}{2}\Bigg)^2
4) Property of logarithms: \displaystyle\sum_{i=1}^{n}log\ i = log\ 1+log\ 2+log\ 3+....+log\ n = log\ n!
Applications of Sequence, Series and Summations
Various application of Sequence, Series and Summations are:
- Sequences are used in computer science for algorithms, in economics for modeling, and in various fields of science for experimental data.
- Series are useful in mathematics for convergence tests, in physics for wave analysis, and in engineering for signal processing.
- Summations are essential in statistics for calculating averages, variances, and other statistical measures, and in mathematics for integration and differentiation approximations.
Types of Series
Their are mainly 2 types of series
- Finite series
- Infinite series
Finite Series
The Series that will end after a given interval of time is called a Finite series.
For example - 2,4,6 8,10.
Infinite Series
The Series that will not end after a given interval of time is called a Infinite series.
For example - 2,4,6 8,10,..... so on
Similar Reads
Engineering Mathematics Tutorials
Engineering mathematics is a vital component of the engineering discipline, offering the analytical tools and techniques necessary for solving complex problems across various fields. Whether you're designing a bridge, optimizing a manufacturing process, or developing algorithms for computer systems,
3 min read
Matrix and Determinants
Matrices
Matrices are key concepts in mathematics, widely used in solving equations and problems in fields like physics and computer science. A matrix is simply a grid of numbers, and a determinant is a value calculated from a square matrix.Example: \begin{bmatrix} 6 & 9 \\ 5 & -4 \\ \end{bmatrix}_{2
3 min read
Different Operations on Matrices
For an introduction to matrices, you can refer to the following article: Matrix Introduction In this article, we will discuss the following operations on matrices and their properties: Matrices AdditionMatrices SubtractionMatrices MultiplicationMatrices Addition: The addition of two matrices A m*n a
11 min read
Representation of Relation in Graphs and Matrices
Understanding how to represent relations in graphs and matrices is fundamental in engineering mathematics. These representations are not only crucial for theoretical understanding but also have significant practical applications in various fields of engineering, computer science, and data analysis.
8 min read
Determinant of Matrix with Solved Examples
The determinant of a matrix is a scalar value that can be calculated for a square matrix (a matrix with the same number of rows and columns). It serves as a scaling factor that is used for the transformation of a matrix.It is a single numerical value that plays a key role in various matrix operation
15+ min read
Properties of Determinants
Properties of Determinants are the properties that are required to solve various problems in Matrices. There are various properties of the determinant that are based on the elements, rows, and columns of the determinant. These properties help us to easily find the value of the determinant. Suppose w
10 min read
Row Echelon Form
Row Echelon Form (REF) of a matrix simplifies solving systems of linear equations, understanding linear transformations, and working with matrix equations. A matrix is in Row Echelon form if it has the following properties:Zero Rows at the Bottom: If there are any rows that are completely filled wit
4 min read
Eigenvalues and Eigenvectors
Eigenvectors are the directions that remain unchanged during a transformation, even if they get longer or shorter. Eigenvalues are the numbers that indicate how much something stretches or shrinks during that transformation. These ideas are important in many areas of math and engineering, including
15+ min read
System of Linear Equations
In mathematics, a system of linear equations consists of two or more linear equations that share the same variables. These systems often arise in real-world applications, such as engineering, physics, economics, and more, where relationships between variables need to be analyzed. Understanding how t
8 min read
Matrix Diagonalization
Matrix diagonalization is the process of reducing a square matrix into its diagonal form using a similarity transformation. This process is useful because diagonal matrices are easier to work with, especially when raising them to integer powers.Not all matrices are diagonalizable. A matrix is diagon
8 min read
LU Decomposition
LU decomposition or factorization of a matrix is the factorization of a given square matrix into two triangular matrices, one upper triangular matrix and one lower triangular matrix, such that the product of these two matrices gives the original matrix. It was introduced by Alan Turing in 1948, who
7 min read
Finding Inverse of a Square Matrix using Cayley Hamilton Theorem in MATLAB
Matrix is the set of numbers arranged in rows & columns in order to form a Rectangular array. Here, those numbers are called the entries or elements of that matrix. A Rectangular array of (m*n) numbers in the form of 'm' horizontal lines (rows) & 'n' vertical lines (called columns), is calle
4 min read
Sequence and Series
Binomial Theorem
Binomial theorem is a fundamental principle in algebra that describes the algebraic expansion of powers of a binomial. According to this theorem, the expression (a + b)n where a and b are any numbers and n is a non-negative integer. It can be expanded into the sum of terms involving powers of a and
15+ min read
Sequences and Series
A sequence is an ordered list of numbers following a specific rule. Each number in a sequence is called a "term." The order in which terms are arranged is crucial, as each term has a specific position, often denoted as anâ, where n indicates the position in the sequence.For example:2, 5, 8, 11, 14,
7 min read
Finding nth term of any Polynomial Sequence
Given a few terms of a sequence, we are often asked to find the expression for the nth term of this sequence. While there is a multitude of ways to do this, In this article, we discuss an algorithmic approach which will give the correct answer for any polynomial expression. Note that this method fai
4 min read
Mathematics | Sequence, Series and Summations
Sequences, series, and summations are fundamental concepts of mathematical analysis and it has practical applications in science, engineering, and finance.Table of ContentWhat is Sequence?Theorems on SequencesProperties of SequencesWhat is Series?Properties of SeriesTheorems on SeriesSummation Defin
8 min read
Calculus
Limits in Calculus
Limits are used in calculus to define differential, continuity, and integrals, and they are defined as the approaching value of the function with the input approaching to ascertain value.Let's say we have a function f(x) = x2. In the graph given below, notice that as xâ¢0, f(x) also tends to become z
10 min read
Indeterminate Forms
Assume a function F(x)=\frac{f(x)}{g(x)} which is undefined at x=a but it may approach a limit as x approaches a. The process of determining such a limit is known as evaluation of indeterminate forms. The L' Hospital Rule helps in the evaluation of indeterminate forms. According to this rule- \lim_{
3 min read
Limits, Continuity and Differentiability
Limits, Continuity, and Differentiation are fundamental concepts in calculus. They are essential for analyzing and understanding function behavior and are crucial for solving real-world problems in physics, engineering, and economics.Table of ContentLimitsKey Characteristics of LimitsExample of Limi
10 min read
Cauchy's Mean Value Theorem
Cauchy's Mean Value theorem provides a relation between the change of two functions over a fixed interval with their derivative. It is a special case of Lagrange Mean Value Theorem. Cauchy's Mean Value theorem is also called the Extended Mean Value Theorem or the Second Mean Value Theorem.According
7 min read
Lagrange's Mean Value Theorem
Lagrange's Mean Value Theorem (LMVT) is a fundamental result in differential calculus, providing a formalized way to understand the behavior of differentiable functions. This theorem generalizes Rolle's Theorem and has significant applications in various fields of engineering, physics, and applied m
9 min read
Rolle's Mean Value Theorem
Rolle's theorem one of the core theorem of calculus states that, for a differentiable function that attains equal values at two distinct points then it must have at least one fixed point somewhere between them where the first derivative of the function is zero.Rolle's Theorem and the Mean Value Theo
8 min read
Taylor Series
A Taylor series represents a function as an infinite sum of terms, calculated from the values of its derivatives at a single point.Taylor series is a powerful mathematical tool used to approximate complex functions with an infinite sum of terms derived from the function's derivatives at a single poi
8 min read
Maclaurin series
Prerequisite - Taylor theorem and Taylor series We know that formula for expansion of Taylor series is written as: f(x)=f(a)+\sum_{n=1}^{\infty}\frac{f^n(a)}{n!}(x-a)^n Now if we put a=0 in this formula we will get the formula for expansion of Maclaurin series. T hus Maclaurin series expansion can b
2 min read
Euler's Formula
Euler's formula holds a prominent place in the field of mathematics. It aids in establishing the essential link between trigonometric functions and complex exponential functions. It is a crucial formula used for solving complicated exponential functions. It is also known as Euler's identity. It has
5 min read
Chain Rule: Theorem, Formula and Solved Examples
Chain Rule is a way to find the derivative of composite functions. It is one of the basic rules used in mathematics for solving differential problems. It helps us to find the derivative of composite functions such as (3x2 + 1)4, (sin 4x), e3x, (ln x)2, and others. Only the derivatives of composite f
9 min read
Inverse functions and composition of functions
Inverse Functions - In mathematics a function, a, is said to be an inverse of another, b, if given the output of b a returns the input value given to b. Additionally, this must hold true for every element in the domain co-domain(range) of b. In other words, assuming x and y are constants, if b(x) =
3 min read
Definite Integral | Definition, Formula & How to Calculate
A definite integral is an integral that calculates a fixed value for the area under a curve between two specified limits. The resulting value represents the sum of all infinitesimal quantities within these boundaries. i.e. if we integrate any function within a fixed interval it is called a Definite
8 min read
Mathematics | Indefinite Integrals
Antiderivative - Definition :A function ∅(x) is called the antiderivative (or an integral) of a function f(x) of ∅(x)' = f(x). Example : x4/4 is an antiderivative of x3 because (x4/4)' = x3. In general, if ∅(x) is antiderivative of a function f(x) and C is a constant.Then, {∅
4 min read
Application of Derivative - Maxima and Minima
Derivatives have many applications, like finding rate of change, approximation, maxima/minima and tangent. In this section, we focus on their use in finding maxima and minima.Note: If f(x) is a continuous function, then for every continuous function on a closed interval has a maximum and a minimum v
6 min read
Summation Formulas
In mathematics, the summation is the basic addition of a sequence of numbers, called addends or summands; the result is their sum or total. The summation of an explicit sequence is denoted as a succession of additions. For example, the summation of (1, 3, 4, 7) can be written as 1 + 3 + 4 + 7, and t
6 min read
Statistics and Numerical Methods
Mean, Variance and Standard Deviation
Mean, Variance and Standard Deviation are fundamental concepts in statistics and engineering mathematics, essential for analyzing and interpreting data. These measures provide insights into data's central tendency, dispersion, and spread, which are crucial for making informed decisions in various en
10 min read
Mathematics - Law of Total Probability
Probability theory is the branch of mathematics concerned with the analysis of random events. It provides a framework for quantifying uncertainty, predicting outcomes, and understanding random phenomena. In probability theory, an event is any outcome or set of outcomes from a random experiment, and
12 min read
Probability Distribution - Function, Formula, Table
A probability distribution describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a frequency distribution shows how often outcomes occur in a sample or
15+ min read
Bayes' Theorem
Bayes' Theorem is a mathematical formula that helps determine the conditional probability of an event based on prior knowledge and new evidence.It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities
12 min read
Conditional Probability
Conditional probability defines the probability of an event occurring based on a given condition or prior knowledge of another event. Conditional probability is the likelihood of an event occurring, given that another event has already occurred. In probability this is denoted as A given B, expressed
11 min read
Probability Distribution
Mathematics | Probability Distributions Set 1 (Uniform Distribution)
Probability distribution is a mathematical function that can be thought of as providing the probabilities of occurrence of different possible outcomes in an experiment. For instance, if the random variable X is used to denote the outcome of a coin toss ("the experiment"), then the probability distri
3 min read
Mathematics | Probability Distributions Set 2 (Exponential Distribution)
The previous article covered the basics of Probability Distributions and talked about the Uniform Probability Distribution. This article covers the Exponential Probability Distribution which is also a Continuous distribution just like Uniform Distribution. Introduction - Suppose we are posed with th
5 min read
Mathematics | Probability Distributions Set 3 (Normal Distribution)
The previous two articles introduced two Continuous Distributions: Uniform and Exponential. This article covers the Normal Probability Distribution, also a Continuous distribution, which is by far the most widely used model for continuous measurement.Introduction -Whenever a random experiment is rep
5 min read
Mathematics | Probability Distributions Set 4 (Binomial Distribution)
The previous articles talked about some of the Continuous Probability Distributions. This article covers one of the distributions which are not continuous but discrete, namely the Binomial Distribution.Introduction -To understand the Binomial distribution, we must first understand what a Bernoulli T
5 min read
Mathematics | Probability Distributions Set 5 (Poisson Distribution)
The previous article covered the Binomial Distribution. This article talks about another Discrete Probability Distribution, the Poisson Distribution.Introduction -Suppose an event can occur several times within a given unit of time. When the total number of occurrences of the event is unknown, we ca
4 min read
Covariance and Correlation
Covariance and correlation are the two key concepts in Statistics that help us analyze the relationship between two variables. Covariance measures how two variables change together, indicating whether they move in the same or opposite directions. In this article, we will learn about the differences
5 min read
Engineering Math Practice Problems