What Is the Nth Term? Formulas, Solved Examples, and Easy Guide
Updated on April 28, 2026
The nth term is a mathematical algebraic rule or formula that describes the relationship between the position of a number in a sequence and its actual value. It acts as a general expression where the variable n represents the position of the term, such as first, second, or hundredth. By substituting a specific number for n, anyone can calculate the exact value of that term without having to list every preceding number in the pattern. Students working on sequences and patterns can strengthen their algebra foundation with high school math tutoring.
Understanding the nth term is essential for identifying patterns in mathematics and predicting future outcomes in a data set. In a sequence like 2, 4, 6, 8, the nth term is 2n. If a student wants to find the 50th term, they simply multiply 50 by 2 to get 100. This concept simplifies complex lists of numbers into a single, manageable equation that defines the entire group.
This general rule is often referred to as the general term of a sequence and is denoted as an or f(n). It provides a direct map from the domain of natural numbers to the range of term values. Whether a sequence is increasing, decreasing, or following a multiplicative pattern, the nth term serves as the foundational tool for algebraic analysis and problem-solving in K-12 mathematics.
What is the nth term?
The nth term is an algebraic expression that defines the rule for a sequence, allowing the calculation of any term’s value based on its position n. It serves as a shortcut for finding large terms, such as the 100th or 1,000th term, which would be impractical to find by manual counting or repeated addition.
Help your child reach their full potential!
Answer a few quick questions about your child’s learning, and we’ll recommend next steps.
Formula for the nth Term
The formula used to find the nth term depends entirely on the type of sequence being analyzed, with distinct mathematical structures for arithmetic and geometric patterns. These formulas utilize specific constants like the first term and the rate of change to establish a functional relationship between the position and the value.
Arithmetic Sequence Formula
An arithmetic sequence is a pattern where the difference between any two consecutive terms is constant, known as the common difference. The standard formula for the nth term (an) of an arithmetic sequence is an = a + (n – 1)d. In this expression, a represents the first term of the sequence, n is the position of the term you are looking for, and d is the common difference. This linear equation ensures that for every increase in the position n, the value increases or decreases by the fixed amount d. For example, if a sequence starts at 5 and increases by 3 each time, the formula becomes an = 5 + (n – 1)3, which simplifies to an = 3n + 2.
Geometric Sequence Formula
A geometric sequence is a pattern where each term is found by multiplying the previous term by a fixed, non-zero number called the common ratio. The formula for the nth term of a geometric sequence is an = a * r^(n-1). Here, a is the first term and r is the common ratio. Because the variable n is in the exponent, these sequences grow or shrink at an accelerating rate compared to arithmetic sequences. If a sequence begins with 2 and doubles every time, the common ratio is 2, and the formula is an = 2 * 2^(n-1), which can also be written as an = 2^n. This formula is vital for calculating values in sequences involving population growth or compound interest.
How to Find the nth Term of a Sequence
Finding the nth term involves identifying the pattern of change between terms and substituting the known values into the appropriate mathematical model. The process requires a systematic check of whether the sequence changes by a constant addition or a constant multiplication to select the correct starting formula.
Step-by-Step Calculation for Arithmetic Progressions
To determine the nth term of an arithmetic progression, follow these specific steps to build the linear rule:
- Calculate the common difference (d) by subtracting the first term from the second term.
- Identify the first term (a) in the sequence.
- Substitute the values of a and d into the general arithmetic formula: an = a + (n – 1)d.
- Distribute the common difference d into the parentheses.
- Combine like terms to simplify the expression into the form an + b.
- Verify the formula by plugging in n = 1 and n = 2 to see if they match the original sequence terms.
Step-by-Step Calculation for Geometric Progressions
To find the nth term for a geometric progression, the focus shifts to the ratio between terms using these steps:
- Find the common ratio (r) by dividing the second term by the first term.
- Determine the value of the first term (a).
- Plug a and r into the geometric formula: an = a * r^(n-1).
- If the first term and the ratio share a common base, use exponent rules to simplify the expression further.
- Test the formula by substituting n = 3 to ensure the result matches the third term of the given sequence.
Solved Examples on what is the nth term
The following examples demonstrate how to apply these formulas to various types of sequences encountered in school math. These solutions show the transition from a raw list of numbers to a refined algebraic expression that can predict any value in the set.
Example 1: Finding the nth term of an arithmetic sequence
Problem: Find the nth term of the sequence 7, 11, 15, 19, 23, …
Solution: First, we find the common difference d. Subtracting 7 from 11 gives d = 4. The first term a is 7. We use the arithmetic formula an = a + (n – 1)d. Substituting the values, we get an = 7 + (n – 1)4. Distributing the 4 gives an = 7 + 4n – 4. After combining the constants 7 and -4, the simplified nth term is an = 4n + 3.
Example 2: Calculating a specific term using the nth term formula
Problem: Given the nth term formula an = 5n – 2, find the 20th term of the sequence.
Solution: In this case, we are given the formula and need to find a specific value. The position we want is 20, so we set n = 20. Plugging this into the formula gives a20 = 5(20) – 2. Calculating the multiplication first, we have 100 – 2. Therefore, the 20th term of this sequence is 98.
Example 3: Determining the nth term for a geometric sequence
Problem: Find the nth term of the sequence 3, 6, 12, 24, …
Solution: We find the common ratio r by dividing 6 by 3, which gives r = 2. The first term a is 3. We use the geometric formula an = a * r^(n-1). Substituting the values, we get an = 3 * 2^(n-1). This is the final nth term rule. To check, let n = 3: a3 = 3 * 2^(3-1) = 3 * 2^2 = 3 * 4 = 12, which matches the third term.
Example 4: Finding the position of a value in a sequence
Problem: In the sequence defined by an = 6n + 5, which position does the number 65 occupy?
Solution: Here, we know the value (an = 65) but need to find the position n. We set up the equation 65 = 6n + 5. Subtracting 5 from both sides gives 60 = 6n. Dividing both sides by 6 results in n = 10. This means that 65 is the 10th term in the sequence.
FAQ
What does n represent in the nth term formula?
In any nth term formula, the letter n represents the term’s position or index within the ordered sequence. It is always a natural number, such as 1, 2, 3, and so on. For example, if you are looking at the fifth number in a list, n is equal to 5. The formula uses n as an input variable to tell you what the value of the number at that specific spot should be. Understanding n is the key to moving between the “where” (position) and the “what” (value) of a sequence. It allows mathematicians to treat a sequence as a function where the position is the input.
Can the nth term formula be used for quadratic sequences?
Yes, the nth term formula can be used for quadratic sequences, although the formula is more complex than the arithmetic or geometric versions. A quadratic sequence is one where the second difference between terms is constant. The general form for the nth term of a quadratic sequence is an = an^2 + bn + c. Finding the constants a, b, and c requires looking at the first and second differences of the sequence. While standard arithmetic formulas only have one variable for change, quadratic formulas account for sequences that accelerate or decelerate in their rate of change, such as the sequence of square numbers 1, 4, 9, 16.
Is the nth term the same as the general term?
Yes, the nth term and the general term are different names for the exact same concept. Both terms refer to the algebraic rule that defines a sequence. In textbooks, you might see a sequence described by its “general term” to emphasize that the formula applies to all terms generally, rather than just one specific number. Whether a teacher asks for the nth term or the general term, they are looking for the expression in terms of n that describes how to get any value in the sequence based on its position. This rule is what allows us to identify the underlying logic of the number pattern.
How do you find the common difference in an arithmetic sequence?
The common difference in an arithmetic sequence is found by subtracting any term from the term that immediately follows it. The formula is d = a(n+1) – an. For example, in the sequence 10, 17, 24, 31, you would subtract 10 from 17 to get a difference of 7. To ensure the sequence is truly arithmetic, it is best practice to check the difference between several pairs of terms, such as 24 – 17 and 31 – 24. If the result is the same every time, that number is your common difference d. This value can be a positive number, a negative number, or even a decimal.
What is the difference between a sequence and a series?
A sequence is an ordered list of individual numbers that follow a specific pattern, such as 2, 4, 6, 8. Each number stands alone in its position. A series, however, is the sum of the terms in a sequence. While a sequence might be 1, 2, 3, 4, the corresponding series would be 1 + 2 + 3 + 4, which equals 10. The nth term formula defines the individual terms of a sequence, while other formulas are used to find the “sum to n terms” for a series. In short, a sequence is the list itself, and a series is the result of adding that list together.