Unit vector orthogonal to plane

olivia333
Messages
12
Reaction score
0

Homework Statement



Find a unit vector with positive first coordinate that is orthogonal to the plane through the points P = (-4, 5, 4), Q = (-1, 8, 7), and R = (-1, 8, 8).

Homework Equations



u = PQ = Q - P
v = PR = R - P
ans = uXv = PQ X PR

The Attempt at a Solution



so I did:
PQ = Q - P = (3,3,3)
PR = R - P = (3,3,4)

Then I computed the cross product to get the answer.

|i..j..k|
|3 3 3| = <(12-9) , -(12-9) , (9-9)> = <3, -3, 0>
|3 3 4|

The 0 is correct but the 3 and -3 are not. What am I doing wrong?
Thanks!
 
Physics news on Phys.org
welcome to pf!

hi olivia! welcome to pf! :smile:
olivia333 said:
The 0 is correct but the 3 and -3 are not. What am I doing wrong?

not a unit vector? :wink:
 
ohhhh haha thank you so much!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top