Ask Uncle Colin: Quadratic sequences
Dear Uncle Colin,
I had to find the
th term of a quadratic sequence (1, 6, 17, 34, 57). I remember my teacher saying something about a table, but I couldn’t figure it out. Can you help? Struggles Expressing Quadratics Using Educator’s Notation - Concrete Explanation?
Hi, SEQUENCE, and thank you for your message!
(Before beginning, I should point you at Mark’s article on this topic from some time ago.)
I have used table-based methods in the past, but - just like you say - they don’t seem to stick in the memory. Instead, I much prefer an algebra-based solution. It’s a little harder conceptually, but much less to remember.
An algebraic approach
The first thing you need is a template solution. You know that the sequence is quadratic, so the
So, the first term is
That gives us three equations:
Subtracting the first two gives
Subtracting those two gives
We also know that
Lastly,
Replacing those values in the template, our
A slightly quicker way
If you’re prepared to be a bit sneaky, you can cut your work significantly by thinking about the 0th term.
You’d presumably be perfectly happy finding the seventh term of the sequence - the consecutive differences are 5, 11, 17, and 23 - so the next one will be 29 more than 57, which is 86.
The 0th term uses the same technique, but going the other way! The difference from the 0th term to the 1st term is -1 (six less than five), so the 0th term is 2.
Looking at the template again, the 0th term would be… just
We do still need to do a bit of algebra to find
These tidy up to
Subtracting those give
Hope that helps!
- Uncle Colin