I am stuck on the following problem:
Given $ f(x)=\displaystyle\frac{4x+3}{x^2+1}$, find how many roots the equation $$f(f(x))=\int_3^4{f(x)\mathrm{d}x}$$ has in the interval $[1, 4]$.
Consulting GeoGebra for the graphs, there is a root in that interval. Obviously, I first tried to use the minimum/maximum on $f(x)$ in the interval and the monotonicity so as to restrict $f(f(x))$ and the integral to a common interval (The integral's interval should be a subinterval of the function's interval so the existence and uniqueness of the root would be implied by the intermediate value theorem and the function's monotonicity - it is strictly increasing.) but that hasn't worked out. I also computed the integral to be $\ln{\frac{289}{100}}+3\cot^{-1}{13}\approx 1.29$ and then $f(f(1))\approx 1.28< 1.29 < 3.32 = f(f(4))$ but these are based on approximations while I would want a not-so-computational (theoretical, as you may call it) approach, while of course leaving room for some necessary but reasonable computations (not that I would have to approximate $cot^{-1} !)$. Thanks in advance.