To find the minimum distance the ant needs to travel from the bottom corner to the diagonally opposite top corner of a cubical room, we can utilize the concept of unfolding the cube into a net.
Given that the side of the cube is 2 meters, let's understand the scenario better with a step-by-step explanation:
Therefore, the minimum distance the ant needs to travel along the surface to move from the bottom to the top opposite corner is 2√5 meters.
The cube has side length = 2 m. Start point: \( A(0,0,0) \) End point: \( C(2,2,2) \).
Case 1: Through the cube (not allowed)
Interior diagonal distance: \[ D = \sqrt{(2-0)^2 + (2-0)^2 + (2-0)^2} = \sqrt{4+4+4} = \sqrt{12} = 2\sqrt{3}. \] But the ant cannot move through the interior.
Case 2: On the surface of the cube
Unfold the cube into a net. The shortest surface path is the hypotenuse of a rectangle with dimensions: \[ \text{one side } = 2, \quad \text{other side } = 2+2 = 4. \] Distance: \[ H = \sqrt{2^2 + 4^2} = \sqrt{4+16} = \sqrt{20} = 2\sqrt{5}. \]
Final Answer:
The minimum distance the ant needs to crawl on the cube’s surface is: \[ \boxed{2\sqrt{5} \ \text{meters}} \]
