Beispillfroen zur Diskussioun vun der Transformatiounskompositioun mat Hëllef vu Matrizen
Geometresch Transformatioune sinn e wichtegt Thema an der Mathematik, besonnesch an der Geometrie an der linearer Algebra. Dës Transformatioune kënnen Translatiounen, Rotatiounen, Reflexiounen an Dilatatiounen enthalen. An dësem Artikel wäerte mir ënnersichen, wéi d'Zesummesetzung vu verschiddenen Transformatioune mat Hëllef vu Matrizen duergestallt a geléist ka ginn. Mir wäerten och Beispillproblemer a Léisunge ginn.
1. Aféierung an d'Transformatioun mat Matrizen
Geometresch Transformatioune kënne mat Matrizen duergestallt ginn. Zum Beispill kënnen Rotatiouns-, Translatiouns-, Reflexiouns- an Dilatatiounstransformatioune wéi follegt a Matrixform formuléiert ginn:
1. Iwwersetzung
\[
T(x, y) = \begin{pmatrix} x + a \\ y + b \end{pmatrix}
\]
2. Rotatioun
\[
R(θ) = \begin{pmatrix} \cosθ & -θ \sinθ \sinθ & \cosθ \end{pmatrix}
\]
3. Reflexioun ëm d'X-Achs
\[
\text{Reflexioun X} = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}
\]
4. Dilatatioun (Vergréisserung/Skaléierung)
\[
D(k) = \begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}
\]
2. Zesummesetzung vun Transformatiounen mat Matrizen
Transformatiounskompositioun ass déi sequentiell Uwendung vun zwou oder méi Transformatiounen op en Objet. Fir d'Transformatiounskompositioun mat Hëllef vu Matrizen ze berechnen, multiplizéiere mir einfach d'Matrizen, déi d'Transformatiounen representéieren.
Beispillfroen an Diskussioun
Fro
Wann de Punkt P(2, 3) uginn ass, fannt Dir d'Resultat vun der folgender Transformatioun:
1. Rotatioun \(90°\circ\) am Auerzäresënn (CW)
2. Dilatatioun mat engem Skalfaktor vun 2
3. Iwwersetzung vun (1, -2)
Diskussioun
1. Rotatioun \(90°C) mat der rietser Säit
D'Matrix fir eng Rotatioun am Auerzäresënn vun \(90^\circ\):
\[
\begin{pmatrix} \cos(-90^) & -sin(-90^) \\ \sin(-90^) & \cos(-90^) \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}
\]
Eng Rotatiounstransformatioun um Punkt P uwenden:
\[
\begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \begin{pmatrix} 2 \\ 3 \end{pmatrix} = \begin{pmatrix} 0 \cdot 2 + 1 \cdot 3 \\ -1 \cdot 2 + 0 \cdot 3 \end{pmatrix} = \begin{pmatrix} 3 \\ -2 \end{pmatrix}
\]
De Punkt P no der Rotatiounstransformatioun ass P'(3, -2).
2. Dilatatioun mat engem Skalfaktor vun 2
Matrix fir d'Dilatatioun mat Skalfaktor 2:
\[
\begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}
\]
Applikatioun vun enger Dilatatiounstransformatioun um Punkt P'(3, -2):
\[
\begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix} \begin{pmatrix} 3 \\ -2 \end{pmatrix} = \begin{pmatrix} 2 \cdot 3 + 0 \cdot -2 \\ 0 \cdot 3 + 2 \cdot -2 \end{pmatrix} = \begin{pmatrix} 6 \\ -4 \end{pmatrix}
\]
De Punkt P' no der Dilatatiounstransformatioun ass P”(6, -4).
3. Iwwersetzung vun (1, -2)
Folgend sinn déi uginn Iwwersetzungsoperatiounen:
\[
T(x, y) = \begin{pmatrix} x + 1 \\ y – 2 \end{pmatrix}
\]
Uwendung vun der Translatiounstransformatioun um Punkt P”(6, -4):
\[
T(6, -4) = \begin{pmatrix} 6 + 1 \\ -4 – 2 \\end{pmatrix} = \\end{pmatrix} 7 \\ -6 \\end{pmatrix}
\]
Also, den Endpunkt nodeems all Transformatiounen ugewannt goufen ass P(7, -6).
3. Berechnung vun der Transformatiounszesummesetzung
Zousätzlech Froen
Gitt de Punkt Q(1, 2) an déi folgend Transformatioun:
1. Reflexioun ëm d'X-Achs.
2. Rotatioun \(180°\circ\) am Auerzäresënn (CW).
Diskussioun
1. Reflexioun ëm d'X-Achs
Reflexiounsmatrix ëm d'X-Achs:
\[
\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}
\]
Eng Reflexiounstransformatioun um Punkt Q uwenden:
\[
\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} 1 \\ 2 \end{pmatrix} = \begin{pmatrix} 1 ⋅ 1 + 0 \cdot 2 \\ 0 \cdot 1 + (-1) \cdot 2 \end{pmatrix} = \begin{pmatrix} 1 \\ -2 \end{pmatrix}
\]
De Punkt Q no der Reflexiounstransformatioun ass Q'(1, -2).
2. Rotatioun \(180°C) mat der rietser Säit
Matrix fir d'Rotatioun \(180°\circ\) am Auerzäresënn:
\[
\begin{pmatrix} \cos(180^) & -sin(180^) \\ \sin(180^) & \cos(180^) \end{pmatrix} = \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}
\]
Eng Rotatiounstransformatioun \(180^\circ\) op de Punkt Q'(1, -2) uwenden:
\[
\begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} 1 \\ -2 \end{pmatrix} = \begin{pmatrix} -1 ⋅ 1 + 0 ⋅ -2 \\ 0 ⋅ 1 + -1 ⋅ -2 \end{pmatrix} = \begin{pmatrix} -1 ⋅ 2 \end{pmatrix}
\]
Also, den Endpunkt nodeems all Transformatiounen ugewannt goufen ass Q(-1, 2).
Ofschloss
D'Transformatiounskompositiounsmethod mat Matrizen ass ganz nëtzlech fir d'Vereinfachung an d'systematesch Berechnung vu geometreschen Transformatiounen. Wann mir déi uewe genannten Schrëtt befollegen, kënne mir einfach verschidden Aarte vun Transformatiounen op een eenzege Punkt oder en anert geometrescht Objet verstoen an uwenden. D'Léiere vu Matrizen an Transformatiounen mécht et och méi einfach, se a verschiddene Beräicher wéi Physik, Computergrafik a méi anzewenden.