Motivated by a physical problem I would be interested in the solutions of $$\tan(x)=-\lambda x$$ with $\lambda,x \in \Bbb R^+$. Especially the first non-trivial solution (the trivial is $x=0$) would be of interest.
The problem with $\lambda=-1$ has some intriguing solutions, discussed here. So maybe there is a chance for a nice solution here as well? Nice shall not mean non-transcendental.
The methods from this link could maybe be modified?
$$ y(x) = \frac{\pi}{2}\sqrt{u(c\left(\frac{8}{x\pi^2}\right))} $$ to order
Most has been already said in comments and answers.
If we think about approximations, we could notice that the function can be quite well represented by its $[2n,2n]$ Padé approximant built at $x=0$. For example, a simple one could be $$-\frac{\tan (x)}{x}\sim \frac{-1+\frac{1}{9}x^2-\frac{1}{945}x^4 } {1-\frac{4 }{9}x^2+\frac{1}{63}x^4 }$$ which shows an absolute error of $5.38\times 10^{-5}$ for $x=\frac{7\pi}{16}$ (using the next approximant, this error would become $7.24\times 10^{-9}$).
Then the approximation of the first root of $-\frac{\tan (x)}{x}=\lambda$ reduces to a quadratic (or cubic) equation in $x^2$.
Edit
If you have a look at this question of mine,we could work the problem slightly better considering the $[4,2]$ Padé approximant of $$\left(x-\frac{\pi }{2}\right) \left(x+\frac{\pi }{2}\right)\frac{ \tan (x)}{x}$$ This would lead to $$\frac{ \tan (x)}{x}=\frac{a_0+a_1x^2+a_2 x^4}{\left(x-\frac{\pi }{2}\right) \left(x+\frac{\pi }{2}\right) \left(1+a_3 x^2\right)}$$ where $$a_0=-\frac{\pi ^2}{4}\qquad a_1=\frac{-1680+140 \pi ^2+3 \pi ^4}{168 \left(\pi ^2-10\right)}$$ $$a_2=\frac{1680-180 \pi ^2+\pi ^4}{2520 \left(\pi ^2-10\right)}\qquad a_3=\frac{168-17 \pi ^2}{42 \left(\pi ^2-10\right)}$$ which is significantly better.