This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 2349

Suppose $f(x, y)$ is a function that takes in two integers and outputs a real number, such that it satisfies $$f(x, y) = \frac{f(x, y + 1) + f(x, y - 1)}{2}$$ $$f(x, y) = \frac{f(x + 1, y) + f(x - 1, y)}{2}$$ What is the minimum number of pairs $(x, y)$ we need to evaluate to be able to uniquely determine $f$?
Find all differentiable functions $f:\mathbb{R}\to\mathbb{R}$ such that \[f'(x)=\frac{f(x+n)-f(x)}n\] for all real numbers $x$ and all positive integers $n.$
Let $f : R \to R$ be a function satisfying the equation $f(x^2 + x + 3) + 2f(x^2 - 3x + 5) =6x^2 - 10x + 17$ for all real numbers $x$. What is the value of $f(85)$?
Determine all the functions $f : \mathbb{R}\rightarrow\mathbb{R}$ that satisfies the following. $f(xf(x)+f(x)f(y)+y-1)=f(xf(x)+xy)+y-1$
Determine all functions $f:\mathbb{Z}\rightarrow\mathbb{Z}$ with the property that \[f(x-f(y))=f(f(x))-f(y)-1\] holds for all $x,y\in\mathbb{Z}$.
Find all function $f : \mathbb{R} \to \mathbb{R}$ such that for all $x,y \in \mathbb{R}$ . $$f(x+f(y))+f(x+y)=2x+f(y)+f(f(y))$$ . [hide=Original]$$f(x+f(y))+f(x+y)=2x+f(y)+y$$[/hide]
Denote by $\mathbb{N}$ the set of all positive integers. Find all functions $f:\mathbb{N}\rightarrow \mathbb{N}$ such that for all positive integers $m$ and $n$, the integer $f(m)+f(n)-mn$ is nonzero and divides $mf(m)+nf(n)$. [i]Proposed by Dorlir Ahmeti, Albania[/i]
Find all functions $ f: \mathbb{R}\to\mathbb{R}$ such that $ f(x+y)+f(x)f(y)=f(xy)+2xy+1$ for all real numbers $ x$ and $ y$. [i]Proposed by B.J. Venkatachala, India[/i]
Find the first degree polynomial function $ f:\mathbb{R}\longrightarrow\mathbb{R} $ that satisfy the equation $$ f(x-1)=-3x-5-f(2), $$ for all real numbers $ x. $
Determine all functions $f: \mathbb{Z}\to\mathbb{Z}$ satisfying \[f\big(f(m)+n\big)+f(m)=f(n)+f(3m)+2014\] for all integers $m$ and $n$. [i]Proposed by Netherlands[/i]
Find all functions $f: \mathbb{R} \to \mathbb{R}$ that have a continuous second derivative and for which the equality $f(7x+1)=49f(x)$ holds for all $x \in \mathbb{R}$.
Let $T = \{1,2,...,10\}$. Find the number of bijective functions $f : T\to T$ that satis es the following for all $x \in T$: $f(f(x)) = x$ $|f(x) - x| \ge 2$
Find all functions $f : \mathbb{N} \rightarrow \mathbb{N}$ such that for any two positive integers $m,n$ we have : $$f(n)+1400m^2|n^2+f(f(m))$$
Let be a positive real number $ r, $ a natural number $ n, $ and a function $ f:\mathbb{R}\longrightarrow\mathbb{R} $ satisfying $ f(rxy)=(f(x)f(y))^n, $ for any real numbers $ x,y. $ [b]a)[/b] Give three distinct examples of what $ f $ could be if $ n=1. $ [b]b)[/b] For a fixed $ n\ge 2, $ find all possibilities of what $ f $ could be. [i]Bogdan Blaga[/i]
Find all non decreasing functions or non increasing function $f \colon \mathbb{R} \to \mathbb{R}$ such that for all $x,y \in \mathbb{R}$ $$ f(x+f(y))=f(x)+f(y) \text{ or } f(f(f(x)))+y$$ .
Let $A = \{1,2,...,m + n\}$, where $m,n$ are positive integers, and let the function f : $A \to A$ be defined by: $f(m) = 1$, $f(m+n) = m+1$ and $f(i) = i+1$ for all the other $i$. (a) Prove that if $m$ and $n$ are odd, then there exists a function $g : A \to A$ such that $g(g(a)) = f(a)$ for all $a \in A$. (b) Prove that if $m$ is even, then there is a function $g : A\to A$ such that $g(g(a))=f(a)$ for all $a \in A$ is and only if $n = m$.
Let $\mathbb{R}$ be the set of real numbers. Determine all functions $f: \mathbb{R} \to \mathbb{R}$ such that \[ f(x^2 - y^2) = x f(x) - y f(y) \] for all pairs of real numbers $x$ and $y$.
Suppose that f is a function $f : R_{\ge 0} \to R$ so that for all $x, y \in R_{\ge 0}$ (nonnegative reals) we have that $$f(x)+f(y) = f(x+y+xy)+f(x)f(y).$$ Given that $f\left(\frac{3}{5} \right) = \frac12$ and$ f(1) = 3$, determine $$\lfloor \log_2 (-f(10^{2021} - 1)) \rfloor.$$
Maria was a brilliant mathematician who found the following property about her year of birth: if $f$ is a function defined in the set of natural numbers $N = \{0, 1, 2, 3, 4, 5,...\}$ such that $f(1) = 1335$ and $f(n+1) = f(n)-2n+43$ for all $n \in N$, then his year of birth is the maximum value that $f(n)$ can reach when $n$ takes values in $N$. Determine the year of birth of Mary.
Find all functions $f:\mathbb{R} \to \mathbb{R}$ satisfying the equation \[ f(x^2+y^2+2f(xy)) = (f(x+y))^2. \] for all $x,y \in \mathbb{R}$.
The function $f:\mathbb{R} \to \mathbb{R}$ is such that $f(f(x+1)) = x^3+1$ for all real numbers $x$. Prove that the equation $f(x) = 0 $ has exactly one real root.
Find all pairs of functions $ f : \mathbb R \to \mathbb R$, $g : \mathbb R \to \mathbb R$ such that \[f \left( x + g(y) \right) = xf(y) - y f(x) + g(x) \quad\text{for all } x, y\in\mathbb{R}.\]
Find all functions $ f: \mathbb{R}\rightarrow \mathbb{R}$ satisfying \[ f(f(x) \plus{} y) \equal{} f(x^2 \minus{} y) \plus{} 4f(x)y \] for all $ x,y \in \mathbb{R}$.
Find all functions $f:\mathbb{R}^+\to\mathbb{R}^+$ such that $f(x+yf(x)+y^2) = f(x)+2y$ for every $x,y\in\mathbb{R}^+$.
Let $f:\mathbb R\to\mathbb R$ satisfy \[|f(x+y)-f(x-y)-y|\leq y^2\] For all $(x,y)\in\mathbb R^2.$ Show that $f(x)=\frac x2+c$ where $c$ is a constant.