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.