Finding vectors in a plane

  • #1
9
0
Hello!

I was just thinking, say, I have a plane with the equation x + 3y + 2z = 0. How would I go about finding two vectors in that plane (that are not parallell)?

Sidenote: I pretty much get the intuition of how a plane with the given equation would look but what would happen if x + 3y + 2z ≠ 0? How would that plane look?

Thanks in advance!
 
  • #2
pick values for x and y, and use your equation to calculate z:
If x= 1, y= 0, then 1+ 3(0)+ 2z= 0 so z= -1/2. A point in that plane is (1, 0, -1/2) so the vector from (0, 0, 0) to (1, 0, -1/2), i- (1/2)k, is a vector in that plane.

If x= 0, y= 1, then 0+ 3(1)+ 2z= 0 so z= -3/2. A point in that plane is (0, 1, -3/2) so the vector from (0, 0, 0) to (0, 1, -3/2), j-(3/2)k, is another vector in that plane.

Of course, since those two vectors are independent, they span the plane.
 

Suggested for: Finding vectors in a plane

Replies
10
Views
619
Replies
5
Views
573
Replies
8
Views
632
Replies
15
Views
3K
Replies
1
Views
618
Replies
1
Views
693
Replies
6
Views
766
Back
Top