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: 4776

1973 IMO Shortlist, 17

$G$ is a set of non-constant functions $f$. Each $f$ is defined on the real line and has the form $f(x)=ax+b$ for some real $a,b$. If $f$ and $g$ are in $G$, then so is $fg$, where $fg$ is defined by $fg(x)=f(g(x))$. If $f$ is in $G$, then so is the inverse $f^{-1}$. If $f(x)=ax+b$, then $f^{-1}(x)= \frac{x-b}{a}$. Every $f$ in $G$ has a fixed point (in other words we can find $x_f$ such that $f(x_f)=x_f$. Prove that all the functions in $G$ have a common fixed point.

2018 USAMO, 2

Tags: function
Find all functions $f:(0,\infty) \rightarrow (0,\infty)$ such that \[f\left(x+\frac{1}{y}\right)+f\left(y+\frac{1}{z}\right) + f\left(z+\frac{1}{x}\right) = 1\] for all $x,y,z >0$ with $xyz =1$.

2005 Today's Calculation Of Integral, 14

Calculate the following indefinite integrals. [1] $\int \frac{\sin x\cos x}{1+\sin ^ 2 x}dx$ [2] $\int x\log_{10} x dx$ [3] $\int \frac{x}{\sqrt{2x-1}}dx$ [4] $\int (x^2+1)\ln x dx$ [5] $\int e^x\cos x dx$

1961 AMC 12/AHSME, 13

Tags: algebra , function , domain
The symbol $|a|$ means $a$ is a positive number or zero, and $-a$ if $a$ is a negative number. For all real values of $t$ the expression $\sqrt{t^4+t^2}$ is equal to: ${{ \textbf{(A)}\ t^3 \qquad\textbf{(B)}\ t^2+t \qquad\textbf{(C)}\ |t^2+t| \qquad\textbf{(D)}\ t\sqrt{t^2+1} }\qquad\textbf{(E)}\ |t|\sqrt{1+t^2} } $

2021 USAJMO, 1

Let $\mathbb{N}$ denote the set of positive integers. Find all functions $f : \mathbb{N} \rightarrow \mathbb{N}$ such that for positive integers $a$ and $b,$ \[f(a^2 + b^2) = f(a)f(b) \text{ and } f(a^2) = f(a)^2.\]

PEN K Problems, 1

Prove that there is a function $f$ from the set of all natural numbers into itself such that $f(f(n))=n^2$ for all $n \in \mathbb{N}$.

2008 Putnam, B4

Let $ p$ be a prime number. Let $ h(x)$ be a polynomial with integer coefficients such that $ h(0),h(1),\dots, h(p^2\minus{}1)$ are distinct modulo $ p^2.$ Show that $ h(0),h(1),\dots, h(p^3\minus{}1)$ are distinct modulo $ p^3.$

2014 Serbia National Math Olympiad, 1

Determine all functions $f: \mathbb{R} \rightarrow \mathbb{R}$ such that for all $x$, $y \in \mathbb{R}$ hold: $$f(xf(y)-yf(x))=f(xy)-xy$$ [i]Proposed by Dusan Djukic[/i]

2014 Turkey Team Selection Test, 2

Find all $f$ functions from real numbers to itself such that for all real numbers $x,y$ the equation \[f(f(y)+x^2+1)+2x=y+(f(x+1))^2\] holds.

2007 ITAMO, 6

a) For each $n \ge 2$, find the maximum constant $c_{n}$ such that $\frac 1{a_{1}+1}+\frac 1{a_{2}+1}+\ldots+\frac 1{a_{n}+1}\ge c_{n}$ for all positive reals $a_{1},a_{2},\ldots,a_{n}$ such that $a_{1}a_{2}\cdots a_{n}= 1$. b) For each $n \ge 2$, find the maximum constant $d_{n}$ such that $\frac 1{2a_{1}+1}+\frac 1{2a_{2}+1}+\ldots+\frac 1{2a_{n}+1}\ge d_{n}$ for all positive reals $a_{1},a_{2},\ldots,a_{n}$ such that $a_{1}a_{2}\cdots a_{n}= 1$.

