Possibly, because when I tried calculating the magnitude of the addition of the 2 unit vectors, I got 0 :/
But in general:
-Find the unit vectors of a and b.
-Find the sum of unit vectors a and b (this sum is actually the vector that bisects angle AOB)
-Find the unit vector of the sum vector of vectors a and b.
OR you could try this fantastic alternative method:
-Find the dot product of vectors a and b, and hence find the angle between vectors a and b. This is the angle AOB
-Let another vector (e.g. vector c) be the vector that bisects AOB. This vector would then make 1/2 of the angle AOB with the x-axis. So, divide the value you got in the first step to find the angle vector c makes with the x-axis.
-Let c = xi + yj +zk and it's magnitude equal to 1
-Find the dot product of a and c. Let this value equal to the angle vector c makes with the x-axis (refer to step 2), to form 'equation 1'.
-Find an equation for the magnitude of c and let this be equal to one (refer to step 3). Let this be equation 2.
-Now, the angle between vector b and c must be the same as the angle between vectors a and c. You can place that value for the angle in an equation that finds the dot product of vectors b and c. So, it would look like: b.c = |b||c| cos(angle between vectors a and c). Let this be equation 3.
-Solve the 3 equations to get your answer.
EDIT: Hard to explain the latter method without a working example. I'll update this post, when I have time, with an example
