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.

 

Quadratic Function: General Form

Example: Rewrite the given quadratic function in standard form by completing the square.  Then state the domain, range, vertex, x-intercepts, y-intercept, the orientation (opens up or opens down), and the axis of symmetry.  Finally graph the function.

f(x)=-x^2-2x+8

Solution:

Rewrite function in standard form.

f(x)=-x^2-2x+8

f(x)=-(x^2+2x)+8

f(x)=-(x^2+2x+1)+8+1

f(x)=-(x+1)^2+9

Here is a youTube video that demonstrations the process.

Find the vertex.

When the quadratic function is written in standard form you can identify the vertex as (h,k).

f(x)=a(x-h)^2+k

f(x)=-(x+1)^2+9

The vertex of the quadratic function is (-1,9).

Find the orientation.

The leading coefficient of the quadratic function is negative so the parabola opens down.

Find the y-intercept.

To find a y-intercept let x=0.

f(0)=-(0+1)^2+9

f(0)=-(1)^2+9

f(0)=-1+9

f(0)=8

The y-intercept is (0,8).

Find the x-intercept.

To find an x-intercept let y=0 or f(x)=0.

0=-(x+1)^2+9

0-9=-(x+1)^2+9-9

-9=-(x+1)^2

{-9}/{-1}={-(x+1)^2}/{-1}

9=(x+1)^2

sqrt{9}=sqrt{(x+1)^2}

pm 3=x+1

-1 pm 3=x+1-1

-1 pm 3=x

-1 + 3=x or -1 - 3=x

2=x or -4=x

Find the axis of symmetry.

The axis of symmetry is a vertical line that passes through the vertex.  Since the vertex is (-1,9) the axis of symmetry is x=-1.

Graph the function.

Plot the intercepts and the vertex.

Since the vertex is the highest point we can draw the parabola using the peak at the vertex.

Find the domain and range.

The domain is (- infty, infty).

The range is (  - infty, 9 {}{]}.

Here a few video examples of analyzing the graph in general form.

Finding the Midpoint

The Midpoint Formula

Suppose A is ( x_1,   y_1) and B is ( x_2,    y_2)

The midpoint of the line segment joining points A and B is given by the following formula.

( {x_1+x_2}/2,   {y_1+y_2}/2)

Example: Find the midpoint of a line segment joining points A and B.

Point A is ( 4, -2) and point B is ( -8, 3)

The x coordinate of the midpoint can be found by averaging the x-values of point A and B.  The y-coordinate of the midpoint can be found by averaging the y-values of point A and B.

( {4+(-8)}/2,   {-2+3}/2)

( {-4}/2,   {1}/2)

( -2,   {1}/2)

Graphing Linear Equations with Slope Intercept Form

Example: Graph the linear equation using the slope and the y-intercept. (the slope is positive and fractional)

Example: Graph the linear equation using the slope and the y-intercept. (positive and negative fractional slopes)

Example: Graph the linear equation using the slope and the y-intercept. (equation written in standard form)

 

The website of Professor Amanda Sartor

The darknet market, exemplified by Ares Market, operates on anonymity and security, offering illicit goods and services using cryptocurrency like XMR and BTC. Its focus on speed and safety attracts users seeking alternative marketplaces. See darknet markets reviews at darkfail