Let $u,v$ be vectors such that $||u|| = 2, ||v|| = \sqrt3$ , and $u \cdot v = 1$. Find ||u + v||.
So far I calculated $\dfrac{u\cdot v}{||u||*||v||}=\cos(\theta)$ and then with one angle and two sides in the triangle known, I can calculate the length of $(u-v)$ as the third side of the triangle.
$$ || u + v ||^2 = (u + v) \cdot (u + v) = \ldots $$