MATH 251 Lecture 7

From Notes
Jump to navigation Jump to search

« previous | Wednesday, February 1, 2012 | next »


Transformations

Translation

Add a vector , and the graph is shifted in the direction of

Polar Coordinates

Whoa! What just happened?

It turns a line into a circle!


Linear Transformation

Point maps to () :

The resulting vectors and create a "transformed lattice" as compared to the original lattice made by and

According to the formula,

Area of Linear Transformation

Calculate the area of a shape in and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \hat\jmath} lattice, then multiply by the absolute value of the determinant of the transform matrix:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathrm{Area} = \left| \mathrm{det}\left(A\right) \right| = \left|ad-bc\right|}


Rotations

Just rotate the lattice vectors by an angle Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \theta} :

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \hat\imath &\mapsto \begin{pmatrix} \cos{\theta} \\ \sin{\theta} \end{pmatrix} \\ \hat\jmath &\mapsto \begin{pmatrix} -\sin{\theta} \\ cos{\theta} \end{pmatrix} \end{align}}

Therefore the translation matrix is:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A = \begin{pmatrix} \cos{\theta} & -\sin{\theta} \\ \sin{\theta} & \cos{\theta} \end{pmatrix}}