You are here
Home ›affine transformation
Primary tabs
affine transformation
Definition 1.
Let be affine spaces associated with a left (right) vector spaces (over some division ring ), where . An affine transformation from to is a function such that there is a linear transformation such that
for any .
Note that is uniquely determined by , since is a function onto . and is called the associated linear transformation of . Let us write the associated linear transformation of . Then the definition above can be illustrated by the following commutative diagram:
Here’s an example of an affine transformation. Let be an affine space with the associated vector space. Fix . For each , let be the unique point in such that . Then is a well-defined function. Furthermore, . Thus is affine, with .
An affine transformation is an affine isomorphism if there is an affine transformation such that and . Two affine spaces and are affinely isomorphic, or simply, isomorphic, if there are affine isomorphism .
Below are some basic properties of an affine transformation (see proofs here):
Because of the last property, it is often enough, in practice, to identify itself as the affine space associated with , up to affine isomorphism, with the direction given by . With this in mind, we may reformulate the definition of an affine transformation as a mapping from one vector space to another, , such that there is a linear transformation such that
By fixing , we get the following equation
Definition 2.
Let and be left vector spaces over the same division ring . An affine transformation is a mapping such that
for some linear transformation and some vector .
An affine property is a geometry property that is preserved by an affine transformation. The following are affine properties of an affine transformation Let :
-
linearity. Given an affine subspace of , then is an affine subspace of .
-
incidence. Suppose . Pick , so where . Since is bijective, there is such that . So . Since , for some , . Therefore, .
-
parallelism. Given two parallel affine subspaces and , then and are parallel.
-
coefficients of an affine combination. Given that is an affine combination of :
where are the corresponding coefficients. Then
is the affine combination of with the same set of coefficients.
Special Affine Transformations
1. translation. An affine transformation of the form is called a translation. Every affine transformation can be decomposed as a product of a linear transformation and a translation: where and . The order of composition is important, since . Geometrically, a translation moves a geometric figure along a straight line.
2. dilation (map). If has a unique eigenvalue (that is, may be diagonalized as , the diagonal matrix with non-zero diagonal entries ), then the affine transformation is called a dilation. Note that a dilation may be written as the product of a vector with a scalar: , which is why a dilation is also called a scaling. A dilation can be visualized as magnifying or shrinking a geometric figure.
3. homothetic transformation. The composition of a dilation followed by a translation is called a homothetic transformation. It has the form , .
4. Euclidean transformation. In the case when both and are Euclidean vector spaces, if the associated linear transformation is orthogonal, then the affine transformation is called a Euclidean transformation.
Remarks
1. When , the set of affine maps , with function composition as the product, becomes a group, and is denoted by . The multiplicative identity is the identity map. If , then . IGL is short for Inhomogenous General Linear group of . Translations, dilations, and homothetic transformations all form subgroups of . If is the group of translations, the group of dilations, and the group of homothetic transformations, then is a normal subgroup of . Also, and are abelian groups (remember: is assumed to be a field).
2. One can more generally define an affine transformation to be an order-preserving bijection between two affine geometries. It can be shown that this definition coincides with the above one if the underlying field admits no non-trivial automorphisms. When the two affine geometries are the same, the bijective affine transformation is called an affinity.
3. Another way to generalize an affine transformation is to remove the restriction on the invertibility of the linear transformation . In this respect, the set of affine transformations from to has a natural vector space structure. It is easy to see that the set of linear transformations from to forms a subspace of .
Mathematics Subject Classification
51A10 Homomorphism, automorphism and dualities51A15 Structures with parallelism
15A04 Linear transformations, semilinear transformations
- Forums
- Planetary Bugs
- HS/Secondary
- University/Tertiary
- Graduate/Advanced
- Industry/Practice
- Research Topics
- LaTeX help
- Math Comptetitions
- Math History
- Math Humor
- PlanetMath Comments
- PlanetMath System Updates and News
- PlanetMath help
- PlanetMath.ORG
- Strategic Communications Development
- The Math Pub
- Testing messages (ignore)
- Other useful stuff
Recent Activity
new question: Linear Algebra Combination Problem! by unlord
new question: Computation of $\varphi(2000)$ by jeremyboden
new question: Computation of $\varphi(2000)$ by jeremyboden
May 21
new question: pure subgroups by lvoyster
new correction: Typo in M\"obius function? by Aleph Zero
new collection: analytic number theory by Aleph Zero
May 20
new question: Taylor's Series Query! by unlord
new question: Laplace transform by J
new question: Residue Calculus by J
May 19
new Education: Project: PlanetMath Outlines Series by unlord



Comments
affine transformation requirement
I think the linear transformation in the definition of affine transformation is required to be invertible. Correct?
Re: affine transformation requirement
It probably depends on the context.
In geometry, if one defines an affine map as
a map conserving straight lines, then L must
be invertible. For example, A(v)=w, maps
everything to a point. Also, in most practical
applications, L is probably invertible. Like
rotation about a point, etc.
I took this definition from the top of my head.
However, you have editing rights so please feel free
to make modifications.
Oh.. in Java, an affine map does not need to be
invertible :-)
merganser.math.gvsu.edu/david/reed03/notes/chap4.pdf
transformation of convex polygons
Hello,
If a point P is inside a convex polygon Q and f is an affine transformation, will f(P) be inside f(Q)? i think the answer is yes, but why?
Re: transformation of convex polygons
Let P= sum_i {y_i v_i}, where the v_i are the vertices of Q, and the y_i are positive reals which sum to 1.
Let f be given by fx=Ax+w, for some matrix A and vector w.
Then
fP= AP + w
=A sum_i {y_i v_i} + w
= sum_i {y_i Av_i} + sum_i {y_i w}
= sum_i {y_i(Av_i +w)}
= sum_i {y_i fv_i}
Hence fP is in the convex hull of the f v_i. Therefore fP is in fQ.
minimal number of pts. to determine that a transform is affi...
I have the following question:
Let $V$ be a finite-dimensional inner product space over a field $K$ with $\dim(V) = n$. Consider a finite set of points $v_1, \dots , v_m \in V$. Let $F:V\to V$. What is the lowest $m$ such that
if for all $i,j\in\{1, \dots, m\}$
$|F(v_i) - F(v_j)| = |v_i - v_j|$
then for all $v,w\in V$
$|F(v) - F(w)| = |v - w|$
???
I feel as though the answer is that the minimum such $m$ is $n+1$ based in Euclidean space intuition and I also feel that in this case the points should be affinely independent. Also, does one need to restrict the field $K$ in any way?
Re: minimal number of pts. to determine that a transform is ...
Sorry, I do not think this question is well-posed, please disregard it!