Edit:I'm not interested in solving it numerically
I'm trying to find an equation of roots of
$x \cos{x}-1$
I've looked at this post, but doesn't answer what I'm looking for
To be clear, as an example, the roots of $\cos{x}-.5$ are:
$x = (6 π n + π)/3, n \in \mathbb{Z}$
Is there no defined way to do the same thing with $x\cos{x}-1$? If so, is there a proof this can't be done? Or is there something else I should know about this problem?

If you look for the zeros of function $$f(x)=x\cos(x)-1$$ they will be closer and closer to $(2n+1)\frac \pi2$.
Expanded as an infinite series around $\color{red}{x_0=(2n+1)\frac \pi2}$ $$f(x)=-1+\sum_{k=0}^\infty (-1)^n \,\frac{ k \cos \left(\frac{\pi k}{2}\right)-x_0 \sin \left(\frac{\pi k}{2}\right)}{k!}\,(x-x_0)^k$$ Truncate to some order and using power series reversion $$\color{blue}{x_{(n)}=x_0-\left(\frac{1}{x_0^3}+\frac{2}{3 x_0^5}+\frac{83}{15 x_0^7}+O\left(\frac{1}{x_0^9}\right)\right)+}$$ $$\color{blue}{(-1)^{n+1}\left(\frac{1}{x_0}+\frac{1}{6 x_0^3}+\frac{83}{40 x_0^5}+\frac{5}{2 x_0^7}+O\left(\frac{1}{x_0^9}\right)\right)}$$
which is quite accurate even for very small values of $n$ $$\left( \begin{array}{ccc} n & \text{estimate} & \text{solution}\\ -4 & -10.90373354 & -10.90373353 \\ -3 & -7.979630987 & -7.979631071 \\ -2 & -4.487698238 & -4.487669604 \\ -1 & -2.011120445 & -2.073932809 \\ +1 & +4.917179487 & +4.917185925 \\ +2 & +7.724153466 & +7.724153192 \\ +3 & +11.08590172 & +11.08590173 \\ +4 & +14.06601357 & +14.06601357 \\ \end{array} \right)$$