Shear — Definition, Formula & Examples
A shear is a geometric transformation that slants a figure in one direction, shifting each point by an amount proportional to its distance from a fixed line. The shape tilts like a deck of cards being pushed sideways, but its area stays the same.
A shear mapping is an affine transformation in which all points are displaced parallel to a fixed direction by a distance proportional to their signed distance from a line (the invariant line) parallel to that direction. In two dimensions, a horizontal shear is given by where is the shear factor, and a vertical shear is given by .
Key Formula
Where:
- = Shear factor — controls how much the figure slants
- = Original point
- = Image point after the horizontal shear
How It Works
Pick the direction you want to shear (horizontal or vertical) and a shear factor . For a horizontal shear, every point moves left or right by times its -coordinate, while its -coordinate stays fixed. Points on the -axis don't move at all because their -value is zero. The farther a point is from the invariant line, the more it slides. Rectangles become parallelograms, but the base and height remain the same, so the area is preserved.
Worked Example
Problem: Apply a horizontal shear with shear factor k = 2 to the point (3, 4).
Step 1: Use the horizontal shear formula: the new x-coordinate is x + ky.
Step 2: The y-coordinate is unchanged in a horizontal shear.
Answer: The image of the point is (11, 4).
Why It Matters
Shear transformations appear in computer graphics when italicizing text or skewing images. In physics, shear describes how layers of material slide past each other under stress. Understanding shear also helps in linear algebra courses when studying how matrices encode different types of geometric change.
Common Mistakes
Mistake: Assuming a shear changes the area of a figure.
Correction: The shear matrix has determinant 1, so it always preserves area. A rectangle becomes a parallelogram with the same base and height.
