Find all strictly monotone functions $f:(0,+\infty) \to (0,+\infty)$ such that $$f\left(\frac{x^2}{f(x)}\right)=x.$$
My try: it is clear that $f$ is surjective. And because it is monotone it must also be injective. Therefore we can take $f^{-1}$ from both sides: $x^2 = f(x) \cdot f^{-1}(x)$. We can take $x = f(y)$ (because of surjectivity) and get that: $\frac{f(y)}{y} = \frac{f(f(y))}{f(y)}$. So, if we define $g(x) = \frac{f(x)}{x}$ we have that $g(y) = g\big(f(y)\big)$ and I was hoping to prove that $g$ is injective so we would have $f(x) = x$ only. But I couldn't figure that last step. There may be a better way to deal with this problem.
EDIT: There is another solution on AOPS, problem 312.
Consider $h : x \mapsto \ln\big(f(e^x)\big) $. You need to prove that $h(x)+h^{-1}(x)=2x$ (I leave it to you because it is simple). we have that $h$ is increasing (also easy to prove by contradiction or another way).
Now consider $ n \in \mathbb N$ and define $r_n:= h^n(x)$ and $s_n:=h^{-n}(x)$.
We have: $$r_{n+1}+r_{n-1}=h(r_n)+h^{-1}(r_n)=2r_n \text,$$ and similarly $$s_{n-1} +s_{n+1}=2s_n\text.$$
Therefore: $$ r_n= \lambda(x) + \mu(x)n $$ (and $ s_n= \alpha(x) + \beta(x)n $).
Now, let's prove that $h$ is continuous: let $x , y \in \mathbb R $ such that $x>y$. $h(x) - h(y) < h(x) - h(y) + h^{-1}(x) - h^{-1}(y)$ , because $h^{-1}$ is also increasing. Therefore $h(x) - h(y) < 2(x-y)$ or $|h(x) - h(y) |< 2|x-y|$. Thus $h$ is continuous.
I wasn't able to proceed from here, but given the continuity you can use the linked post's answer by Martin R.