Find all functions $f(x)$ so that: $$ \left ( \int \frac{dx}{f(x)} \right )\left ( \int f(x)dx \right )=c $$ where c is a constant.
My attempt was to differentiate both sides but that appears to lead me to nowhere. I would assume that the solution involves some sort of differential equations but I am very likely to be wrong.
Thanks in advance!
If you differentiate both sides you get
\begin{equation*} \frac{1}{f(x)} \Big( \int f(x) dx \Big) + \Big( \int \frac{dx}{f(x)} \Big) f(x) = 0 \end{equation*} or \begin{equation*} \Big( \int f(x) dx \Big) =- \Big( \int \frac{dx}{f(x)} \Big) ( f(x) )^2 \end{equation*} Differentiate again: \begin{equation*} f(x) =- \frac{1}{f(x)} (f(x))^2 - \Big( \int \frac{dx}{f(x)} \Big)2 f'(x) f(x) \end{equation*} or \begin{equation*} f(x) =- \Big( \int \frac{dx}{f(x)} \Big) f'(x) f(x) \end{equation*}
Since $f(x) \neq 0$, this leads to
\begin{equation*} 1 =- \Big( \int \frac{dx}{f(x)} \Big) f'(x) \end{equation*} or \begin{equation*} \frac{-1}{f'(x)} = \Big( \int \frac{dx}{f(x)} \Big) \end{equation*} Differentiating again, \begin{equation*} \frac{f''(x)}{(f'(x))^2} = \frac{1}{f(x)} \end{equation*}
By rearranging things,
\begin{equation*} \frac{f''(x)}{f'(x)} = \frac{f'(x)}{f(x)} \end{equation*}
From now on you can continue, just integrate twice and carry on some constants to get the full solution.