Which of the following is a unit vector perpendicular to the plane determined by the vectors A=2i+3j and B=2i+5j-k?

1 Answer

James Dowd

Updated on December 25th, 2020

First, we know that the cross product of two vectors gives us a 3rd vector that is perpendicular to both of the originals. Therefore, we first want to find the cross product, AxB. As a reminder, these are the formulas we will use to find the cross product:

Equation 1: a x b = ijka1a2a3b1b2b3   Equation 2: a x b = i·a2a3b2b3- j·a1a3b1b3+k·a1a2b1b2 Equation 3:abcd=ad-bc

Using these formulas and the vectors that we were given in the problem:

A x B =ijk23025-1 A x B=i·305-1- j·202-1+k·2325 A x B=i·((3*-1)-(0*5))- j·((2*-1)-(0*2))+k·((2*5)-(3*2)) Ax B=i·(-3-0)- j·(-2-0)+k·(10-6) A x B=-3i+ 2j+4k

We now have a vector that is perpendicular to the plane determined by vectors A and B. However, we are not at our final solution yet. The problem asks us the find a unit vector. We know that a unit vector must have a magnitude of 1. Let's find the magnitude of the vector we got by calculating the cross product:

a=(a1)2+(a2)2+(a3)2 AxB=(-3)2+(2)2+(4)2 AxB=9+4+16 AxB=29

Therefore, the magnitude of our current vector is 29. To get a vector with the same direction but with a magnitude of 1, we simply need to multiply by 129(since (29·129=1).

(-3i+ 2j+4k)·(129) -3i29+2j29+4k29

This final vector above is our answer.

Copyright © 2024 Savvy Engineer