MHB Bryan's question at Yahoo Answers regarding linear recurrence relations

MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Discrete Mathematics Question?

Find the solution to recurrence relations.

A) An = An-1 + 6 An-2 , Ao = 3 , A1 = 6B) An+2 = -4 An+1 + 5 An , A0 = 2 , A1 = 8

Here is a link to the question:

Discrete Mathematics Question? - Yahoo! Answers

I have posted a link there to this topic so the OP may find my response.
 
Mathematics news on Phys.org
Hello Bryan,

A) We are given the recurrence relation

$$A_{n}=A_{n-1}+6A_{n-2}$$ where $$A_0=3,\,A_1=6$$

The associated characteristic equation is:

$$r^2-r-6=(r+2)(r-6)=0$$

Our characteristic roots are then $$r=-2,\,6$$

Hence, the closed form is:

$$A_n=k_1(-2)^n+k_2(6)^n$$

We may use the initial values to determine the parameters $k_i$:

$$A_0=k_1(-2)^0+k_2(6)^0=k_1+k_2=3$$

$$A_1=k_1(-2)^1+k_2(6)^1=-2k_1+6k_2=6\,\therefore\,-k_1+3k_2=3$$

Solving this 2X2 system, we find:

$$k_1=k_2=\frac{3}{2}$$ and so:

$$A_n=\frac{3}{2}\left((-2)^n+6^n \right)=3\cdot2^{n-1}\left((-1)^n+3^n \right)$$

B) We are given the recurrence relation:

$$A_{n+2}=-4A_{n+1}+5A_{n}$$ where $$A_0=2,\,A_1=8$$

The associated characteristic equation is:

$$r^2+4r-5=(r+5)(r-1)=0$$

Our characteristic roots are then $$r=-5,\,1$$

Hence, the closed form is:

$$A_n=k_1(-5)^n+k_2$$

We may use the initial values to determine the parameters $k_i$:

$$A_0=k_1(-5)^0+k_2=k_1+k_2=2$$

$$A_1=k_1(-5)^1+k_2=-5k_1+k_2=8$$

Solving this 2X2 system, we find:

$$k_1=-1,\,k_2=3$$ and so:

$$A_n=3-(-5)^n$$

To Bryan and any other visitors reading this topic, I encourage you to post other questions of this type in our http://www.mathhelpboards.com/f15/ forum.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top