Align both vectors along the X-axis of cartesian coordinates. Let the vector a be directed in a positive direction. Then we can write:
a=(ax,0,0,…,0)
b=(bx,0,0,…,0)
If vectors are in the opposite direction, then ∣a∣=ax>0,∣b∣=−bx>0.
∣a−b∣=∣(ax−bx,0,0,…,0)∣=(ax−bx)2=
ax−bx=∣a∣+∣b∣.
If vectors are in the same direction, then ∣a∣=ax>0,∣b∣=bx>0.
∣a+b∣=∣(ax+bx,0,0,…,0)∣=(ax+bx)2=
ax+bx=∣a∣+∣b∣.
Comments