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

In summary, the conversation discusses a question about discrete math and a sequence defined recursively. The question asks for the first four terms of the sequence and for a proof of a closed-form expression for the sequence. The conversation provides a detailed explanation of the solution, including finding the closed-form expression and solving for the initial values. It also invites the asker and others to post more questions in a forum for discrete math.
  • #1
MarkFL
Gold Member
MHB
13,288
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
  • #2
Re: SSome Help's question at Yahoo! Answers regarding a linear reccurence equation

Hello SSome Help,

We are given the recursion:

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

The associated characteristic equation is:

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

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

\(\displaystyle a_n=k_12^n+k_25^n\) where \(\displaystyle n\in\mathbb{N}\)

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

\(\displaystyle a_1=2k_1+5k_2=11\)

\(\displaystyle a_2=4k_1+25k_2=37\)

Solving this system, we find:

\(\displaystyle k_1=3,\,k_2=1\)

and so we have:

\(\displaystyle a_n=3\cdot2^n+5^n\)

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

Using the recursive definition we find:

\(\displaystyle a_3=7\cdot37-10\cdot11=149\)

\(\displaystyle a_4=7\cdot149-10\cdot37=673\)

Using the closed-form we derived, we find:

\(\displaystyle a_3=3\cdot2^3+5^3=149\)

\(\displaystyle 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.
 

1. What is a linear recurrence equation?

A linear recurrence equation is a type of mathematical equation that describes a sequence of numbers by relating each term to one or more of the previous terms. The equation is linear if each term is multiplied by a constant coefficient and then summed together.

2. How is a linear recurrence equation different from a regular recurrence equation?

In a linear recurrence equation, each term is a linear combination of the previous terms, while in a regular recurrence equation, the terms may be multiplied by different coefficients or have other operations performed on them.

3. What are some real-world applications of linear recurrence equations?

Linear recurrence equations can be used to model population growth, interest rates, and other economic or natural phenomena. They are also used in computer science for algorithm analysis and in engineering for signal processing.

4. How is a linear recurrence equation solved?

To solve a linear recurrence equation, you can use various methods such as substitution, generating functions, or matrix methods. The solution will depend on the specific form of the equation and the initial conditions given.

5. Can a linear recurrence equation have more than one solution?

Yes, a linear recurrence equation can have multiple solutions depending on the initial conditions given. In some cases, there may be an explicit formula for finding the solution, while in others, the solution may need to be approximated or found numerically.

Similar threads

Replies
4
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
  • General Math
Replies
11
Views
1K
Replies
1
Views
1K
  • General Math
Replies
2
Views
1K
Replies
1
Views
1K
Back
Top