Assume that $v, w \in R$ and $∥v∥ = 2$, $∥w∥ = 3$ and $v \cdot w = -1$
Let $a = 3v−w$ and $b = v+w$. Determine $a \cdot b$
How should one approach this? I could find the vectors $v$ and $w$ if i knew the angle between them since i have their magnitudes and dot product right? The dot product is -1, isn't the angle 180 degrees then?
$$ a\cdot b = (3v-w)\cdot(v+w) = 3 v\cdot v + 3 v\cdot w - w\cdot v - w\cdot w = 3\|v\|^2 + 2 v\cdot w - \|w\|^2 = 12 - 2 - 9 = 1 $$