Category Archives: Sullivan Chapter 9

Sum of Arithmetic Sequence Application

A quilt is designed in the shape of an equilateral triangle,  5 inches on each side.  Each section of the quilt is in the shape of an equilateral triangle, 1 inch on a side.  The sections are to alternate in color as show in the picture.  How many dark green sections will be required?  How many light green sections will be required?

 

Dark Green Sections

You can use an arithmetic sequence to represent the number of triangles in each row since the number of triangles increases by 1 in the next consecutive row.

The formula for the nth term of an arithmetic sequence is below.

  a_n = a _1+ (n-1)d

d is the common difference and   a_1 is the first term in the sequence.

For the dark green sections, there is one dark green triangle in the first row and the number of dark green triangles increases by 1 in the next row.  This means   a_1=1 and   d=1

Using the formula the nth term of the arithmetic sequence is the following.

  a_n = a_1 +(n-1)d

  a_n = 1 + (n-1)(1)

  a_n = 1 + n-1

  a_n = n

 

Now that the nth term of the sequence has been established we will find the sum of the rows.  Each term of the sequence represents the number of dark green triangles are in that row.  Summing the terms of the sequence is finding the total number of dark green triangles.

The formula for the sum of the first n terms of an arithmetic sequence is below.

  S_n=sum{i=1}{n}{{[}{{a_1+(i-1)d}}}{]}= n/2(a_1+a_n)

There are five rows of dark green triangles.  The sum the first five rows of dark green triangles is represented by the symbols below.

  sum{i=1}{5}{i}

To use the formula we need the first term, the last term and n.  The first term in the sequence is 1 (1 dark green triangle in the first row.  The last term in the sequence is 5 (5 dark green triangles in the last row.  Since there are a total of 5 rows, n is 5.

  sum{i=1}{5}{i}=n/2(a_1+a_n)

  sum{i=1}{5}{i}= 5/2 (1+5)

  sum{i=1}{5}{i}= 5/2 (6)

  sum{i=1}{5}{i}= 30/2

  sum{i=1}{5}{i}= 15

The number of dark green sections required is 15.

Light Green Sections

You can use an arithmetic sequence to represent the number of triangles in each row since the number of triangles increases by 1 in the next consecutive row.

The formula for the nth term of an arithmetic sequence is below.

  a_n = a _1+ (n-1)d

d is the common difference and   a_1 is the first term in the sequence.

For the light green sections, there are no light green triangles in the first row and the number of light green triangles increases by 1 in the next row.  This means   a_1=0 and   d=1

Using the formula the nth term of the arithmetic sequence is the following.

  a_n = a_1 +(n-1)d

  a_n = 0 + (n-1)(1)

  a_n = 0 + n-1

  a_n = n-1

Now that the nth term of the sequence has been established we will find the sum of the rows.  Each term in the sequence represents the number of light green triangles in that row.  The sum of the sequence will give us the total number of light green triangles.

The formula for the sum of the first n terms of an arithmetic sequence is below.

  S_n=sum{i=1}{n}{{[}{{a_1+(i-1)d}}}{]}= n/2(a_1+a_n)

There are five rows of dark green triangles.  The sum the first five rows of light green triangles is represented by the symbols below.

  sum{i=1}{5}{i-1}

To use the formula we need the first term, the last term and n.  The first term in the sequence is 0 (0 light green triangles in the first row.  The last term in the sequence is 4 (4 light green triangles in the last row.  Since there are a total of 5 rows, n is 5.

  sum{i=1}{5}{(i-1)}=n/2(a_1+a_n)

  sum{i=1}{5}{(i-1)}= 5/2 (0+4)

  sum{i=1}{5}{(i-1)}= 5/2 (4)

  sum{i=1}{5}{(i-1)}= 20/2

  sum{i=1}{5}{(i-1)}= 10

The number of light green sections required is 10.