What is the general formula for the terms in this sequence?

  • Thread starter Thread starter aruwin
  • Start date Start date
  • Tags Tags
    Notation
Click For Summary
SUMMARY

The sequence defined by the terms a, b, x1, x2,..., xn, where each term equals the arithmetic mean of its two preceding numbers, can be expressed as x_n = γ_n(α_n a + β_n b). Here, γ_n is determined to be 2^{-n}, while α_n corresponds to β_{n-1}. The coefficients in the sequence follow a pattern resembling the Jacobsthal sequence, defined by J_n = J_{n-1} + 2 J_{n-2} with initial conditions J_0 = 0 and J_1 = 1. This establishes a clear formula for both the nth term and its limit as n approaches infinity.

PREREQUISITES
  • Understanding of arithmetic means and sequences
  • Familiarity with Fibonacci and Jacobsthal sequences
  • Basic algebraic manipulation skills
  • Knowledge of limits in calculus
NEXT STEPS
  • Study the properties of the Jacobsthal sequence in detail
  • Explore the derivation of limits in recursive sequences
  • Learn about generating functions for sequences
  • Investigate the relationship between Fibonacci and Jacobsthal sequences
USEFUL FOR

Mathematicians, students studying sequences and series, educators teaching algebraic concepts, and anyone interested in recursive relationships in mathematics.

aruwin
Messages
204
Reaction score
0
I have a problem on how to generalize this sequence.
Problem:
In sequence a,b,x1,x2,...xn,...,each term is equals to the arithmetic mean of its two preceding numbers.Using a and b, find:

1.xn

2.lim(n->∞) xn

My working:

x1 = (a+b)/2, x2=(b+x1)/2
x3 = (x2+x1)/2...

Ok, so I did the same thing as above until x5 and substituted all that are needed to be substituted with a and b.And here's what I get:

(a+b)/2,(a+3b)/4,(3a+5b)/8,(5a+11b)/16,(11a+21b)/32+...

I realize a pattern here. Obviously, the denominator is just power of 2. I see a pattern in the numerator too,but it's hard to generalize it using n.I realize that the value of the second a is equals to the value of the previous b and the value of the third a is equals to the second b and it goes on.
You see it too,don't you?When the first term has b in the numerator,then the second term has a, and when the 2nd term has 3b in the numerator, the 3rd term has 3a and so on...now we just have to generalize that,don't we?
 
Last edited:
Physics news on Phys.org
x_n = \gamma_n(\alpha_n a + \beta_n b)

you have figured out that \gamma_n = 2^{-n}

You've noticed that \alpha_n = \beta_{n-1}

The pattern of the coefficients is 0, 1, 1, 3, 5, 11, 21, ... looks kinda familiar doesn't it?
Almost a Fibonacci series but actually it's the Jacobsthal sequence.

J_n = J_{n-1} + 2 J_{n-2} \; : \; J_0 = 0, J_1 = 1
 
Last edited:

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
5K
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K