37. š„ Translations and Homothety - JulTob/Mathematics GitHub Wiki
š Translation
If $\color{#5F8}vā ā šā$, we define the transformation:
$$\color{#5F5} š_{vā} : šā ā xā ā¶ xā + vā ā šā$$
This is called the translation by vector $\color{#5F6}vā$.
A translation is an affine transformation, meaning it preserves parallelism and relative distances between points:
$$\color{#5F7} š_{vā} : šā ā¶ šā$$
š Homothety
Given a point $c$ in the affine space $\color{#58F}X$ and a scaling factor $\color{#55F}š ā š |ļ½0,1ļ½$, we define the affine homothety centered at $\color{#56F}c$ with ratio $\color{#57F}š$ as the transformation:
$$\color{#58F} h : šā ā xā ā¶ cā + š (xā - cā) ā šā $$
Where:
- $\color{#59F}c$: Center of homothety.
- $\color{#5AF}š$: Scaling factor.
- If $\color{#5BF}š > 1$, the shape expands.
- If $\color{#5CF}0 < š < 1$, the shape contracts.
āļø Both translations and homotheties are fundamental transformations in affine geometry. Translations shift objects without altering their size or shape, while homotheties scale objects relative to a fixed center. These transformations are widely used in computer graphics, physics, and architectural modeling.