Calculating the Length of an Angle Bisector: Is My Solution Correct?

  • Context:
  • Thread starter Thread starter divisor
  • Start date Start date
  • Tags Tags
    Angle Length
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
2 replies · 3K views
divisor
Messages
2
Reaction score
0
How to find the length of an angle bisector ($$BK$$) in a triangle $$A(1;4), B(7;8), C(9;2)$$.

I calc $$BK$$:
[math]\frac{x-7}{\frac{1+\frac{\sqrt{13}}{\sqrt{10}} \cdot 9}{1+\frac{\sqrt{13}}{\sqrt{10}}} - 7} - \frac{y-8}{\frac{4+\frac{\sqrt{13}}{\sqrt{10}} \cdot 2}{1+\frac{\sqrt{13}}{\sqrt{10}}} - 8}=0[/math]

Is it right?
 
Mathematics news on Phys.org
Welcome, divisor! (Wave)

Is the equation you wrote supposed to be the equation of line containing $BK$? I haven't checked it for correctness, but you usually find lengths in the coordinate plane using the distance formula. Since $BK$ is an angle bisector of $\triangle ABC$, the angle bisector theorem gives $\frac{AK}{KC} = \frac{AB}{AC}$. Find $AB$ and $AC$ using the distance formula. Next, use the equation in Stewart's theorem to solve for $BK$.
 
Euge, thank you. I want to check my solution by Stewart's theorem.