Equation Bisector Calculator
Formula Used
Write the two straight lines in standard form:
L1: A1x + B1y + C1 = 0
L2: A2x + B2y + C2 = 0
The distance of a point from a line is:
|Ax + By + C| / sqrt(A² + B²)
The two equation bisectors are found from equal normalized distances:
(A1x + B1y + C1) / sqrt(A1² + B1²) = ± (A2x + B2y + C2) / sqrt(A2² + B2²)
The calculator expands both signs. It also checks parallel, coincident, vertical, and intersecting cases.
How to Use This Calculator
- Move both equations to standard form, with zero on the right side.
- Enter A, B, and C for the first line.
- Enter A, B, and C for the second line.
- Add an optional test point for distance checking.
- Set the graph limits and decimal precision.
- Press calculate to show bisectors, angles, distances, and the graph.
- Use CSV or PDF to save the report.
Example Data Table
| Line 1 | Line 2 | Expected Bisectors | Notes |
|---|---|---|---|
x + y - 6 = 0 |
x - y = 0 |
y - 3 = 0 and x - 3 = 0 |
Perpendicular lines meeting at (3, 3). |
2x - y + 3 = 0 |
x + 2y - 4 = 0 |
Two slanted bisectors | Both original lines intersect. |
y = 0 |
y - 2 = 0 |
y - 1 = 0 |
Parallel lines with one middle line. |
Equation Bisectors in Coordinate Geometry
Purpose
An equation bisector finds lines that split the angle between two given straight lines. It is useful in coordinate geometry, analytic geometry, drawing, and verification tasks. The calculator above uses the standard distance form. Each input line is first converted into a normalized expression. Then both normalized expressions are compared with a plus and minus sign.
Why Distance Matters
This method works because every point on a bisector has equal perpendicular distance from both original lines. The sign tells which side of each line the point occupies. For intersecting lines, two bisectors are usually returned. One bisector divides the acute angle. The other divides the obtuse angle. If the original lines are parallel, the result may become a single middle line. If the lines are the same, the result becomes a special case.
Input Strength
The coefficient form is flexible. You can enter vertical, horizontal, or slanted lines. You only need A, B, and C for each equation. The calculator also finds the intersection point when it exists. It reports the smaller angle and the larger angle. It shows slopes when a line is not vertical. This helps you compare geometry without manual rearranging.
Graph and Reports
The graph is included for visual checking. It plots both source lines and valid bisectors. This is helpful when signs feel confusing. You can adjust the graph range to see a wider or closer view. The downloadable report keeps the main equations, angles, and distance checks.
Best Practice
For best results, enter coefficients from a clean standard equation. Move every term to the left side first. Keep the right side equal to zero. For example, change y = 2x + 3 into 2x - y + 3 = 0. Change x = 5 into 1x + 0y - 5 = 0.
Study Use
This calculator is designed for learning and checking. It does not replace a teacher, proof, or formal software. It gives clear steps, formulas, and output. Use it to confirm homework, prepare notes, or test geometry models quickly.
Point Testing
Advanced users can test optional points too. The distance check shows how far a chosen point is from each original line. Equal values suggest the point lies on a bisector. Unequal values show which source line is nearer. Use this insight during graph review.
FAQs
What is an equation bisector?
It is a line whose points stay equally distant from two given lines. For intersecting lines, two bisectors normally appear.
Which equation form should I enter?
Use standard form: Ax + By + C = 0. Move all terms to the left side before entering coefficients.
Can the calculator handle vertical lines?
Yes. A vertical line uses B = 0. For example, x = 5 becomes 1x + 0y - 5 = 0.
Why are there two bisectors?
Two intersecting lines create four angles. One bisector pair divides acute angles. The other divides obtuse angles.
What happens with parallel lines?
Parallel lines may give one middle bisector. The other signed equation may have no separate geometric line.
What does the test point check mean?
It compares the perpendicular distance from your chosen point to both lines. Equal distances suggest bisector behavior.
Why does the graph help?
The graph shows both input lines and valid bisectors together. It helps verify direction, crossing, and parallel cases.
Can I save the result?
Yes. After calculation, use the CSV button for table data or the PDF button for a clean report.