How to calculate the inverse of $F= I + \alpha(\theta)W+\beta(\theta)W^2$, where $W=[\omega]_\times=-\varepsilon\cdot\omega$, $\theta=||\omega||$, $\omega\in\mathbb{R}^3$ is a 3-D vector, $\alpha(\theta) =\frac{1-\cos\theta}{\theta^2}$, and$\beta(\theta)=\frac{\theta-\sin\theta}{\theta^3}$. $I$ is an identity matrix of 3 by 3.
I found the solution from here (equation 78), which is :
$$ F^{-1}=I-\frac{1}{2}W+\frac{2-2\cos\theta-\theta\sin\theta}{\theta^2(2-2\cos\theta)}W^2 $$
But how is it calculated?
I tried the following $$ FF^{-1}=(I + \frac{1-\cos\theta}{\theta^2}W+\frac{\theta-\sin\theta}{\theta^3}W)(I-\frac{1}{2}W+\frac{2-2\cos\theta-\theta\sin\theta}{\theta^2(2-2\cos\theta)}W^2)\\ =I +\frac{1-\cos\theta}{\theta^2}W+\frac{\theta-\sin\theta}{\theta^3}W^2-\frac{1}{2}W-\frac{1-\cos\theta}{2\theta^2}W^2-\frac{\theta-\sin\theta}{2\theta^3}W^3+\frac{2-2\cos\theta-\theta\sin\theta}{\theta^2(2-2\cos\theta)}W^2) +\frac{1-\cos\theta}{\theta^2}\frac{2-2\cos\theta-\theta\sin\theta}{\theta^2(2-2\cos\theta)}W^3+\frac{\theta-\sin\theta}{\theta^3}\frac{2-2\cos\theta-\theta\sin\theta}{\theta^2(2-2\cos\theta)}W^3 $$ I couldn't see any chance to make the long formula into an identity matrix. Can anyone help to explain how to derive the inverse of $F$?
Many thanks!