What I need to know (explained simply!) is what exactly triangular numbers are. Thank you.
Since you will know what square numbers are -
eg. 16 is a square number because 4 x 4 =16 we can draw this-
* * * *
* * * *
* * * *
* * * *
so 15 is a triangular number because -
Is there a pattern or rule for these type of numbers??
Yes. The nth triangular number is given by the formula (1/2)×n×(n+1).
There is a simple proof of this. Say you
want to find the nth triangular number, this involves adding up the
first n numbers (because the first level of the triangle has 1
point, the second level has 2 points, the third 3, and so forth).
Imagine writing out the first n numbers in a row, and underneath
them, writing out the same list backwards, and underneath that,
writing out the sum of the two numbers above it, e.g. for n=5 we
would have:
1 2 3 4 5 (added up gives you 15)
5 4 3 2 1 (added up gives you 15)
---------
6 6 6 6 6 (added up gives you 30 = 6×5)
The bottom row always has the same number (n+1). Now, adding up
both of the first two rows will give you twice the sum of the first
n numbers. Adding up the first two rows is the same as adding up
the bottom row. But this is easy to do, as all the numbers are the
same (n+1) and there are n of them, so the sum of the bottom row is
n(n+1). This is twice the sum of the top row, so
1+2+...+n=(1/2)n(n+1). Tada!
There's an interesting story that goes with this too. Apparently
Gauss (one of the greatest mathematicians ever, arguably the
greatest) was given the problem of adding up the first 100 numbers
by his maths teacher at age 7 (the maths teacher was trying to keep
him busy while he did something else). Gauss worked out the general
rule in two minutes, and promptly gave the answer 5050 to his
teacher's amazement.
There is a recent series of problems on
the NRICH website on triangular numbers. See
Cat
Food and Man
Food. They turn up over and over again as you will find if you
do a search on the rest of the site. Ed