Googleクラスルーム
GeoGebraGeoGebra Classroom

Shearing and Determinants

Shearing Defined

Definition: Shearing is a transformation where a shape is distorted by pushing points in one direction along a line, proportional to their distance from that line, while maintaining the area of the shape.

Matrix Representation of Shearing

We want the shear to either change only the x coordinate and or y coordinate without scaling the shape. - The diagonal entries remain 1 to ensure no scaling occurs. - The off-diagonal entries introduce the proportional shift in one coordinate based on the other. - The zero entries prevent unwanted changes in the other coordinate.

The Unit Square as Reference

The Unit Square as Reference
The unit square has vertices has (0,0),(1,0),(0,1), and (1,1) and area = 1. When transformed by the shearing matrix, its vertices become H(0,0) = (0,0), H(1,0) = (1,t) (first column of A), H(0,1) = (k,1) (second column of A), H(1,1) = (1+s, 1+t). Therefore we can see that the transformed parallelogram has the same area as the original square. Also, the transformed shape is a parallelogram spanned by the vectors which would be the two columns of the transformed matrix. Therefore, we can see the new matrix also will have a determinant of 1 and the new shape still has an area of 1.

Transforming an arbitrary vector

Transforming an arbitrary vector
Now let's take it with a square that is spanned by the arbitrary vectors , the transformed parallelogram will be spanned by the vectors . For simplicity, we will call these vectors respectively.

Area of the Transformed Parallelogram

The area formed by the vectors is given by base times height where the base = (length of one side) and the height = (perpendicular distance) where theta is the angle between vectors u and v. Thus, the area = .
Image
This simplifies to |ad-bc| which is the determinant of the matrix formed by the sides of the parallelogram. Thus, the area of the parallelogram is the determinant of the matrix formed by the sides of the parallelogram. When we take the ratio of the new area to the area of the shape before shearing, (determinant of new matrix to original matrix), it will always be 1 indicating that the area doesn't change