What is the value of (A x B)^2 + (A * B)^2 ?

Please interpret this as the sum of the squares of the cross product and dot product of two vectors A and B.
Thanks:)

1 Answer
Nov 29, 2016

absA^2 absB^2

Explanation:

abs(A xx B)=absA absB sinphi
abs(A cdot B)=absA absB cos phi

here phi is the angle between A and B at common tails.

then

abs(A xx B)^2+abs(A cdot B)^2=absA^2absB^2(sin^2phi+cos^phi) = absA^2absB^2