MHB Find Limit of Series w/o Quotations: 65 Characters

  • Thread starter Thread starter IHateFactorial
  • Start date Start date
  • Tags Tags
    Series Value
Click For Summary
The series defined by the recurrence relation $$a_{n+1} = \frac{4}{7}a_n + \frac{3}{7}a_{n-1}$$ with initial conditions $$a_0 = 1$$ and $$a_1 = 2$$ converges to a limit as n approaches infinity. The limit can be found by analyzing the characteristic equation, leading to a closed form solution of $$a_n = \frac{17 - 7\left(-\frac{3}{7}\right)^n}{10}$$. As n increases, the term involving $$\left(-\frac{3}{7}\right)^n$$ approaches zero. Therefore, the limit is $$\lim_{n\to\infty} a_n = \frac{17}{10}$$. This confirms that the series converges to a finite value rather than diverging to infinity.
IHateFactorial
Messages
15
Reaction score
0
Let $${a}_{n+1} = \frac{4}{7}{a}_{n} + \frac{3}{7}{a}_{n-1}$$ where a0 = 1, and a1 = 2.

Find $$\lim_{{n}\to{\infty}}{a}_{n}$$

Well, seeing as it says that x approaches infinity, the difference between where points an-1, an, and an+1 are plotted on the y-axis is almost insignificant, so we can simply apply a common value of x to all ais in the function. It would become:

$$x = \frac{4}{7}x + \frac{3}{7}x = \frac{7}{7}x = x$$

Seeing as x equals itself, the higher the value of n, we can say that:

$$\lim_{{n}\to{\infty}}{a}_{n} = \infty$$

Is this right? Or did I screw it up?
 
Mathematics news on Phys.org
What I would do here is look at the characteristic equation for the linear homogeneous recursion:

$$7r^2-4r-3=0$$

$$(7r+3)(r-1)=0$$

And so we know the closed form is:

$$a_n=c_1\left(-\frac{3}{7}\right)^n+c_2$$

And we can use the initial values to determine the parameters:

$$a_0=c_1+c_2=1$$

$$a_1=-\frac{3}{7}c_1+c_2=2$$

Solving this system, we find:

$$c_a=-\frac{7}{10},\,c_2=\frac{17}{10}$$

Hence:

$$a_n=\frac{17-7\left(-\dfrac{3}{7}\right)^n}{10}$$

And so we find:

$$\lim_{n\to\infty}a_n=\frac{17}{10}$$
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
17
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K