Solving Linear Combinations: Collinear & Coplanar

In summary: A(1, 4, −5), B(2, 12, −8), C(4, 6, − 4) and D(5, 3, −2)You are correct in assuming that 4 points are coplanar.
  • #1
masterofthewave124
74
0
struggling with these problems:

1. determine if the following are:
i) collinear: A(0, 3, 2), B(1, 5, 4) and C(3, 9, 8)
ii) coplanar: A(1, 4, −5), B(2, 12, −8), C(4, 6, − 4) and D(5, 3, −2)

i know that TWO vectors are collinear if it is possible to express one as a scalar multiple of the other. i think that with three vectors, it would be the same; that one vector could be expressed as a combination of the other two (i.e. A = kB + tC). if i found consistent answers for k and b, would that mean that all three are parallel?
similarly for ii), I am assuming that 4 points are coplanar if one can be exprssed as a combination of the other three (i.e. A = kB + sC + tD), but this would yield 3 equations with 3 unknowns which i do not know how to solve for...is this method wrong then?


2. vectors u=(i+j+k) and v=(i−2j+k), find a vector w, of length sqrt(2), that is perpendicular to both u and v.

im guessing i do cross product to find a vector perpendicular to both u and v and then find a vector parallel to the result of the cross product that has magnitude sqrt(2). how i would i express this in an equation to solve for the coordinates of w?
 
Physics news on Phys.org
  • #2
Get the determinant of the matrix formed by the vectors, if it's 0 then they are linear dependent (colinear or coplanar, depends on what are you looking for).

Another way for coplanar is if the triple scalar product of the vectors is 0, then they are coplanar. And obviously for colinear the cross product of two vectors is 0.

For the second problem, do the cross product and then calculate a unit vector in the direction of your resultant vector, then simply multiply the magnitude which each of the components of the unit vector.

[tex] \vec{c} = \vec{u} \times \vec{v} [/tex]

[tex] \vec{\lambda} = \frac{\vec{c}}{|\vec{c}|} [/tex]

[tex] \vec{w} = w \vec{\lambda} [/tex]
 
Last edited:
  • #3
thanks for your help so far. however, we haven't learned how to do matrixes yet and since there are 4 vectors, i can't really take the triple scalar product of the vectors. for 1i), you said if taking the cross product of the two vectors is 0 then its collinear, but again i have 3 vectors. the number of vectors was my initial concern to begin with.
 
  • #4
masterofthewave124 said:
1. determine if the following are:
i) collinear: A(0, 3, 2), B(1, 5, 4) and C(3, 9, 8)
ii) coplanar: A(1, 4, −5), B(2, 12, −8), C(4, 6, − 4) and D(5, 3, −2)

i know that TWO vectors are collinear if it is possible to express one as a scalar multiple of the other. i think that with three vectors, it would be the same
No, you're confused with lines I think (which are parallel if their directional vectors are multiples of each other). Through 2 points, there is always a line! Using this, you could set up the line through 2 of the 3 points and check if the third is on it. A similar approach can be used for the plane, but this isn't necessarily the fastest way.

masterofthewave124 said:
2. vectors u=(i+j+k) and v=(i−2j+k), find a vector w, of length sqrt(2), that is perpendicular to both u and v.

im guessing i do cross product to find a vector perpendicular to both u and v and then find a vector parallel to the result of the cross product that has magnitude sqrt(2). how i would i express this in an equation to solve for the coordinates of w?
You're starting of right: the cross product will result in a vector perpendicular to u and v. If you normalize this vector, it'll have length 1. Can you then 'scale' it to length sqrt(2)?
 
  • #5
masterofthewave124 said:
struggling with these problems:

1. determine if the following are:
i) collinear: A(0, 3, 2), B(1, 5, 4) and C(3, 9, 8)
ii) coplanar: A(1, 4, −5), B(2, 12, −8), C(4, 6, − 4) and D(5, 3, −2)

