Maths Olympiad Prep

Library / /333 of 462

Algebra Difficulty 6.4 National Olympiad Prove it Ireland

The functions f(n)=n2f(n) = n^2 and f(n)=n2f(n) = -n^2 both satisfy the following equations:
f(f(n)+1)f(f(n)1)=4n2 f(f(n) + 1) - f(f(n) - 1) = 4n^2
Either show that there is no other function f:ZZf : \mathbb{Z} \to \mathbb{Z} satisfying the above equation for all nZn \in \mathbb{Z}, or prove that another such function exists.

Solution

There are infinitely many solutions. We first examine some constraints.
If f(n)=f(m)f(n) = f(m) for n,m0n, m \ge 0, then 4n2=4m24n^2 = 4m^2 and so n=mn = m. Similarly n=mn = m if f(n)=f(m)f(n) = f(m) for n,m0n, m \le 0. Now let a=f(0)a = f(0) and substitute n=0n = 0 in the given functional equation. We obtain f(a+1)=f(a1)f(a+1) = f(a-1), hence a+1a+1 and a1a-1 must have different signs. This forces f(0)=a=0f(0) = a = 0.
Requiring the given functional equation for all nNn \in \mathbb{N} (positive integers) makes sense as a condition on functions f:NN{1}f: \mathbb{N} \to \mathbb{N} \setminus \{1\}. If we can find such a function f:NN{1}f: \mathbb{N} \to \mathbb{N} \setminus \{1\}, then we get a solution to our original problem when we extend it to a function defined on Z\mathbb{Z} by letting f(0)=0f(0) = 0 and f(n)=f(n)f(-n) = f(n), nNn \in \mathbb{N}.
We already know that ff must be injective (on N\mathbb{N}), so one possibility is to take f(n)f(n) to be a distinct multiple of 4 for distinct nNn \in \mathbb{N}. Then the given functional equation just gives a sequence of uncoupled restrictions on ff. The idea is therefore to pick some simple function g:N4Ng: \mathbb{N} \to 4\mathbb{N} and write f(n)=g(n)f(n) = g(n) for most values of nNn \in \mathbb{N}, but instead use the given equation.
f(f(m)1)=f(f(m)+1)4m2 f(f(m) - 1) = f(f(m) + 1) - 4m^2
to define f(n)f(n) for some numbers n3(mod4)n \equiv 3 \pmod 4. Defining f(n)f(n) this way for n=f(m)1n = f(m) - 1 in terms of f(n+2)=g(n+2)f(n+2) = g(n+2) certainly gives a value that is still a multiple of 4. Any monotonic function gg that increases quickly enough to ensure that f(f(m)+1)4m2>f(f(m))f(f(m) + 1) - 4m^2 > f(f(m)) will suffice. For example, fix an integer K>0K > 0 and take g(n)=4Kn2g(n) = 4Kn^2, and so, for n>0n > 0 we define
f(n)={4K(n+2)24m2,if n3(mod4) and n=f(m)1for some mN,m<n;4Kn2,otherwise. f(n) = \begin{cases} 4K(n+2)^2 - 4m^2, & \text{if } n \equiv 3 \pmod 4 \text{ and } n = f(m) - 1 \\ & \text{for some } m \in \mathbb{N}, m < n; \\ 4Kn^2, & \text{otherwise.} \end{cases}
This equation gives f(1)=4Kf(1) = 4K, and also defines f(n)f(n), n>1n > 1, in terms of f(m)f(m) for mNm \in \mathbb{N}, m<nm < n. Thus it assigns exactly one value f(n)f(n) to nNn \in \mathbb{N}. Inductively we see that f(n)4Kn2f(n) \ge 4Kn^2 for all nNn \in \mathbb{N}. This inequality implies that f(m)4Km24m2f(m) \ge 4Km^2 \ge 4m^2 and so, in the exceptional case n=f(m)1n = f(m) - 1,
f(n)=4K(n+2)24m24K(n+2)2n1>4(n+1)2=f(n+1) f(n) = 4K(n + 2)^2 - 4m^2 \ge 4K(n + 2)^2 - n - 1 > 4(n + 1)^2 = f(n + 1)
and obviously f(n)<4K(n+2)2=f(n+2)f(n) < 4K(n + 2)^2 = f(n + 2). Thus ff is injective. Because f(m)1>mf(m) - 1 > m for m>0m > 0 it is also now clear that ff satisfies the given equation.

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.