Unit Vector Determination for Vector Bisecting Angle

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 · 3K views
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


The vector -i+j+k bisects the angle between the vector c and 3i+4j. Determine a unit vector along c.

Homework Equations



The Attempt at a Solution



Taking the dot product of the two vectors (other than c) gives me the cosine of the angle = 1/5√3.
This is also equal to the angle between the angle bisector and c. But now I can't take the dot product anymore as I don't know anything about c.
 
Physics news on Phys.org
haruspex said:
If you have two vectors, u and v, can you write down in terms of u and v a vector that bisects the angle between them?

lu+mv where l and m are constants.
 
haruspex said:
That can give you any angle in the plane formed by the vectors. To get the bisector there will be a relationship between l, m, |u| and |v|.
OK So here's what I did:
I assumed c=xi+yj+zk

[itex]-i+j+k= \lambda \left( \dfrac{3i+4j}{5} + \dfrac{ \vec{c}}{|\vec{c}|} \right)[/itex]

Equating the respective components of both sides I get three equations

[itex]\frac{3}{5} + \frac{x}{|\vec{c}|} = \frac{-1}{\lambda} \\<br /> \frac{4}{5} + \frac{y}{|\vec{c}|} = \frac{1}{\lambda} \\<br /> \lambda \frac{z}{|\vec{c}|} = 1[/itex]

Now taking the dot product of angle bisector with c gives me the value of |c|=5(-x+y+z). Using this in the above three equations gives me x=y=z=0 !