Scalar Multiple of Vector - Vector & Scalar = 0?

Click For Summary
The discussion centers on whether a vector x can be a scalar multiple of vector y while y is not a scalar multiple of x. It is established that this is possible, particularly illustrated by the case where x is the zero vector and y is non-zero. The proof that 0 multiplied by any vector equals the zero vector is confirmed as valid but requires formal demonstration. Participants emphasize the importance of understanding the underlying axioms of vector spaces, particularly the distributive property of scalar multiplication. The conversation concludes with a participant successfully deriving the proof, enhancing their comprehension of the concept.
Calaver
Messages
40
Reaction score
14
Note: I am not in the course where this problem is being offered; it was simply an interesting linear algebra "thought question" that I found online to which I believe I have found a solution. However, there is one step in my solution that I am unsure about, so thank you to anyone who spares the time to assist.

1. Homework Statement

Let x and y be vectors in ℝn. Is it possible that x is a scalar multiple of y (i.e., there exists a scalar c such that x = cy), but y is not a scalar multiple of x?

Homework Equations


Basically restating the problem in an equation here, from what I see no pure equation other than this is needed:

Let b, c be scalars in ℝ and x, y be vectors in ℝn. Let the scalar c be defined such that x = cy. Is there always a b such that y = bx?

The Attempt at a Solution



There is not always a scalar b for the given vectors x, y and given scalar c to make the equations above true. Take the case c = 0, x = (0,0), y ≠ (0,0). Then (0,0) = 0y. But there does not exist a scalar b such that bx = b⋅(0,0) = y ≠ (0, 0) by the fact that (0,0)⋅b = (0,0) for all b.

I believe I have interpreted the question correctly, and it seems that the first part of my "proof" (may not be completely formal or rigorous - I'll be open to any suggestions to improve it) is valid by the proof here. But I cannot figure out if the underlined statement is simply a postulate of linear algebra, if there is a way that I should prove it, or if it is even correct. Should the last statement of the proof be changed or is it even valid?

Thanks to anyone who takes the time to help.

EDIT: Clarity in last paragraph.
 
Physics news on Phys.org
Calaver said:
Should the last statement of the proof be changed or is it even valid?
Yes it's valid, but it needs to be proven. The proof that ##0\cdot\mathbf x=\mathbf 0## is only four lines, and 'obvious' once you see it, but the challenge is getting the right way of approaching it, to be able to see that proof.

If you've ever seen the proof for ##\mathbb R## (or for fields more generally) that ##0\times x=0##, it's analogous to that.

I'll leave to you the fun of discovering the proof. As a hint, it uses the vector space axiom of 'Distributivity of scalar multiplication with respect to field addition', from the list of vector space axioms here.

Your wondering whether it might be an axiom is well-founded, as it seems natural to think it must be an axiom, and not obvious that it is a theorem. I was amused to see that this UCLA definition of vector spaces includes it as an axiom without realising its redundancy!
 
Calaver said:
Note: I am not in the course where this problem is being offered; it was simply an interesting linear algebra "thought question" that I found online to which I believe I have found a solution. However, there is one step in my solution that I am unsure about, so thank you to anyone who spares the time to assist.

1. Homework Statement

Let x and y be vectors in ℝn. Is it possible that x is a scalar multiple of y (i.e., there exists a scalar c such that x = cy), but y is not a scalar multiple of x?

Homework Equations


Basically restating the problem in an equation here, from what I see no pure equation other than this is needed:

Let b, c be scalars in ℝ and x, y be vectors in ℝn. Let the scalar c be defined such that x = cy. Is there always a b such that y = bx?

The Attempt at a Solution



There is not always a scalar b for the given vectors x, y and given scalar c to make the equations above true. Take the case c = 0, x = (0,0), y ≠ (0,0). Then (0,0) = 0y. But there does not exist a scalar b such that bx = b⋅(0,0) = y ≠ (0, 0) by the fact that (0,0)⋅b = (0,0) for all b.

I believe I have interpreted the question correctly, and it seems that the first part of my "proof" (may not be completely formal or rigorous - I'll be open to any suggestions to improve it) is valid by the proof here. But I cannot figure out if the underlined statement is simply a postulate of linear algebra, if there is a way that I should prove it, or if it is even correct. Should the last statement of the proof be changed or is it even valid?

Thanks to anyone who takes the time to help.

EDIT: Clarity in last paragraph.
I believe your proof is fine. The underlined statement is true since b(x,y)=(bx,by).
 
Last edited:
Thanks everyone for your responses so far!

andrewkirk said:
Yes it's valid, but it needs to be proven. The proof that ##0\cdot\mathbf x=\mathbf 0## is only four lines, and 'obvious' once you see it, but the challenge is getting the right way of approaching it, to be able to see that proof.

If you've ever seen the proof for ##\mathbb R## (or for fields more generally) that ##0\times x=0##, it's analogous to that.

I'll leave to you the fun of discovering the proof. As a hint, it uses the vector space axiom of 'Distributivity of scalar multiplication with respect to field addition', from the list of vector space axioms here.

Your wondering whether it might be an axiom is well-founded, as it seems natural to think it must be an axiom, and not obvious that it is a theorem. I was amused to see that this UCLA definition of vector spaces includes it as an axiom without realising its redundancy!
I've seen the proof for ℝ before, but didn't recall all of the steps right away. But now I think I've got a proof for 0⋅x=0 (thanks for the hint!).

0⋅x = (0+0)x
because of the property that 0 is the identity element of addition.
= 0⋅x + 0⋅x
because (a+b)v = av + bv .
Transitively,
0⋅x = 0⋅x + 0⋅x.
And because if a=b then a+c=b+c by the substitution property of equality (while I was doing this I originally thought that a+b=b+c was the axiom as Euclid stated, but found out that it's actually more general), then
0⋅x + (-0⋅x) = 0⋅x + 0⋅x + (-0⋅x).
Because -0⋅x is the inverse element of addition for
0⋅x, 0 = 0⋅x + 0.
But
0⋅x + 0 = 0⋅x
because (once again) 0 is the identity element of addition.
So we have:
0 = 0⋅x.
Q.E.D.

I just realized after I went through the proof that I already saw a similar proof in the link in my original post. Oh well, it was worth it because I understand the proof better now after working through each step on my own!

It also occurred to me that my original issue was proving b⋅0 = 0 for a scalar b and vector 0. Then I just saw that your post contains the line 0⋅x=0 for vectors 0 and v. But thinking through the proofs, it seems that the only thing that would change would be which one is the vector and which one is the scalar; the overall structure stays similar throughout.

Once again, thank you both for your help and thank you andrewkirk for your challenge to prove the statement!
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
6K
  • · Replies 27 ·
Replies
27
Views
2K
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K