Maths Olympiad Prep

Library / /63 of 82

Algebra Difficulty 5.4 AIME, harder Prove it United States

Problem:

Let ff be a function that takes in a triple of integers and outputs a real number. Suppose that ff satisfies the equations

f(a,b,c)=f(a+1,b,c)+f(a1,b,c)2f(a,b,c)=f(a,b+1,c)+f(a,b1,c)2f(a,b,c)=f(a,b,c+1)+f(a,b,c1)2 \begin{aligned} f(a, b, c) & = \frac{f(a+1, b, c) + f(a-1, b, c)}{2} \\ f(a, b, c) & = \frac{f(a, b+1, c) + f(a, b-1, c)}{2} \\ f(a, b, c) & = \frac{f(a, b, c+1) + f(a, b, c-1)}{2} \end{aligned}

for all integers a,b,ca, b, c. What is the minimum number of triples at which we need to evaluate ff in order to know its value everywhere?

Solution

Solution:

Answer: 8

Note that if we have the value of ff at the 8 points: (0,0,0)(0,0,0), (1,0,0)(1,0,0), (0,1,0)(0,1,0), (0,0,1)(0,0,1), (0,1,1)(0,1,1), (1,0,1)(1,0,1), (1,1,0)(1,1,0), (1,1,1)(1,1,1), we can calculate the value for any triple of points because we have that f(a+1,b,c)f(a,b,c)f(a+1, b, c) - f(a, b, c) is constant for any aa, if bb and cc are fixed (and similarly for the other coordinates). To see why we cannot do this with fewer points, notice that we need to determine what the value of these 8 points is anyway, and there is no more efficient way to determine them all in fewer evaluations.

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.