I am working on a project for my 'Numerical Methods' course, and I came across a function to which I need to find roots using Bisection Method, also I don't have the initial values $X_u$ and $X_l$. Usually i can pick two values for which $f(X_u)f(X_l)<0$, but my main problem here is that the function is always positive. So is there any workaround to pick the initial values and find the roots?
My function is $$\frac{\tanh(\sqrt{x})}{\sqrt{x}}$$