NCERT Class X Chapter 7: Coordinate Geometry Example 2
NCERT Class X Chapter 7: Coordinate Geometry Example 2 Question: Show that the points (1, 7), (4, 2), (–1, –1) and (–4, 4) are the vertices of a square. Given: The points are A(1, 7), B(4, 2), C(–1, –1), and D(–4, 4). To Find: Show that these points are the vertices of a square. Formula: Distance between two points \( (x_1, y_1) \) and \( (x_2, y_2) \): $$ \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} $$ Solution: Step 1: Find the length of AB. $$ AB = \sqrt{(4 - 1)^2 + (2 - 7)^2} = \sqrt{3^2 + (-5)^2} = \sqrt{9 + 25} = \sqrt{34} $$ Step 2: Find the length of BC. $$ BC = \sqrt{(-1 - 4)^2 + (-1 - 2)^2} = \sqrt{(-5)^2 + (-3)^2} = \sqrt{25 + 9} = \sqrt{34} $$ Step 3: Find the length of CD. $$ CD = \sqrt{(-4 - (-1))^2 + (4 - (-1))^2} = \sqrt{(-3)^2 + 5^2} = \sqrt{9 + 25} = \sqrt{34} $$ Step 4: Find the length of DA. $$ DA = \sqrt{(1 - (-4))^2 + (7 - 4)^2} = \sqrt{5^2 + 3^2} = \sqrt{25 + 9} = \sqrt{34} $$ Step 5: Fin...