Given two vectors: $\mathbf{v}_1 = (2, 2)$ and $\mathbf{v}_2 = (3, 3)$:
Since the dot product is one method for measuring the similarity between vectors, and given that $\mathbf{v}_1 \cdot \mathbf{v}_1 = 8$ and $\mathbf{v}_1 \cdot \mathbf{v}_2 = 12$;
How can an identical vector have a lower dot product value than two different vectors?