Polynomial recurrence equation

Click For Summary
SUMMARY

The discussion focuses on solving the polynomial recurrence relation L_k(x) = L_{k-1}(x) + xL_{k-2}(x) using generating functions. The generating function derived is F(x,y) = (1+xy)/(1-y-xy^2). Participants suggest utilizing the binomial theorem to expand (1+xy) and reversing the order of summation to rewrite the power series in terms of y. Additionally, the method of undetermined coefficients is recommended for finding a particular solution to the recurrence relation.

PREREQUISITES
  • Understanding of polynomial recurrence relations
  • Familiarity with generating functions
  • Knowledge of the binomial theorem
  • Experience with the method of undetermined coefficients
NEXT STEPS
  • Study the binomial theorem and its applications in generating functions
  • Learn about the method of undetermined coefficients for solving recurrence relations
  • Explore techniques for reversing the order of summation in series
  • Practice solving polynomial recurrence relations with various initial conditions
USEFUL FOR

Students in combinatorics, mathematicians interested in recurrence relations, and educators looking for methods to teach generating functions and polynomial equations.

Pietjuh
Messages
75
Reaction score
0
For our combinatorics class there is a bonus exercise in which we have to solve the following recurrence relation:

[tex]L_k(x) = L_{k-1}(x) + xL_{k-2}(x)[/tex]

My first thought was to construct the following generating function:

[tex]F(x,y) = \sum_{k=0}^{\infty} L_k(x) y^k[/tex].

By putting in the recurrence relation I found a formula for this generating function:

[tex]F(x,y) = \frac{1+xy}{1-y-xy^2}[/tex]

Using the geometric series I found that this equals to:

[tex]F(x,y) = (1+xy)\sum_{k=0}^{\infty} (y+xy^2)^k <br /> = \sum_{k=0}^{\infty} (1+xy)(xy^2)^k\frac{(1+xy)^k}{(xy)^k}<br /> = \sum_{k=0}^{\infty}\sum_{n=0}^k{k\choose n}(1+xy)x^ny^{n+k}[/tex]

Now I've tried all afternoon to rewrite this whole powerseries in terms of y, so I can equate the generating function with this powerseries and find the required [tex]L_k(x)[/tex], but I could'nt do it :(

Could someone give me a hint in which direction to look for now?

Thanks in advance!
 
Physics news on Phys.org
Reverse the order of summation. (the idea is analogous to reversing the order of integration in an iterated integral)
 



It seems like you are on the right track with using generating functions to solve this polynomial recurrence equation. One possible direction to look at is using the binomial theorem to expand the powers of (1+xy) in your generating function. This can help you rewrite the powerseries in terms of y and potentially lead to finding a closed form expression for L_k(x). Another approach could be to use the method of undetermined coefficients to find a particular solution for the recurrence relation, and then use the general solution to find L_k(x). I would also suggest consulting with your instructor or classmates for further guidance and clarification. Good luck!
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K