Angle Bisector Calculator

Find the equation of angle bisectors between two lines, vectors, or three points with step-by-step solutions

About Angle Bisectors

An angle bisector is a line or ray that divides an angle into two equal angles. In geometry, every angle has exactly one internal bisector and one external bisector.

The internal bisector divides the angle into two equal parts, while the external bisector divides the angle's supplement into two equal parts.

Results
Enter your values and click "Calculate" to find the angle bisector(s).
Calculation Steps

Calculation steps will appear here after you click "Calculate".

Graph
Educational Guide
How to Find Angle Bisectors

There are several methods to find angle bisectors depending on the given information:

1. Using Three Points (∠ABC)
  1. Find vectors BA and BC
  2. Calculate unit vectors for BA and BC
  3. Add them to get the internal bisector
  4. Subtract them to get the external bisector
2. Using Two Line Equations
  1. Convert both to standard form (Ax + By + C = 0)
  2. Use the angle bisector formula: $$\frac{A_1x + B_1y + C_1}{\sqrt{A_1^2 + B_1^2}} = \pm \frac{A_2x + B_2y + C_2}{\sqrt{A_2^2 + B_2^2}}$$
  3. The '+' sign gives one bisector, '-' gives the other
3. Using Two Vectors
  1. Find the unit vectors for both vectors
  2. Add them to get the internal bisector
  3. Subtract them to get the external bisector

Understanding Angle Bisectors

Learning Objectives

After using this calculator, you should be able to:

  • Define an angle bisector and distinguish between internal and external bisectors
  • Apply the angle bisector formula in three different scenarios
  • Convert between different forms of line equations
  • Interpret the graphical representation of angle bisectors
  • Solve geometry problems involving angle bisectors
Key Concepts Explained
What is an Angle Bisector?

An angle bisector is a line, ray, or segment that divides an angle into two equal (congruent) angles. Think of it as the "halfway line" between two intersecting lines.

Internal vs. External Bisectors
  • Internal bisector: Lies inside the angle, dividing the original angle into two equal parts
  • External bisector: Lies outside the angle, perpendicular to the internal bisector
Diagram Interpretation

On the graph visualization:

  • Red line and Blue line represent the original lines/vectors
  • Orange dashed line shows the internal bisector (if selected)
  • Gray dashed line shows the external bisector (if selected)
  • The vertex point is where the two original lines intersect
Core Formulas
For Two Lines (Standard Form):

Given: A₁x + B₁y + C₁ = 0 and A₂x + B₂y + C₂ = 0

Angle bisector equation: $$\frac{A_1x + B_1y + C_1}{\sqrt{A_1^2 + B_1^2}} = \pm \frac{A_2x + B_2y + C_2}{\sqrt{A_2^2 + B_2^2}}$$

Where:

  • + sign → Internal bisector
  • - sign → External bisector
  • √(A² + B²) = Distance from point (x,y) to the line
For Vectors:

Given vectors: $\vec{u} = \langle u_x, u_y \rangle$ and $\vec{v} = \langle v_x, v_y \rangle$

Internal bisector direction: $\frac{\vec{u}}{|\vec{u}|} + \frac{\vec{v}}{|\vec{v}|}$

External bisector direction: $\frac{\vec{u}}{|\vec{u}|} - \frac{\vec{v}}{|\vec{v}|}$

Where $|\vec{u}| = \sqrt{u_x^2 + u_y^2}$ is the vector magnitude

Step-by-Step Example

Problem: Find the internal bisector of the angle formed by lines y = 2x + 1 and y = -x + 4

  1. Convert to standard form:
    • Line 1: 2x - y + 1 = 0 (A₁=2, B₁=-1, C₁=1)
    • Line 2: x + y - 4 = 0 (A₂=1, B₂=1, C₂=-4)
  2. Calculate denominators:
    • √(2² + (-1)²) = √5 ≈ 2.236
    • √(1² + 1²) = √2 ≈ 1.414
  3. Apply formula with + sign:

    (2x - y + 1)/2.236 = (x + y - 4)/1.414

  4. Simplify: 1.414(2x - y + 1) = 2.236(x + y - 4)
Common Student Mistakes
  • Forgetting to normalize: Not dividing by √(A²+B²) when using the line formula
  • Sign confusion: Mixing up which sign gives internal vs. external bisector
  • Unit vectors: Forgetting to convert vectors to unit vectors before adding/subtracting
  • Parallel lines: Trying to find angle bisectors for parallel lines (they don't intersect)
  • Decimal rounding: Rounding too early in calculations causing inaccurate results
Practice Tips
  • Always sketch the situation to visualize which bisector is internal/external
  • Check your answer by verifying that the bisector makes equal angles with both lines
  • Practice converting between different forms of line equations
  • Use the calculator's step-by-step feature to learn the process
  • Try solving problems manually, then verify with the calculator
Related Geometry Topics
  • Perpendicular Bisectors: Lines that divide segments at right angles
  • Triangle Centers: Angle bisectors intersect at the incenter
  • Distance from Point to Line: Used in the bisector formula denominator
  • Dot Product: Used to find angles between vectors
  • Locus Problems: Angle bisectors as sets of points equidistant from lines
Exam Relevance

Angle bisectors appear in:

  • SAT/ACT Math sections
  • High school geometry final exams
  • Coordinate geometry problems
  • Triangle congruence proofs
  • Engineering entrance exams
Accuracy Note

This calculator uses double-precision floating point arithmetic. Results are accurate to the specified decimal places, but extremely small angles (near 0°) or nearly parallel lines may show numerical instability. For exact symbolic results, manual algebraic manipulation is recommended.

Educational Use

This tool is designed to enhance understanding, not replace learning. Use it to:

  • Check your manual calculations
  • Visualize geometric relationships
  • Understand the step-by-step process
  • Experiment with different values to see patterns

Remember: The goal is to understand why the formulas work, not just how to use the calculator.

Concept Derivation (Simplified)

Why does the unit vector method work?

When two vectors have the same length, their sum points exactly halfway between them. Unit vectors have length 1, so adding them creates a vector that bisects the angle. This is like walking one unit in the first direction, then one unit in the second direction - you end up halfway between.

Why the line formula uses distance normalization?

The expression |Ax + By + C|/√(A²+B²) gives the perpendicular distance from point (x,y) to the line. The angle bisector is the set of points that are equally distant from both lines, hence the equality.