To solve this transcendental equations approximately :
Preivous: $\tanh(\alpha x) =\arctan(x)$, at $0<\alpha-1 \leq 1$ and at $\alpha\geq 1$.
Edit: $\tanh(\alpha x) =\arctan(x)$, at $0<\alpha-1 \ll 1$ and at $\alpha\gg 1$.
I need hint on how to start? I'm thinking to use Newton's Method of Iteration but don't know how?
To solve $f(x)=0$ with$$f(x):=\tanh(\alpha x)-\arctan x\implies x-\frac{f}{f^\prime}=x-\frac{\tanh(\alpha x)-\arctan x}{\alpha\operatorname{sech}^2(\alpha x)-\tfrac{1}{1+x^2}}$$by Newton-Raphson, you just need a suitable choice of $x_0$. There's an obvious root at $x=0$ but, as we're not interested in that, we seek positive roots ($f$ is odd, so there's no point looking for negative ones; their locations follow from finding the positive ones). Indeed, for $\alpha>1$ we have a small-$x>0$ behaviour $f\sim(\alpha-1)x>0$, but $\lim_{x\to\infty}f(x)=1-\pi/2<0$, so some positive root exists.
We want $x_0$ to approximate this, so we don't converge to $x_0$ instead. For small $x$,$$\frac{f(x)}{x}\approx\alpha-1-\tfrac13(\alpha^3-1)x^2,$$which is $0$ at $x=x^\ast:=\frac{3}{\alpha^2+\alpha+1}$. @LutzLehmann, who has found this is too small a choice of $x_0$ for $\alpha-1\ll1$, has suggested $x_0=\tan1$, for which $\tanh(\alpha x)\approx1=\arctan x$. For $\alpha\gg1$, I expect $x_0=x^\ast$ to still be unhelpfully small.