what the nth term for 2, 10, 24,44, 70 i cant figure it out??
in Geometry Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

Compound Arithmetic Sequence

        b0          b1         b2          b3          b4           b5 

              c0          c1          c2          c3          c4  -------------- 1st differences

                       d            d            d             d   ------------------- 2nd differences = constant

We have here an irregular sequence (b_n) = (b_1, b_2, b_3, ..., b_k, ...).

The differences between the elements of (b_n), the 1st differences, are non-constant.

However, the (2nd) differences between the elements of (c_n) are constant. This makes (c_n) a regular arithmetic sequence, and so we can write,

cn = c0 + nd,  n = 0,1,2,3,...

The sequence (b_n) is non-regular, but we can write,

b_(n+1) = b_n + c_n

Using the expression for the c-sequence,

b_(n+1) = b_n + c_0 + nd

Solve the recurrence relation for b_n

Develop the terms of the sequence.

b1 = b0 + c0

b2 = b1 + c0 + 1.d = b0 + 2.c0 + 1.d

b3 = b2 + c0 + 2.d = b0 + 3.c0 + (1 + 2).d

b4 = b3 + c0 + 3.d = b0 + 4.c0 + (1 + 2 + 3).d

b(n+1) = b_0 + (n+1).c0 + sum[k=1..n](k) * d

b_(n+1) = b_0 + (n+1).c0 + (nd/2)(n + 1)

b_(n+1) = b_0 + (n+1)(c_0 + nd/2)

We could also write c0 = b1 – b0 in the above expression.

 

Now for you question.

what the nth term for 2, 10, 24,44, 70 i cant figure it out??

The terms and differences are,

        2          10         24          44          70

              8            14          20          26  -------------- 1st differences

                       6            6            6    ------------------- 2nd differences = constant

Using the expression above for b_n, the nth term of your sequence is,

a_(n+1) = 2 + (n+1)(8 + 3n),    n = 0,1,2,3,...

or,

a_n = 2 + n(5 + 3n),    n = 0,1,2,3,...

 

by Level 11 User (81.5k points)

Related questions

1 answer
asked Nov 25, 2012 in Algebra 1 Answers by anonymous | 5.7k views
1 answer
3 answers
6 answers
2 answers
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,542 questions
99,806 answers
2,417 comments
523,517 users