Bling Fizikst
- 119
- 16
- Homework Statement
- Denote by ##F_0(x), F_1(x), \ldots## the sequence of Fibonacci polynomials, which satisfy the recurrence ##F_0(x)=1, F_1(x)=x,## and $$F_n(x)=xF_{n-1}(x)+F_{n-2}(x)$$ for all ##n\geq 2##. It is given that there exist unique integers ##\lambda_0, \lambda_1, \ldots, \lambda_{1000}## such that$$x^{1000}=\sum_{i=0}^{1000}\lambda_iF_i(x)$$ for all real ##x##. For which integer ##k## is ##|\lambda_k|## maximized?
- Relevant Equations
- ok
Tried to find patterns on the coefficients of the polynomials . But could only go as far as : $$x: \frac{i+1}{2}$$ $$x^2: \frac{i(i+2)}{8}$$ for the ##i##th fibonacci polynomial . Quite stuck on this one for a while , so , not sure if i have to change routes . But seems like if i find the coefficients of the polynomial , i can set them all to zero except the one for the ##1000## th power . It seems i can only start thinking about the maximising part after finding the coefficents and setting them to zero .