You are given the two vectors "\\mathbf{a}=(1,2,1)" and "\\mathbf{b}=(3,-4,2)" . Suppose that the pair of unit vectors perpendicular to both a and b are given by
"\\pm \\frac{1}{\\sqrt{p}}(q,1,r),"
where p, q and r are some constants.
Determine the values of p, q and r.
"c=\\bold{a}\\times\\bold{b}=\\begin{vmatrix}\n i & j & k \\\\\n 1 & 2 & 1\\\\\n 3 & -4 & 2\n\\end{vmatrix}\\\\\n=i(2\\cdot2-(-4)\\cdot1)-j(1\\cdot2-1\\cdot3)+k(1\\cdot(-4)-3\\cdot2)=8i+j-10k\\\\\n=\\dfrac{1}{\\sqrt{p}}(q,1,r)\\\\\n8=\\dfrac{q}{\\sqrt{p}}\\\\\n1=\\dfrac{1}{\\sqrt{p}}\\\\\n\\therefore\np=1\\\\\nq=8\\sqrt{1}=8\\\\\n-10=\\dfrac{r}{\\sqrt{p}}\\\\\nr=-10\\sqrt{1}=-10"
Comments
Leave a comment