The Giant FE

by utkarshgupta, Mar 6, 2016, 4:35 AM

Problem : (ISL 2009)
Find all functions $f$ from the set of real numbers into the set of real numbers which satisfy for all $x$, $y$ the identity \[ f\left(xf(x+y)\right) = f\left(yf(x)\right) +x^2\]
Proposed by Japan

Solution :

Let $P(x,y)$ be the assertion $f(x(f(x+y))=f(yf(x))+x^2$

Lemma 1 : $f(0)=0$
Proof :
Let $f(0) \neq 0$
Consider $P(0,\frac{y}{f(0)})$
$$ \implies f(0)=f(y)$$That is $f \equiv f(0)$
But this satisfy the conditions of the given equation.
Hence $\boxed{f(0)=0}$

Lemma 2 : $f(\alpha)=0 \implies \alpha =0$
Proof :
Let if possible their exist some $\alpha \neq 0$ such that $f(\alpha)=0$
Consider $P(\alpha,0)$
$$\implies f(\alpha f( \alpha ))=f(0)+\alpha ^2$$$$\implies \alpha ^2 = 0$$A contradiction !!!

Thus we must have only root of $f$ as $0$.


Lemma 3 : $f$ is injective
Proof :
Let if possible there exist some $a \neq b$ and $f(a)=f(b)$
Then consider $P(b,a-b)$
$$\implies f(bf(a))=f((a-b)f(b))+b^2$$And now consider $P(b,0)$
$$\implies f(bf(b))=b^2$$
$$\implies f((a-b)f(b))=0$$By Lemma 2, $\implies (a-b)f(b)=0$
Thus we have either $a=b$ or $f(b)=0=f(a)$ which again implies $a=b$(by Lemma 2)
A contradiction.
Thus we get $f$ is injective.

Lemma 4 : $f(xf(x))=x^2$
Proof :
Just consider $P(x,0)$

Lemma 5 : $-f(s)=f(-s)$
Proof :
For $x=0$ this is obvious.
Now consider some $x \neq 0$
By Lemma 4,
$$f(xf(x))=x^2=f(-xf(-x))$$Using injectivity,
$$xf(x)=-xf(-x)$$$$\implies f(x)=-f(-x)$$Hence the lemma.

Lemma 6 : $f(2x)=2f(x)$
Proof :
Consider $P(x,x)$
$$\implies f(xf(2x))=f(xf(x))+x^2 = 2x^2 = f(x\sqrt{2}f(x\sqrt{2}))$$Injectivity implies
$$xf(2x)=x\sqrt{2}f(x\sqrt{2})$$$$\implies f(2x)=\sqrt{2}f(x\sqrt{2})$$Replacing $x$ by $\frac{x}{\sqrt{2}}$,
$$\implies f(x\sqrt{2}) = \sqrt{2}f(x)$$Putting this back,
$$\boxed{f(2x)=2f(x)}$$
Lemma 7 : $f(1)^2=1$
Proof :
Let $Q(x)$ be the assertion $f(xf(x))=x^2$
$Q(1) \implies f(f(1))=1$
Consider $Q(xf(x))$
We have, $f(xf(x)f(xf(x)))=(xf(x))^2$
That is, we have $f(x^3f(x))=x^2f(x)^2$
Setting $x=1$ here, we have
$f(f(1))=f(1)^2$
Hence we have
$$ \boxed {f(1)^2=1}$$
Lemma 8 : $f(yf(1))+f((y+2)f(-1))+2=0$
Proof :
Consider $P(1,y)$
$$\implies f(f(y+1))=f(yf(1))+1$$Now consider $P(-1,y+2)$
$$\implies f(-f(y+1))=f((y+2)f(-1))+1$$
Now using $f$ is odd (Lemma 5), and adding the two equations,
$$f(f(y+1))+f(-f(y+1))=f(yf(1))+f((y+2)f(-1))+2$$That is
$$\boxed {f(yf(1))+f((y+2)f(-1))+2=0}$$
Main Proof :

Since $f(1)^2=1$, we will form $2$ cases
Also observe that by lemma 6, $f(2)=2f(1)$,

Case 1 : $f(1)=1$

Since $f$ is odd, $f(-1)=-1$
Also, $f(2)=2$
Lemma 8 yields, $f(y)+f(-y-2)+2=0$
That is, $f(y+2)=f(y)+2$

Consider $P(2,y)$ and using $f(2x)=2f(x)$,
$$f(2f(y+2))=f(yf(2))+4$$$$\implies 2f(f(y+2)) = f(2y)+4$$$$\implies f(f(y+2))=f(y)+2$$$$\implies f(f(y+2))=f(y+2)$$Usinf injectivity
$f(y+2)=y+2$
That is
$$\boxed{f(x)=x}$$This is a solution.

Case 2 : $f(1)=-1$

This yields $f(2)=-2$ and $f(-1)=1$
Lemma 8 yields $f(-y)+f(y+2)+2=0$
That is $f(y+2)=f(y)-2$

Again consider $P(2,y)$ and use $f(2x)=2f(x)$
$$f(2f(y+2))=f(yf(2))+4$$$$\implies 2f(f(y+2))=-2f(y)+4$$$$\implies f(f(y+2))=-f(y+2)$$$$\implies f(f(y+2))=f(-(y+2))$$Using injectivity,
$f(y+2)=-(y+2)$

That is
$$\boxed {f(x)=-x}$$


So the only solutions are $\boxed{f(x) \equiv x}$ and $\boxed{f(x) \equiv -x}$
This post has been edited 1 time. Last edited by utkarshgupta, Mar 6, 2016, 4:36 AM

Comment

2 Comments

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
I proved the first seven Lemmas, then couldn't proceed so rage-quitted

Nice solution. How much time did it take you?

by anantmudgal09, Mar 6, 2016, 4:45 AM

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
You can actually consider lesser cases. By saying that since $f$ is a solution means $-f$ is also one, we see that we only need to consider $f(1)=+1$ and boom.

by anantmudgal09, Apr 23, 2016, 10:17 AM

Stay insane,Coz it's your will, labour and pain,which takes you to the top of the mountain.

avatar

utkarshgupta
Archives
- September 2017
+ September 2016
+ July 2016
+ December 2015
+ August 2015
+ December 2014
Shouts
Submit
  • Here goes first post of 2025! Great blog.

    by math_holmes15, Jan 14, 2025, 8:53 AM

  • First post of 2024

    by Yiyj1, Feb 8, 2024, 5:40 AM

  • First post of 2023

    by HoRI_DA_GRe8, Jul 22, 2023, 7:45 AM

  • Nice blog ! Your isogonality lemma is really powerful !

    by 554183, Oct 14, 2021, 8:55 AM

  • Post plss....

    by samrocksnature, Apr 11, 2021, 10:12 PM

  • alas,this is ded

    by Hamroldt, Mar 18, 2021, 4:13 PM

  • Thanks for the nice blog.

    by Feridimo, Mar 6, 2020, 4:17 PM

  • I think this might be silly but ... when should we expect to have another post ?? I am very keen to see it :D

    by gamerrk1004, Nov 4, 2019, 4:54 PM

  • Let's all echo what's written in the blog description - Stay Insane / 'Cause it's your labor, will and pain/ That takes you to the top of soda fountain :D

    by Kayak, Oct 2, 2017, 7:18 PM

  • hey utkarsh jee is over now ... continue your elementary blog pleaseeeeeee!

    by kk108, Jun 17, 2017, 11:19 AM

  • Congrats on becoming a contest moderator!

    by Ankoganit, Mar 9, 2017, 5:22 AM

  • INTERSTING BLOG

    by kk108, Feb 19, 2017, 2:04 PM

  • I have no plans for this blog right now....
    No time here people !
    But lets see....
    I may try some combinatorics :P

    by utkarshgupta, Feb 15, 2017, 12:47 PM

  • Thanks for the nice blog!

    by Orkhan-Ashraf_2002, Feb 13, 2017, 6:34 PM

  • Revive it!!!
    Best blog out there, for sure!

    by rmtf1111, Jan 12, 2017, 6:02 PM

48 shouts
Tags
About Owner
  • Posts: 2280
  • Joined: Jan 4, 2013
Blog Stats
  • Blog created: Nov 30, 2013
  • Total entries: 86
  • Total visits: 39639
  • Total comments: 102
Search Blog
a