What this pattern means
A single shape carries through every cell. Its orientation advances by a fixed angle — typically 90°, occasionally 45° or 60°. The cognitive task is to identify the step size, identify the direction, and project the rotation forward to the missing cell.
How to spot it
- The same shape appears in every cell, varying only in orientation.
- The first two visible cells show the rotation step (e.g. 0° → 90° = +90° CW).
- The cycle returns to its starting orientation after four (or two, or six) steps.
Common visual signals
- A single asymmetric shape — L-shape, arrow, triangle.
- Visible orientation changes that resolve to a regular angular step.
- No colour, scale, or position changes — orientation only.
Step-by-step solving tactic
- 1Pick two adjacent cells and measure the angle between them.
- 2Confirm direction (CW vs CCW) using a third cell.
- 3Read in row-major order and project the next step.
- 4Watch for wrap-around: after 360° the cycle restarts.
Worked examples from the bank
Common traps
- Confusing CW with CCW — always confirm with a third cell.
- Applying the rotation across rows when it actually applies in reading order (or vice versa).
- Missing 'variable rotation' — when the step itself grows or shrinks across cells.
Practise rotation questions
Items below are ordered easy → hard. Each links to the full question with explanation and distractor analysis.
- draft-rotation-rot-a03-1very easy
- draft-rotation-rot-a03-2very easy
- draft-rotation-rot-a04-1very easy
- draft-rotation-rot-a04-2very easy
- draft-rotation-rot-a05-1very easy
- draft-rotation-rot-a05-2very easy
- draft-rotation-rot-a06-1very easy
- draft-rotation-rot-a06-2very easy
- draft-rotation-rot-a07-1very easy
- draft-rotation-rot-a07-2very easy
- draft-rotation-rot-a08-1very easy
- draft-rotation-rot-a08-2very easy
Related patterns
Counter-clockwise RotationVariable Rotation
Apply this pattern under timed conditions
Take the free 10-question matrix reasoning practice test — every question carries the rotation pattern or another commonly tested mechanic.