Maths Olympiad Prep

Library / /1267 of 1394

, 2022

Algebra Difficulty 6.0 AIME, harder Prove it United States

Problem:
Find, with proof, all functions f:R{0}Rf: \mathbb{R} \setminus \{0\} \to \mathbb{R} such that
f(x)2f(y)f(z)=x(x+y+z)(f(x)+f(y)+f(z)) f(x)^2 - f(y) f(z) = x(x+y+z)(f(x) + f(y) + f(z))
for all real x,y,zx, y, z such that xyz=1x y z = 1.

Solutions — 2

Solution 1

Solution:
The answer is either f(x)=0f(x) = 0 for all xx or f(x)=x21xf(x) = x^2 - \frac{1}{x} for all xx. These can be checked to work.

Now, I will prove that these are the only solutions. Let P(x,y,z)P(x, y, z) be the assertion of the problem statement.

Lemma 1. f(x){0,x21x}f(x) \in \{0, x^2 - \frac{1}{x}\} for all xR{0}x \in \mathbb{R} \setminus \{0\}.

Proof. P(1,1,1)P(1,1,1) yields f(1)=0f(1) = 0. Then, P(x,1,1x)P\left(x, 1, \frac{1}{x}\right) and P(1,x,1x)P\left(1, x, \frac{1}{x}\right) yield
f(x)2=x(x+1x+1)(f(x)+f(1x))f(x)f(1x)=(x+1x+1)(f(x)+f(1x)) \begin{aligned} f(x)^2 &= x\left(x + \frac{1}{x} + 1\right)\left(f(x) + f\left(\frac{1}{x}\right)\right) \\ -f(x) f\left(\frac{1}{x}\right) &= \left(x + \frac{1}{x} + 1\right)\left(f(x) + f\left(\frac{1}{x}\right)\right) \end{aligned}
Thus, we have f(x)2=xf(x)f(1x)f(x)^2 = -x f(x) f\left(\frac{1}{x}\right), so we have f(x)=0f(x) = 0 or f(1x)=f(x)xf\left(\frac{1}{x}\right) = -\frac{f(x)}{x}. Plugging in the latter into the first equation above gives us
f(x)2=x(x+1x+1)(f(x)f(x)x) f(x)^2 = x\left(x + \frac{1}{x} + 1\right)\left(f(x) - \frac{f(x)}{x}\right)
which gives us f(x)=0f(x) = 0 or f(x)=x21xf(x) = x^2 - \frac{1}{x}. This proves Lemma 1.

Lemma 2. If f(t)=0f(t) = 0 for some t1t \neq 1, then we have f(x)=0f(x) = 0 for all xx.

Proof. P(x,t,1tx)P\left(x, t, \frac{1}{t x}\right) and P(t,x,1tx)P\left(t, x, \frac{1}{t x}\right) give us
f(x)2=x(x+1tx+t)(f(x)+f(1tx))f(x)f(1tx)=t(x+1tx+t)(f(x)+f(1tx)) \begin{aligned} f(x)^2 &= x\left(x + \frac{1}{t x} + t\right)\left(f(x) + f\left(\frac{1}{t x}\right)\right) \\ -f(x) f\left(\frac{1}{t x}\right) &= t\left(x + \frac{1}{t x} + t\right)\left(f(x) + f\left(\frac{1}{t x}\right)\right) \end{aligned}
Thus we have tf(x)2=xf(x)f(1tx)t f(x)^2 = -x f(x) f\left(\frac{1}{t x}\right), so f(x)=0f(x) = 0 or f(1tx)=txf(x)f\left(\frac{1}{t x}\right) = -\frac{t}{x} f(x). Plugging in the latter into the first equation gives us
f(x)2=x(x+1tx+t)(f(x)tf(x)x) f(x)^2 = x\left(x + \frac{1}{t x} + t\right)\left(f(x) - \frac{t f(x)}{x}\right)
which gives us either f(x)=0f(x) = 0 or f(x)=x(x+t+1tx)(1tx)=x21x(t21t)f(x) = x\left(x + t + \frac{1}{t x}\right)\left(1 - \frac{t}{x}\right) = x^2 - \frac{1}{x} - \left(t^2 - \frac{1}{t}\right). Note that since the latter expression doesn't equal x21xx^2 - \frac{1}{x}, since t1t \neq 1, we must have that f(x)=0f(x) = 0. Thus, we have proved Lemma 2.

Combining these lemmas finishes the problem.

Solution 2

Solution:
Suppose xyz=1x y z = 1 and x+y+z0x + y + z \neq 0 and that x,y,zx, y, z are not all the same. Then we have
f(x)2f(y)f(z)=x(x+y+z)(f(x)+f(y)+f(z))f(y)2f(z)f(x)=y(x+y+z)(f(x)+f(y)+f(z))f(z)2f(x)f(y)=z(x+y+z)(f(x)+f(y)+f(z)) \begin{aligned} & f(x)^2 - f(y) f(z) = x(x + y + z)(f(x) + f(y) + f(z)) \\ & f(y)^2 - f(z) f(x) = y(x + y + z)(f(x) + f(y) + f(z)) \\ & f(z)^2 - f(x) f(y) = z(x + y + z)(f(x) + f(y) + f(z)) \end{aligned}
Squaring the first equation and subtracting the second equation times the third gives us: f(x)F(x,y,z)=(x2yz)G(x,y,z)2f(x) F(x, y, z) = (x^2 - y z) G(x, y, z)^2, where F(x,y,z)=f(x)3+f(y)3+f(z)33f(x)f(y)f(z)F(x, y, z) = f(x)^3 + f(y)^3 + f(z)^3 - 3 f(x) f(y) f(z) and G(x,y,z)=(x+y+z)(f(x)+f(y)+f(z))G(x, y, z) = (x + y + z)(f(x) + f(y) + f(z)). If F(x,y,z)=0F(x, y, z) = 0, it is not too hard to see that we get f(x)=f(y)=f(z)=0f(x) = f(y) = f(z) = 0. If not, then we can let K=G2FK = \frac{G^2}{F} and we substitute (f(x),f(y),f(z))=(K(x2yz),K(y2xz),K(z2xy))(f(x), f(y), f(z)) = (K(x^2 - y z), K(y^2 - x z), K(z^2 - x y)) into the first equation to get K2x(x3+y3+z33xyz)=Kx(x3+y3+z33xyz)K^2 x(x^3 + y^3 + z^3 - 3 x y z) = K x(x^3 + y^3 + z^3 - 3 x y z). Thus, we have K=0K = 0 or K=1K = 1. Thus, we have either (f(x),f(y),f(z))=(0,0,0)(f(x), f(y), f(z)) = (0, 0, 0) or (f(x),f(y),f(z))=(x2yz,y2zx,z2xy)(f(x), f(y), f(z)) = (x^2 - y z, y^2 - z x, z^2 - x y).

Thus, f(0.5)=0f(0.5) = 0 or f(0.5)=0.5210.5f(0.5) = 0.5^2 - \frac{1}{0.5}. If the former is true, then for all yy and zz such that yz=2y z = 2 and y+z0.5y + z \neq 0.5, we have f(y)=0f(y) = 0. However, this gives that f(y)=0f(y) = 0 for all yy. Likewise, if the latter were true, we would have f(y)=y21yf(y) = y^2 - \frac{1}{y} for all yy, so we are done.

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.