2019 Belarusian National Olympiad, 11.7

Find all functions $f:\mathbb R\to\mathbb R$ satisfying the equality $$ f(f(x)+f(y))=(x+y)f(x+y) $$ for all real $x$ and $y$. [i](B. Serankou)[/i]

2005 ISI B.Math Entrance Exam, 4

For a set $S$ we denote its cardinality by $|S|$. Let $e_1,e_2,\ldots,e_k$ be non-negative integers. Let $A_k$ (respectively $B_k$) be the set of all $k$-tuples $(f_1,f_2,\ldots,f_k)$ of integers such that $0\leq f_i\leq e_i$ for all $i$ and $\sum_{i=1}^k f_i$ is even (respectively odd). Show that $|A_k|-|B_k|=0 \textrm{ or } 1$.

2014 Taiwan TST Round 2, 1

Let $a_i > 0$ for $i=1,2,\dots,n$ and suppose $a_1 + a_2 + \dots + a_n = 1$. Prove that for any positive integer $k$, \[ \left( a_1^k + \frac{1}{a_1^k} \right) \left( a_2^k + \frac{1}{a_2^k} \right) \dots \left( a_n^k + \frac{1}{a_n^k} \right) \ge \left( n^k + \frac{1}{n^k} \right)^n. \]

2014 Cezar Ivănescu, 2

While there do not exist pairwise distinct real numbers $a,b,c$ satisfying $a^2+b^2+c^2 = ab+bc+ca$, there do exist complex numbers with that property. Let $a,b,c$ be complex numbers such that $a^2+b^2+c^2 = ab+bc+ca$ and $|a+b+c| = 21$. Given that $|a-b| = 2\sqrt{3}$, $|a| = 3\sqrt{3}$, compute $|b|^2+|c|^2$. [hide="Clarifications"] [list] [*] The problem should read $|a+b+c| = 21$. An earlier version of the test read $|a+b+c| = 7$; that value is incorrect. [*] $|b|^2+|c|^2$ should be a positive integer, not a fraction; an earlier version of the test read ``... for relatively prime positive integers $m$ and $n$. Find $m+n$.''[/list][/hide] [i]Ray Li[/i]

2007 Ukraine Team Selection Test, 4

Tags: function , algebra
Find all functions $f: \mathbb Q \to \mathbb Q$ such that $ f(x^{2}\plus{}y\plus{}f(xy)) \equal{} 3\plus{}(x\plus{}f(y)\minus{}2)f(x)$ for all $x,y \in \mathbb Q$.

2013 Today's Calculation Of Integral, 872

Let $n$ be a positive integer. (1) For a positive integer $k$ such that $1\leq k\leq n$, Show that : \[\int_{\frac{k-1}{2n}\pi}^{\frac{k}{2n}\pi} \sin 2nt\cos t\ dt=(-1)^{k+1}\frac{2n}{4n^2-1}(\cos \frac{k}{2n}\pi +\cos \frac{k-1}{2n}\pi).\] (2) Find the area $S_n$ of the part expressed by a parameterized curve $C_n: x=\sin t,\ y=\sin 2nt\ (0\leq t\leq \pi).$ If necessary, you may use ${\sum_{k=1}^{n-1} \cos \frac{k}{2n}\pi =\frac 12(\frac{1}{\tan \frac{\pi}{4n}}-1})\ (n\geq 2).$ (3) Find $\lim_{n\to\infty} S_n.$

2014 ELMO Shortlist, 4

