I am given the following question:
Let $\Vert \overrightarrow{u} \Vert = \Vert \overrightarrow{v} \Vert = \Vert \overrightarrow{w} \Vert = 1$ and $\overrightarrow{u} \cdot \overrightarrow{v} = \overrightarrow{v} \cdot \overrightarrow{w} = \overrightarrow{u} \cdot \overrightarrow{w} = \frac{1}{2}$. Verify if $\overrightarrow{w}$ is a linear combination of $\overrightarrow{u}$ and $\overrightarrow{v}$.
I am not sure how to address the question. What I have so far (and I'm not sure if it is helpful) is
$$ \left( \overrightarrow{u} + \overrightarrow{v} + \overrightarrow{w} \right) \cdot \left( \overrightarrow{u} + \overrightarrow{v} + \overrightarrow{w} \right) = \\ \Vert \overrightarrow{u} \Vert^2 + \Vert \overrightarrow{v} \Vert^2 + \Vert \overrightarrow{w} \Vert^2 + 2 (\overrightarrow{u} \cdot \overrightarrow{v} + \overrightarrow{v} \cdot \overrightarrow{w} + \overrightarrow{u} \cdot \overrightarrow{w}) = \\ 3 + 2(\overrightarrow{u} \cdot \overrightarrow{v} + \overrightarrow{v} \cdot \overrightarrow{w} + \overrightarrow{u} \cdot \overrightarrow{w}) = 6 $$
Does that prove anything?
If $$w=au+bv$$ Dot product by $u$: $$\frac{1}{2}=a+b\frac{1}{2}$$ Dot product by $v$: $$\frac{1}{2}=a\frac{1}{2}+b$$ Hence $$1=\frac{3}{2}(a+b)$$ $$a+b=\frac{2}{3}$$ But dot product by $w$ gives $$w\cdot w=1=a\times \frac{1}{2}+b\times \frac{1}{2}$$ $$a+b=2$$
Hence $w$ is not a linear combination of $u$ and $v$.