i know that TWO vectors are collinear if it is possible to express one as a scalar multiple of the other. i think that with three vectors, it would be the same; that one vector could be expressed as a combination of the other two (i.e. A = kB + tC). if i found consistent answers for k and b, would that mean that all three are parallel?
No, it does not! It simply means that they are coplanar (all lie in the same plane). However, I have another question: are A, B, and C vectors or points?? I suspect that they are points and that you need to determine whether the vectors AB and AC (or AB and BC or AC and BC) are parallel.
similarly for ii), I am assuming that 4 points are coplanar if one can be exprssed as a combination of the other three (i.e. A = kB + sC + tD), but this would yield 3 equations with 3 unknowns which i do not know how to solve for...is this method wrong then?
Okay, here you specifically referred to "4 points"- so the question is not about A, B, C, and D but about AB, AC, and AD.

2. vectors u=(i+j+k) and v=(i−2j+k), find a vector w, of length sqrt(2), that is perpendicular to both u and v.

im guessing i do cross product to find a vector perpendicular to both u and v and then find a vector parallel to the result of the cross product that has magnitude sqrt(2). how i would i express this in an equation to solve for the coordinates of w?
You don't solve an equation! You do exactly what you just said: find the cross product of the two given vectors, then divide by its length to get a unit vector and multiply by sqrt(2) to get a vector of length sqrt(2).
 
Last edited by a moderator:
  • #6
ok, thank you guys for all your help, i fixed up both those quesitons.

now however, i have a couple more questions:

1. Given the vectors a=(0, 1, 5), b=(2, 1, −4) and c = (6, 4, 0):

a) Prove that the three vectors form a basis in V3

so i figured that if they are to form a basis in v3, they will be coplanar and therefore the vectors can be expressed in this fashion:
a = kb +tc

so,
(0, 1, 5) = k(2, 1, −4) + t(6, 4, 0) which equates into three separate equations:

0 = 2k + 6t
1 = k + 4t
5 = -4k

from the third eqn, we get k = -5/4 and subbing back into eqn's 1 and 2, i found t to be 5/12 and 9/16 respectively. obviously these are not the same and their basis proves invalid. however the way the question is stated implies that they are supposed to form a basis. is there a typo in the question or have i made a calculation error somewhere?

b) Express the vector (11, 9, −1) as a linear combination of a, b and c

would i formulate a general statement saying (11,9,-1) = ka + tb + sc? forcasting forward, i can see that i will have 3 equations and 3 unknowns which i don't necessarily know how to solve yet...what happens in this situation or if the method is completely wrong, how do you express the vector as a combination of the other three?
 
  • #7
1) The fact that those 3 vectors should form a 3-dim basis means that they have to be linearly independent!

2) The approach is fine, you have 3 equations in 3 unknowns.
 
Last edited by a moderator:
  • #8
masterofthewave124 said:
ok, thank you guys for all your help, i fixed up both those quesitons.

now however, i have a couple more questions:

1. Given the vectors a=(0, 1, 5), b=(2, 1, −4) and c = (6, 4, 0):

a) Prove that the three vectors form a basis in V3

so i figured that if they are to form a basis in v3, they will be coplanar and therefore the vectors can be expressed in this fashion:
a = kb +tc
That's just completely backwards! You don't say what "V3" is but in order for any set of vectors to form a basis they must be independent, not dependent

so,
(0, 1, 5) = k(2, 1, −4) + t(6, 4, 0) which equates into three separate equations:

0 = 2k + 6t
1 = k + 4t
5 = -4k

from the third eqn, we get k = -5/4 and subbing back into eqn's 1 and 2, i found t to be 5/12 and 9/16 respectively. obviously these are not the same and their basis proves invalid. however the way the question is stated implies that they are supposed to form a basis. is there a typo in the question or have i made a calculation error somewhere?
The fact that you cannot do this is precisely what proves this is a basis!

b) Express the vector (11, 9, −1) as a linear combination of a, b and c

