Vector Identity: Validity Checked

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
11 replies · 4K views
Grand
Messages
74
Reaction score
0

Homework Statement


This is a problem from a textbook, Riley Hobson and Bence 'Mathematical Methods for Physics and Engineering'. It asks to check the validity of a vector identity. If a, b and c are general vectors satisfying a x c = b x c, does this imply c . a - c . b = c|a-b|

2. The attempt at a solution
According to the book the identity is satisfied, but I think that there should be a plus/minus sign before the RHS, since we don't know whether the vectors a-b and c are in the same or opposite directions.
 
Last edited:
Physics news on Phys.org
LCKurtz said:
Nothing implies that because the left side is a scalar and the right side is a vector.

How is the right hand side a vector? There are absolute value signs around the only vectors in the expression.
 
cepheid said:
How is the right hand side a vector? There are absolute value signs around the only vectors in the expression.

The OP stated:
"If a, b and c are general vectors satisfying a x c = b x c, does this imply c . a - c . b = c|a-b|"

That makes the right side the vector c times the scalar |a-b|. That's how.
 
LCKurtz, thanks for your interest in the topic, I would just like to mention that c means 'the vector c' while c means 'the magnitude of vector c'. The bold notation for vectors is widely used.
I would be grateful if someone has an opinion on the problem. Thanks.
 
Grand said:
LCKurtz, thanks for your interest in the topic, I would just like to mention that c means 'the vector c' while c means 'the magnitude of vector c'. The bold notation for vectors is widely used.
I would be grateful if someone has an opinion on the problem. Thanks.

Perhaps, if you are using such a convention, you should then have bolded them when you posted "If a, b and c are general vectors".
 
LCKurtz said:
Perhaps, if you are using such a convention, you should then have bolded them when you posted "If a, b and c are general vectors".

Yes, you're right, they should be bolded, thanks for that.
 
LCKurtz said:
The OP stated:
"If a, b and c are general vectors satisfying a x c = b x c, does this imply c . a - c . b = c|a-b|"

That makes the right side the vector c times the scalar |a-b|. That's how.

:rolleyes: <-- That is all I have to say about that. It was quite clear what the OP meant from the fact that he started using boldface for vectors. Your interpretation of his expression is silly.

Grand said:
LCKurtz, thanks for your interest in the topic, I would just like to mention that c means 'the vector c' while c means 'the magnitude of vector c'. The bold notation for vectors is widely used.
I would be grateful if someone has an opinion on the problem. Thanks.

LCKurtz said:
Perhaps, if you are using such a convention, you should then have bolded them when you posted "If a, b and c are general vectors".

Okay! Are we done splitting hairs now? Ready to actually start helping this guy with his problem?

Grand, one thing I can think of as a starting point is the fact that the dot product is distributive over vector addition, therefore it must be true that:

c·a - c·b = c·(a - b)​

You also know that the definition of the dot product of two vectors is the product of the magnitudes of those two vectors multiplied by the cosine of the angle between them. Does that help?
 
That's how I did it, and I would also explain why do I think that there should be a +/- sign in the RHS.

Starting with the given relation:

a x c = b x c
a x c - b x c = 0
(a - b) x c = 0
(a - b) x c = 0 implies |a - b||c|sinD=0 where D is the angle between the vectors. Since the vectors are general and therefore non-zero, it follows that sinD=0 and this leaves us with 2 possible values for D - 0 and 180 degrees This means that these vectors have either the same or opposite directions.

Now we continue with:
c . a - c . b = c . (a - b) = |c||a - b| cosD = c|a - b| cosD

However the two values for D give two different values for cosD : -1 and 1, and here's where the plus/minus sign comes from:
c . a - c . b = +/-c|a - b|
 
Thanks a lot for the immediate help, you're invaluable. I'm really grateful.