What Conditions Make These Vector Dot Product Equations True?

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
5 replies · 2K views
TsAmE
Messages
129
Reaction score
0

Homework Statement



Under what conditions are the following true?

a) [tex]|\mathbf{a}\cdot \mathbf{b}| =|\mathbf{a}||\mathbf{b}|[/tex]

b) [tex](\mathbf{a} + \mathbf{b}) \cdot (\mathbf{a} - \mathbf{b}) = |\mathbf{a}|^2 - |\mathbf{b}|^2[/tex]

Homework Equations



None.

The Attempt at a Solution



a) I don't understand why the answer is [tex]\mathbf{a} = \lambda \mathbf{b}[/tex]. Surely it would be equivalent all the time?

b) Also looks equivalent all the time to me.
 
on Phys.org
Are you aware that the dot product of any two perpendicular vectors is 0? It isn't likely that [itex]|\mathbf{u}||\mathbf{v}|= 0[/itex] in that case is it?

a) One definition of dot product is [itex]\mathbf{a}\cdot\mathbf{b}= |\mathbf{a}||\mathbf{b}| cos(\theta)[/itex] where [itex]\theta[/itex] is the angle between the two vectors. For what [itex]\theta[/itex] is [itex]cos(\theta)= 1[/itex]?

b) [tex](\mathbf{a}+ \mathbf{b})\cdot(\mathbf{a}- \mathbf{b})= \mathbf{a}\cdot\mathbf{a}+ \mathbf{b}\cdot\mathbf{a}- \mathbf{a}\cdot\mathbf{a}+ \mathbf{b}\cdot\mathbf{b}[/tex]

Now, is [itex]\mathbf{x}\cdot\mathbf{x}= |\mathbf{x}|^2[/itex]? Is [itex]\mathbf{x}\cdot\mathbf{y}= \mathbf{y}\cdot\mathbf{x}[/itex]?
 
HallsofIvy said:
Are you aware that the dot product of any two perpendicular vectors is 0? It isn't likely that [itex]|\mathbf{u}||\mathbf{v}|= 0[/itex] in that case is it?

a) One definition of dot product is [itex]\mathbf{a}\cdot\mathbf{b}= |\mathbf{a}||\mathbf{b}| cos(\theta)[/itex] where [itex]\theta[/itex] is the angle between the two vectors. For what [itex]\theta[/itex] is [itex]cos(\theta)= 1[/itex]?

b) [tex](\mathbf{a}+ \mathbf{b})\cdot(\mathbf{a}- \mathbf{b})= \mathbf{a}\cdot\mathbf{a}+ \mathbf{b}\cdot\mathbf{a}- \mathbf{a}\cdot\mathbf{a}+ \mathbf{b}\cdot\mathbf{b}[/tex]

Now, is [itex]\mathbf{x}\cdot\mathbf{x}= |\mathbf{x}|^2[/itex]? Is [itex]\mathbf{x}\cdot\mathbf{y}= \mathbf{y}\cdot\mathbf{x}[/itex]?

Yeah I am aware. For a) I would say it could only be equivalent if the dot product doesn't equal 0, but I don't get why the answer is [tex]\mathbf{a} = \lambda \mathbf{b}[/tex]

b) I agree as x^2 gives you the absolute value and x * y is the same as y * x, but how does this apply to b?
 
TsAmE said:
Yeah I am aware. For a) I would say it could only be equivalent if the dot product doesn't equal 0
No. What if the dot product were 1/2? Would that make the two sides of the equation equal? The two sides of that equation are equal only if the dot product is 1. That's different from what you said.

Look at what HallsOfIvy wrote about the coordinate-free definition of the dot product.
TsAmE said:
, but I don't get why the answer is [tex]\mathbf{a} = \lambda \mathbf{b}[/tex]

b) I agree as x^2 gives you the absolute value and x * y is the same as y * x, but how does this apply to b?
 
TsAmE said:
Yeah I am aware. For a) I would say it could only be equivalent if the dot product doesn't equal 0, but I don't get why the answer is [tex]\mathbf{a} = \lambda \mathbf{b}[/tex]
The dot product not equaling 0 is not relevant. Answer my question: For what [itex]\theta[/itex] is [itex]cos(\theta)= 1[/itex]?

b) I agree as x^2 gives you the absolute value and x * y is the same as y * x, but how does this apply to b?
Then you agree that [itex](a+ b)\cdot(a- b)= a\cdot a+ a\cdot b- b\cdot a- b\cdot b[/itex] (I miswrote that as "[itex]+ b\cdot b[/itex] before)
[itex]= |a|^2+ a\cdot b- a\cdot b- |b|^2[/itex]. What does that reduce to (for all a and b)?
 
HallsofIvy said:
The dot product not equaling 0 is not relevant. Answer my question: For what [itex]\theta[/itex] is [itex]cos(\theta)= 1[/itex]? When theta = 0, so a) is only equivalent when vector a and b are parallel?
HallsofIvy said:
Then you agree that [itex](a+ b)\cdot(a- b)= a\cdot a+ a\cdot b- b\cdot a- b\cdot b[/itex] (I miswrote that as "[itex]+ b\cdot b[/itex] before)
[itex]= |a|^2+ a\cdot b- a\cdot b- |b|^2[/itex]. What does that reduce to (for all a and b)?
It reduces to [itex]= |a|^2- |b|^2[/itex] so the LHS = RHS, but for what condition?