Dot Product Distributive?

mikexz

New member
Joined
Feb 21, 2006
Messages
46
a,b are vectors ---- ". " is the dot product function

Under what conditions is
(a +b) . (a-b) = 0

I have absolutely no idea how to start this, does FOIL apply to this type of situation b/c distributive property apply to dot products?

I tried googling, and I got this
http://mathproofs.blogspot.com/
-on the dot product for the cosine law proof, I got really confused at what happened on the 2 and 3rd step in the 3rd box. the one with A . (A-B) - B. (A-B)

Is that some sort of property I don't know about? What's going on? Help please

thanks
 
mikexz said:
a,b are vectors ---- ". " is the dot product function

Under what conditions is
(a +b) . (a-b) = 0

Vector (a+b) would have to be perpendicular to vector (a-b) for their dot product to be 0.
Using a geometric approach (i.e. make a sketch), place vector a and b tail to tail. If vector a is one side of a parallelogram and vector b is the side of the parallelogram adjacent to a, then (a+b) and (a-b) would be represented by the two diagonals of the parallelogram. Now, what condition is needed for those two diagonals to be perpendicular?
 
Hello, mikexz!

Under what conditions is:   (a+b)(ab)  =  0\displaystyle \text{Under what conditions is: }\;\left(\vec a +\vec b\right) \cdot \left(\vec a-\vec b\right) \;= \;0

Let:   a=p,qb=r,sa+b=p+r,q+sab=pr,qs\displaystyle \text{Let: }\;\begin{array}{ccc} \vec a &=&\langle p,q\rangle \\ \vec b &=& \langle r,s\rangle \end{array} \quad\Rightarrow\quad\begin{array}{ccc}\vec a + \vec b &=& \langle p+r,q+s\rangle \\ \vec a-\vec b &=& \langle p-r,q-s\rangle \end{array}

Then:   (a+b)(ab)=0p+r,q+spr,qs=0\displaystyle \text{Then: }\;\left(\vec a +\vec b\right)\cdot\left(\vec a - \vec b\right) \:=\:0 \quad\Rightarrow\quad \langle p+r,q+s\rangle \cdot \langle p-r, q-s\rangle \:=\:0

. . (p+r)(pr)+(q+s)(qs)=0p2r2+q2s2  =  0\displaystyle (p+r)(p-r) + (q+s)(q-s) \:=\:0 \quad\Rightarrow\quad p^2-r^2 + q^2-s^2\;=\;0

Hence:   p2+q2  =  r2+s2\displaystyle \text{Hence: }\;p^2+q^2\;=\;r^2+s^2


Therefore: a and b must have equal magnitudes:   a=b\displaystyle \text{Therefore: }\vec a\text{ and }\vec b \text{ must have equal magnitudes: }\;\left|\vec{a}\right| \:=\:\left|\vec{b}\right|

 
Top