DoAssignment.ca

Q1 · Identify quadratic patterns using second differences

Learn to identify quadratic patterns using second differences through clear examples and targeted practice.

Ontario Grade 10 Mathematics

Quadratic Relations

MPM2D · Study Topic Q1 – Identifying Quadratic Relationships in Tables of Values

You already know how to spot a linear pattern: the y-values go up (or down) by the same amount every time x increases by 1. That equal jump is called a first difference. But what happens when the jumps themselves keep changing — and changing in a perfectly regular way? That is the signal for a quadratic relationship. In this lesson you will learn a quick, reliable test called the second-difference method. It works directly from a table of values, no equation needed. By the end you will be able to look at any evenly spaced table and decide, with confidence, whether the pattern is linear, quadratic, or something else entirely.

What you will learn

Grade 9 Bridge: First Differences and Linear Patterns

In Grade 9 (MTH1W) you worked with tables of values and straight-line graphs. A key idea was that a linear relationship has a constant rate of change. In a table, that shows up as equal first differences.
A first difference is simply the change in the y-value from one row to the next, when x increases by a fixed amount (usually 1). You calculate it by subtracting: next y-value minus current y-value.
If every first difference is the same number, the relationship is linear. For example, if the first differences are all 33, the table follows a straight-line rule and you can write it in the form y=mx+by = mx + b. This review sets the stage for what comes next: what if the first differences are NOT all the same?
Δy1=yn+1yn\Delta y_1 = y_{n+1} - y_n

Introducing Second Differences

When the first differences are not constant, the relationship is not linear. The next question is: is there still a pattern hiding inside those first differences? To find out, you calculate second differences — that is, the differences of the first differences.
A second difference is calculated the same way as a first difference, but you apply the subtraction to the first-difference column instead of the original y-values: next first difference minus current first difference.
Here is the key rule for MPM2D: if the second differences are all equal to the same nonzero number, the relationship is quadratic. A quadratic relationship has a graph that is a parabola, and its equation has the form y=ax2+bx+cy = ax^2 + bx + c, where a0a \neq 0.
Why does this work? Every quadratic has a squared term. When you subtract consecutive y-values from a quadratic, the squared parts do not fully cancel — they leave a linear pattern in the first differences. When you subtract those, the linear parts cancel, leaving a constant. That constant always equals 2a2a, where aa is the coefficient of x2x^2. You do not need to memorize this right now, but knowing where the constant comes from helps you trust the test.
Δy2=Δy1,n+1Δy1,n\Delta y_2 = \Delta y_{1,\,n+1} - \Delta y_{1,\,n}

Reading the Results: A Decision Guide

After you build your difference columns, use this three-way check to classify the relationship. First, look at the first differences. If they are all equal, stop — the pattern is linear. Second, if the first differences are not all equal, look at the second differences. If they are all equal and nonzero, the pattern is quadratic. Third, if neither the first nor the second differences are constant, the pattern is neither linear nor quadratic.
One common trap: the second differences must all be the same nonzero value. If they are all zero, the first differences were already constant, making the relationship linear. The word 'nonzero' matters.
Another important condition: this test only works when the x-values in your table go up by the same amount each time. If x jumps by 1, then 2, then 3, the differences are not comparable and the test breaks down. Always check x-spacing first.

Connecting Second Differences to the Equation

Once you know a pattern is quadratic, the second differences give you a bonus piece of information. The constant second difference always equals 2a2a, where aa is the leading coefficient in y=ax2+bx+cy = ax^2 + bx + c.
For example, if every second difference equals 66, you know that 2a=62a = 6, so a=3a = 3. That means the quadratic equation starts with 3x23x^2. You will use this idea more in later lessons when you build full equations from tables, but at this stage knowing the connection helps you understand why the test works.
If the second difference is negative, aa is negative, which tells you the parabola opens downward. If positive, the parabola opens upward. The sign of the second difference and the direction of the parabola always match.
a=second difference2a = \frac{\text{second difference}}{2}

Applying the Test to Word-Problem Tables

The second-difference method is not just for abstract tables — it is a practical tool for real situations. Suppose a ball is thrown upward and someone records its height at equal time intervals. The height data will have constant second differences, confirming the quadratic relationship between time and height. You do not need to know the physics equation; the table alone tells you the relationship is quadratic.
When you read a word problem that gives a table, your first job is always to check whether x (or whatever the input variable is) increases by the same amount in each row. If yes, compute first differences, then second differences, and apply the decision guide. Label your columns clearly so you do not mix up rows during subtraction.
Keeping a tidy layout — input, output, first difference, second difference — prevents arithmetic errors and makes it easy to spot the pattern at a glance. Practice building this layout every time, even for simple tables.

Difference Test Summary: How to Classify a Relationship

