I'm studying power series and in the video the professor showing an example of finding formula for n term of Fibonacci sequence.
at the middle of the video (6:00) https://www.youtube.com/watch?v=CR-nmp97Ayo
the professor rewrite this equation:
$$f(x)=\frac{x}{1-x-x^2}$$
to be:
$$f(x)=\frac{\frac{1}{\sqrt5}}{1-(x*\phi)}+\frac{-\frac{1}{\sqrt5}}{1-(x*(1-\phi))}$$
I try using quadratic formula what I get is this:
$$f(x)=\frac{x}{(x+\frac{1+\sqrt5}{2})(-x+\frac{-1+\sqrt5}{2})}$$
how can I go from my result of using quadratic formula to the result the professor show?
please give me very detail step by step.
$$\frac A{ax+1}+\frac B{bx+1}=\frac{(Ab+Ba)x+(A+B)}{(x+a)(x+b)}$$ and you are in a case such that
$$A+B=0.$$