How to prove if 3 arbitrary vectors are coplanar

  • Thread starter Thread starter cptcook
  • Start date Start date
  • Tags Tags
    Vectors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 4K views
cptcook
Messages
5
Reaction score
0

Homework Statement


Let s and t be scalars. show that u, v and su + tv are coplanar.
u and v are arbitrary vectors,

Homework Equations

The Attempt at a Solution


Well, i suppose if they are coplanar, triple scalar product of them should be 0, right? and su+tv is evidently a linear combination of u and v. but i got a little confused when vectors are arbitrary and not really sure how to show it properly. any help would be appreciated, thanks.
 
Physics news on Phys.org
jedishrfu said:
Try using the triple scalar product and some vector algebra to reduce the expression.
ok i already went down that road and got lost, if i had numbers, it would be easier but how can i prove that they are coplanar if all i have is arbitrary vectors?
 
cptcook said:

Homework Statement


Let s and t be scalars. show that u, v and su + tv are coplanar.
u and v are arbitrary vectors,

Homework Equations

The Attempt at a Solution


Well, i suppose if they are coplanar, triple scalar product of them should be 0, right? and su+tv is evidently a linear combination of u and v. but i got a little confused when vectors are arbitrary and not really sure how to show it properly. any help would be appreciated, thanks.
Here's how I would do it:
1. Calculate n = u X v. (I'm assuming that u and v are vectors in R3)
2. Show that ##n \cdot (su + tv) = 0##.

Geometrically, for all real values of s and t, su + tv defines the plane that u and v lie in.
 
  • Like
Likes   Reactions: jedishrfu
Mark44 said:
Here's how I would do it:
1. Calculate n = u X v. (I'm assuming that u and v are vectors in R3)
2. Show that ##n \cdot (su + tv) = 0##.

Geometrically, for all real values of s and t, su + tv defines the plane that u and v lie in.

That is the general idea, yes but still, how to calculate n=u X v when i do not even have numbers, i think I'm missing your point here, can you be just a little more specific? i tried defining the vectors as u=(u1,u2,u3) and v=(v1,v2,v3) and then calculating the triple scalar product. it got me nothing.
 
cptcook said:
That is the general idea, yes but still, how to calculate n=u X v when i do not even have numbers, i think I'm missing your point here, can you be just a little more specific? i tried defining the vectors as u=(u1,u2,u3) and v=(v1,v2,v3) and then calculating the triple scalar product. it got me nothing.
Using the coordinates of u and v, as you show above, what do you get for u x v? You know how to calculate a cross product, right?

Once you get that, show that ##n \cdot (su + tv) = 0##. I don't think you need to use a scalar triple product.
 
U x V . ( sU + tV) = U x V . sU + U x V . tV

Using some more vector identities you can demonstrate that the expression evaluates to zero hence sU + tV is what?
 
Mark44 said:
Using the coordinates of u and v, as you show above, what do you get for u x v? You know how to calculate a cross product, right?

Once you get that, show that ##n \cdot (su + tv) = 0##. I don't think you need to use a scalar triple product.

even if i don't use triple scalar product and do what you suggest, i'd still have to calculate cross product (which i know how to do it), correct me if I'm wrong but;

u X v= det |(i,j,k),(u1,u2,u3),(v1,v2,v3)| right? that gives you a gigantic equation of nothing when calculated, which cannot be simplified or arranged, let alone taking the product of it with another arbitrary (su+tv).
 
jedishrfu said:
U x V . ( sU + tV) = U x V . sU + U x V . tV

Using some more vector identities you can demonstrate that the expression evaluates to zero hence sU + tV is what?

again, i cannot calculate the cross product of two arbitrary vectors in r3. it becomes a giant vector equation which is non-arrangeable. cross product seems like a dead end.
 
cptcook said:
even if i don't use triple scalar product and do what you suggest, i'd still have to calculate cross product (which i know how to do it), correct me if I'm wrong but;

u X v= det |(i,j,k),(u1,u2,u3),(v1,v2,v3)| right? that gives you a gigantic equation of nothing when calculated, which cannot be simplified or arranged, let alone taking the product of it with another arbitrary (su+tv).
It gives you a vector expression with six terms, so it's a gross exaggeration to call it a "gigantic equation." Instead of dreaming up reasons why you can't do this, why don't you put some effort into actually trying to work the problem?
cptcook said:
again, i cannot calculate the cross product of two arbitrary vectors in r3. it becomes a giant vector equation which is non-arrangeable. cross product seems like a dead end.
When you calculate ##n \cdot (su + tv)## all of the terms drop out, which is what you want to happen.
 
Last edited:
Maybe you know that uxv is ortogonal to u hence you could deduce u. (uxv) ?
 
jk22 said:
Maybe you know that uxv is ortogonal to u hence you could deduce u. (uxv) ?
I don't see how that gets the OP closer to showing that u, v and su + tv are coplanar.
 
@cptcook: You don't need to mess with components. The above posts have shown the way. You yourself noted you just need to show the triple scalar product ##u\times v \cdot(su+tv)=0##. Post #11 reminds you that ##u \times v## is perpendicular to both ##u## and ##v##. Post # 7 shows you how to expand ##u\times v \cdot(su+tv)##. You should be able to see why that is zero without expanding by components.
 
This is a bit too easy : you could use the definition of the plane spanned by u and v