What you observe in the tableFirst differencesSecond differencesClassification
y increases or decreases by the same amount each stepAll equal (e.g., all 33)All zeroLinear
y changes by varying amounts, but those changes form an arithmetic patternNot all equalAll equal and nonzero (e.g., all 44)Quadratic
y changes irregularly, no constant pattern at the second levelNot all equalNot all equalNeither linear nor quadratic

Side-by-Side Difference Columns for a Quadratic Table ($y = 2x^2$)

xxyy1st Difference2nd Difference
12
2882=68 - 2 = 6
318188=1018 - 8 = 10106=410 - 6 = 4
4323218=1432 - 18 = 141410=414 - 10 = 4
5505032=1850 - 32 = 181814=418 - 14 = 4

Worked example

Example 1 – Classifying a Table as Linear or Quadratic

Two tables are given. Decide whether each relationship is linear, quadratic, or neither.

Table A:
xx: 1, 2, 3, 4, 5
yy: 3, 7, 11, 15, 19

Table B:
xx: 1, 2, 3, 4, 5
yy: 2, 5, 10, 17, 26
  1. Check x-spacing for both tables
    In both tables, xx increases by 11 each time: 21=12-1=1, 32=13-2=1, and so on. The spacing is equal, so the difference test is valid for both.
  2. Compute first differences for Table A
    Subtract each y-value from the next one. For Table A: 73=47-3=4, 117=411-7=4, 1511=415-11=4, 1915=419-15=4. All first differences equal 44.
    4, 4, 4, 44,\ 4,\ 4,\ 4
  3. Classify Table A
    Because the first differences are all equal to 44, the relationship in Table A is linear. There is no need to compute second differences.
  4. Compute first differences for Table B
    Subtract each y-value from the next one for Table B: 52=35-2=3, 105=510-5=5, 1710=717-10=7, 2617=926-17=9. The first differences are 3, 5, 7, 9 — not constant, so Table B is not linear.
    3, 5, 7, 93,\ 5,\ 7,\ 9
  5. Compute second differences for Table B
    Now subtract each first difference from the next one: 53=25-3=2, 75=27-5=2, 97=29-7=2. All second differences equal 22.
    2, 2, 22,\ 2,\ 2
  6. Classify Table B and identify the leading coefficient
    The second differences are constant and nonzero (22), so Table B is quadratic. Using the connection 2a=22a = 2, you can find a=1a = 1, meaning the quadratic starts with x2x^2. You can verify: y=x2+1y = x^2 + 1 gives 1+1=21+1=2, 4+1=54+1=5, 9+1=109+1=10, 16+1=1716+1=17, 25+1=2625+1=26. All values match.
    a=22=1a = \frac{2}{2} = 1
Answer: Table A is linear (constant first differences of 44). Table B is quadratic (constant second differences of 22, with a=1a = 1).
Check: For Table B, substituting x=3x = 3 into y=x2+1y = x^2 + 1 gives y=9+1=10y = 9 + 1 = 10, which matches the table. ✓

Worked example

Example 2 – A Word-Problem Table with Mixed Reasoning

A garden designer records the total number of square paving stones needed to border a square garden of side length nn tiles.

nn: 1, 2, 3, 4, 5
Stones (SS): 8, 12, 16, 20, 24

A second designer uses a different border style:

nn: 1, 2, 3, 4, 5
Stones (TT): 4, 10, 18, 28, 40

For each table, state whether the pattern is linear or quadratic, justify your answer using differences, and — for any quadratic — state the value of aa.
  1. Check x-spacing
    In both tables, nn increases by 11 each step. The test is valid for both.
  2. First differences for Table S
    Subtract consecutive SS-values: 128=412-8=4, 1612=416-12=4, 2016=420-16=4, 2420=424-20=4. All first differences are 44.
    4, 4, 4, 44,\ 4,\ 4,\ 4
  3. Classify Table S
    Constant first differences of 44 mean the pattern for SS is linear. Each extra tile on the side adds exactly 44 border stones, which makes geometric sense.
  4. First differences for Table T
    Subtract consecutive TT-values: 104=610-4=6, 1810=818-10=8, 2818=1028-18=10, 4028=1240-28=12. The first differences are 6, 8, 10, 12 — not constant, so the pattern is not linear.
    6, 8, 10, 126,\ 8,\ 10,\ 12
  5. Second differences for Table T
    Subtract consecutive first differences: 86=28-6=2, 108=210-8=2, 1210=212-10=2. All second differences equal 22.
    2, 2, 22,\ 2,\ 2
  6. Classify Table T and find the leading coefficient
    Constant nonzero second differences confirm Table T is quadratic. Using 2a=22a = 2, you get a=1a = 1, so the equation starts with n2n^2. Checking T=n2+3nT = n^2 + 3n: when n=1n=1, 1+3=41+3=4 ✓; when n=2n=2, 4+6=104+6=10 ✓; when n=3n=3, 9+9=189+9=18 ✓; when n=4n=4, 16+12=2816+12=28 ✓; when n=5n=5, 25+15=4025+15=40 ✓.
    a=22=1a = \frac{2}{2} = 1
