Write a full solution.
1.) Find all functions f:N→N that satisfy the inequality for all n∈N
f(n+1)>f(f(n))
2.) Let f:N→N be a function that satisfy the equation for all m,n∈N
f(m+f(n))=n+f(m+58)
Prove that there exists only 1 solution of functional equation above, and find the value of f(1)+f(2)+⋯+f(15).
3.) Find all functions f:R0+→R0+ such that for all x,y∈R0+
f(x+f(y2))=f(x)+y2
Where R0+ is set of non-negative real numbers.
4.) Find all functions f:R→R such that for all x,y,z∈R
f(x2(z2+1)+f(y)(z+1))=1−f(z)(x2+f(y))−z((1+z)x2+2f(y))
5.) Let f:R→R be a function that satisfy the equation for all x,y∈R
f3(x+y)+f3(x−y)=(f(x)+f(y))3+(f(x)−f(y))3
Prove that f(x+y)=f(x)+f(y) for all x,y∈R.
This note is a part of
Thailand Math POSN 2nd round 2015
#Algebra
#FunctionalEquations
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Samuraiwarm Tsunayoshi, I wanted to ask that for Q-5, can we use a particular f(x) that satisfies the given condition to prove the required statement?
If so, then one can note that the class of functions f:R↦R defined by f(x)=λx , λ is some constant satisfies the given condition. Then, the proof becomes trivial since,
f(x+y)=λ(x+y)=λx+λy=f(x)+f(y)
Log in to reply
Nope, you have to prove that no other functions exist.