Functions Part 10 FE II
Functions Part 10 FE II
• Using Injectivity: If f (expr1 ) = f (expr2 ) is derived and f has been proven injective, then
expr1 = expr2 . This often simplifies the equation significantly.
1
Part 10-II: Functional Equations - Adv. Techniques Advanced Functions by Yuki
(Revisit from Part 10-I, Evan Chen Ex 2.1) Find all functions f : R → R such that f (f (x)2 +
f (y)) = xf (x) + y for all x, y ∈ R.
Proof
Denote the assertion as P (x, y). P (0, y) =⇒ f (f (0)2 + f (y)) = 0 · f (0) + y = y.
This shows that f is surjective. Since f is surjective, there exists u such that f (u) = 0.
P (u, y) =⇒ f (f (u)2 + f (y)) = uf (u) + y =⇒ f (02 + f (y)) = u · 0 + y =⇒
f (f (y)) = y for all y ∈ R. This means f is an involution and hence bijective. Since
f (f (y)) = y:
• f (u) = 0 =⇒ f (0) = u.
The original equation: f (f (x)2 + f (y)) = xf (x) + y. Using f (f (y)) = y, apply f to both
sides: f (x)2 + f (y) = f (xf (x) + y). (Equation *) P (x, 0) : f (f (x)2 + f (0)) = xf (x).
(1) P (0, x) : f (f (0)2 + f (x)) = x. (2) If f (0) = 0: From (1): f (f (x)2 ) = xf (x).
Since f√ (x)2 √≥ 0, let t = f (x) 2
√ f (t) = xf (x) where t ≥ 0. This doesn’t mean
√ . Then
f (t) = tf ( t) or f (t) = − tf (− t). From (2): f (f (x)) = x. This is our involution
property. If f (0) = 0, from Equation *: f (x)2 + f (y) = f (xf (x) + y). Let f (x) = x.
Then x2 + y = xy + y. True only if x2 = xy, i.e., x = y or x = 0. Not general. Let
f (x) = −x. Then (−x)2 + (−y) = −(x(−x) + y) =⇒ x2 − y = −(−x2 + y) = x2 − y.
This works. So f (x) = −x is a solution (and f (0) = 0).
Let’s re-examine Evan Chen’s path if f (0) = 0: f (f (y)) = y. Original: f (f (x)2 +f (y)) =
xf (x) + y. Apply f to both sides of original: f (x)2 + f (y) = f (xf (x) + y). Set y = 0:
f (x)2 + f (0) = f (xf (x)). Since f (0) = 0, f (x)2 = f (xf (x)). If f (x) = x: x2 =
f (x2 ) = x2 . (Consistent) If f (x) = −x: (−x)2 = f (x(−x)) = f (−x2 ) = −(−x2 ) = x2 .
(Consistent) The known solutions are f (x) = x and f (x) = −x. Proving there are no
others often involves showing f (x2 ) = f (x)2 or f (x2 ) = −f (x)2 and handling cases,
which can be very intricate. The key insight is that f (f (y)) = y is extremely powerful.
3. Equate, subtract, or add these two equations to potentially eliminate terms or derive simpler
relations.
2
Part 10-II: Functional Equations - Adv. Techniques Advanced Functions by Yuki
Proof
Denote the assertion as P (x, y). P (x, y) : f (x + f (y)) = f (x) + y. P (y, x) : f (y +
f (x)) = f (y) + x. (Not used here for symmetry, but for other insights).
Step 1: Prove f is injective. Suppose f (y1 ) = f (y2 ). Then f (x + f (y1 )) = f (x + f (y2 )).
Using P (x, y1 ): f (x) + y1 = f (x + f (y1 )). Using P (x, y2 ): f (x) + y2 = f (x + f (y2 )).
So f (x) + y1 = f (x) + y2 =⇒ y1 = y2 . Thus f is injective.
Step 2: Prove f is surjective. The RHS f (x) + y can take any real value (fix x, let y vary
over R). So the range of f is R. Thus f is surjective.
Step 3: Find f (0). Since f is surjective, there exists c such that f (c) = 0. P (x, c) =⇒
f (x + f (c)) = f (x) + c =⇒ f (x + 0) = f (x) + c =⇒ f (x) = f (x) + c =⇒ c = 0.
So f (0) = 0.
Step 4: Find f (f (y)). P (0, y) =⇒ f (0 + f (y)) = f (0) + y =⇒ f (f (y)) = y (since
f (0) = 0). So f is an involution.
Step 5: Reduce to Cauchy. Original equation: f (x+f (y)) = f (x)+y. Using y = f (f (y))
(since f (f (y)) = y), we replace y on the RHS: f (x + f (y)) = f (x) + f (f (y)). Let
f (y) = z. Since f is surjective, z can be any real number. Then f (x + z) = f (x) + f (z)
for all x, z ∈ R. This is Cauchy’s additive equation.
Step 6: Solve Cauchy with involution property. We have f (x + z) = f (x) + f (z) and
f (f (x)) = x. From Cauchy over R (no continuity assumed yet), we know f (qx) = qf (x)
for q ∈ Q. f (1 · f (1)) = f (f (1)) = 1. Also f (1 · f (1)) = f (1)f (1) = (f (1))2 if f (1)
were rational? No, this is f (c · x) = cf (x) for c ∈ Q. f (f (1)) = 1. Let f (1) = c.
Then f (c) = 1. Also f (c) = cf (1) = c · c = c2 . So c2 = 1 =⇒ c = ±1. Thus
f (1) = 1 or f (1) = −1. If f (1) = 1, then f (q) = q for q ∈ Q. If f (1) = −1, then
f (q) = −q for q ∈ Q. If we assume continuity (or monotonicity, or boundedness on an
interval), then f (x) = x or f (x) = −x for x ∈ R. Both f (x) = x and f (x) = −x satisfy
f (f (x)) = x. Check in original: If f (x) = x: x + y = x + y. (Solution). If f (x) = −x:
−(x + (−y)) = −x + y =⇒ −x + y = −x + y. (Solution). These are the solutions
under regularity conditions. Without them, other pathological additive solutions exist but
would not satisfy f (f (x)) = x unless f (x) = x or f (x) = −x.
3
Part 10-II: Functional Equations - Adv. Techniques Advanced Functions by Yuki
Proof
P (0, 0) =⇒ f (0) = f (0) + f (0) + 0 =⇒ f (0) = 0. Differentiate with respect to
x (treating y as constant): f ′ (x + y) · ∂x
∂
(x + y) = f ′ (x) + 0 + 2y =⇒ f ′ (x + y) =
f ′ (x) + 2y. Now, differentiate this result with respect to y (treating x as constant):
f ′′ (x+y)· ∂y
∂
(x+y) = 0+2 =⇒ f ′′ (x+y) = 2. Since this holds for all x, y, let z = x+y.
Then f ′′ (z) = 2 for all z ∈ R. Integrating f ′′ (z) = 2 =⇒ f ′ (z) = 2z + A for some
constant A. Integrating f ′ (z) = 2z + A =⇒ f (z) = z 2 + Az + B for some constant B.
Since f (0) = 0, we have 02 + A(0) + B = 0 =⇒ B = 0. So f (x) = x2 + Ax. Substitute
back into the original equation: (x + y)2 + A(x + y) = (x2 + Ax) + (y 2 + Ay) + 2xy.
x2 + 2xy + y 2 + Ax + Ay = x2 + Ax + y 2 + Ay + 2xy. This identity holds for any constant
A. So, f (x) = x2 + Ax for any A ∈ R are the differentiable solutions.
Divisibility and number theoretic arguments become relevant (to be explored more in Part 10-III).
Find all functions f : N → N such that f (f (n) + m) = n + f (m + 2018) for all n, m ∈ N. (This
is a significantly harder problem, e.g., IMO Shortlist style. Solution is usually f (n) = n + c).
4
Part 10-II: Functional Equations - Adv. Techniques Advanced Functions by Yuki
Find all functions f : R → R such that f (x2 − y 2 ) = (x − y)(f (x) + f (y)) for all x, y ∈ R.
Find all functions f : R → R such that f (xf (y) + x) = xy + f (x) for all x, y ∈ R.
Find all differentiable functions f : R → R such that f (0) = 1 and for all x, y ∈ R:
5
Part 10-II: Functional Equations - Adv. Techniques Advanced Functions by Yuki
1. Problem 10II.1: f (x2 − y 2 ) = (x − y)(f (x) + f (y)). (Solved in Part 10-I problem 10.3,
answer f (x) = cx).
2. Problem 10II.2: f (xf (y) + x) = xy + f (x). (Solved in Part 10-I problem 10.2, answers
f (x) = x, f (x) = −x).
6
Part 10-II: Functional Equations - Adv. Techniques Advanced Functions by Yuki
2
) + A.] Substitute
[ ( into
2
) the] original
[ ( equation ) for]f (x):
2 2
Ax + A = A (x+y) + (x + y) + 1 − A y2 + y + 1 − x A y2 + y + 1 − x2 .
( 2 2
2
) ( 2 ) ( 2 ) 2
Ax + A = A x +2xy+y
2
+ x + y − A y
2
+ y − Ax y
2
+ y − x − x2 . Ax + A =
2 2 2 2 2
A x2 + Axy + A y2 + Ax + Ay − A y2 − Ay − A xy2 − Axy − x − x2 . Ax + A =
2 2 2
A x2 + Ax − A xy2 − x − x2 . This must hold for all x, y. Coefficient of xy 2 : −A/2 =
0 =⇒ A = 0. If A = 0: 0 = −x − x2 /2. This is not true for all x. There must be
an error in the problem statement or my interpretation. Re-differentiating f ′ (x + y) =
f ′ (x) + 2y w.r.t x: f ′′ (x + y) = f ′′ (x). Re-differentiating f ′ (x + y) = f (x)f ′ (y) w.r.t x:
f ′′ (x + y) = f ′ (x)f ′ (y). If f ′ (x) = (x + 1)f ′ (0), then f ′ (x + y) = (x + y + 1)f ′ (0). From
0 = f ′ (x + y) − f ′ (y) − xf ′ (y): 0 = (x + y + 1)f ′ (0) − (y + 1)f ′ (0) − x(y + 1)f ′ (0).
0 = f ′ (0)[x + y + 1 − (y + 1) − x(y + 1)]. If f ′ (0) ̸= 0: x + y + 1 − y − 1 − xy − x =
0 =⇒ −xy = 0. This must hold for all x, y, which is false. So f ′ (0) = 0. This
means A = 0. If A = 0, then f ′ (x) = 0 for all x. So f (x) = C. Since f (0) = 1,
f (x) = 1. Substitute f (x) = 1 into the original equation: LHS f ′ (x) = 0. RHS
1−1−x(1)−x2 /2 = −x−x2 /2. So 0 = −x−x2 /2 for all x. This is false. This indicates
there might be no such differentiable function or an issue with the problem statement as
given for a general solution. The structure is unusual. If f (x+y)−f (y)−xf (y)−x2 /2 must
be *independent of y* for it to equal f ′ (x). Let H(x, y) = f (x+y)−f (y)−xf (y)−x2 /2.
∂H
∂y
= 0. f ′ (x + y) − f ′ (y) − xf ′ (y) = 0. This was correctly derived. Let y = 0:
f ′ (x) − f ′ (0) − xf ′ (0) = 0 =⇒ f ′ (x) = (x + 1)f ′ (0). Let f ′ (0) = C. f ′ (x) = C(x + 1).
f (x) = C(x2 /2 + x) + D. f (0) = 1 =⇒ D = 1. f (x) = C(x2 /2 + x) + 1.
′
Substitute this ( f (x) 2and f (x) back ) into (f ′ (x) = f (x +)y) − (f (y) − xf (y) − ) x2 /2.
2 2 2
C(x + 1) = C (x+y) + C(x + y) + 1 − C y2 + Cy + 1 − x C y2 + Cy + 1 − x2 .
( 2 2
) ( 2 ) 2 2
C(x + 1) = C x +2xy 2
+ x − x C y
2
+ Cy + 1 − x2 . Cx + C = C x2 + Cxy + Cx −
2 2 2 2 2
C xy2 − Cxy − x − x2 . C = C x2 − C xy2 − x − x2 . This must hold for all x, y. Equating
coefficients of xy 2 : −C/2 = 0 =⇒ C = 0. If C = 0: 0 = −x − x2 /2. Not true for all
x. Conclusion: No such differentiable function exists. (It is possible I am misinterpreting
a standard FE type, or the problem implies a very specific class of solutions).