Difference between revisions of "2002 IMO Problems/Problem 5"

m
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
  
 
==Solution==
 
==Solution==
{{solution}}
+
Given the problem (f(x)+f(y))(f(u)+f(v))=f(xuyv)+f(xvyu), we aim to find a function that satisfies it.
**Problem of Functions with Parameters**
 
  
Given the problem \( (f(x) + f(y))(f(u) + f(v)) = f(xu - yv) + f(xv - yu) \), we aim to find a function that satisfies it.
+
We start by considering the case when \( x = y = u = v = 0 \). This leads us to \( 4f(0)^2 = 2f(0) \), implying \( f(0) = 0 \) or \( f(0) = 1/2 \).  
  
1. **Initial Exploration:**
+
If \( f(0) = 1 \), then putting x=y=u=0 gives us f(u)=1/2 for all uR. On the other hand, if f(0)=0, putting y=v=0 gives us f(x)f(u)=f(xu), indicating that f is multiplicative.  
  
    We start by considering the case when \( x = y = u = v = 0 \).
+
If \( f(0) = 0 \), we have \( f(1) = 0 \) or f(1)=1.  
   
 
    This leads us to \( 4f(0)^2 = 2f(0) \), implying \( f(0) = 0 \) or \( f(0) = 1/2 \).
 
   
 
    If f(0)=1, then putting x=y=u=0 gives us \( f(u) = 1/2 \) for all uR.
 
   
 
    On the other hand, if f(0)=0, putting y=v=0 gives us f(x)f(u)=f(xu), indicating that \( f \) is multiplicative.
 
  
2. **Determining f(1):**
+
If f(1)=0, then \( f(x) = f(x \cdot 1) = f(x)f(1) = 0 \) for all xR.
  
    If f(0)=0, we have f(1)=0 or f(1)=1.
+
Disregarding constant solutions, we assume f(0)=0 and f(1)=1.  
   
 
    If f(1)=0, then f(x)=f(x1)=f(x)f(1)=0 for all xR.
 
   
 
    Disregarding constant solutions, we assume f(0)=0 and f(1)=1.
 
  
3. **Manipulating the Original Equation:**
+
Taking x=y=1 in the original equation, we arrive at 2f(u)+2f(v)=f(u+v)+f(uv).  
  
    Taking x=y=1 in the original equation, we arrive at 2f(u)+2f(v)=f(u+v)+f(uv).
+
Taking u=0, we get f(v)=f(v), indicating that f is an even function.  
   
 
    Taking u=0, we get f(v)=f(v), indicating that f is an even function.
 
  
4. **Using Parity:**
+
Using parity and taking a=u and b=v in the original equation, we get f(u2+v2)=(f(u)+f(v))2.  
  
    Using parity and taking a=u and b=v in the original equation, we get f(u2+v2)=(f(u)+f(v))2.
+
This implies f(x)>0 for all x>0, allowing us to define an auxiliary function g as g(x)=f(x).  
   
 
    This implies f(x)>0 for all x>0, allowing us to define an auxiliary function g as \( g(x) = \sqrt{f(x)} \).
 
   
 
    Then, taking a=u2 and b=v2, the equation rewrites as g(a+b)=g(a)+g(b).
 
   
 
    This leads us to g being additive, and therefore, there exists mN such that g(x)=mx for all x>0. Since g(1)=f(1)=1, we have \( m = 1 \).
 
  
5. **Final Conclusion:**
+
Then, taking a=u2 and b=v2, the equation rewrites as g(a+b)=g(a)+g(b).
 +
 
 +
This leads us to g being additive, and therefore, there exists mN such that g(x)=mx for all x>0. Since g(1)=f(1)=1, we have m=1.
 +
 
 +
We will prove that f is increasing on [0,). Given a>b0, we express a=u2+v2 and b=u2 for u,vR.
 +
 
 +
Then, f(u2+v2)=(f(u)+f(v))2=f(u2)+2f(uv)+f(v2)>f(u2), implying f(a)>f(b), since f is multiplicative.
 +
 
 +
Therefore, the only solutions are <math>\boxed{f(x) = 0}, \boxed{ f(x) = 1/2 },</math> and <math>\boxed{f(x) = x^2}</math>, which can be easily verified in the original equation.
  
    We will prove that f is increasing on [0,). Given a>b0, we express a=u2+v2 and b=u2 for u,vR.
 
   
 
    Then, f(u2+v2)=(f(u)+f(v))2=f(u2)+2f(uv)+f(v2)>f(u2), implying f(a)>f(b), since f is multiplicative.
 
   
 
    Therefore, the only solutions are f(x)=0, f(x)=1/2, and f(x)=x2, which can be easily verified in the original equation.
 
 
==See Also==
 
==See Also==
  
 
{{IMO box|year=2002|num-b=4|num-a=6}}
 
{{IMO box|year=2002|num-b=4|num-a=6}}

Latest revision as of 18:41, 14 April 2025

Problem

Find all functions $f:\Bbb{R}\to \Bbb{R}$ such that

\[(f(x)+f(z))(f(y)+f(t))=f(xy-zt)+f(xt+yz)\]

for all real numbers $x,y,z,t$.

Solution

Given the problem (f(x)+f(y))(f(u)+f(v))=f(xuyv)+f(xvyu), we aim to find a function that satisfies it.

We start by considering the case when x=y=u=v=0. This leads us to 4f(0)2=2f(0), implying f(0)=0 or f(0)=1/2.

If f(0)=1, then putting x=y=u=0 gives us f(u)=1/2 for all uR. On the other hand, if f(0)=0, putting y=v=0 gives us f(x)f(u)=f(xu), indicating that f is multiplicative.

If f(0)=0, we have f(1)=0 or f(1)=1.

If f(1)=0, then f(x)=f(x1)=f(x)f(1)=0 for all xR.

Disregarding constant solutions, we assume f(0)=0 and f(1)=1.

Taking x=y=1 in the original equation, we arrive at 2f(u)+2f(v)=f(u+v)+f(uv).

Taking u=0, we get f(v)=f(v), indicating that f is an even function.

Using parity and taking a=u and b=v in the original equation, we get f(u2+v2)=(f(u)+f(v))2.

This implies f(x)>0 for all x>0, allowing us to define an auxiliary function g as g(x)=f(x).

Then, taking a=u2 and b=v2, the equation rewrites as g(a+b)=g(a)+g(b).

This leads us to g being additive, and therefore, there exists mN such that g(x)=mx for all x>0. Since g(1)=f(1)=1, we have m=1.

We will prove that f is increasing on [0,). Given a>b0, we express a=u2+v2 and b=u2 for u,vR.

Then, f(u2+v2)=(f(u)+f(v))2=f(u2)+2f(uv)+f(v2)>f(u2), implying f(a)>f(b), since f is multiplicative.

Therefore, the only solutions are $\boxed{f(x) = 0}, \boxed{ f(x) = 1/2 },$ and $\boxed{f(x) = x^2}$, which can be easily verified in the original equation.

See Also

2002 IMO (Problems) • Resources
Preceded by
Problem 4
1 2 3 4 5 6 Followed by
Problem 6
All IMO Problems and Solutions