Interazione e fusione
Due o più elementi interagiscono — si fondono, si sovrappongono, si respingono o si trasformano al contatto.
Comprensione di questo pattern
I pattern di interazione coinvolgono elementi che cambiano quando si incontrano. Due forme che si avvicinano potrebbero fondersi in una forma combinata, oppure le aree sovrapposte potrebbero scomparire (logica XOR). Questi sono pattern rari ma ad alta difficoltà che testano la capacità di prevedere il risultato della collisione di elementi.
Domanda di esempio
Regola del pattern
Two distinct geometric shapes begin on opposite sides of the frame and move one step closer to each other with each transition, until they fully overlap and fuse into a single composite figure that retains the properties of both originals. The fusion product is the visual union of the two parent shapes, not a blend or simplification.
Spiegazione
Option C is correct because convergence-fusion sequences resolve by superimposing the two converging shapes exactly as they were, producing a figure whose outline is the complete outer boundary of both — neither shape loses detail. Option A and B are tempting because they each resemble one of the two parent shapes, which candidates who track only one shape will select. Option D is attractive because overlapping shapes intuitively suggest an intersection (the shared area only), but the rule uses union, not intersection. Option E presents the correct union shape but mirrored, exploiting the tendency to misread orientation after convergence. Recognising the fusion rule as 'union of outlines, all properties preserved' — rather than blending, averaging, or intersecting — is the key discriminator at difficulty level 3.
Come individuarlo
- Due elementi si muovono l'uno verso l'altro nei fotogrammi
- Gli elementi sembrano combinarsi o cancellarsi dove si sovrappongono
- Il numero totale di elementi diminuisce al progredire dei fotogrammi
Trappole comuni
- Assumere che gli elementi si passino attraverso l'uno l'altro invece di interagire
- Identificare male quale elemento assorbe l'altro
- Non riconoscere la regola di interazione (XOR vs AND vs fusione)
Tag correlati