Linear Algebra – Proving the Distributive Nature of Dot Product

linear algebravectors

In my physics textbook on the chapter vectors it asks me to prove that $$\mathbf {a \cdot (b+c)} = \mathbf {a \cdot b+ a \cdot c} .$$ So I thought to prove it as follows:

Since $$\mathbf {x \cdot y} =xy \cos \theta$$ ($\theta$ being the angle between the two vectors)

Therefore $$\mathbf {a \cdot (b+c)} = a(| \mathbf {b+c}|) \cos \theta$$

Now I can't go any further. Can somebody tell me if its possible to prove that through the above stated method? If so how?


EDIT
I know how to do it the way user did it but I'm just wondering whether the way I'm trying to prove it is possible to do(if so how?), even if it's hardest way to do it!

Best Answer

You're overthinking it: $$a\cdot(b+c)=\sum_ia_i(b+c)_i=\sum_ia_i(b_i+c_i)=\sum_ia_ib_i+\sum_ia_ic_i=a\cdot b+a\cdot c.$$