I’m confused and don’t know where to start to prove the following, it’s one of the dot product properties:
$(ca)\cdot b = c(a\cdot b) = a\cdot(cb)$
$a$ and $b$ are vectors. could I say since the product of each is some real number then it has a real number property which is associative? I hope I don’t sound dumb..
The dot product is commutative and distributive, but not associative! Just use the definition:
\begin{equation} \vec{c}\cdot\vec{a}=\sum_{i=1}^{n}c_{i}a_{i} \end{equation}
If you multiply that by $\vec{b}$, that is actually a scalar dotted with $\vec{b}$.