.
Let e1 = (1, 0, 0), e2 = (0, 1, 0), e3 = (0, 0, 1) ∈ . Find all real numbers k ∈ R such that the angle between
the vectors −e1 + 2e2 + ke3 and −e1 + ke2 + 2e3 is π/2 (they are orthogonal).
~~~~~~~~~~~~~~~~~~~~~
The given vectors are (-1,2,k) and (-1,k,2), in coordinate form.
They are orthogonal (perpendicular) if and only if their scalar product is zero.
Find the scalar product of these vectors, using their coordinate forms.
The scalsr product is (-1)*(-1) + 2k + 2k = 1 + 4k.
The vectors are orthogonal in if and only if
1 + 4k = 0, or k = . ANSWER
Solved.