MATH 251 Lecture 7

From Notes
Jump to navigation Jump to search

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


Transformations

Translation

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

Polar Coordinates

Whoa! What just happened?

It turns a line into a circle!


Linear Transformation

Point X=(xy) maps to () AX:

A=(abcd)AX=(abcd)(xy)=(ax+bycx+dy)=x(ac)+y(bd)

The resulting vectors v=a,c and w=b,d create a "transformed lattice" as compared to the original lattice made by ı^ and ȷ^

According to the formula,

(xy)=xı^+yȷ^xv+yw

Area of Linear Transformation

Calculate the area of a shape in ı^ and ȷ^ lattice, then multiply by the absolute value of the determinant of the transform matrix:

Area=|det(A)|=|adbc|


Rotations

Just rotate the lattice vectors by an angle θ:

ı^(cosθsinθ)ȷ^(sinθcosθ)

Therefore the translation matrix is:

A=(cosθsinθsinθcosθ)