Proof that Vector v Bisects the Angle Created by Vectors a and b

  • Thread starter Thread starter meson0731
  • Start date Start date
  • Tags Tags
    Proof Vector
meson0731
Messages
13
Reaction score
0

Homework Statement



Given vector a and b, let vector v = (|a|b + |b|a) / (|a| + |b|). Show that vector v bisects the angle created by vector b and a.

Homework Equations



cos(θ) = a dot b / (|a||b|)


The Attempt at a Solution



I used the dot product equation to find angle between a and v.

cosθ = (a dot v) / |a||v|

i substituted ((|a|b + |b|a) / (|a| + |b|)) for v.

cosθ = (a dot ((|a|b + |b|a) / (|a| + |b|)) / |a||v|

I distributed the (a dot ((|a|b + |b|a)

cosθ ( ((|a|b dot a) + (|b| |a|^2) ) / (|a| + |b|)) / (|a||b|)

I then tried to get the cosθ of b dot w to the same thing. I tried to get the two angles equal to each other. My idea is that if the angles formed by a and v and b and v are equal then v bisects the two angles.
 
Physics news on Phys.org
So you have
$$\cos\theta_{av} = \frac{a(\vec{a}\cdot\vec{b})+a^2b}{(a+b)av}$$ where ##a=|\vec{a}|##, ##b=|\vec{b}|##, and ##v=|\vec{v}|##, and the corresponding expression for ##\cos\theta_{bv}##. So far so good. Try calculating
$$\frac{\cos\theta_{av}}{\cos\theta_{bv}}$$ and show it's equal to 1.
 
Meson,

The problem becomes easy when you realize that if you add two different vectors of equal lengths, then you get a third vector whose direction bisects the angle of the first two vectors. Try it and see. That takes care of the geometry. Now see if you can figure out the algebra.

Ratch
 
Last edited:
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