Probing Questions: Plotting Quadratic Graphs from a Table of Values
Probing Questions

Plotting Quadratic Graphs from a Table of Values

Questions designed to stretch thinking, reveal misconceptions, and spark mathematical reasoning.

๐Ÿ’ฌ

Convince Me That…

Students must construct a mathematical argument for why each statement is true.

1
Convince me that when \( x = -3 \), the value of \( x^2 \) is 9, not −9
๐Ÿ’ก Possible Argument

\( x^2 \) means \( x \) multiplied by itself, so \( (-3)^2 = (-3) \times (-3) \). A negative times a negative gives a positive, so the result is +9. The common mistake is reading \( -3^2 \) as “negative 3 squared” which would mean \( -(3^2) = -9 \) — but that’s a different expression. When substituting into a table of values, the brackets matter: \( (-3)^2 = 9 \), but \( -3^2 = -9 \).

A good check is the symmetry of \( y = x^2 \): since \( 3^2 = 9 \) and \( (-3)^2 = 9 \), both give the same y-value. If \( (-3)^2 \) were −9, the graph would not be symmetric — and we know parabolas are always symmetric. This misconception is sometimes called the “negative squared is negative” error.

2
Convince me that the graph of \( y = x^2 \) should be drawn as a smooth curve, not a series of straight lines
๐Ÿ’ก Possible Argument

If you join consecutive points with straight lines, you get a V-shape — but this implies the rate of change is constant between each pair of points, which isn’t true for quadratics. For example, between \( x = 0 \) and \( x = 1 \), \( y \) increases by 1, but between \( x = 1 \) and \( x = 2 \), \( y \) increases by 3. The rate of change itself is changing, which means the graph must curve. You can see this by adding extra points: at \( x = 0.5 \), \( y = 0.25 \), and at \( x = 1.5 \), \( y = 2.25 \) — these points sit below a straight line drawn from (0, 0) to (2, 4), proving the path curves.

Curve V-shape

Students who draw a V-shape are making the “straight-line connecting” error — treating the graph as if it were made of linear segments. The smooth curve reflects the fact that \( y \) doesn’t change at a constant rate. The curve gets steeper as \( |x| \) increases.

3
Convince me that the graphs of \( y = x^2 \) and \( y = x^2 + 5 \) are exactly the same shape
๐Ÿ’ก Possible Argument

For any x-value, the y-value of \( y = x^2 + 5 \) is exactly 5 more than the y-value of \( y = x^2 \). When \( x = 0 \): 0 vs 5. When \( x = 1 \): 1 vs 6. When \( x = 2 \): 4 vs 9. Every y-value has simply been shifted up by 5. Since the gaps between consecutive y-values are identical (both increase by 1, then by 3, then by 5, etc.), the curve bends in exactly the same way — it’s just been moved up.

Students often think that changing the equation changes the shape, making it “wider” or “narrower” — this is the “constant changes shape” misconception. In fact, adding a constant translates the graph vertically without changing its curvature at all. It is the coefficient of \( x^2 \) that controls the shape.

4
Convince me that \( x^2 \) and \( 2x \) are not the same thing
๐Ÿ’ก Possible Argument

They may look similar, but \( x^2 \) means “x multiplied by itself” and \( 2x \) means “x multiplied by 2.” They happen to give the same answer when \( x = 2 \) (since \( 2^2 = 4 \) and \( 2 \times 2 = 4 \)), but they differ everywhere else. When \( x = 3 \): \( x^2 = 9 \) but \( 2x = 6 \). When \( x = 5 \): \( x^2 = 25 \) but \( 2x = 10 \). When \( x = 0 \): \( x^2 = 0 \) and \( 2x = 0 \) — another coincidence, but not the general pattern. The graph of \( y = 2x \) is a straight line, while \( y = x^2 \) is a curve.

