The function f has the property that, for each real number x, f(x)+f(x−1)=x2.If f(19)=94, what is f(94)?
Solution — click to reveal
We compute directly using the given recursive definition: f(94)=942−f(93)=942−932+f(92)=942−932+922−f(91)=⋯=942−932+922−912+⋯+202−f(19)=(942−932+922−912+⋯+202)−94.To compute this sum, we write 942−932+922−912+⋯+202=(942−932)+(922−912)+⋯+(222−212)+202=(94+93)+(92+91)+⋯+(22+21)+202=21(94+21)(94−21+1)+400=4255+400=4655.Therefore, f(94)=4655−94=4561.