MHB CuRio$ty's question at Yahoo Answers regarding a linear homogeneous recursion

AI Thread Summary
The discussion centers on solving a linear homogeneous recursion defined by A_n = 4A_{n-1} + A_{n-2} with initial conditions A_1 = 3 and A_2 = 2. The next four terms of the sequence are calculated as A_3 = 11, A_4 = 46, A_5 = 195, and A_6 = 826. To find the closed form of the sequence, the roots of the characteristic equation are determined, leading to a general solution involving constants c_1 and c_2. These constants are calculated using the initial conditions, resulting in a complex closed form for A_n. The discussion provides a detailed step-by-step approach to both the recursive calculation and the derivation of the closed form.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Math help please! recursive formula?

consider the sequence defined by the following recursive formula and starting with A^1=3 and A^2=2
A^1=4A^N-1 +A^N-2
A)list the next four terms of the sequence
b) find A^g
NOTE: ALL SUBSCRIPTS ARE SUPPOSE TO BE LOCATED BELOW THE "A"
please show me how this is done. would liketo learn. thanks in advance!

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
Hello CuRio\$!ty,

We are (presumably) given the linear homogeneous recursion:

$$A_{n}=4A_{n-1}+A_{n-2}$$

where $$A_1=3,\,A_2=2$$

a) List the next four terms of the sequence.

For this we may simply use the recursive algorithm:

$$A_3=4A_2+A_1=4\cdot2+3=11$$

$$A_4=4A_3+A_2=4\cdot11+2=46$$

$$A_5=4A_4+A_3=4\cdot46+11=195$$

$$A_6=4A_5+A_4=4\cdot195+46=826$$

b) Find $A_n$.

To find the closed form, we find the roots of the associated characteristic equation:

$$r^2-4r-1=0$$

The quadratic formula gives us:

$$r=2\pm\sqrt{5}$$

Hence, the close form is:

$$A_n=c_1\left(2+\sqrt{5} \right)^n+c_2\left(2-\sqrt{5} \right)^n$$

Using the initial values, we may determine the parameters $c_i$:

$$A_1=c_1\left(2+\sqrt{5} \right)+c_2\left(2-\sqrt{5} \right)=3$$

$$A_2=c_1\left(2+\sqrt{5} \right)^2+c_2\left(2-\sqrt{5} \right)^2=2$$

These equations may be written:

$$2\left(c_1+c_2 \right)+\sqrt{5}\left(c_1-c_2 \right)=3$$

$$9\left(c_1+c_2 \right)+4\sqrt{5}\left(c_1-c_2 \right)=2$$

Multiplying the first equation by -4 and adding to the second, we obtain:

$$c_1+c_2=-10$$

Multiplying the first equation by 9 and the second by -2 and adding we obtain:

$$c_1-c_2=\frac{23}{\sqrt{5}}$$

Adding together these last two equations, we get:

$$2c_1=\frac{23}{\sqrt{5}}-10\implies c_1=\frac{23}{2\sqrt{5}}-5$$

and so:

$$c_2=-\left(\frac{23}{2\sqrt{5}}+5 \right)$$

Thus, the closed form for the sequence is:

$$A_n=\left(\frac{23}{2\sqrt{5}}-5 \right)\left(2+\sqrt{5} \right)^n-\left(\frac{23}{2\sqrt{5}}+5 \right)\left(2-\sqrt{5} \right)^n$$

$$A_n=\frac{\sqrt{5}}{10}\left(\left(23-10\sqrt{5} \right)\left(2+\sqrt{5} \right)^n-\left(23+10\sqrt{5} \right)\left(2-\sqrt{5} \right)^n \right)$$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
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...
Back
Top