Does the Dot Product of Two Non-Zero Vectors Bisect the Angle Between Them?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
ProPatto16
Messages
323
Reaction score
0

Homework Statement



if c = |a|b + |b|a where a b and c are all non zero vectors, show that c bisects the angle between a and b, that is, divides it in half.

Homework Equations



none?

The Attempt at a Solution



dont know where to start manipulating?
 
Physics news on Phys.org
ProPatto16 said:

Homework Statement



if c = |a|b + |b|a where a b and c are all non zero vectors, show that c bisects the angle between a and b, that is, divides it in half.

Homework Equations



none?
Since the question is about the angle between two vectors, I think I would be inclined to use [itex]u\cdot v= |u||v|cos(\theta)[/itex] so that
[tex]cos(\theta)= \frac{u\cdot v}{|u||v|}[/tex]

to show that the angle between a and c is the same as the angle between b and c.

The Attempt at a Solution



dont know where to start manipulating?
Since c= |a|b+ |b|a, [itex]a\cdot c= |a|a\cdot b+ |b||a|^2[/itex] and [itex]b\cdot c= |a||b|^2+ |b|a\cdot b[/itex].

Further,
[tex]|c|= \sqrt{(|a|b+ |b|a)\cdot (|a|b+ |b|a)}= \sqrt{2|a|^2|b|^2+ 2|a||b|a\cdot b}[/tex]
 
then the next step is:

[tex]\sqrt{}2|a|<sup>2</sup>|b|<sup>2</sup>+2|a||b||a||b|cos(theta)[/tex]

?

now i need to get rid of the sqrt and somehow end up with a half theta?

if i square both sides i get

c2 = 2|a|2|b|2 + 2|a|2|b|2 cos(theta)

heading in the right direction?
 
that should be sqrt of (2|a|2|b|2 + 2|a||b||a||b| cos(theta))
 
then |a|2|b|2 = (a.bcoz(theta))2 ??

can i make that substitution?