finding a perpendicular vector using the concept of dot product
find a vector perpendicular to both [ -1, 3, 4 ] and [-2, -1, 3]
let [x ,y, z] be the required vector
since [x ,y, z] is perpendicular to both [ -1, 3, 4 ] and [-2, -1, 3]
-1x + 3y + 4z = 0
-2x -1y + 3z = 0
three unknowns and two equations
choose one unknown as arbitrary
put x = a
3y + 4z = a
-y +3z = 2a
solving
y = -5a / 13
z = 7a / 13
so if a = 13
x = 13 , y = -5 , z = 7
therefore [13 , -5 , 7] or any of it's scalar multiples will be the required vector
-----------------------------------------------------------
please leave your comments below
------------------------------------------------------------
index of math problems
disclaimer:
There is no guarantee about the data/information on this site. You use the data/information at your own risk. You use the advertisements displayed on this page at your own risk.We are not responsible for the content of external internet sites. Some of the links may not work
AWESOMEEEEEEEe
ReplyDeleteI don't understand how you solved that. Is it possible to show the step up step process of solving for the y and z equations? How did you get a to be 13?
ReplyDeleteThe value of a can be anything you want. I chose a=13 to avoid fractional values
Delete