Trying to prove:
- Show that there are no vectors $u$ and $v$ such that $\|u\| = 1$, $\|v\| = 2$, and $u \cdot v = 3$.
Don't know where to go from here:
$$\|u\| = 2 \Longrightarrow \|u\|^2 = 4 \Longrightarrow u\cdot u = 1 $$
$$\|v\| = 1 \Longrightarrow \|v\|^2 = 1 \Longrightarrow v\cdot v = 4 $$
Not sure if this is the right direction to take, but we have:
\begin{align*} u\cdot v = v\cdot v - u\cdot u = 3 \\ = (v + u)\cdot (v - u) \end{align*}
$ u \cdot v = \|u\| \|v\| \cos \theta $
So
$ 3 = (1)(2) \cos \theta $
which implies
$\cos \theta = \dfrac{3}{2} $
which is not possible.