So I'm doing work on the Fibonacci Numbers, and I came across this problem for the generating function 
for the recursive fibonacci numbers. 
I have two questions: 1. Why is it useful to use a complex variable $z^n$ as apposed to a real variable $x^n$? 2. What does it mean by derive an identity for $f_n$? Note that $f_0 = 0$, $f_1 = 1$, $f_n = f_{n-1} + f_{n-2}$ for $n\ge2$.