# Gestalt Psychology Gestalt Psychology is a school of psychology founded in early 20th century Germany by [[Max Wertheimer]], [[Kurt Koffka]], and [[Wolfgang Köhler]]. The central principle is that the mind perceives wholes (Gestalten) that are different from—not merely greater than—the sum of their parts. Wertheimer's 1912 paper on apparent motion (the phi phenomenon) launched the movement, which challenged the prevailing structuralist view that perception could be understood by analyzing individual sensations. The Gestalt principles of perceptual organization—proximity, similarity, closure, continuity, figure-ground—have become fundamental to [[Perception]] research and design practice. These principles describe how the visual system automatically groups elements into coherent patterns. The field influenced art, architecture, therapy (Gestalt therapy, developed by Fritz Perls), and especially [[User Experience (UX)]] and [[Visual Communication]]. Understanding how humans naturally organize visual information is essential for creating clear interfaces, effective layouts, and intuitive designs. ## Core Principle ``` ┌─────────────────────────────────────────────────────────────┐ │ THE GESTALT PRINCIPLE │ ├─────────────────────────────────────────────────────────────┤ │ │ │ "The whole is OTHER THAN the sum of its parts" │ │ │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ ● │ + │ ● │ + │ ● │ = ? │ │ └─────────┘ └─────────┘ └─────────┘ │ │ │ │ Three dots... ...perceived as a TRIANGLE │ │ ▲ │ │ ╱ ╲ │ │ ● ● │ │ │ │ The mind creates structure, meaning, and relationships │ │ that don't exist in the individual elements alone │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Gestalt Principles of Perception | Principle | Description | Visual Example | |-----------|-------------|----------------| | **Proximity** | Nearby elements grouped together | ●● ●● ●● (three pairs) | | **Similarity** | Similar elements grouped | ●●○○●●○○ (columns) | | **Closure** | Mind completes incomplete shapes | [ ] seen as rectangle | | **Continuity** | Prefer smooth, continuous lines | X as two lines, not four | | **Figure-Ground** | Separate object from background | Rubin's vase/faces | | **Common Fate** | Elements moving together grouped | Flock of birds | | **Prägnanz** | Simplest interpretation preferred | Circle, not complex curve | | **Common Region** | Elements in same area grouped | Items in a box | | **Connectedness** | Connected elements grouped | Lines linking items | ## Gestalt Principles Illustrated ``` PROXIMITY SIMILARITY ●● ●● ●● ●○●○●○ ●○●○●○ Seen as 3 pairs Seen as columns CLOSURE CONTINUITY ___ ╲ ╱ / \ ╳ \ / ╱ ╲ ‾‾‾ Seen as circle Seen as 2 lines FIGURE-GROUND COMMON FATE ┌─────┐ → → → │ ▓▓▓ │ → → → │ ▓▓▓ │ └─────┘ Grouped by movement Which is figure? ``` ## Key Figures | Person | Contribution | |--------|--------------| | Max Wertheimer | Founder, phi phenomenon (1912) | | Kurt Koffka | Principles of Gestalt Psychology (1935) | | Wolfgang Köhler | Insight learning, animal cognition | | Rudolf Arnheim | Art and Visual Perception (1954) | | Fritz Perls | Gestalt therapy (derived application) | ## Gestalt Laws in Design | Principle | Design Application | |-----------|-------------------| | **Proximity** | Group related controls together | | **Similarity** | Use consistent styling for related items | | **Closure** | Logos, icons can be incomplete | | **Continuity** | Align elements, guide eye flow | | **Figure-Ground** | Clear visual hierarchy | | **Common Region** | Cards, bordered sections | ## Historical Context | Year | Event | |------|-------| | 1890s | Gestalt ideas emerge (von Ehrenfels) | | 1912 | Wertheimer's phi phenomenon paper | | 1920s | Berlin school flourishes | | 1933 | Nazi rise forces emigration to USA | | 1935 | Koffka's *Principles of Gestalt Psychology* | | 1947 | Köhler's *Gestalt Psychology* | | 1954 | Arnheim applies to art | | Present | Principles standard in UX/design | ## Gestalt vs Other Approaches | Aspect | Structuralism | Gestalt | |--------|---------------|---------| | **Unit of analysis** | Individual sensations | Organized wholes | | **Method** | Break into parts | Study whole patterns | | **Perception** | Built from elements | Emerges as structured | | **Key insight** | Sensory atoms | Relational properties | ## Applications | Field | Application | |-------|-------------| | **UX/UI Design** | Layout, grouping, visual hierarchy | | **Graphic Design** | Logos, composition | | **Architecture** | Spatial organization | | **Therapy** | Gestalt therapy (awareness, wholeness) | | **Education** | Insight learning | | **Music** | Melody perception | ## References - Wertheimer, M. (1923). "Laws of Organization in Perceptual Forms" - Koffka, K. (1935). *Principles of Gestalt Psychology* - Arnheim, R. (1954). *Art and Visual Perception* - https://en.wikipedia.org/wiki/Gestalt_psychology ## Related - [[Perception]] - [[Visual Communication]] - [[User Experience (UX)]] - [[Cognitive Psychology]] - [[Figure-Ground]] - [[Visual Hierarchy]]