SOLUTION: 1;3;5 are the first three terms of the first difference of a quadratic sequence. the 7th term of the quadratic sequence is 35 1.2.1 determine the 6th and 5th terms of the quadr

Algebra ->  Sequences-and-series -> SOLUTION: 1;3;5 are the first three terms of the first difference of a quadratic sequence. the 7th term of the quadratic sequence is 35 1.2.1 determine the 6th and 5th terms of the quadr      Log On


   



Question 1177112: 1;3;5 are the first three terms of the first difference of a quadratic sequence. the 7th term of the quadratic sequence is 35
1.2.1 determine the 6th and 5th terms of the quadratic sequence
1.2.2 determine the nth term of the quadratic sequence

Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


What we know from the given information:
  __   __   __   __   __   __   35  terms 1 through 7
     1    3    5   ___  ___  ___    first differences

What we can determine, since the first differences for a quadratic sequence form an arithmetic sequence:
  __   __   __   __   __   __   35  terms 1 through 7
     1    3    5    7    9   11     first differences

And now we can work backwards and up in the array to find the terms of the sequence:
  -1    0    3    8   15   24   35  terms 1 through 7
     1    3    5    7    9   11     first differences

Now we want to find the quadratic expression for the n-th term of the sequence. Here is the standard method....

The expression is of the form t%28n%29+=+an%5E2%2Bbn%2Bc.

Use the first three terms of the sequence (n=1, 2, and 3) to get three equations in a, b, and c and solve that system of equations.

n=1: a%2Bb%2Bc=-1
n=2: 4a%2B2b%2Bc=0
n=3: 9a%2B3b%2Bc=3

3a%2Bb=1
5a%2Bb=3
2a=2
a=1
b=-2
c=0

The formula for the n-th term of the sequence is 1n%5E2%2B%28-2%29n%2B0+=+n%5E2-2n

A student much more familiar with this kind of problem might use a different method for finding the expression for the n-th term, using the following basic principle:

*****************************************************
If the k-th differences are the constant d,
then the polynomial is of degree k,
and the leading coefficient is d%2F%28k%21%29
*****************************************************
In this problem, the constant 2nd difference is 2, so the polynomial is degree 2, and the leading coefficient is 2%2F%282%21%29+=+1

So we know the quadratic function is of the form

t%28n%29+=+n%5E2%2Bbn%2Bc

Now we have only two unknowns, so we only need two equations.

n=1: 1+b+c = -1; b+c=-2
n=2: 4+2b+c = 0; 2b+c=-4

b=-2

c=0

And again (of course) we end up with the same formula for the n-th term of the sequence:

t%28n%29+=+n%5E2-2n%2B0+=+n%5E2-2n