Arithmetic Progression Calculator

Find nth term and sum of AP.

Result:

--

Mastering Sequences: The Arithmetic Progression

An Arithmetic Progression (AP) is a fundamental concept in algebra and number theory. It describes a sequence of numbers where the difference between any two consecutive terms is constant. This constant is known as the "common difference" ($d$). Whether you are calculating simple interest, predicting salary increments, or building a pyramid of cards, AP formulas are the mathematical engine behind linear growth.

Key Formulas

Our calculator automates these, but understanding them is crucial for homework and exams.

1. The Nth Term Formula ($a_n$):
Use this to find a specific number in the list (e.g., the 50th term).
$$ a_n = a + (n-1)d $$
- $a$: The first term.
- $d$: The common difference.
- $n$: The position of the term you want to find.

2. The Sum of N Terms Formula ($S_n$):
Use this to add up the first $n$ numbers in the sequence.
$$ S_n = \frac{n}{2} [2a + (n-1)d] $$
Alternatively, if you already know the last term ($l$):
$$ S_n = \frac{n}{2} (a + l) $$

Examples

Example 1: 2, 4, 6, 8...
- $a = 2$, $d = 2$.
- 10th term ($a_{10}$) = $2 + (9 \times 2) = 20$.

Example 2: 10, 5, 0, -5...
- $a = 10$, $d = -5$. (Note: $d$ can be negative!)
- Sum of first 5 terms = $2.5 \times [20 + (4 \times -5)] = 2.5 \times 0 = 0$.

Real-World Applications

- Finance: Simple Interest loans are arithmetic progressions. Each year, the same amount of interest is added.
- Architecture: Calculating the height of steps in a staircase or the seating arrangement in a stadium often follows an arithmetic sequence.
- Physics: An object accelerating at a constant rate increases its velocity in an arithmetic progression over equal time intervals.