Sequence Calculator
Results:
Nth Term (an): –
Sum of N Terms (Sn): –
Sequence Terms:
Understanding Sequences: Arithmetic and Geometric Progressions
A sequence is an ordered list of numbers, often defined by a specific rule or pattern. Sequences are fundamental concepts in mathematics and appear in various fields, from finance to computer science. This calculator helps you explore two of the most common types: Arithmetic Sequences and Geometric Sequences.
What is an Arithmetic Sequence?
An arithmetic sequence (also known as an arithmetic progression) is a sequence of numbers such that the difference between consecutive terms is constant. This constant difference is called the common difference (d).
Key Formulas for Arithmetic Sequences:
- Nth Term (an): The formula to find any term in an arithmetic sequence is:
an = a₁ + (n - 1)d
Where:a₁is the first termnis the term number you want to finddis the common difference
- Sum of N Terms (Sn): The sum of the first
nterms of an arithmetic sequence is:Sn = n/2 * (2a₁ + (n - 1)d)
Alternatively, if you know the first and nth terms:Sn = n/2 * (a₁ + an)
Example: Consider an arithmetic sequence with a first term (a₁) of 3 and a common difference (d) of 4.
- The sequence would be: 3, 7, 11, 15, 19, …
- To find the 5th term (a₅):
a₅ = 3 + (5 - 1) * 4 = 3 + 4 * 4 = 3 + 16 = 19 - To find the sum of the first 5 terms (S₅):
S₅ = 5/2 * (2*3 + (5 - 1)*4) = 2.5 * (6 + 16) = 2.5 * 22 = 55
What is a Geometric Sequence?
A geometric sequence (also known as a geometric progression) is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio (r).
Key Formulas for Geometric Sequences:
- Nth Term (an): The formula to find any term in a geometric sequence is:
an = a₁ * r^(n-1)
Where:a₁is the first termnis the term number you want to findris the common ratio
- Sum of N Terms (Sn): The sum of the first
nterms of a geometric sequence is:Sn = a₁ * (1 - r^n) / (1 - r)(wherer ≠ 1)
Ifr = 1, thenSn = n * a₁
Example: Consider a geometric sequence with a first term (a₁) of 2 and a common ratio (r) of 3.
- The sequence would be: 2, 6, 18, 54, 162, …
- To find the 5th term (a₅):
a₅ = 2 * 3^(5-1) = 2 * 3^4 = 2 * 81 = 162 - To find the sum of the first 5 terms (S₅):
S₅ = 2 * (1 - 3^5) / (1 - 3) = 2 * (1 - 243) / (-2) = 2 * (-242) / (-2) = 242
How to Use the Sequence Calculator
- Select Sequence Type: Choose whether you want to calculate an "Arithmetic Sequence" or a "Geometric Sequence" using the radio buttons.
- Enter First Term (a₁): Input the starting value of your sequence.
- Enter Number of Terms (n): Specify how many terms you want to calculate and sum.
- Enter Common Difference (d) or Common Ratio (r):
- If "Arithmetic Sequence" is selected, enter the constant difference between terms.
- If "Geometric Sequence" is selected, enter the constant multiplier between terms.
- Click "Calculate Sequence": The calculator will instantly display the Nth term, the sum of the first N terms, and a list of all the terms in the sequence.
This tool is perfect for students, educators, or anyone needing quick calculations for sequences in mathematics, finance, or other analytical tasks.