HOME

TheInfoList



OR:

In
Euclidean geometry Euclidean geometry is a mathematical system attributed to ancient Greek mathematics, Greek mathematician Euclid, which he described in his textbook on geometry, ''Euclid's Elements, Elements''. Euclid's approach consists in assuming a small set ...
, a translation is a geometric transformation that moves every point of a figure, shape or space by the same
distance Distance is a numerical or occasionally qualitative measurement of how far apart objects, points, people, or ideas are. In physics or everyday usage, distance may refer to a physical length or an estimation based on other criteria (e.g. "two co ...
in a given direction. A translation can also be interpreted as the addition of a constant vector to every point, or as shifting the origin of the coordinate system. In a
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are ''Euclidean spaces ...
, any translation is an isometry.


As a function

If \mathbf is a fixed vector, known as the ''translation vector'', and \mathbf is the initial position of some object, then the translation function T_ will work as T_(\mathbf)=\mathbf+\mathbf. If T is a translation, then the
image An image or picture is a visual representation. An image can be Two-dimensional space, two-dimensional, such as a drawing, painting, or photograph, or Three-dimensional space, three-dimensional, such as a carving or sculpture. Images may be di ...
of a subset A under the function T is the translate of A by T . The translate of A by T_ is often written as A+\mathbf .


Application in classical physics

In
classical physics Classical physics refers to physics theories that are non-quantum or both non-quantum and non-relativistic, depending on the context. In historical discussions, ''classical physics'' refers to pre-1900 physics, while '' modern physics'' refers to ...
, translational motion is movement that changes the position of an object, as opposed to
rotation Rotation or rotational/rotary motion is the circular movement of an object around a central line, known as an ''axis of rotation''. A plane figure can rotate in either a clockwise or counterclockwise sense around a perpendicular axis intersect ...
. For example, according to Whittaker: A translation is the operation changing the positions of all points (x, y, z) of an object according to the formula :(x,y,z) \to (x+\Delta x,y+\Delta y, z+\Delta z) where (\Delta x,\ \Delta y,\ \Delta z) is the same vector for each point of the object. The translation vector (\Delta x,\ \Delta y,\ \Delta z) common to all points of the object describes a particular type of displacement of the object, usually called a ''linear'' displacement to distinguish it from displacements involving rotation, called ''angular'' displacements. When considering
spacetime In physics, spacetime, also called the space-time continuum, is a mathematical model that fuses the three dimensions of space and the one dimension of time into a single four-dimensional continuum. Spacetime diagrams are useful in visualiz ...
, a change of
time Time is the continuous progression of existence that occurs in an apparently irreversible process, irreversible succession from the past, through the present, and into the future. It is a component quantity of various measurements used to sequ ...
coordinate is considered to be a translation.


As an operator

The translation operator turns a function of the original position, f(\mathbf), into a function of the final position, f(\mathbf+\mathbf). In other words, T_\mathbf is defined such that T_\mathbf f(\mathbf) = f(\mathbf+\mathbf). This operator is more abstract than a function, since T_\mathbf defines a relationship between two functions, rather than the underlying vectors themselves. The translation operator can act on many kinds of functions, such as when the translation operator acts on a wavefunction, which is studied in the field of quantum mechanics.


As a group

The set of all translations forms the translation group \mathbb , which is isomorphic to the space itself, and a
normal subgroup In abstract algebra, a normal subgroup (also known as an invariant subgroup or self-conjugate subgroup) is a subgroup that is invariant under conjugation by members of the group of which it is a part. In other words, a subgroup N of the group ...
of Euclidean group E(n) . The quotient group of E(n) by \mathbb is isomorphic to the group of rigid motions which fix a particular origin point, the
orthogonal group In mathematics, the orthogonal group in dimension , denoted , is the Group (mathematics), group of isometry, distance-preserving transformations of a Euclidean space of dimension that preserve a fixed point, where the group operation is given by ...
O(n): :E(n)/\mathbb\cong O(n) Because translation is
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a pr ...
, the translation group is abelian. There are an infinite number of possible translations, so the translation group is an infinite group. In the
theory of relativity The theory of relativity usually encompasses two interrelated physics theories by Albert Einstein: special relativity and general relativity, proposed and published in 1905 and 1915, respectively. Special relativity applies to all physical ph ...
, due to the treatment of space and time as a single
spacetime In physics, spacetime, also called the space-time continuum, is a mathematical model that fuses the three dimensions of space and the one dimension of time into a single four-dimensional continuum. Spacetime diagrams are useful in visualiz ...
, translations can also refer to changes in the time coordinate. For example, the Galilean group and the Poincaré group include translations with respect to time.


Lattice groups

One kind of
subgroup In group theory, a branch of mathematics, a subset of a group G is a subgroup of G if the members of that subset form a group with respect to the group operation in G. Formally, given a group (mathematics), group under a binary operation  ...
of the three-dimensional translation group are the lattice groups, which are infinite groups, but unlike the translation groups, are finitely generated. That is, a finite generating set generates the entire group.


Matrix representation

A translation is an
affine transformation In Euclidean geometry, an affine transformation or affinity (from the Latin, '' affinis'', "connected with") is a geometric transformation that preserves lines and parallelism, but not necessarily Euclidean distances and angles. More general ...
with ''no'' fixed points. Matrix multiplications ''always'' have the origin as a fixed point. Nevertheless, there is a common workaround using homogeneous coordinates to represent a translation of a
vector space In mathematics and physics, a vector space (also called a linear space) is a set (mathematics), set whose elements, often called vector (mathematics and physics), ''vectors'', can be added together and multiplied ("scaled") by numbers called sc ...
with matrix multiplication: Write the 3-dimensional vector \mathbf=(v_x, v_y, v_z) using 4 homogeneous coordinates as \mathbf=(v_x, v_y, v_z, 1) . To translate an object by a vector \mathbf , each homogeneous vector \mathbf (written in homogeneous coordinates) can be multiplied by this translation matrix: : T_ = \begin 1 & 0 & 0 & v_x \\ 0 & 1 & 0 & v_y \\ 0 & 0 & 1 & v_z \\ 0 & 0 & 0 & 1 \end As shown below, the multiplication will give the expected result: : T_ \mathbf = \begin 1 & 0 & 0 & v_x \\ 0 & 1 & 0 & v_y\\ 0 & 0 & 1 & v_z\\ 0 & 0 & 0 & 1 \end \begin p_x \\ p_y \\ p_z \\ 1 \end = \begin p_x + v_x \\ p_y + v_y \\ p_z + v_z \\ 1 \end = \mathbf + \mathbf The inverse of a translation matrix can be obtained by reversing the direction of the vector: : T^_ = T_ . \! Similarly, the product of translation matrices is given by adding the vectors: : T_T_ = T_ . \! Because addition of vectors is
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a pr ...
, multiplication of translation matrices is therefore also commutative (unlike multiplication of arbitrary matrices).


Translation of axes

While geometric translation is often viewed as an active transformation that changes the position of a geometric object, a similar result can be achieved by a passive transformation that moves the coordinate system itself but leaves the object fixed. The passive version of an active geometric translation is known as a '' translation of axes''.


Translational symmetry

An object that looks the same before and after translation is said to have translational symmetry. A common example is a
periodic function A periodic function, also called a periodic waveform (or simply periodic wave), is a function that repeats its values at regular intervals or periods. The repeatable part of the function or waveform is called a ''cycle''. For example, the t ...
, which is an eigenfunction of a translation operator.


Translations of a graph

The graph of a real function , the set of points , is often pictured in the real coordinate plane with as the horizontal coordinate and as the vertical coordinate. Starting from the graph of , a horizontal translation means composing with a function , for some constant number , resulting in a graph consisting of points . Each point of the original graph corresponds to the point in the new graph, which pictorially results in a horizontal shift. A vertical translation means composing the function with , for some constant , resulting in a graph consisting of the points . Each point of the original graph corresponds to the point in the new graph, which pictorially results in a vertical shift. For example, taking the quadratic function , whose graph is a
parabola In mathematics, a parabola is a plane curve which is Reflection symmetry, mirror-symmetrical and is approximately U-shaped. It fits several superficially different Mathematics, mathematical descriptions, which can all be proved to define exactl ...
with vertex at , a horizontal translation 5 units to the right would be the new function whose vertex has coordinates . A vertical translation 3 units upward would be the new function whose vertex has coordinates . The antiderivatives of a function all differ from each other by a constant of integration and are therefore vertical translates of each other..


Applications

For describing vehicle dynamics (or movement of any rigid body), including ship dynamics and aircraft dynamics, it is common to use a mechanical model consisting of six degrees of freedom, which includes translations along three reference axes (as well as rotations about those three axes). These translations are often called ''surge'', ''sway'', and ''heave''.


See also

* 2D computer graphics#Translation * Advection * Change of basis * Parallel transport *
Rotation matrix In linear algebra, a rotation matrix is a transformation matrix that is used to perform a rotation (mathematics), rotation in Euclidean space. For example, using the convention below, the matrix :R = \begin \cos \theta & -\sin \theta \\ \sin \t ...
* Scaling (geometry) * Transformation matrix * Translational symmetry


References


Further reading

*Zazkis, R., Liljedahl, P., & Gadowsky, K. Conceptions of function translation: obstacles, intuitions, and rerouting. Journal of Mathematical Behavior, 22, 437-450. Retrieved April 29, 2014, from www.elsevier.com/locate/jmathb
Transformations of Graphs: Horizontal Translations
(2006, January 1). BioMath: Transformation of Graphs. Retrieved April 29, 2014


External links


Translation Transform
at cut-the-knot
Geometric Translation (Interactive Animation)
at Math Is Fun
Understanding 2D Translation
an
Understanding 3D Translation
by Roger Germundsson, The Wolfram Demonstrations Project. {{DEFAULTSORT:Translation (Geometry) Euclidean symmetries Elementary geometry Transformation (function) Functions and mappings