So before we begin, I already know the answer. I'm just having difficulty figuring out the steps for finding it.
Given $u,v \in \mathbb{R}^{n}$, I want to show that $$(I+uv^{T})^{-1}= I - \frac{uv^{T}}{1+v^{T}u}$$
I know from Inverse of the sum of matrices that this is the answer, and since both O(u)=O(v)=n that $Tr(uv^{T}) = v^{T}u$. It's just a matter of getting from point A to point B.