This is the “doubling instead of squaring” misconception. Students sometimes misread \( x^2 \) as “x times 2” rather than “x times x.” A table of values for both expressions quickly reveals they produce very different patterns: \( 2x \) gives constant differences (always +2), while \( x^2 \) gives increasing differences (1, 3, 5, 7, …).

๐ŸŽฏ

Give an Example Of…

Think carefully — the fourth box is a trap! Give a non-example that looks right but isn’t.

1
Give an example of a value of \( x \), other than \( x = 4 \), where \( y = x^2 \) gives the same y-value as when \( x = 4 \)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x = -4 \), since \( (-4)^2 = 16 \) and \( 4^2 = 16 \).

Another: This is the only other value — \( x^2 = 16 \) means \( x = 4 \) or \( x = -4 \).

Creative: Students might try \( x = -4.0 \) or \( x = \frac{-4}{1} \) — these are all valid ways of writing the same value, which reinforces that there is only one other answer.

Trap: \( x = -16 \). A student might think “the opposite of 16 is −16, so \( x = -16 \).” But \( (-16)^2 = 256 \), not 16. This is the “confusing x-values and y-values” misconception — the student has taken the negative of the y-value (16) instead of the negative of the x-value (4).

2
Give an example of a quadratic equation whose graph does not pass through the origin
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( y = x^2 + 1 \) (when \( x = 0 \), \( y = 1 \) not 0).

Another: \( y = x^2 \; – \; 3 \) (when \( x = 0 \), \( y = -3 \)).

Creative: \( y = (x \; – \; 1)^2 \) (when \( x = 0 \), \( y = 1 \)). This one looks like it might pass through (0, 0) because there’s no obvious “+c” term, but expanding gives \( x^2 \; – \; 2x + 1 \), so the y-intercept is 1.

Trap: \( y = x^2 + x \). A student might think this doesn’t pass through the origin because there’s an extra term. But when \( x = 0 \): \( y = 0 + 0 = 0 \). It does pass through the origin. This targets the “extra terms move the graph” misconception — students assume any change to the equation moves the graph away from the origin.

3
Give an example of a quadratic equation of the form \( y = ax^2 \) where \( y = 50 \) when \( x = 5 \)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( y = 2x^2 \), since \( 2 \times 5^2 = 2 \times 25 = 50 \).

Another: This is the only integer solution. Since \( ax^2 = 50 \) when \( x = 5 \) gives \( 25a = 50 \), so \( a = 2 \).

Creative: \( y = 2.0x^2 \) (or equivalently \( \frac{50}{25}x^2 \)) — reinforces that there is exactly one value of \( a \) that works for each given point.

Trap: \( y = 10x^2 \). A student might reason “50 ÷ 5 = 10, so \( a = 10 \).” But this confuses dividing by \( x \) with dividing by \( x^2 \): \( 10 \times 5^2 = 10 \times 25 = 250 \neq 50 \). This is the “dividing by x instead of xยฒ” misconception — forgetting that \( x \) is squared before being multiplied by the coefficient.

4 โœฆ
Give an example of a quadratic equation whose graph opens downward (has a maximum point instead of a minimum)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( y = -x^2 \) (when \( x = 0 \), \( y = 0 \); when \( x = 1 \), \( y = -1 \); the graph goes down from the origin).

Another: \( y = -x^2 + 4 \) (the graph has a maximum at (0, 4) and opens downward).

Creative: \( y = -2x^2 + 10 \) (opens downward, steeper than \( y = -x^2 \), with a maximum at (0, 10) — combining a negative coefficient with a non-unit scale and a positive constant).

Trap: \( y = x^2 \; – \; 6 \). A student might think the minus sign means it opens downward. But the coefficient of \( x^2 \) is +1 (positive), so it opens upward — the −6 just shifts the graph down. This targets the “any minus sign flips the graph” misconception: only a negative coefficient on the \( x^2 \) term causes the graph to open downward.