would i formulate a general statement saying (11,9,-1) = ka + tb + sc? forcasting forward, i can see that i will have 3 equations and 3 unknowns which i don't necessarily know how to solve yet...what happens in this situation or if the method is completely wrong, how do you express the vector as a combination of the other three?
Yes, (11, 9, -1)= k(0, 1, 5)+ t(2, 1, −4)+ s(6, 4, 0)= (2t+ 6s, k+t+4s,6k-4t) so 2t+ 6s= 11, k+ t+ 4s= 9, 6k-4t= -1. Solve those three equations for k, t, s. You can, for example, solve the first equation for s in terms of t: s= (11- 2s)/6, and solve the last for k in terms of t: k= (-1+ 4t)/s. Now replace k and s in k+ t+ 4s= 9 with those to get one equation for t.
 
  • #9
ok guys, even though i answered both the questions successfully now, i obviously don't have the greatest handle on the theory.

so what does it mean to form a basis in 3d?

also, if AB, AC and AD are linearly dependent, geometrically, what is the relationship between the points A,B,C and D. will they form a closed figure?

sorry guys for all the questions, my lack of understanding has been partially due to taking this course through online correspondence which essentially means, i have to teach everything myself.
 
  • #10
For an n-dimensional space V, you need exactly n lineairly independent vectors which span the space to have a basis, i.e. every vector v in V can be written as a lineair combination of the vectors of your basis, but the basis vectors itself have to be indepedent.

Do you understand that?

For the case n = 3, for example in R³, the standard basis is {(1,0,0),(0,1,0),(0,0,1)}.
These are indepedent and every vector in R³ can be written as a lineair combination of these vectors, since an arbitrary vector (a,b,c) can be written as: a(1,0,0)+b(0,1,0)+c(0,0,1).

Take another set: {(1,0,0),(0,1,0)}. This set isn't a basis for R³ because it only spans a twodimensional space. All vectors with a non-zero third component cannot be created. Although these two are independent, they don't span R³ -> no basis.

Another one: {(1,0,0),(0,1,0),(0,0,1),(-2,3,4)}. This set spans R³ (just take the first three vectors and look at my example of the standard basis), but it isn't indepedent, since (-2,3,4) = -2(1,0,0)+3(0,1,0)+4(0,0,1) -> no basis.
 
  • #11
thanks TD, cleared some things up.

ok new question. if you take a look at this parallelpiped

http://img134.imageshack.us/img134/1029/parallelpied0rp.jpg

i'm supposed to mark the vectors p = a + 0.5b + c and r = a - b - c on it. i know how to geometrically add and subtract vectors but i don't know where i should choose my starting point. is there a conventional spot where i should start constructing p an r? or is it okay to start conveniently anywhere as long as i show where my resultant vector came from?

thanks.
 
Last edited by a moderator:
  • #12
The question isn't clear, unless an origin is given, from where you start of course!
If you can choose, take the corner where c ends and a and b begin, for example.
 

Related to Solving Linear Combinations: Collinear & Coplanar

1. What is a linear combination?

A linear combination is a mathematical operation that involves adding or subtracting multiples of two or more vectors. It is used to create new vectors from existing ones and is an essential concept in linear algebra.

2. What does it mean for vectors to be collinear?

Collinear vectors are vectors that lie on the same line or are parallel to each other. This means that they have the same or opposite direction and can be expressed as scalar multiples of each other.

3. How do you determine if vectors are collinear?

To determine if vectors are collinear, you can use the scalar multiple test. If one vector is a scalar multiple of the other, then they are collinear. Another way is to calculate the cross product of the vectors, and if it is equal to zero, then they are collinear.

4. What is the difference between collinear and coplanar vectors?

Collinear vectors lie on the same line, while coplanar vectors lie on the same plane. In other words, collinear vectors are restricted to one dimension, while coplanar vectors are restricted to two dimensions.

5. How can linear combinations be used in real-life applications?

Linear combinations have various real-life applications, such as in physics, engineering, and economics. They are used to solve systems of equations, model real-world scenarios, and analyze data. For example, in physics, linear combinations are used to calculate the net force on an object, while in economics, they are used to model supply and demand curves.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
14
Views
363
  • Precalculus Mathematics Homework Help
Replies
9
Views
2K
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
984
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • Precalculus Mathematics Homework Help
Replies
21
Views
1K
  • Precalculus Mathematics Homework Help
Replies
13
Views
2K
  • Precalculus Mathematics Homework Help
Replies
32
Views
926
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
Back
Top