A vector -i+j-k is angle bisector of c vector and 3i+4j. Find unit vector in direction of c vector. I have tried the usual solution and that included a lot of calculation. I want you to show me more smarter solutions of this question.
Thought
Drawing connections
The vector -i + j - k is the angle bisector of vectors c and 3i+4j. Using vector geometry, I determine the unit vector in the direction of vector c by combining the unit vectors of c and 3i+4j.
Analyzing angle bisector
I explore that the angle bisector, -i + j - k, aligns with the sum of the unit vectors of c and 3i+4j, achieving a proportional relationship.
Determining unit vector
I conclude that the unit vector for c must be c^=−i+j−k−d^ scaled by a factor of 1, ensuring it has a magnitude of 1.
Identifying vector relationships
I determine that the angle bisector, d^, is 51(3,4,0) and seek c^=(x,y,z) with a magnitude of 1.
Determining unit vector
I conclude that the unit vector c^ should satisfy (x,y,z)+51(3,4,0) being parallel to (−1,1,−1), with c^ having a magnitude of 1.
Breaking down the problem
I set up equations for x, y, and z using scalar k, ensuring the unit vector condition is met. This involves solving (x,y,z)+51(3,4,0) parallel to (−1,1,−1).
Isolating variables
I express x, y, and z in terms of k and derive the function f(k)=(−k−3/5)2+(k−4/5)2+(−k)2−1 to solve for k.
Reasoned about vector and angle bisector for 11 seconds
Answer
First, let’s restate the problem clearly:
We have two vectors:
c (unknown), in (presumably) 3-dimensional space.
3i+4j (which lies purely in the xy-plane).
We are told that −i+j−k is the angle bisector of these two vectors. We want to find the unit vector in the direction ofc.
Key angle-bisector fact
If v is the angle bisector of two nonzero vectors a and b, that means
vis parallel to∥a∥a+∥b∥b.
Equivalently, there is some scalar λ=0 such that
v=λ(∥a∥a+∥b∥b).
In our case:
a=c (unknown but we want a unit vector in its direction).
b=3i+4j.
Hence
−i+j−k∝∥c∥c+∥3i+4j∥3i+4j.
Since 3i+4j has length 5, its unit vector is
d^=53i+4j=(53,54,0).
And let
c^=∥c∥c=(x,y,z)
denote the unit vector in the direction of c. Then the condition that
−i+j−k∝c^+d^
is written as
c^+d^=(x,y,z)+(53,54,0)∝(−1,1,−1).
In other words, there is some scalar k so that
(x+53,y+54,z)=k(−1,1,−1).
And we must also enforce that c^=(x,y,z) is a unit vector, i.e. x2+y2+z2=1.
Step 1. Write the system in terms of k
From
(x+53,y+54,z)=k(−1,1,−1),
we get the three equalities:
x+53=−k, i.e. x=−k−53.
y+54=k, i.e. y=k−54.
z=−k.
Thus
x=−k−53,y=k−54,z=−k.
Step 2. Impose the unit-length condition
x2+y2+z2=1.
Substitute the expressions for x,y,z in terms of k:
(−k−53)2+(k−54)2+(−k)2=1.
So we want to solve
(−k−53)2+(k−54)2+(−k)2=1.
One can expand and simplify to find k. That expansion is somewhat tedious by hand—but it is straightforward to do quickly if you are systematic or use a bit of algebraic help. Let’s outline a “smart” approach before doing expansions:
Notice that (−k)2=k2.
We can group like terms: each bracket is (±k+constant)2.
You could do it directly, or do a quick calculation. Let’s illustrate a short, neat approach by grouping:
(−k−53)2=k2+259+56k,
but watch the sign carefully: (−k−53)2=k2+2⋅k⋅53+(53)2, that middle term is +56k but with negative k, so be sure of the sign. Actually:
We see the “+1” on the LHS and “=1” on the RHS conveniently cancel:
3k2−52k+1=1⟹3k2−52k=0.
Factor out k:
k(3k−52)=0.
So either
k=0or3k−52=0.
Case k=0. Then (x,y,z)=(−53,−54,0). That’s a unit vector indeed (since (−53)2+(−54)2=1).
But check whether this actually makes −i+j−k proportional to c^+d^. If k=0, then c^+d^=(x,y,z)+(3/5,4/5,0)=(−53+53,−54+54,0)=(0,0,0). That would be the zero vector, which makes no sense for a direction.
So k=0 would give the sum of the two unit vectors = zero – i.e., the two vectors would be exact opposites. That can’t be the angle-bisector scenario we want.
Hence k=0 is an extraneous solution from forcing magnitude=1.
Angle-Bisector Summation Shortcut. You do not need to find c itself—only its unit direction, c^. Directly start from
c^+53i+4j∝−i+j−k.
Then set
c^+(53,54,0)=k(−1,1,−1).
From there, simply impose ∥c^∥=1. That’s exactly what we did, but notice that you can jump straight to that relationship without using separate dot-product definitions or trigonometric definitions of “angle bisector.”
Check for a “zero sum.” Once you see that
(x+3/5,y+4/5,z)=k(−1,1,−1),
you realize that if that sum is the zero vector, that would require k=0. Then c^ would be (−53,−54,0). That is indeed a unit vector, but it would make the “sum of unit vectors” be zero. That means c^ is exactly opposite to d^. So that cannot be an angle bisector in the usual sense. Hence you ignore that and take the nonzero solution for k.
Magnitude of 3i+4j is obviously 5. So the presence of 32+42 is quick and easy.
Sometimes checking “dot-product = 0” conditions can help, but in angle-bisector problems the “sum of unit directions” method is typically the fastest.
Thus, the big conceptual “smartness” in many angle bisector problems is to jump directly to:
Angle bisector∝∥c∥c+∥b∥b,
and then use minimal linear algebra to solve for the unknown direction, enforcing any unit-vector constraints at the end.
Final answer
A unit vector in the direction of c (the one consistent with −i+j−k as angle bisector) is
(You could factor out −1 if you wanted a positive first component, but typically any one of the two opposite directions is “the” direction—this is the standard solution matching the given bisector.)
That concludes the “less messy” and more “direct geometric” approach.