PhizKid
- 477
- 2
Homework Statement
Find a unit vector in the xy plane which is perpendicular to A = (3,5,1).
Homework Equations
<br /> A_x{B_{x}} + A_y{B_{y}} + A_z{B_{z}} = \textbf{A} \cdot \textbf{B}\\\hat{\textbf{A}} = \frac{\textbf{A}}{|\textbf{A}|}<br />
The Attempt at a Solution
In order to be perpendicular, A•B = 0 since a perpendicular 90 degrees would mean cos(90) = 0, so the entire dot product becomes 0.
So:
\textbf{A} \cdot \textbf{B} = 3{B_{x}} + 5{B_{y}} + 1{B_{z}}
But since B doesn't exist on the z plane:
\textbf{A} \cdot \textbf{B} = 3{B_{x}} + 5{B_{y}}
So:
0 = 3{B_{x}} + 5{B_{y}}
Not sure what to do from here. Using:
\hat{\textbf{B}} = \frac{\textbf{B}}{|\textbf{B}|}
How would I turn this B vector into a unit vector?