answersLogoWhite

0


Best Answer

The general idea is that 3 vectors are in a plane iff they are not linearly independent. This can be checked in several ways:

  • guessing a way to represent one of them as a linear combination of the other two - if it can be done, then they are coplanar;
  • if they are three-dimensional, simply by calculating the determinant of the matrix whose columns are the vectors - if it's zero, they are coplanar, otherwise, they aren't;
  • otherwise, you may calculate the determinant of their gramian matrix, that is, a matrix whose ij-th entry is the dot product if the i-th and j-th of the three vectors (e.g. it's 1-2-nd entry would be the dot product of first and second of them); they are coplanar iff the determinant is zero.
User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the condition for being 3 vectors in a plane?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

Can three vectors not in one plane give zero resultant?

No. For three vectors they must all lie in the same plane. Consider 2 vectors first. For them to resolve to zero, they must be in opposite direction and equal magnitude. So they will lie along the same line. For 3 vectors: take two of them. Any two vectors will lie in the same plane, and their resultant vector will also lie in that plane. Find the resultant of the first two vectors, and the third vector must be along the same line (equal magnitude, opposite direction), in order to result to zero. Since the third vector is along the same line as the resultant vector of the first two, then it must be in the same plane as the resultant of the first two. Therefore it lies in the same plane as the first two.


What is the Smallest magnitude of sum of 4 and 3 meter vectors?

The smallest magnitude resulting from the addition of vectors with individual magnitudes of 4 and 3 is 1, obtained when the directions of the two component vectors are 180 degrees apart.


Is it possible to add three vectors of equal magnitudes and get zero?

Of course it is! for example, [1, √3] + [-2, 0] + [1, - √3 ] = [0, 0]. Like this example, all other sets of such vectors will form an equilateral triangle on the graph.. Actually connecting the endpoints of the 3 vectors forms the equilateral triangle. The vectors are actually 120° apart.


What are 3 measurements of vectors?

2 inches, 3 inches, and 4 inches


When two nonzero vectors A and B are added and the sum has magnitude 3 it's possible that A equals B equals 3?

The vectors can not be both equal, but they can have the same magnitude of 3, if they are at a 60 degree angle.

Related questions

Can three vectors not in one plane give zero resultant?

No. For three vectors they must all lie in the same plane. Consider 2 vectors first. For them to resolve to zero, they must be in opposite direction and equal magnitude. So they will lie along the same line. For 3 vectors: take two of them. Any two vectors will lie in the same plane, and their resultant vector will also lie in that plane. Find the resultant of the first two vectors, and the third vector must be along the same line (equal magnitude, opposite direction), in order to result to zero. Since the third vector is along the same line as the resultant vector of the first two, then it must be in the same plane as the resultant of the first two. Therefore it lies in the same plane as the first two.


What is the difference between coplanar vectors and collinear vectors?

The term collinear is used to describe vectors which are scalar multiples of one another (they are parallel; can have different magnitudes in the same or opposite direction). The term coplanar is used to describe vectors in at least 3-space. Coplanar vectors are three or more vectors that lie in the same plane (any 2-D flat surface).


How many planes are needed to make a space?

Just one. A single 2-dimensional plane can be extended into 3-dimensions by the use of normal vectors to the plane, which by definition extend outwards of the plane at a right angle.


What is an advantage of planar?

When we use the term planar, we're talking about two dimensions. We could also be designating a plane or flat, 2-dimensional construct. Planar figures are ones drawn in two dimensions and lying on a plane. Every single triangle is a planar figure, as is every circle, just to cite two examples.


What is the Smallest magnitude of sum of 4 and 3 meter vectors?

The smallest magnitude resulting from the addition of vectors with individual magnitudes of 4 and 3 is 1, obtained when the directions of the two component vectors are 180 degrees apart.


Is it possible to add three vectors of equal magnitudes and get zero?

Of course it is! for example, [1, √3] + [-2, 0] + [1, - √3 ] = [0, 0]. Like this example, all other sets of such vectors will form an equilateral triangle on the graph.. Actually connecting the endpoints of the 3 vectors forms the equilateral triangle. The vectors are actually 120° apart.


What are 3 measurements of vectors?

2 inches, 3 inches, and 4 inches


When two nonzero vectors A and B are added and the sum has magnitude 3 it's possible that A equals B equals 3?

The vectors can not be both equal, but they can have the same magnitude of 3, if they are at a 60 degree angle.


How do you add vectors using the component method?

1) Separate the vectors into components (if they are not already expressed as components). 2) Add each of the components separately. 3) If required, convert the vectors back to some other form. For twodimensional vectors, that would polar form.


How do you do dot product of the vectors at any dimension?

You do the dot product of the vectors by multiplying their corresponding coordinates and adding them up altogether. For instance: <1,2,3> ∙ <-3,4,-1> = 1(-3) + 2(4) + 3(-1) = -3 + 8 - 3 = 2


1 1 Check whether the following set of vectors is LD or LI?

(i) They are linearly dependent since the 2nd vector is twice the 1st vector. All 3 vectors lie in the x-z plane, so they don't span 3D space. (ii) They are linearly independent. Note that the cross-product of the first two is (-1,1,1). If the third vector is not perpendicular to the above cross-product, then the third vector does not lie in the plane defined by the first two vectors. (-1,1,1) "dot" (1,1,-1) = -1+1-1 = -1, not zero, so 3rd vector is not perpendicular to the cross product of the other two.


If a set of vectors spans R3 then the set is linearly independent?

No it is not. It's possible to have to have a set of vectors that are linearly dependent but still Span R^3. Same holds true for reverse. Linear Independence does not guarantee Span R^3. IF both conditions are met then that set of vectors is called the Basis for R^3. So, for a set of vectors, S, to be a Basis it must be:(1) Linearly Independent(2) Span S = R^3.This means that both conditions are independent.