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 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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...
Back
Top