$x - 2\arctan(x)= 0$.
I can find one root (0) from the equation
$\tan(x/2) = x$
but there are two others, namely
($-2.3312, 2.3312$)
that I don't know how to find. Looking for help! Thanks :)
$x - 2\arctan(x)= 0$.
I can find one root (0) from the equation
$\tan(x/2) = x$
but there are two others, namely
($-2.3312, 2.3312$)
that I don't know how to find. Looking for help! Thanks :)
Surely you must use a numerical approximation method.
In a calculus book usually you find the bisection method after introducing the intermediate value theorem and the Newton-Raphson method in the chapter on derivatives (near you find also the secant method).
Choose one and you are done (with the comfort of a calculator).
A plot is useful to orient: for example, in this case the roots can be found as abscissas of the points of intersection of the curve $y=\arctan x$ and the line $y=x/2$.