LCKurtz said:
Hint: First find two vectors perpendicular to 7i+6j. What direction do you get if you add two equal length perpendicular vectors?
Sorry to bring this question back up, but I just wanted to confirm my answer, as my math question online program I think might be reading my answer wrong.
##\vec{v} = 7 \hat{i} + 6\hat{j}##
Let a vector 45 degrees from ##\vec{v}## be equal to ## \vec{w} = a\hat{i} + b\hat{j}##.
##cos(\theta) = \frac {\vec{v} \bullet \vec{w}} {||v|| ||w||}##
## \frac {\sqrt{2}} {2} = \frac {\langle 7, 6 \rangle \bullet \langle a, b \rangle} {\sqrt{85} \sqrt{a^{2} + b^{2}}} ##
## \frac {\sqrt{2}} {2} = \frac {7a + 6b} {\sqrt{85} \sqrt{a^{2} + b^{2}}} ##
## \sqrt{2} \sqrt{85} \sqrt{a^{2} + b^{2}} = 2(7a + 6b) ##
## (\sqrt{2} \sqrt{85} \sqrt{a^{2} + b^{2}})^{2} = (2(7a + 6b))^{2} ##
## (170)(a^{2} + b^{2}) = 4(7a + 6b)^{2} ##
Let a = 1.
## (170)(1 + b^{2}) = 4(7 + 6b)^{2} ##
## 170 + 170b^{2} = 4(49 + 84b + 36b^{2})##
## 170 + 170b^{2} = 196 + 336b + 144b^{2}##
## 26b^{2} - 336b - 26 = 0 ##
Quadratic equation gives:
## b = \frac {84 ± 85} {13} ##
## b = 13, b = - \frac {1} {13} ##
Therefore, the two vectors that are 45 degrees from v, are:
## w_1 = \langle 1, 13 \rangle ##
## w_2 = \langle 1, -\frac {1} {13} \rangle ##
The unit vectors are then:
## u_1 = \frac {\langle 1, 13 \rangle} {\sqrt{170}} ##
## u_2 = \frac {\langle 1, -\frac {1} {13} \rangle} {\sqrt{1 + \frac {1} {169}}} ##