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.


LinkBack URL
About LinkBacks

