Math Portfolio

Stellar Numbers

Triangles:

Introduction:

        Throughout this task, I will first be trying to find a general statement that represents the nth triangular number in terns of n. After doing so, I will be able to complete the triangular numbers sequence by adding three more terms. I will have to go through several trial and error runs as well as numerous steps with the data that has been given in order to find the general statement, which would lead to finding the next couple of terms in the sequence.

Information Given:

Tn = number of dots

n = number of rows

To start off, I had to find the positive difference of Tn as well as the positive difference of n,which was simply just one as for the numbers only went up by one every time.

After using this information and putting it all together, it was clear to see that the polynomial had to be a quadratic equation:

Tn = an2 + bn + c

I then plugged the information given from the very start into the quadratic that I had found:

Tn = 1                                                                                        

n = 1

             1 = a(1)2 + b(1) + c

               1 = a + b + c

Tn = 3

n = 2

                           3 = a(2)2 + b(2) + c

                           3 = 4a + 2b + c

Tn = 6

n = 3

6 = a(3)2 + b(3) + c

6 = 9a + 3b + c

After finding these three different equations, I solved to find the values of a, b and c.

  1 = a + b + c                          3 = 4a + 2b + c

Join now!

- 3 = 4a + 2b + c                         - 6 = 9a +3b + c

______________                         _______________

   2 = 3a + b                                3 = 5a + b

  2 = 3a + b

- 3 = 5a + b

______________

   1 = 2a

2 = 3a + b

2 = 3(1/2) + b

3 = 4a + 2b + c

3 = 4(1/2) + 2(1/2) + c

3 = 2 + 1 + c

After finding these three ...

This is a preview of the whole essay