Final answer:
The unit vector perpendicular to the plane determined by vectors A and B is computed using the cross product. After obtaining the orthogonal vector, its magnitude is calculated and used to normalize it, resulting in the unit vector -2/√5 i + 1/√5 j - 1/√5 k.
Step-by-step explanation:
The question is asking to find a unit vector that is perpendicular to the plane determined by vectors A = 2i + 4j and B = i + j - k. To do this, we use the cross product of A and B since the cross product gives a vector that is orthogonal to both A and B.
Using the cross product, we calculate:
A × B = (2i + 4j) × (i + j - k)
≈ 2(i × i) + 2(i × j) + 2(i × -k) + 4(j × i) + 4(j × j) + 4(j × -k)
≈ 0 + 2k + 2j - 4k + 0 - 4i
≈ -4i + 2j - 2k
To convert this to a unit vector, we calculate its magnitude and divide each component by the magnitude.
Magnitude = √((-4)^2 + 2^2 + (-2)^2) = √(20) = 2√5
The unit vector is then:
(-4i + 2j - 2k) / (2√5) = -2/√5 i + 1/√5 j - 1/√5 k