Given $f(x) = \tanh(x)-a\sin^2(x)$, what is the value of $a$ for which $f(x) = 0$ has a double root, and what is the value of that double root?
My Work :
Using MAPLE , I plotted a few graphs and estimated $a \approx 0.91$ , which gives $x \approx 1.46$ , however I need to be accurate to at least $8$ significant figures (hence MAPLE).
I am stuck... help?




For a multiple root you want $f(x) = 0$ and $f'(x) = 0$. So in Maple you can try e.g.
$$ \{a = 0.9087520662, x = 1.463860639\}$$
BTW there are infinitely many values of $a$ that produce double roots in different places. You can try looking at different intervals to find other solutions.