A quadratic function table records ordered pairs \((x,f(x))\) for a quadratic function written in standard form \(f(x)=ax^2+bx+c\) with \(a\neq 0\). These points lie on a parabola, so the table is a compact bridge between algebraic form and graph shape (opening direction, vertex location, and symmetry).
Structure of the table and choice of x-values
A quadratic function table commonly uses evenly spaced x-values (for example, integers with step \(h=1\)) because the resulting differences in the y-column reveal the quadratic nature. When the x-step is constant \(h\), the second differences of the y-values are constant and equal to \(2ah^2\). In the especially common case \(h=1\), the second differences are constant and equal to \(2a\).
Parabolas are symmetric about the vertical line \(x=x_v\), where the axis of symmetry is \[ x_v=-\frac{b}{2a}. \] Choosing x-values symmetric about \(x_v\) makes the quadratic function table reveal symmetry directly: values at \(x_v-d\) and \(x_v+d\) are equal.
Worked example table
Consider \(f(x)=x^2-4x+3\). The axis of symmetry is \(x_v=-\frac{-4}{2\cdot 1}=2\), so x-values symmetric around 2 give a clean quadratic function table.
| x | \(f(x)=x^2-4x+3\) | First differences \(\Delta f\) (step \(h=1\)) | Second differences \(\Delta^2 f\) |
|---|---|---|---|
| 0 | \(3\) | ||
| 1 | \(0\) | \(-3\) | |
| 2 | \(-1\) | \(-1\) | \(2\) |
| 3 | \(0\) | \(1\) | \(2\) |
| 4 | \(3\) | \(3\) | \(2\) |
The constant second differences \(\Delta^2 f=2\) match \(2a=2\cdot 1\), consistent with a quadratic function. The table also shows symmetry: \(f(0)=f(4)=3\) and \(f(1)=f(3)=0\), centered on \(x=2\).
Graph features that the table supports
Vertex and axis of symmetry
The vertex occurs at \(x=x_v=-\frac{b}{2a}\) and has y-value \(f(x_v)\). In the example, \(f(2)=-1\), so the vertex is \((2,-1)\). Values in the quadratic function table mirror across \(x=2\), so equal y-values appear in pairs on opposite sides of the vertex.
Intercepts
The y-intercept is read directly at \(x=0\), so \((0,c)\) is the y-intercept for \(f(x)=ax^2+bx+c\). In the example, the y-intercept is \((0,3)\). x-intercepts satisfy \(f(x)=0\), which corresponds to solving \(ax^2+bx+c=0\). A table can reveal exact intercepts when they land on the sampled x-values (as at \(x=1\) and \(x=3\) in the example) and approximate them otherwise.
Visualization
Common pitfalls
Uneven x-steps break the simple second-difference pattern; constant \(\Delta^2 f\) is a property of evenly spaced x-values. Symmetry becomes harder to see when x-values are chosen without reference to \(x_v=-\frac{b}{2a}\), especially when the vertex x-coordinate is not an integer. Tables provide sampled information; intercepts and vertex can be exact from algebra, while a table may only suggest approximations when key features fall between sampled x-values.