Answer: Table S is linear (constant first differences of 44). Table T is quadratic (constant second differences of 22), with leading coefficient a=1a = 1 in T=n2+3nT = n^2 + 3n.
Check: For n=4n = 4: T=16+12=28T = 16 + 12 = 28. The table gives 2828. ✓ For n=5n = 5: T=25+15=40T = 25 + 15 = 40. The table gives 4040. ✓

Common mistakes and how to avoid them

Computing differences when x-values are not equally spaced, then using the result to classify the relationship.
Correction: Always check that x increases by the same amount in every row before computing any differences. If x-spacing is unequal, the test is invalid.
Stopping after finding non-constant first differences and concluding the pattern is neither linear nor quadratic without checking second differences.
Correction: Non-constant first differences only rule out a linear pattern. You must compute second differences before deciding whether the pattern is quadratic.
Subtracting in the wrong order (current minus next instead of next minus current), producing sign errors in the difference columns.
Correction: Always subtract in the direction of increasing x: next value minus current value. Consistent direction prevents sign mistakes.
Concluding a relationship is quadratic because the second differences are all zero.
Correction: Second differences of zero mean the first differences were already constant, so the relationship is linear or constant, not quadratic. The second differences must be a nonzero constant.
Using the second-difference value directly as the coefficient aa in y=ax2+bx+cy = ax^2 + bx + c.
Correction: The constant second difference equals 2a2a, not aa. Divide the second difference by 22 to find aa. For example, a second difference of 66 means a=3a = 3.

Lesson summary

Check your understanding

Question 1

A table of values has x-values 1, 2, 3, 4 and y-values 5, 9, 13, 17. What type of relationship does this table represent?
  1. Quadratic, because the y-values increase.
  2. Linear, because the first differences are all equal to 44.
  3. Quadratic, because the second differences are all equal to 44.
  4. Neither linear nor quadratic, because the y-values are not perfect squares.
Show answer and explanation
Linear, because the first differences are all equal to 44.
The first differences are 95=49-5=4, 139=413-9=4, and 1713=417-13=4 — all equal to 44. Constant first differences mean the relationship is linear, not quadratic.

Question 2

A table has constant second differences equal to 6-6. What is the value of the leading coefficient aa in the quadratic y=ax2+bx+cy = ax^2 + bx + c?
  1. a=6a = -6
  2. a=3a = -3
  3. a=3a = 3
  4. a=6a = 6
Show answer and explanation
a=3a = -3
The constant second difference equals 2a2a. So 2a=62a = -6, which gives a=3a = -3. The negative value also tells you the parabola opens downward.

Question 3

Which condition must be true before you can use the second-difference test to classify a relationship?
  1. The y-values must all be positive.
  2. The x-values must increase by the same amount in every row.
  3. The table must have at least 10 rows of data.
  4. The first differences must all be positive.
Show answer and explanation
The x-values must increase by the same amount in every row.
The difference test is only valid when x-values are equally spaced. If the x-spacing varies, the differences are not comparable and the test cannot be used.

Question 4

A table of values gives these first differences in order: 2, 5, 10, 17. What can you conclude?
  1. The relationship is linear because the first differences are all different.
  2. The relationship is quadratic because the first differences increase.
  3. The relationship is neither linear nor quadratic, because the second differences (3, 5, 7) are not constant.
  4. The relationship is quadratic because the second differences increase by 22 each time.
Show answer and explanation
The relationship is neither linear nor quadratic, because the second differences (3, 5, 7) are not constant.
The second differences are 52=35-2=3, 105=510-5=5, and 1710=717-10=7. These are not all equal, so the relationship is not quadratic. It is neither linear nor quadratic based on this test.

Key terms

First difference
The change in the y-value from one row to the next in a table, when x increases by a fixed amount. Calculated as: next y minus current y.
Second difference
The change in the first differences from one step to the next. Calculated by subtracting consecutive first differences.
Quadratic relationship
A relationship whose equation has the form y=ax2+bx+cy = ax^2 + bx + c with a0a \neq 0. Its graph is a parabola, and it has constant nonzero second differences.
Linear relationship
A relationship whose equation has the form y=mx+by = mx + b. Its graph is a straight line, and it has constant first differences.
Constant second difference
When every second difference in a table equals the same nonzero number. This is the test for a quadratic pattern.
Leading coefficient (a)
The number multiplied by x2x^2 in the quadratic equation y=ax2+bx+cy = ax^2 + bx + c. It equals half the constant second difference.
Equally spaced x-values
x-values in a table that increase by the same fixed amount from one row to the next. This condition is required for the difference test to work.
Parabola
The U-shaped or arch-shaped curve that is the graph of any quadratic relationship.

Continue through MPM2D

View the complete Ontario Grade 10 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 10 Mathematics (MPM2D), study topic Q1. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question