Pedal Triangles and Iteration

An exploration of pedal triangles: projecting a point onto each side of a triangle to form a pedal triangle, then iterating the process to produce smaller nested triangles converging toward the pedal point.

Keywords: pedal triangle, projection, perpendicular foot, iteration, convergence

Difficulty: advanced

Given a point inside triangle , its pedal triangle is formed by projecting perpendicularly onto each side.

Strategy: drop the three perpendiculars from to the sides to get the feet , , , then iterate the construction on each new pedal triangle. The animation shows the nested triangles shrinking toward .

Triangle and Interior Point

Start with triangle and an interior point . The pedal triangle is formed by projecting perpendicularly onto each side.

Perpendicular Feet , ,

Project perpendicularly onto each side of the triangle:

Each projection creates a right angle at the foot.

The First Pedal Triangle

Connect the three feet , , to form the first pedal triangle.

This triangle is always contained within the original triangle .

The Second Pedal Triangle

Now project onto the sides of the first pedal triangle :

Connect them to form the second pedal triangle , which is even smaller.

Convergence Toward

Each iteration produces a smaller pedal triangle nested inside the previous one. The sequence of triangles converges toward the point .

Why it shrinks: Each perpendicular projection reduces the distance from to the triangle. The ratio of successive pedal triangles involves , guaranteeing geometric convergence.

Continuing the iteration infinitely, the triangles shrink to the single point .

Iterating the pedal triangle construction produces a sequence of nested triangles that shrink toward .

Each pedal triangle is similar to one related to the original, and the shrinkage ratio depends on where , , are angles subtended at .

Notes

Construction

The triangle is the first pedal triangle.

Iteration

We can repeat the process: project onto the sides of the pedal triangle to get a second pedal triangle .

Each successive pedal triangle is smaller than the previous one, and the sequence of triangles converges toward .

Why It Shrinks

Each perpendicular projection reduces distances. The pedal triangle is always contained within the previous triangle, and its vertices are strictly closer to . The ratio of successive triangles is related to of angles, ensuring geometric convergence.