Analytic Geometry / Vectors - Finding an Angle Bissector

AI Thread Summary
The discussion focuses on finding the vector, parametric, and symmetric equations of the angle bisector of angle ∠ABC with points A, B, and C defined. The user defines a point D on the bisector and establishes two lines based on the coordinates of points A, B, and C. They recognize that the distances from D to both lines must be equal to satisfy the bisector condition. The conversation suggests normalizing direction vectors and finding points D and E near B to derive the bisector's equation. The exchange highlights the importance of geometric relationships in solving for the angle bisector.
B.Cantarelli
Messages
4
Reaction score
0
Question:

What are the vector, parametric and symmetric equations of the angle bissector of angle ∠ABC, given that A=(1,2,3), B=(3,4,5) and C=(6,7,0).

Attempt at resolution:

Well, I defined some D=(d_1,d_2,d_3) to be a point in the angle bissector, and two lines r:X=(3+2a,4+2a,5+2a) and s:Y=(3+3b,4+3b,5-5b) for any a,b, which are the lines defined by points A and B and B and C respectively.

So, I realize that the distance between D and r must be the same as the distance between D and s, and that D=(d_1,d_2,d_3)=(3-2m+3n,4-2m+3n,5-2m-5n) for some m and n. The problem is that I do not seem to be able to find some efficient way to solve for these restrictions.
 
Last edited:
Physics news on Phys.org
Normalize the direction vectors for the two lines. In other words, if you can find a point D on BA that's one unit away from B and a point E on BC that's one unit away from B, then F=(D+E)/2 will be on the bisector, right? Once you have have a single point on the bisector that's not B, you can find its equation.
 
Oh, of course. Thank you very much Dick.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top