Affine Geometry – What Does Affinely Independent Mean and Its Importance

affine-geometry

I was studying linear optimization and i saw the term Affine independence. I came across this http://www.cis.upenn.edu/~cis610/geombchap2.pdf while trying to get a better understanding of the topic.

What does it mean to be Affinely independent ? Why is it important to learn ? I know that an affine function is basically just a vector added to a point.

For example, if I am talking about linear independence, saying that the vectors $[a_1 \ b_1], [a_2 \ b_2]$ and $[a_3 \ b_3]$ are linearly independent would give me the notion that these 3 vectors lie in a 3 dimensional space; and that they lie in a 2 dimensional space if only one of it is a linear combination of the other two.

Best Answer

Roughly speaking, affine independence is like linear independence but without the restriction that the subset of lower dimension the points lie in contains the origin. So three points in space are affinely independent if the smallest flat thing containing them is a plane. They're affinely dependent if they lie on a line (or are the same point).

A set of points is affinely dependent if and only if when you subtract one of them from the others the resulting set (excluding the $0$ vector that results from subtracting the one you chose from itself) is linearly dependent.

The language of affine independence is useful if you don't really care where the origin is in your representation of $n$-space. That might be the case if the points are vectors of $n$ numerical attributes, one vector for each participant in a survey. The page you link to suggests "free vectors" in physics as another motivation for affine geometry.