Proof for Properties of Dot Product
Proof of u→ • (v→ + w→) = u→ • v→ + u→ • w→
We'll begin with the three vectors, u→ = (u1, u2, .... un), v→ = (v1, v2, ... vn) and w→ = (w1,w2,...,wn) and yes we did mean for these to each comprise n components. The theorem works for general vectors thus we may also do the proof for general vectors.
Here now, as noted above this is pretty very much just a "computational" proof. What that means is that we'll calculate the left side and then do some basic arithmetic on the result to display that we can make the left side be like the right side. The work is here.
u→ • (v→ + w→) = (u1, u2, .... un) • {( v1, v2, ... vn) + (w1,w2,...,wn)}
= (u1, u2, .... un) • (v1 + w1, v2 + w2, ... vn + wn)
= {u1 (v1+w1), u2 (v2+w2), .... un (vn + wn)}
= {u1v1 + u1w1, u2v2 + u2w2, ..., unvn + unwn}
= {u1v1, u2v2, ... , unvn}+ {u1w1, u2w2, ..., unwn}
= (u1, u2, .... un) • {( v1, v2, ... vn) + (u1, u2, .... un) • (w1,w2,...,wn)}
= u→• v→ + u→ • w→