Hi folks,
When you're squaring the sum of two vectors (v_1 + v_2)^2, why is it that it comes out as v_1 dot v_1 plus 2*v_1 dot v_2 plus v_2 dot v_2? Why do we use the dot product here instead of cross product? I understand that dot product is the multiplication of their parallel...