A curiosity journal of math, physics, programming, astronomy, and more.

Angle bisection in taxicab geometry

In the previous post we saw how angles in taxicab geometry vary in size depending on their direction. Given that behavior, how can one bisect angle?

In Euclidean geometry, an angle can be bisected with a compass and straightedge. If we do the same construction with taxicab geometry's circles, we can get something like this:

Using taxicab circles to bisect an angle doesn't always work. Here the circles intersect at two lines, rather than two points.

The smaller circles centered on the rays have an infinite number of points of intersection, rather than just two, and it's not clear where to draw the angle bisector. When the angle does allow ray-circles to have only two points of intersection, those two points may not align with the vertex of the angle, as in this example:

Here the two intersections of the circles are not colinear with the angle's vertex.

A line from the angle's vertex to the circle intersection closest to it clearly wouldn't produce an angle bisector, but would a line from the vertex to the far intersection? That's not so obvious.

The most reliable way I've found to get an angle bisector in taxicab geometry is to find the intersection of lines parallel to an angle's rays. Here are two parallel lines:

Instead of circles, we can use parallel lines to find an angle bisector.

And here's a line from the vertex to their intersection, which is very plausibly a bisector:

A plausible angle bisector found using parallel lines.

As a check of whether this does produce a bisector, let's use parallel lines to find a triangle's incenter. Here's an arbitrary triangle and three interior parallel lines:

A triangle with three lines parallel to its sides.

And here are the angle bisectors suggested by the intersections of the parallel lines:

A triangle with three angle bisectors, which intersect at a single point.

The first indication that we're in luck is that all three bisectors intersect at the same point. A circle centered on that point and given the correct radius does appear to touch all three sides of the triangle, as an incircle should:

A triangle with an incircle.

This is hardly proof, however, especially given taxicab geometry's proclivity for edge cases. The triangle above is acute; let's try an obtuse triangle:

An obtuse triangle with an incircle.

So far, so good. For my purposes, I don't need a proof, but if you have a counter-example or edge case to consider, let me know.