โš–๏ธ

Always, Sometimes, Never

Is the statement always true, sometimes true, or never true? Students should justify their decision with examples.

1
As \( x \) increases by 1 each time in a table of values for a quadratic equation, the y-values increase by the same amount each time.
NEVER

This describes a linear relationship, not a quadratic one. For \( y = x^2 \): when \( x \) goes from 0 to 1, \( y \) increases by 1. From 1 to 2, \( y \) increases by 3. From 2 to 3, \( y \) increases by 5. The increases themselves increase — they form a linear sequence (1, 3, 5, 7, …), but they are never constant. This is true for every quadratic: the second differences are constant, not the first differences.

Students who expect equal increments are applying linear thinking to a quadratic pattern. If the first differences were constant, the graph would be a straight line, not a curve. The changing first differences are precisely what makes the graph curve.

2
For the equation \( y = x^2 \), the y-value when \( x = a \) is the same as the y-value when \( x = -a \).
ALWAYS

Since \( x^2 = (-x)^2 \) for all values of \( x \), the table of values for \( y = x^2 \) always has matching y-values for positive and negative \( x \). For example: when \( a = 3 \), \( x^2 = 9 \), and \( (-3)^2 = 9 \). When \( a = 0.5 \), \( (0.5)^2 = 0.25 \) and \( (-0.5)^2 = 0.25 \). This holds because squaring any number removes the sign.

This is why the graph of \( y = x^2 \) is symmetric about the y-axis — every point on the right has a mirror image on the left. Students who don’t recognise this symmetry miss a powerful checking tool: if the y-values in their table aren’t symmetric, they’ve made a substitution error somewhere. This is the “ignoring symmetry as a checking tool” misconception.

3
A quadratic graph crosses the x-axis.
SOMETIMES

TRUE case: \( y = x^2 \; – \; 4 \) crosses the x-axis at \( x = 2 \) and \( x = -2 \) (since \( 4 \; – \; 4 = 0 \)). FALSE case: \( y = x^2 + 1 \) never crosses the x-axis because \( x^2 \geq 0 \) for all \( x \), so \( x^2 + 1 \geq 1 \) — the y-values are never 0.

Students often assume every quadratic must cross the x-axis because they’ve mostly seen examples like \( y = x^2 \) that touch it. This is the “all quadratics cross the x-axis” misconception. The position of the minimum (or maximum) relative to the x-axis determines whether crossings occur: if the minimum y-value is positive (for upward-opening graphs), the graph stays entirely above the x-axis.

4
A quadratic graph has a minimum point.
SOMETIMES

TRUE case: \( y = x^2 \) has a minimum point at (0, 0). The y-values decrease as you approach \( x = 0 \) and increase as you move away — so the lowest point is the minimum. FALSE case: \( y = -x^2 \) has a maximum point at (0, 0). The y-values increase as you approach \( x = 0 \) and decrease as you move away, creating an โˆฉ-shape.

