Table of Contents

Linear Algebra - Closest point in a plane

About

Given a point b and a plane, find the point in the plane closest to b.

Closest Point Plane

By Linear Algebra - Plane, we can assume the plane includes the origin.

The plane is a vector space V. Let {v1, v2} be a basis for V.

Goal: Given a point b, find the point in Span {v1, v2} closest to b.

Example: