Complex Positional Movement

Complex Positional Movement problems involve tracking the position of a dot or element as it moves through a grid or frame according to a systematic rule. Paths can be spiral, diagonal bounce, circular, or other geometric patterns.

10Worksheets
200+Practice Questions
HardDifficulty
3-4 hoursHours to Master

Introduction to Complex Positional Movement

Complex Positional Movement problems involve tracking the position of a dot or element as it moves through a grid or frame according to a systematic rule. Paths can be spiral, diagonal bounce, circular, or other geometric patterns.

Prerequisites

Coordinate geometry basics Path tracking Boundary detection Pattern recognition in movement
Why This Matters: Complex positional problems test advanced spatial tracking. You can expect 1-2 questions in Banking PO mains and SSC CGL mains.

How to Solve Complex Positional Movement Problems

1

Step 1: Track the position of the moving element in each figure

2

Step 2: Record coordinates or relative positions

3

Step 3: Calculate movement vectors between consecutive positions

4

Step 4: Identify the movement pattern (linear, diagonal, curved, bouncing)

5

Step 5: Check for boundary reflections or wrapping

6

Step 6: Apply the pattern to predict the next position

7

Step 7: Verify the predicted position is within the frame

Pro Strategy: Plot positions on a coordinate grid. Track both x and y coordinates separately. Look for patterns in each coordinate independently. Consider boundary conditions (edges of frame).

Example Problem

Example: A dot moves: (20,20) → (40,40) → (60,60) → (80,80). What is the next position? Solution: Step 1: Positions: (20,20), (40,40), (60,60), (80,80) Step 2: Movement vectors: (+20,+20), (+20,+20), (+20,+20) Step 3: Constant diagonal movement down-right Step 4: Next position = (80+20, 80+20) = (100,100) Answer: (100,100)

Pro Tips & Tricks

  • Spiral pattern: moves right, down, left, up with decreasing steps
  • Diagonal bounce: reflects off boundaries like a billiard ball
  • Circular path: moves around a center point at constant radius
  • Track x and y coordinates separately for easier pattern detection
  • For bounce patterns, the angle of incidence equals angle of reflection
  • For spiral patterns, the step length decreases systematically

Shortcut Methods to Solve Faster

If both coordinates increase/decrease together → diagonal movement
If x changes, y constant → horizontal movement
If y changes, x constant → vertical movement
If coordinates cycle through same set of values → circular/cyclic path
Bounce detection: when coordinate reaches boundary, direction reverses

Common Mistakes to Avoid

Not tracking both coordinates systematically
Missing boundary reflections
Assuming linear movement when pattern is curved
Not considering that step size may change

Exam Importance

Complex Positional Movement is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
1-2 questions
BANKING PO
1-2 questions
RAILWAYS RRB
1-2 questions
CAT
1-2 questions
UPSC
1-2 questions

Ready to Master Complex Positional Movement?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now