Telling if three vectors in the same plane? Help

  • Thread starter Thread starter samh
  • Start date Start date
  • Tags Tags
    Plane Vectors
Click For Summary

Homework Help Overview

The discussion revolves around determining whether three vectors in R3 are coplanar, which relates to concepts of linear independence and dependence. Participants explore the criteria for vectors being in the same plane and the implications of vector addition in this context.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants discuss the definition of coplanarity and how it relates to linear combinations of vectors. There are inquiries about the example provided in the original post and how vector addition demonstrates coplanarity.

Discussion Status

Several participants have contributed insights regarding the mathematical criteria for coplanarity, including the use of determinants and scalar triple products. There is an ongoing exploration of these concepts, with no explicit consensus reached yet.

Contextual Notes

The original poster expresses uncertainty about the example and the underlying principles of vectors in R3, indicating a need for clarification on foundational concepts.

samh
Messages
46
Reaction score
0
Telling if three vectors in the same plane?? Help!

Hey guys I've got a question about vectors that's confusing me. Here's what my book says:

Two vectors are called independent in R2 if they are not multiples of each other. Three vectors in R3 are called independent if they are not in the same plane.

Example: (1,0,1), (0,1,0) and (1,1,1) are not independent (since (1,0,1) + (0,1,0) = (1,1,1)).

I don't understand the example... How do you tell if three vectors in R3 are in the same plane? Why does adding the first two and getting (1,1,1) show this? I'm real rusty on all this plane stuff... Any help is appreciated.
 
Physics news on Phys.org
Well, if one of them is NOT in the same plane formed by the other two, then you can't completely describe that vector in terms of the other two. The simplest example is the standard unit vectors in cartesian coordinates : i, j and k. You can never express k as c1i+c2j, for contants c1 and c2. Such vectors are known as linearly independent.

Think of it this way, when you add two vectors (or scalar multiples of them), the resulting vector goes from the "tail" of one to the "head" of the other. The "tail", "head" and the point where these two vectors meet all form a unique plane.
 
samh said:
I don't understand the example... How do you tell if three vectors in R3 are in the same plane? Why does adding the first two and getting (1,1,1) show this? I'm real rusty on all this plane stuff... Any help is appreciated.
Any three given vectors <x1,y1,z1>, <x2,y2,z2>, <x3,y3,z3>
are coplanar iff <x1,y1,z1> [itex]\times[/itex] <x2,y2,z2> • <x3,y3,z3> = 0
 
Last edited:
Three vectors are in the same plane (coplanar) if and only if they are "dependent". That is, there is some linear combination Av1+ Bv2+ Cv3= 0 with not all of A, B, C equal to 0. Equivalently, one vector can be written as a linear combination of the other two.

Bomba923's last post "Any three given vectors <x1,y1,z1>, <x2,y2,z2>, <x3,y3,z3> are coplanar iff <x1,y1,z1>[itex]\times[/itex]<x2,y2,z2> • <x3,y3,z3> = 0" is a good way of checking. Even more simply that calculation can be written as a single determinant:
[tex]\left|\begin{array}{ccc}x_1 & y_1 & z_1 \\ x_2 & y_2 & z_2 \\ x_3 & y_3 & z_3 \end{array}\right|[/tex]
 
(adding to the last previous two posts...)

that HallsofIvy's determinant (and bomba923's scalar triple product) can be intrepreted as the volume enclosed by a box (parallelepiped) with sides given by your three vectors. If that volume is zero, the box is "degenerate"... and the three vectors lie on a common plane.
 
robphy said:
(adding to the last previous two posts...)

that HallsofIvy's determinant (and bomba923's scalar triple product) can be intrepreted as the volume enclosed by a box (parallelepiped) with sides given by your three vectors. If that volume is zero, the box is "degenerate"... and the three vectors lie on a common plane.
Good point!
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 3 ·
Replies
3
Views
5K
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
15K