Generating Function (Finding An)
Discrete Mathematics with Graph Theory
by Goodaire and Parmenter
Page 182 # 10b
an = -10an-1 - 25an-2, n ≥ 2, given a0=1, a1 = 25
So far I have:
f(x) - a0 -a1x = -10x(f(x) - a0) - 25x2f(x)
f(x) - 1 -25x = -10x(f(x) - 1) - 25x2f(x)
Then solving for f(x)
I get:
f(x) = (1+35x)/(1+10X+25x2)
f(x) = (1+35x)/(1+5x)2
Then when I do partial fractions I get:
(1+35x) = (A/(5x+1)^2) + (B/(5x+1))
Then solving for A & B I get:
A = 7
B = -6
And now I'm having trouble finding my an coefficient.
Re: Generating Function (Finding An)
Hello, ThatPinkSock!
I am unfamiliar with your method.
I'll show you the procedure I was taught.
We have: . 
Let: 
Substitute: . 
Divide by (x+5) \:=\:0 \quad\Rightarrow\quad x \:=\:\text{-}5,\,\text{-}5)
The function has the form: .  \:=\:A(\text{-}5)^n + Bn(\text{-}5)^n)
Substitute the first two terms:
. .  \,=\, 1\!:\;\;A(\text{-}5)^0 + B(0)(\text{-}5)^0 \:=\:1 \quad\Rightarrow\quad A \:=\:1)
. . \,=\,25\!:\;\;A(\text{-}5)^1 + B(1)(\text{-}5)^1 \:=\:25 \Rightarrow\quad \text{-}5A - 5B \:=\:25)
. . . . . . . . . . .  - 5B \:=\:25 \quad\Rightarrow\quad \text{-}5B \:=\:30 \quad\Rightarrow\quad B \:=\:\text{-}6)
Therefore: .  \:=\:(\text{-}5)^n - 6n(\text{-}5)^n )
. . . . . . . . . . ^n(1 - 6n))
Re: Generating Function (Finding An)
Hi ThatPinkSock,
For the generating function approach, use the series
to expand 
and use the series
to expand
.
Here's one part: ^n )
I'll leave the rest for you...