Projection onto a line

Overview
Important

Given a point PP and a line ll in the plane, the projection of PP onto ll is the point QQ on ll such that the segment PQPQ is perpendicular to ll. This is called the orthogonal (or perpendicular) projection.

Important properties

  • The projection is always the closest point on the line to the original point.

  • If the point already lies on the line, its projection is itself.

  • The projection divides the segment from the point to the line into two perpendicular parts: one along the line, one perpendicular.