What is the unit vector that is orthogonal to the plane containing (i+j+k) and (3i+2j3k)?

1 Answer
Mar 13, 2018

There are two unit vectors here, depending on your order of operations. They are (5i+0j5k) and (5i+0j5k)

Explanation:

When you take the cross product of two vectors, you are calculating the vector that is orthogonal to the first two. However, the solution of AB is usually equal and opposite in magnitude of BA.

As a quick refresher, a cross-product of AB builds a 3x3 matrix that looks like:

|ijk|
AxAyAz
BxByBz

and you get each term by taking the product of the diagonal terms going from left to right, starting from a given unit vector letter (i, j, or k) and subtracting the product of diagonal terms going from right to left, starting from the same unit vector letter:

(Ay×BzAz×By)i+(Az×BxAx×Bz)j+(Ax×ByAy×Bx)k

For the two solutions, lets set:
A=[i+j+k]
B=[3i+2j3k]

Let's look at both solutions:

  1. AB

As stated above:

AB=(Ay×BzAz×By)i+(Az×BxAx×Bz)j+(Ax×ByAy×Bx)k

AB=(1×(3)1×2)i+(1×3(1)×(3))j+(1×21×3)k

AB=(32)i+(33)j+(23)k

AB=5i+0j5k

  1. BA

As a flip to the first formulation, take the diagonals again, but the matrix is formed differently:

|ijk|
BxByBz
AxAyAz

BA=(Az×ByAy×Bz)i+(Ax×BzAz×Bx)j+(Ay×BxAx×By)k

Notice that the subtractions are flipped around. This is what causes the 'Equal and opposite' form.

BA=(1×21×(3))i+((1)×(3)1×3)j+(1×3(1)×2)k

BA=(2(3))i+(33)j+(3(2))k
BA=5i+0j+5k