SOLUTION: So.. for my holiday homework i was told to find a formula to sum up the tetrahedral numbers.. which are 1, 4, 10, 20, 35, 56... And im really stuck on where to start, could you

Algebra ->  Sequences-and-series -> SOLUTION: So.. for my holiday homework i was told to find a formula to sum up the tetrahedral numbers.. which are 1, 4, 10, 20, 35, 56... And im really stuck on where to start, could you       Log On


   



Question 1012259: So.. for my holiday homework i was told to find a formula to sum up the tetrahedral numbers.. which are 1, 4, 10, 20, 35, 56...
And im really stuck on where to start, could you please help me step by step to sum up consecutive tetrahedral numbers? (Would appreciate if its in a easy mathematical language)
Is there any tricks to find formulas or equstions from a sequence?
Thank you :"c

Found 2 solutions by rothauserc, Edwin McCravy:
Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
The tetrahedral numbers are found in Pascal's triangle, namely
Tn = combination of (n+2) taken 3 at a time = (n+2)! / (3! * (n+2-3)!) =
(n+2)! / (3! * (n-1)!) where Tn is the nth tetrahedral number
*****************************************************************************
another way to solve this is to note that the sum of the first n triangular numbers is the nth tetrahedral number,that is
Tn = (n(n+1)(n+2)) / 6
a triangular number can be thought of as the number of dots needed to form an equilateral triangle, namely
1, 3, 6, 10, 15, 21, and so forth
*****************************************************************************
the nth sum(Sn) of n consecutive tetrahedral numbers is
Sn = (n(n+2)(n+3)) / 24
We can derive this formula by starting with
Tn = (n(n+1)(n+2)) / 6, then expand the numerator
Tn = (n^3 + 3n^2 + 2n) / 6
Next we use the formulas for the sum of first n consecutive integers, first n squared integers and first n cubed integers, namely
Sn = (n(n+1)) / 2
Sn^2 = (n(n+1)(2n+1)) / 6
Sn^3 = (n^2(n+1)^2 / 4
Substitute these equations into our Tn formula and simplify
***************************************************************************

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
1, 4, 10, 20, 35, 56...

There is no one way that always works with every sequence.
But I always try a difference table first.   

List the given numbers in a column:

 1
 4
10
20
35
56

Subtract every number from the one directly below it, and write the 
result out beside each number creating a second column of numbers:

 1   3
 4   6
10  10 
20  15 
35  21
56

Do that with the second column and continue this procedure until all
the numbers in a column are the same:

 1   3   3   1
 4   6   4   1
10  10   5   1
20  15   6 
35  21
56 

Since it takes 3 columns after the first to get them all the same, 
that means that a polynomial formula for the kth term must be of degree 3.

So we assume that the nth term is of the form:

a%5Bk%5D=A%2Ak%5E3%2BB%2Ak%5E2%2BC%2Ak%2BD

So we substitute k=1,2,3,4 and the given numbers in that and get this 
system of equations:



which reduces to 



Eliminate the D's by subtracting the 
1st equation from the 2nd,
2nd equation from the 3rd,
3rd equation from the 4th,

system%28%0D%0A7A%2B3B%2BC=3%2C%0D%0A19A%2B5B%2BC=6%2C%0D%0A37A%2B7B%2BC=10%29

Eliminate the C's by subtracting the 
1st equation from the 2nd,
2nd equation from the 3rd,

system%28%0D%0A12A%2B2B=3%2C%0D%0A18A%2B2B=4%29

Eliminate the B's by subtracting the 
1st equation from the 2nd:

6A=1
A=1%2F6

Substitute in 
12A%2B2B=3 
12%281%2F6%29%2B2B=3
2%2B2B=3
2B=1
B=1%2F2
 
Substitute in 
7A%2B3B%2BC=3
7%281%2F6%29%2B3%281%2F2%29%2BC=3
7%2F6%2B3%2F2%2BC=3
Multiply through by LCD = 6 to clear the fractions
7%2B9%2B6C=18
16%2B6C=18
6C=2
C=1%2F3

Substitute in

A%2BB%2BC%2BD=1
1%2F6%2B1%2F2%2B1%2F3%2BD=1
Multiply through by LCD = 6 to clear the fractions
1%2B3%2B2%2B6D=6
6%2B6D=6
6D=0
D=0

So the formula is:

a%5Bk%5D=expr%281%2F6%29k%5E3%2Bexpr%281%2F2%29k%5E2%2Bexpr%281%2F3%29k
Factor out 1%2F6

a%5Bk%5D=expr%281%2F6%29%28k%5E3%2B3k%5E2%2B2k%29

So 

sum%28%28a%5Bk%5D%29%2Ck=1%2Cn%29%22%22=%22%22sum%28%28+expr%281%2F6%29%28k%5E3%2B3k%5E2%2B2k%29%29%2Ck=1%2Cn%29%22%22=%22%22expr%281%2F6%29sum%28+%28k%5E3%2B3k%5E2%2B2k%29%2Ck=1%2Cn%29%22%22=%22%22

%22%22=%22%22%22%22=%22%22

We have formulas for all three of those sums:

sum%28%28k%5E3%29%2Ck=1%2Cn%29=expr%281%2F4%29n%5E2%28n%2B1%29%5E2

sum%28%28k%5E2%29%2Ck=1%2Cn%29=expr%281%2F6%29n%28n%2B1%29%282n%2B1%29

sum%28%28k%29%2Ck=1%2Cn%29=expr%281%2F2%29n%28n%2B1%29

So we now have:

%22%22=%22%22

%22%22=%22%22

Get an LCD inside the big parentheses:

%22%22=%22%22


Factor 1%2F4 out of the big parentheses:

%22%22=%22%22

Simplify the fraction in front and factor n(n+1) out of the big
parentheses:

%22%22=%22%22

Remove the little parentheses inside the big parentheses:

expr%281%2F24%29n%28n%2B1%29%28n%5E2%2Bn%2B4n%2B2%5E%22%22%2B4%5E%22%22%29%5E%22%22%22%22=%22%22

Combine terms inside:

expr%281%2F24%29n%28n%2B1%29%28n%5E2%2B5n%2B6%5E%22%22%29%5E%22%22%22%22=%22%22

Factor the quadratic trinomial:

expr%281%2F24%29n%28n%2B1%29%28n%2B2%29%28n%2B3%29

Edwin