Let $ u, w \in \mathbb{R}^3$ be such that $ u \neq 0 $ and $ w $ is orthogonal to $ u $. Prove that there exists a unique $ v \in \mathbb{R}^3 $ such that $ u \times v = w $ and $ u \cdot v = 1 $
My attempt:
Let $u = (u_1 , u_2 , u_3)$, $w=(w_1 , w_2, w_3)$ and $v=(v_1 , v_2, v_3)$. I need to find $v_1$, $v_2$ y $v_3$ such that $v $ satisfies the conditions of the problem. Considering the equation $u \times v = w $ and calculating $v_1$, $v_2$ and $v_3$ we get that $v_1 = - \left ( \frac{w_2}{u_3} + \frac{u_{1}(w_{1}u_{1} - w_{2}u_{2})} {u_{1}u_{2} - u_{1}u_{3}}\right)$, $v_2 = \frac {w_1}{u_3} - \frac {u_2}{u_3} (\frac {w_{1}u_{1} + w_{2}u_{2}}{u_{1}u_{2} - u_{1}u_{3}})$ y $v_{3} = \frac {-(w_{1}u_{1} + w_{2}u_{2})}{u_{1}u_{2} - u_{1}u_{3}}$. Now, I also need that $v$ satisfy the equation $u \cdot v = 1$. I have that $ u_{1}v_{1} + u_{2}v_{2} + u_{3}v_{3}= 1$, but I have not concluded anything. I need some help to do this. On the other hand, I suppose that for the uniqueness of $v$ it is better to show that the matrix of coefficients obtained in the previous step has a unique solution. Or perhaps it is better to show that given another vector $v'$ such that $u \times v' = w$ and $u \cdot v' = 1$, we must have $v' = v$.