Series Calculator – Calculate Arithmetic & Geometric Series
The Series Calculator is a free online mathematical tool that calculates the sum of finite arithmetic and geometric series. Enter the first term, common difference or common ratio, and number of terms to quickly calculate the corresponding finite series sum (Sₙ).
This calculator includes two calculation modes: Arithmetic Series and Geometric Series. The arithmetic mode uses the first term, common difference, and number of terms, while the geometric mode uses the first term, common ratio, and number of terms to calculate the finite sum. Use this tool.
Series Calculator
Arithmetic Series Sum (Sₙ)
0
Finite Geometric Series Sum (Sₙ)
0
What Is a Series sum?
A series is the sum of the terms in a sequence, where individual values are added together to obtain a total. For example, "2 + 4 + 6 + 8 + 10" is a series containing five terms.
Before calculating a series sum, it is useful to identify whether the terms follow an arithmetic or geometric pattern. An arithmetic series has a constant difference between consecutive terms, while a geometric series has a constant ratio between consecutive terms.
What Is an Arithmetic Series?
An arithmetic series is formed when consecutive terms have the same constant difference. This constant value is called the common difference (d).
For example:
3 + 7 + 11 + 15 + 19
The differences between consecutive terms are:
"7 − 3 = 4"
"11 − 7 = 4"
"15 − 11 = 4"
"19 − 15 = 4"
Because the difference remains "4", this is an arithmetic series with d = 4.
Arithmetic Series Sum Formula
The sum of the first "n" terms of an arithmetic series is calculated using:
Sₙ = n/2 × [2a + (n − 1)d]
Where:
Sₙ = Sum of the first "n" terms
n = Number of terms
a = First term
d = Common difference
This formula calculates the total of a specified number of arithmetic terms when the first term, common difference, and number of terms are known.
Arithmetic Series Example
Consider the following series:
1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19
Here:
a = 1
d = 2
n = 10
Using the arithmetic series formula:
S₁₀ = 10/2 × [2(1) + (10 − 1)(2)]
S₁₀ = 5 × [2 + 18]
S₁₀ = 100
Therefore, the sum of the first 10 odd numbers is 100.
You can perform the same calculation with this Arithmetic Series Calculator by entering "1" as the first term, "2" as the common difference, and "10" as the number of terms.
How to Use the Arithmetic Series Calculator
Select the Arithmetic tab to calculate the sum of an arithmetic series. Enter the first term, constant difference, and number of terms, then select Calculate to display the calculated value.
Steps to Calculate an Arithmetic Series
Step 1: Select the Arithmetic tab.
Step 2: Enter the first term in the First term (a) field.
Step 3: Enter the constant difference between consecutive terms in Common difference (d).
Step 4: Enter the total number of terms in Number of terms (n).
Step 5: Click Calculate to display the arithmetic series sum "Sₙ".
The calculator requires "n" to be greater than zero, and its numeric fields accept decimal values because the input elements use "step="any"". Invalid or missing values trigger a validation message instead of producing an incorrect calculation.
What Is a Geometric Series?
A geometric series is a series in which each term is obtained by multiplying the previous term by the same constant value. This constant multiplier is called the common ratio (r).
For example:
2 + 6 + 18 + 54 + 162
The ratios are:
6 ÷ 2 = 3
18 ÷ 6 = 3
54 ÷ 18 = 3
162 ÷ 54 = 3
Since the ratio remains "3", this is a geometric series with r = 3.
Finite Geometric Series Sum Formula
The sum of the first "n" terms of a finite geometric series is:
Sₙ = a(1 − rⁿ) / (1 − r)
Where:
Sₙ = Sum of the first "n" terms
a = First term
r = Common ratio
n = Number of terms
This formula is used when the number of geometric terms being added is finite and known.
Geometric Series Example
Consider:
2 + 6 + 18 + 54 + 162
The values are:
a = 2
r = 3
n = 5
Therefore:
S₅ = 2(1 − 3⁵) / (1 − 3)
S₅ = 2(1 − 243) / (−2)
S₅ = 242
Therefore, the sum of the five terms is 242.
To verify this result using the calculator, enter "2" for the first term, "3" for the common ratio, and "5" for the number of terms in the Geometric tab.
How to Use the Geometric Series Calculator
Choose the Geometric tab and enter the first term, common ratio, and number of terms to calculate a finite geometric sum. After selecting Calculate, the result appears in the Finite Geometric Series Sum (Sₙ) result box.
The calculator also handles the special case where r = 1 separately. When "r = 1", every term has the same value as the first term, so the sum is calculated as Sₙ = a × n instead of using the standard geometric formula.
For example, the series:
5 + 5 + 5 + 5
has "a = 5", "r = 1", and "n = 4", so its sum is:
S₄ = 5 × 4 = 20
The calculator's JavaScript logic uses this direct calculation when the common ratio equals "1".
Arithmetic Series vs. Geometric Series
Arithmetic and geometric series differ in the way their consecutive terms change. An arithmetic series uses a constant difference, represented by d, between consecutive terms, while a geometric series uses a constant ratio, represented by r.
Both series have a first term represented by a and a specified number of terms represented by n, but their finite-sum formulas are different. For an arithmetic series, the finite sum is calculated with Sₙ = n/2[2a + (n−1)d], whereas a geometric series uses Sₙ = a(1−rⁿ)/(1−r) when r ≠ 1.
In the Series Calculator, these two calculation methods are available through separate Arithmetic and Geometric tabs, allowing you to enter the required values and calculate the corresponding finite sum.
What Is a Finite Series?
A finite series contains a specific and limited number of terms. For example, "4 + 8 + 12 + 16 + 20" contains five terms, so it is a finite arithmetic series.
This Series Calculator is designed to calculate the finite sum of arithmetic and geometric series. The "n" input determines exactly how many terms are included in the calculation.
What Is a Partial Sum?
A partial sum (Sₙ) is the sum obtained by adding the first "n" terms of a series. It represents the accumulated total up to a particular term rather than the sum of an entire potentially infinite sequence.
For example:
2 + 4 + 6 + 8 + 10 + ...
The partial sum of the first five terms is:
S₅ = 2 + 4 + 6 + 8 + 10 = 30
Therefore, "S₅" represents the sum through the fifth term.
Series Calculator Features
The Arithmetic Series Calculator uses the first term, common difference, and number of terms to calculate the arithmetic sum. The Geometric Series Calculator uses the first term, common ratio, and number of terms to calculate the finite geometric sum.
The calculator includes Calculate and Reset buttons, allowing you to perform a calculation and clear the current inputs before starting another one. The result section includes a Copy button that copies the calculated value to the clipboard for convenient use elsewhere.
The numeric input fields support decimal values, while the number-of-terms field requires a positive integer. When required inputs are missing or invalid, the calculator displays a validation alert instead of calculating from incomplete data.
Calculate Series Sums Online
Calculating a series manually requires selecting the correct formula and substituting the appropriate values for each variable. The Series Calculator simplifies this process by accepting the required inputs and automatically applying the corresponding arithmetic or geometric series formula.
For an arithmetic series, enter a, d, and n; for a geometric series, enter a, r, and n. The calculator then displays the resulting Sₙ value, making it useful for mathematics practice, homework, assignments, and quick calculation checks.
Frequently Asked Questions (FAQs)
common question and answers
How do I calculate the sum of a series?
First, identify whether the series is arithmetic or geometric by examining the relationship between consecutive terms. Then use the appropriate finite-sum formula with the first term, common difference or ratio, and number of terms.
What is the formula for an arithmetic series?
The sum of the first "n" terms of an arithmetic series is:
Sₙ = n/2 × [2a + (n − 1)d]
Here, "a" represents the first term, "d" represents the common difference, and "n" represents the number of terms.
What is the formula for a geometric series?
The finite geometric series sum is:
Sₙ = a(1 − rⁿ)/(1 − r)
Here, "a" is the first term, "r" is the common ratio, and "n" is the number of terms.
What happens when the common ratio is 1?
When "r = 1", every term in the geometric series is equal to the first term. Therefore, the sum of "n" terms is Sₙ = a × n, which is also the special calculation implemented in this calculator.
What is a common difference?
The common difference (d) is the constant value obtained by subtracting one arithmetic term from the next. For example, the sequence "5, 8, 11, 14" has a common difference of "3".
What is a common ratio?
The common ratio (r) is the constant value obtained by dividing a geometric term by the preceding term. For example, "3, 9, 27, 81" has a common ratio of "3".
Does this Series Calculator calculate infinite series?
The current calculator code calculates finite arithmetic and finite geometric series based on a specified number of terms. It does not include separate functionality for calculating the sum of an infinite geometric series or testing convergence and divergence.
What is the sum of 1 to N?
The sum of the first "N" natural numbers is:
1 + 2 + 3 + ... + N = N(N + 1) / 2
This is a special case of an arithmetic progression where the first term is "1" and the common difference is "1".
What is a partial sum?
A partial sum is the total obtained by adding the first "n" terms of a series. For example, the first four terms of "1 + 2 + 3 + 4 + ..." have the partial sum S₄ = 10.
What is the difference between an arithmetic and geometric series?
An arithmetic series has a constant difference between consecutive terms, while a geometric series has a constant ratio between consecutive terms. Therefore, arithmetic calculations use "d", whereas geometric calculations use "r".
Use more tools,

অর্ডিনারি আইটির নীতিমালা মেনে কমেন্ট করুন। প্রতিটি কমেন্ট রিভিউ করা হয়।
comment url