Solving Recurrence Relation Homework

Click For Summary
SUMMARY

The sequence defined by f_n with initial conditions f_0=1 and f_1=2 follows the recurrence relation f_n=-2f_{n-1}+15f_{n-2} for n ≥ 2. The generating function F(x) for this sequence is expressed as F(x)=P(x)/Q(x), where P(x)=1+4x and Q(x)=1+2x-15x^2. This formulation allows for the analysis of the sequence through polynomial manipulation and differentiation for verification.

PREREQUISITES
  • Understanding of recurrence relations and their solutions
  • Familiarity with generating functions in combinatorial mathematics
  • Basic knowledge of polynomial algebra
  • Ability to perform differentiation of functions
NEXT STEPS
  • Study the properties of generating functions and their applications
  • Learn how to solve linear recurrence relations with constant coefficients
  • Explore polynomial long division and its relevance in generating functions
  • Investigate the method of characteristic equations for recurrence relations
USEFUL FOR

Students and educators in mathematics, particularly those focusing on discrete mathematics, combinatorics, and algebra. This discussion is beneficial for anyone looking to deepen their understanding of recurrence relations and generating functions.

pupeye11
Messages
99
Reaction score
0

Homework Statement



The sequence f_n is defined by f_0=1, f_1=2 and f_n=-2f_{n-1}+15f_{n-2} when n \geq 2. Let

<br /> F(x)= \sum_{n \geq 2}f_nx^n<br />

be the generating function for the sequence f_0,f_1,...,f_n,...

Find polynomials P(x) and Q(x) such that

<br /> F(x)=\frac{P(x)}{Q(x)}<br />

The Attempt at a Solution



<br /> f_n+2f_{n-1}-15f_{n-2}=0<br />

So since we know that F(x)=f_0+f_1x+f_2x^2+...+f_nx^n+...

<br /> F(x)=f_0+f_1x+f_2x^2+...+f_nx^n+...<br />

<br /> 2xF(x)=2f_0x+2f_1x^2+...+2f_{n-1}x^n+...<br />

<br /> -15x^2F(x)= -15f_0x^2-...-15f_{n-2}x^n-...<br />

Summing these I get

<br /> (1+2x-15x^2)F(x)=f_0+(f_1+2f_0)x+(f_2+2f_1-15f_0)x^2+...+(f_n+2f_{n-1}-15f_{n-2})x^n<br />

After some algebra and substituting f_0=1, f_1=2 I get

<br /> F(x)=\frac{1+4x}{1+2x-15x^2}<br />

So

<br /> P(x)=1+4x<br />

and

<br /> Q(x)=1+2x-15x^2<br />

Is this correct?
 
Physics news on Phys.org
looks reasonable to me, you can always check by diferntiating you function a few times
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 24 ·
Replies
24
Views
5K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
4
Views
2K
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K