---
title: "Quadratic Sequences and Second Differences"
description: "Recognise a quadratic sequence from its constant second difference, and find the nth term rule in the form an² + bn + c."
canonical: https://lightmysky.com/learn/mathematics/quadratic-sequences-and-second-differences-mt_gyZT3Tcw7U
source: https://lightmysky.com/learn/mathematics/quadratic-sequences-and-second-differences-mt_gyZT3Tcw7U.md
retrieved: 2026-09-02
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# Quadratic Sequences and Second Differences

Recognise a quadratic sequence from its constant second difference, and find the nth term rule in the form an² + bn + c.

Subject: Mathematics · Area: Algebra · Ages 15 to 16
Page: https://lightmysky.com/learn/mathematics/quadratic-sequences-and-second-differences-mt_gyZT3Tcw7U

## Ready when they can

- Take first and second differences to decide a sequence is quadratic
- Use half the second difference as the coefficient of n²
- Find the rest of the rule by comparing the sequence with the n² terms

## Lesson: Quadratic Sequences and Second Differences

You have seen the nth term of linear sequences: a constant first difference, and a rule that is something times n plus something. And you can now read off the regions of a quadratic inequality, which is exactly the tool you will need when you ask when a sequence passes a given value. Today the sequence itself bends. A quadratic sequence follows a rule of the form an squared + bn + c, and its fingerprint is a constant second difference: the difference between the first differences. Read that one row and the whole rule is within reach.

*(drawing: The first differences grow steadily, and their difference is constant.)*

In a linear sequence the first difference is constant. In a quadratic sequence the first difference is not constant, but it changes by the same amount each time, so the second difference is constant. There is a shortcut that ties the two together: the second difference is always twice the coefficient of n squared. A rule with n squared has a second difference of 2, with 2n squared it is 4, with 5n squared it is 10. So the moment you can read off a constant second difference, halve it, and you have a.

To find b and c, peel off the n squared part. Write the sequence of n squared terms, or 2n squared terms if a is 2, under the given terms and subtract row by row. What remains is a linear sequence, because the curved part is gone. Find its rule the way you do for any linear sequence: its first difference is b, and checking the first term gives c. If a is negative, the n squared part you peel off is negative, so the subtraction becomes an addition. Add the two rules together for the full nth term, and test it at n = 1.

**Example.** Find the nth term of 4, 9, 16, 25, 36. The first differences are 5, 7, 9, 11, and the second difference is 2, so a is 1. Peel off the n squared terms 1, 4, 9, 16, 25 and subtract: 3, 5, 7, 9, 11. That remainder is linear with first difference 2, so its rule is 2n + 1. The full rule is n squared + 2n + 1. Check: at n = 1, 1 + 2 + 1 = 4, the first term. Bonus: this rule is (n + 1) squared, so the sequence is just the perfect squares shifted by one position.

**Example.** The coefficient need not be 1. Find the nth term of 4, 9, 18, 31, 48. The first differences are 5, 9, 13, 17, and the second difference is 4, so a is 2. Peel off the 2n squared terms 2, 8, 18, 32, 50 and subtract: 2, 1, 0, -1, -2. The remainder decreases by 1 each time, so its rule is -n + 3. The full rule is 2n squared - n + 3. Check at n = 1: 2 - 1 + 3 = 4. The subtraction row is where signs go wrong most often, so keep the two sequences lined up term by term.

**Example.** The second difference can be negative. Find the nth term of 12, 8, 2, -6, -16. The first differences are -4, -6, -8, -10, and the second difference is -2, so a is -1. Peeling off the negative n squared part means adding the n squared terms 1, 4, 9, 16, 25: 13, 12, 11, 10, 9. The remainder decreases by 1, so its rule is -n + 14. The full rule is -n squared - n + 14. Check at n = 1: -1 - 1 + 14 = 12. A negative a just means the sequence eventually turns and heads down.

**Recap.** Take the second difference to test whether a sequence is quadratic, halve it to get the n squared coefficient, peel that part off, and find the linear rule of what is left to complete the nth term.

## Practice

24 questions on this page, each with its working shown.

## Needs first

- [Solving Quadratic Inequalities](https://lightmysky.com/learn/mathematics/solving-quadratic-inequalities-mt_dukJtB_0i8)
- [Nth-Term Rules](https://lightmysky.com/learn/mathematics/nth-term-rules-mt_HRKzwEQJgO)

## Opens up

- [Function Notation and Evaluating Functions](https://lightmysky.com/learn/mathematics/function-notation-and-evaluating-functions-mt_YWKWzHK_6Z)
