Known vectors:
a = (α, 0, 1), b = (1, β, 1), c = (1, 1, γ)
Determine the values of α, β,γ when the three vectors are orthogonal to each other.
"a = (\u03b1, 0, 1)=\u03b1i+k \\\\\nb = (1, \u03b2, 1)=i+\u03b2j+k \\\\\nc = (1, 1, \u03b3)=i+j+\u03b3k\\\\"
Since a,b, and care pairwise orthogonal to each other
"\\bar{a}*\\bar{b}=0 \\space \\& \\space \\bar{a}*\\bar{c}=0\\\\\n(\u03b1i + k)(i+\u03b2j+k)=0\\\\\n\u03b1+0+1=0\\\\\n\u03b1=-1"
"(\u03b1i + k)(i+j+\u03b3k)=0\\\\\n\u03b1+0+\u03b3=0\\\\\n\u03b1=-\u03b3\\\\\n\u03b3=1"
"(i + \u03b2j+k)(i+j+\u03b3k)=0\\\\\n1+\u03b2+\u03b3=0\\\\\n1+\u03b2+\u03b3=0\\\\\n\u03b2=-2"
Comments
Leave a comment