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
st
Subscribe to:
Post Comments (Atom)
SAT Math Mean, Median, Mode and Range: Easy Formulas, Examples and Practice Questions
SAT Math: Mean, Median, Mode and Range Learn How to Find the Average, Middle Value and Spread of Data A list of numbers can describe many di...
-
reduction formula for (sinx)^m (cosx)^n with limits 0 to pi/2 in the numerator start off with (m-1) , (n-1) subtract 2 successively till 2 o...
-
Before taking the driving test you have to get a learner's license.For that you had to to take an objective test on the computer in the ...
-
derive the mean and variance of the binomial distribution now to find the variance, we rewrite x^2 as x(x-1) +x before we start out for expl...
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