Tags: function , algebra
Find all triples $(f,g,h)$ of injective functions from the set of real numbers to itself satisfying \begin{align*} f(x+f(y)) &= g(x) + h(y) \\ g(x+g(y)) &= h(x) + f(y) \\ h(x+h(y)) &= f(x) + g(y) \end{align*} for all real numbers $x$ and $y$. (We say a function $F$ is [i]injective[/i] if $F(a)\neq F(b)$ for any distinct real numbers $a$ and $b$.) [i]Proposed by Evan Chen[/i]

2007 ITest, 14

Let $\phi(n)$ be the number of positive integers $k<n$ which are relatively prime to $n$. For how many distinct values of $n$ is $\phi(n)$ equal to $12$? $\textbf{(A) }0\hspace{14em}\textbf{(B) }1\hspace{14em}\textbf{(C) }2$ $\textbf{(D) }3\hspace{14em}\textbf{(E) }4\hspace{14em}\textbf{(F) }5$ $\textbf{(G) }6\hspace{14em}\textbf{(H) }7\hspace{14em}\textbf{(I) }8$ $\textbf{(J) }9\hspace{14.2em}\textbf{(K) }10\hspace{13.5em}\textbf{(L) }11$ $\textbf{(M) }12\hspace{13.3em}\textbf{(N) }13$

2012 Indonesia TST, 1

Suppose a function $f : \mathbb{Z}^+ \rightarrow \mathbb{Z}^+$ satisfies $f(f(n)) + f(n+1) = n+2$ for all positive integer $n$. Prove that $f(f(n)+n) = n+1$ for all positive integer $n$.

2025 Greece National Olympiad, 3

Let $f(x):\mathbb {Q} \rightarrow \mathbb {Q}$ be a function satisfying $f(x+2y)+f(2x-y)=5f(x)+5f(y)$ Find all such functions.

1983 IMO Longlists, 40

Four faces of tetrahedron $ABCD$ are congruent triangles whose angles form an arithmetic progression. If the lengths of the sides of the triangles are $a < b < c$, determine the radius of the sphere circumscribed about the tetrahedron as a function on $a, b$, and $c$. What is the ratio $c/a$ if $R = a \ ?$

2014 Singapore MO Open, 2

Tags: function , algebra
Find all functions from the reals to the reals satisfying \[f(xf(y) + x) = xy + f(x)\]

1952 Miklós Schweitzer, 10

Let $ n$ be a positive integer. Prove that, for $ 0<x<\frac{\pi}{n\plus{}1}$, $ \sin{x}\minus{}\frac{\sin{2x}}{2}\plus{}\cdots\plus{}(\minus{}1)^{n\plus{}1}\frac{\sin{nx}}{n}\minus{}\frac{x}{2}$ is positive if $ n$ is odd and negative if $ n$ is even.

2013 Iran Team Selection Test, 6

Tags: function , geometry
Points $A, B, C$ and $D$ lie on line $l$ in this order. Two circular arcs $C_1$ and $C_2$, which both lie on one side of line $l$, pass through points $A$ and $B$ and two circular arcs $C_3$ and $C_4$ pass through points $C$ and $D$ such that $C_1$ is tangent to $C_3$ and $C_2$ is tangent to $C_4$. Prove that the common external tangent of $C_2$ and $C_3$ and the common external tangent of $C_1$ and $C_4$ meet each other on line $l$. [i]Proposed by Ali Khezeli[/i]

1988 IMO Shortlist, 26

A function $ f$ defined on the positive integers (and taking positive integers values) is given by: $ \begin{matrix} f(1) \equal{} 1, f(3) \equal{} 3 \\ f(2 \cdot n) \equal{} f(n) \\ f(4 \cdot n \plus{} 1) \equal{} 2 \cdot f(2 \cdot n \plus{} 1) \minus{} f(n) \\ f(4 \cdot n \plus{} 3) \equal{} 3 \cdot f(2 \cdot n \plus{} 1) \minus{} 2 \cdot f(n), \end{matrix}$ for all positive integers $ n.$ Determine with proof the number of positive integers $ \leq 1988$ for which $ f(n) \equal{} n.$