Unit vector orthogonal to plane

Click For Summary
SUMMARY

The discussion focuses on finding a unit vector orthogonal to a plane defined by the points P = (-4, 5, 4), Q = (-1, 8, 7), and R = (-1, 8, 8). The user calculated the vectors PQ and PR, resulting in PQ = (3, 3, 3) and PR = (3, 3, 4). The cross product was computed, yielding a vector of (3, -3, 0), which was identified as incorrect due to not being a unit vector. The solution emphasizes the necessity of normalizing the resulting vector to achieve a unit vector with a positive first coordinate.

PREREQUISITES
  • Understanding of vector operations, specifically cross products
  • Knowledge of unit vectors and normalization techniques
  • Familiarity with 3D coordinate geometry
  • Basic proficiency in linear algebra concepts
NEXT STEPS
  • Learn how to compute the cross product of vectors in 3D space
  • Study the process of normalizing vectors to obtain unit vectors
  • Explore the geometric interpretation of vectors and planes in 3D
  • Review linear algebra applications in physics and engineering
USEFUL FOR

Students studying linear algebra, geometry enthusiasts, and anyone involved in physics or engineering requiring an understanding of vector mathematics and their applications in three-dimensional space.

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!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
15
Views
4K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K