I am trying to solve the equation $2t = -\tan(1/t)$, where $t \in (0,1)$. Is there going to be an infinite or finite number of answers?
2026-03-30 14:37:27.1774881447
On
Solving equation $2t=-\tan(1/t)$
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Letting $y = 1/t$, $2t = -\tan(1/t) $ becomes $-2 = y \tan(y)$ with $y > 1$.
Since $\tan(k\pi) = 0$, let's look at $z_k =(k\pi-c)\tan(k\pi-c_k)$ where $c_k$ is small.
$\begin{array}\\ z_k &=(k\pi-c_k)\tan(k\pi-c_k)\\ &=(k\pi-c_k)\tan(-c_k)\\ &=-(k\pi-c_k)\tan(c_k)\\ &=-(k\pi-c_k)(c_k+O(c_k^3))\\ &=-k\pi c_k+c^2+O(kc_k^3))\\ \end{array} $
So if $c_k \approx \frac{2}{k\pi} $, then $z_k \approx -2 $.
By continuity and a little fudging, there is a $d_k \approx c_k$ such that $(k\pi-d_k)\tan(k\pi-d_k) = -2 $ so that $\dfrac{2}{k\pi-d_k} =-\tan\left(\dfrac1{k\pi-d_k}\right) $.
So there are an infinite number of solutions, which cluster around zero.
As you can see, good luck :-D $\ $