SOLUTION: The sequence 4,6,11.....forms the quadratic sequence : (a)Write down the 4th term of the sequence. (b)which term of the sequence is equal to 81

Algebra ->  Sequences-and-series -> SOLUTION: The sequence 4,6,11.....forms the quadratic sequence : (a)Write down the 4th term of the sequence. (b)which term of the sequence is equal to 81      Log On


   



Question 1114820: The sequence 4,6,11.....forms the quadratic sequence :
(a)Write down the 4th term of the sequence.
(b)which term of the sequence is equal to 81

Found 2 solutions by rothauserc, greenestamps:
Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
4, 6, 11
:
we know we have an n^2 term
:
general form of quadratic sequence is
:
An^2 +Bn +C
:
using the sequence elements, we have 3 equations in 3 unknowns
:
A + B + C = 4
:
4A +2B +C = 6
:
9A +3B +C = 11
:
solve using a 3 by 3 linear system method or solver
:
A = 1.5, B = -2.5, C = 5
:
**********************
X(n) = 1.5n^2 -2.5n +5
**********************
:
a) x(4) = 1.5 * 4^2 -2.5 * 4 +5 = 19
:
b) 1.5n^2 -2.5n +5 = 81
:
1.5n^2 -2.5n -76 = 0
:
use quadratic formula to solve for n
:
n = (-(-2.5) +square root((-2.5)^2 -4 * 1.5 * (-76)) / (2*1.5) = 8
:
n = (-(-2.5) -square root((-2.5)^2 -4 * 1.5 * (-76)) / (2*1.5) = -6.3333
:
we reject the negative value for n
:
******
n = 8
******
:

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


You can find the formula for the quadratic sequence using the basic equation
t%28n%29+=+an%5E2%2Bbn%2Bc
and the given first three terms of the sequence:

t%281%29+=+a%2Bb%2Bc+=+4
t%282%29+=+4a%2B2b%2Bc+=+6
t%283%29+=+9a%2B3b%2Bc+=+11

3a%2Bb+=+2
5a%2Bb+=+5

2a+=+3
a+=+1.5

4.5%2Bb+=+2
b+=+-2.5

1.5-2.5%2Bc+=+4
c+=+-5

The equation for the sequence is
t%28n%29+=+1.5n%5E2-2.5n%2B5

To find the 4th term...
t%284%29+=+1.5%2816%29-2.5%284%29%2B5+=+24-10%2B5+=+19

To find which term of the sequence is 81...
1.5n%5E2-2.5n%2B5+=+81
1.5n%5E2-2.5n+=+76
3n%5E2-5n-152+=+0
%283n%2B19%29%28n-8%29+=+0
n+=+8

Answers:
(a) the 4th term is 19
(b) the 8th term is 81

Since in this problem we are only looking for early terms in the sequence, we can also solve the problem without finding the explicit formula for the sequence by knowing that, in a quadratic sequence, the second differences are constant.

This sequence and the first and second differences are as follows:

   4   6   11
     2   5
       3


Knowing that the second differences are constant, we can write a bunch of 3's on the row of second differences and then work back up the array of numbers to find the next several terms in the sequence:
   4   6   11   19   30   44   61   81  104  130  159 ...
     2   5    8   11   14   17   20   23   26   29 ...
       3    3    3    3    3    3    3    3    3 ...


We can then see that the 4th term is 19, and that 81 is the 8th term.