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

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 u\cdot v= |u||v|cos(\theta) so that
cos(\theta)= \frac{u\cdot v}{|u||v|}

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, a\cdot c= |a|a\cdot b+ |b||a|^2 and b\cdot c= |a||b|^2+ |b|a\cdot b.

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

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

?

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?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top