MHB SSome Help's question at Yahoo Answers regarding a linear recurrence equation

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Linear Recurrence
AI Thread Summary
The discussion centers on solving a linear recurrence equation defined by the sequence {asubn} with initial values a1=11 and a2=37. The characteristic equation is derived as r^2-7r+10, leading to a closed-form expression of an=3(2^n)+5^n. The values for a3 and a4 are calculated as 149 and 673, respectively, using both the recursive definition and the closed-form expression. The solution also invites further discrete math questions to a dedicated forum for additional assistance. This comprehensive approach aids in understanding linear recurrences and their applications.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Discrete Math Help questions?

Let {asubn} be the sequence defined recursively by asub1=11, asub2=37, asubn= 7asub(n-1) - 10asub(n-2) for n greater than or equal to 3.

a) find asub1, asub2, asub3, asub4.
b)Prove that asubn = 5^n + 3(2^n) for all n greater than or equal to 1.

Here is a link to the question:

Discrete Math Help questions? - Yahoo! Answers

I have posted a link there to this topic so the OP can find my response.
 
Mathematics news on Phys.org
Re: SSome Help's question at Yahoo! Answers regarding a linear reccurence equation

Hello SSome Help,

We are given the recursion:

$$a_n=7a_{n-1}-10a_{n-2}$$ where $$a_1=11,\,a_2=37$$

The associated characteristic equation is:

$$r^2-7r+10=(r-2)(r-5)=0$$

Hence, the closed-form expression will take the form:

$$a_n=k_12^n+k_25^n$$ where $$n\in\mathbb{N}$$

where the parameters $k_i$ may be determined from the initial values:

$$a_1=2k_1+5k_2=11$$

$$a_2=4k_1+25k_2=37$$

Solving this system, we find:

$$k_1=3,\,k_2=1$$

and so we have:

$$a_n=3\cdot2^n+5^n$$

a) We are given $a_1=11$ and $a_2=37$.

Using the recursive definition we find:

$$a_3=7\cdot37-10\cdot11=149$$

$$a_4=7\cdot149-10\cdot37=673$$

Using the closed-form we derived, we find:

$$a_3=3\cdot2^3+5^3=149$$

$$a_4=3\cdot2^4+5^4=673$$

b) We have already derived the closed-forum for the recursion.

To SSome Help and any other guests viewing this topic, I invite and encourage you to post other discrete math questions in our http://www.mathhelpboards.com/f15/ forum.

Best Regards,

Mark.
 
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 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
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