Let N denote the set of all non-negative integers (including zero). A function f:N→N satisfies for all a,b∈N f(a+b2)=f(a)+f(b2)+ab2. Given that f(40)=2020 find f(1).
Solution
Putting b=1 in the recurrence relation, we have: f(a+1)=f(a)+f(1)+a. It is then an easy inductive proof that for a≥1 f(a)=a(f(1)+2a−1). On substitution, this satisfies the functional equation for any a,b∈N and so all solutions are of this form. Given f(40)=2020 we must have: 2020=40(f(1)+239). This implies f(1)=31.
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.