Whether a quadratic has a minimum or maximum depends on the sign of the \( x^2 coefficient: positive gives a minimum (U-shape), negative gives a maximum (โˆฉ-shape). Students who think all quadratics have a minimum are applying the “all parabolas open upward” misconception — they haven’t considered what happens when the coefficient of \( x^2 \) is negative.

๐Ÿ”ด

Odd One Out

Which is the odd one out? Can you make a case for each one? There’s no single right answer!

1
Which is the odd one out?
\( y = x^2 + 1 \)
\( y = 2x^2 \)
\( y = x^2 \; – \; x \)
๐Ÿ’ก A Case for Each
\( y = x^2 + 1 \) is the odd one out — it’s the only one whose graph does not pass through the origin. (\( 2x^2 \) and \( x^2 \; – \; x \) both give \( y = 0 \) when \( x = 0 \).)
\( y = 2x^2 \) is the odd one out — it’s the only one with a coefficient of \( x^2 \) that is not 1, making it narrower than the standard parabola. (\( x^2 + 1 \) and \( x^2 \; – \; x \) both have a coefficient of 1.)
\( y = x^2 \; – \; x \) is the odd one out — it’s the only one whose graph is not symmetric about the y-axis. (\( x^2 + 1 \) and \( 2x^2 \) are both symmetric about \( x = 0 \).)
2
Which is the odd one out?
\( y = -x^2 \)
\( y = x^2 \; – \; 1 \)
\( y = x^2 \; – \; 2x \)
๐Ÿ’ก A Case for Each
\( y = -x^2 \) is the odd one out — it’s the only one whose graph opens downward (negative coefficient of \( x^2 \)). (\( x^2 \; – \; 1 \) and \( x^2 \; – \; 2x \) both have a positive \( x^2 \) coefficient.)
\( y = x^2 \; – \; 1 \) is the odd one out — it’s the only one whose graph does not pass through the origin. (\( -x^2 \) gives \( y = 0 \) when \( x = 0 \), and \( x^2 \; – \; 2x \) gives \( y = 0 \) when \( x = 0 \).)
\( y = x^2 \; – \; 2x \) is the odd one out — it’s the only one whose line of symmetry is not \( x = 0 \). (\( -x^2 \) and \( x^2 \; – \; 1 \) are both symmetric about the y-axis, but \( x^2 \; – \; 2x = (x \; – \; 1)^2 \; – \; 1 \) is symmetric about \( x = 1 \).)
3
Which is the odd one out?
\( y = x^2 \)
\( y = x^2 + 2 \)
\( y = x^2 \; – \; 5 \)
๐Ÿ’ก A Case for Each
\( y = x^2 \) is the odd one out — it is the only equation with exactly 1 root (the graph touches the x-axis at a single point).
\( y = x^2 + 2 \) is the odd one out — it is the only equation with 0 real roots (the graph never intersects the x-axis).
\( y = x^2 \; – \; 5 \) is the odd one out — it is the only equation with 2 roots (the graph crosses the x-axis twice).
๐Ÿ”

Explain the Mistake

Each example contains a deliberate error targeting a common misconception. Can you find where and why the reasoning goes wrong?

1
Complete the table of values for \( y = x^2 + 3 \) when \( x = 4 \)
A student writes:

Answer: 49

Reasoning: “I added 3 to 4 first to get 7, then squared it: 7ยฒ = 49.”

๐Ÿ” The Mistake

The student has applied the “add before squaring” misconception (also known as incorrect order of operations). In the equation \( y = x^2 + 3 \), you square \( x \) first and then add 3. When \( x = 4 \): \( y = 4^2 + 3 = 16 + 3 = 19 \), not \( (4 + 3)^2 = 49 \). The expression \( x^2 + 3 \) means “square x, then add 3” — the squaring only applies to \( x \), not to \( x + 3 \).

This is a critical distinction in reading mathematical notation: the position of the squared sign tells you what gets squared. Only the term immediately before the ยฒ is squared. If the intention were to square \( (x + 3) \), it would be written as \( (x + 3)^2 \).

2
Complete the table of values for \( y = x^2 \) when \( x = -5 \)
A student writes:

Answer: 25 โœ“

Reasoning: “A negative and a square cancel each other out, so you just ignore the minus and do 5ยฒ = 25.”

๐Ÿ” The Mistake

The answer 25 is correct — but the reasoning is dangerously flawed. This is the “cancel out” misconception. The student thinks the minus sign simply disappears, rather than understanding that \( (-5)^2 = (-5) \times (-5) = 25 \) because a negative times a negative gives a positive.

Why does this matter if the answer is right? Because this reasoning breaks down in other situations. For example, with \( y = -x^2 \), when \( x = 5 \): the correct answer is \( -(5^2) = -25 \), but a student who “cancels” the minus with the square would get +25. Getting the right answer for the wrong reason gives students a false sense of security that fails when the expressions become more complex.

3
Complete the table of values for \( y = 3x^2 \) when \( x = 4 \)
A student writes:

Answer: 144

Reasoning: “I did 3 times 4 first to get 12, then squared it. 12 squared is 144.”

๐Ÿ” The Mistake

The student has applied the “coefficient before squaring” misconception, interpreting \( 3x^2 \) as \( (3x)^2 \) instead of \( 3(x^2) \). In the expression \( 3x^2 \), only \( x \) is squared; the 3 is a multiplier applied after squaring. The correct calculation: \( x^2 = 4^2 = 16 \), then \( 3 \times 16 = 48 \). The student’s method effectively computes \( (3 \times 4)^2 = 12^2 = 144 \).

The convention is that exponents apply only to the term immediately before them, so \( 3x^2 \) means \( 3 \times (x^2) \). If we wanted to square everything, we’d write \( (3x)^2 \). This follows the standard order of operations: powers before multiplication. A good check is to compare at \( x = 1 \): \( 3x^2 \) gives \( 3 \times 1 = 3 \), but \( (3x)^2 \) gives \( 3^2 = 9 \).

4
Complete the table of values for \( y = x^2 \)
A student writes:

Answer: \( y = 6 \) when \( x = -2 \) and \( y = 3 \) when \( x = -1 \)

Reasoning: “The y-values go 9, then down by 3 is 6, then down by 3 is 3, then down by 3 is 0. It goes down by the same amount each time.”

๐Ÿ” The Mistake

The student has applied linear thinking to a quadratic pattern — assuming equal first differences. In a quadratic table, the first differences are not equal; instead, the second differences are constant. The correct values: \( (-2)^2 = 4 \) and \( (-1)^2 = 1 \). The actual first differences from \( x = -3 \) to \( x = 0 \) are: −5, −3, −1 (changing by +2 each time), not −3, −3, −3.

A quick way to check is to use symmetry: since the table for \( y = x^2 \) must be symmetric about \( x = 0 \), the y-value for \( x = -2 \) must match the y-value for \( x = 2 \) (which is 4), and the y-value for \( x = -1 \) must match \( x = 1 \) (which is 1). The student’s values of 6 and 3 don’t match these, which immediately signals an error.

5
A student is plotting the graph of \( y = x^2 \; – \; x \). They calculate the points (-1, 2), (0, 0), (1, 0), and (2, 2).
A student writes/draws:

Action: They connect the points (0, 0) and (1, 0) with a horizontal straight line, giving the graph a “flat bottom”.

๐Ÿ” The Mistake

The student assumes that the lowest integer coordinates they calculate must be the absolute minimum of the graph. Because \( y = 0 \) for both \( x = 0 \) and \( x = 1 \), they draw a flat bottom. However, a quadratic curve never has a flat bottom.

Incorrect flat bottom True minimum

The true minimum lies symmetrically between the roots at \( x = 0.5 \). If they substituted this into the equation, they would find the y-value is \( (0.5)^2 \; – \; 0.5 = -0.25 \), showing the curve dips below the x-axis.

6
A student is plotting points from a table of values for a quadratic equation. They calculate that when \( x = 2 \), \( y = 4 \).
A student writes/draws:

Action: The student moves 4 units to the right along the horizontal axis, and 2 units up the vertical axis, plotting the point at (4, 2).

๐Ÿ” The Mistake

The student has swapped the x and y axes, making the “Axis Swap” mistake. Coordinates are always plotted as (x, y), meaning horizontal movement first, then vertical movement. The correct point is 2 units right and 4 units up: (2, 4).

While this is a general coordinate geometry misconception, it is heavily exposed in quadratics. Because the y-values grow much faster than the x-values as you move away from the origin, consistently swapping the coordinates results in a “sideways” parabola that opens to the right instead of upwards.