AlgebraDifficulty 5.7AIME, harderProve itUnited States
Problem: Let b(x)=x2+x+1. The polynomial x2015+x2014+⋯+x+1 has a unique "base b(x)" representation x2015+x2014+⋯+x+1=k=0∑Nak(x)b(x)k where - N is a nonnegative integer; - each "digit" ak(x) (for 0≤k≤N) is either the zero polynomial (i.e. ak(x)=0) or a nonzero polynomial of degree less than degb=2; and - the "leading digit aN(x)" is nonzero (i.e. not the zero polynomial). Find aN(0) (the "leading digit evaluated at 0").
Solution
Solution: Answer: −1006
Comparing degrees easily gives N=1007. By ignoring terms of degree at most 2013, we see aN(x)(x2+x+1)1007∈x2015+x2014+O(x2013) Write aN(x)=ux+v, so aN(x)(x2+x+1)1007∈(ux+v)(x2014+1007x2013+O(x2012))⊆ux2015+(v+1007u)x2014+O(x2013) Finally, matching terms gives u=1 and v+1007u=1, so v=1−1007=−1006.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.