KnowledgeBoat Logo
|
OPEN IN APP

Chapter 21

Co-ordinate Geometry — Exercise 21(C)

Class - 9 RS Aggarwal Mathematics Solutions



Exercise 21(C)

Question 1

Find the distance between the points :

(i) A(7, 13) and B(10, 9)

(ii) P(-4, 7) and Q(2, -5)

(iii) C(4, -5) and D(12, -11)

(iv) E(-6, -4) and F(9, -12)

Answer

(i) A(7, 13) and B(10, 9)

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

AB=(107)2+(913)2=(3)2+(4)2=9+16=25=5.AB = \sqrt{(10 - 7)^2 + (9 - 13)^2} \\[1em] = \sqrt{(3)^2 + (-4)^2} \\[1em] = \sqrt{9 + 16} \\[1em] = \sqrt{25} \\[1em] = 5.

Hence, AB = 5 units.

(ii) P(-4, 7) and Q(2, -5)

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

PQ=(2(4))2+(57)2=(6)2+(12)2=36+144=180=65PQ = \sqrt{(2 - (-4))^2 + (-5 - 7)^2}\\[1em] =\sqrt{(6)^2 + (-12)^2}\\[1em] = \sqrt{36 + 144}\\[1em] = \sqrt{180}\\[1em] = 6 \sqrt{5}

Hence, PQ = 656\sqrt{5} units.

(iii) C(4, -5) and D(12, -11)

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

CD=(124)2+(11+5)2=(8)2+(6)2=64+36=100=10CD = \sqrt{(12 -4)^2 + (-11 + 5)^2}\\[1em] =\sqrt{(8)^2 + (-6)^2}\\[1em] =\sqrt{64 + 36}\\[1em] =\sqrt{100}\\[1em] = 10

Hence, CD = 10 units.

(iv) E(-6, -4) and F(9, -12)

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

EF=(9(6))2+(12(4))2=(15)2+(8)2=225+64=289=17EF = \sqrt{(9 - (-6))^2 + (-12 - (-4))^2}\\[1em] = \sqrt{(15)^2 + (-8)^2}\\[1em] = \sqrt{225 + 64}\\[1em] = \sqrt{289}\\[1em] = 17

Hence, EF = 17 units.

Question 2

Find the distance of each of the following points from the origin :

(i) A(6, -6)

(ii) B(-5, 5)

(iii) C(4, -6)

Answer

(i) A(6, -6)

Origin = O(0, 0)

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

OA =(60)2+(60)2=(6)2+(6)2=36+36=72=62.\text{OA } = \sqrt{(6 - 0)^2 + (-6 - 0)^2} \\[1em] = \sqrt{(6)^2 + (-6)^2} \\[1em] = \sqrt{36 + 36} \\[1em] = \sqrt{72} \\[1em] = 6\sqrt{2}.

Hence, OA = 626\sqrt{2} units.

(ii) B(-5, 5)

Let origin = O(0, 0)

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

OB=(50)2+(50)2=(5)2+(5)2=25+25=50=52.\text{OB} = \sqrt{(-5 - 0)^2 + (5 - 0)^2}\\[1em] = \sqrt{(-5)^2 + (5)^2}\\[1em] = \sqrt{25 + 25}\\[1em] = \sqrt{50} \\[1em] = 5\sqrt{2}.

Hence, OB = 525\sqrt{2} units.

(iii) C(4, -6)

Let origin = O(0, 0)

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

OC =(40)2+(60)2=(4)2+(6)2=16+36=52=213.\text{OC } = \sqrt{(4 - 0)^2 + (-6 - 0)^2}\\[1em] = \sqrt{(4)^2 + (-6)^2}\\[1em] = \sqrt{16 + 36}\\[1em] = \sqrt{52}\\[1em] = 2\sqrt{13}.

Hence OC = 2132\sqrt{13} units.

Question 3

Find the point on the x-axis, which is equidistant from the points A(2, -5) and B(-2, 9).

Answer

Let the point on x-axis which is equidistant from the points A(2, -5) and B(-2, 9) be P(x, 0).

As point is equidistant from the points A and B.

Distance of A and P = Distance of P and B

AP = PB

(x2)2+(0(5))2=(2x)2+(90)2\Rightarrow \sqrt{(x - 2)^2 + (0 - (-5))^2} = \sqrt{(- 2 - x)^2 + (9 - 0)^2}

Squaring both sides, we get :

⇒ (x - 2)2 + 52 = (-2 - x)2 + 92

⇒ x2 + 4 - 4x + 25 = x2 + 4 + 4x + 81

⇒ -4x + 25 = 4x + 81

⇒ -4x - 4x + 25 - 81 = 0

⇒ -8x - 56 = 0

⇒ -8x = 56

⇒ x = -7.

Hence, P(-7, 0) is the point on x-axis which is equidistant from the points A(2, -5) and B(-2, 9).

Question 4

Find the point on the y-axis, which is equidistant from the points A(-3, 2) and B(5, -2).

Answer

Let the point on y-axis which is equidistant from the points A(-3, 2) and B(5, -2) be P(0, y).

As point is equidistant from the points A and B.

Distance of A and P = Distance of P and B

AP = PB

(0(3))2+(y2)2=(50)2+((2)y)2\Rightarrow \sqrt{(0 - (-3))^2 + (y - 2)^2} = \sqrt{(5 - 0)^2 + ((-2) - y)^2}

Squaring both sides, we get :

⇒ 32 + (y - 2)2 = 52 + (-2 -y)2

⇒ 9 + y2 + 4 - 4y = 25 + y2 + 4 + 4y

⇒ y2 - 4y + 13 = y2 + 4y + 29

⇒ y2 - y2 + 4y + 4y = 13 - 29

⇒ 8y = -16

⇒ y = -2.

Hence, P(0, -2) is the point on y-axis which is equidistant from the points A(-3, 2) and B(5, -2).

Question 5

Show that the points A(3, 0), B(6, 4) and C(-1, 3) are the vertices of an isosceles right-angled triangle.

Answer

We will find the length of all sides of the triangle ABC by using distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substituting values we get :

AB=(63)2+(40)2=(3)2+(4)2=9+16=25=5BC=(16)2+(34)2=(7)2+(1)2=49+1=50=52AC=(13)2+(30)2=(4)2+(3)2=16+9=25=5\Rightarrow AB = \sqrt{(6 -3)^2 + (4 - 0)^2}\\[1em] = \sqrt{(3)^2 + (4)^2}\\[1em] = \sqrt{9 + 16} = \sqrt{25} \\[1em] = 5\\[1em] \Rightarrow BC = \sqrt{(-1 -6)^2 + (3 - 4)^2}\\[1em] = \sqrt{(-7)^2 + (-1)^2}\\[1em] = \sqrt{49 + 1} = \sqrt{50} \\[1em] = 5\sqrt{2}\\[1em] \Rightarrow AC = \sqrt{(-1 -3)^2 + (3 - 0)^2}\\[1em] = \sqrt{(-4)^2 + (3)^2}\\[1em] = \sqrt{16 + 9} = \sqrt{25} \\[1em] = 5

⇒ AB = AC

Also,

AB2 + AC2 = 52 + 52

= 25 + 25

= 50.

BC2 = (52)2(5\sqrt{2})^2 = 50.

Since,

AB2 + AC2 = BC2

⇒ △ABC is right angled triangle at A.

As two sides are equal.

⇒ △ABC is an isosceles right angled triangle.

Hence, proved that the points A(3, 0), B(6, 4) and C(-1, 3) are the vertices of an isosceles right-angled triangle.

Question 6

Show that the points O(0, 0), A(3, 3\sqrt{3}) and B(3, -3\sqrt{3}) are the vertices of an equilateral triangle.

Answer

Using distance formula,

OA=(30)2+(30)2=(3)2+(3)2=9+3=12=23 unitsAB=(33)2+(33)2=(0)2+(23)2=0+12=12=23 unitsOB=(30)2+(30)2=(3)2+(3)2=9+3=12=23 units.\Rightarrow OA = \sqrt{(3 - 0)^2 + (\sqrt{3} - 0)^2}\\[1em] = \sqrt{(3)^2 + (\sqrt{3})^2}\\[1em] = \sqrt{9 + 3} \\[1em] = \sqrt{12} \\[1em] = 2\sqrt{3} \text{ units} \\[1em] \Rightarrow AB = \sqrt{(3 - 3)^2 + (-\sqrt{3} - \sqrt{3})^2}\\[1em] = \sqrt{(0)^2 + (-2\sqrt{3})^2}\\[1em] = \sqrt{0 + 12} \\[1em] = \sqrt{12} \\[1em] = 2\sqrt{3} \text{ units}\\[1em] \Rightarrow OB = \sqrt{(3 - 0)^2 + (-\sqrt{3} - 0)^2}\\[1em] = \sqrt{(3)^2 + (-\sqrt{3})^2}\\[1em] = \sqrt{9 + 3} \\[1em] = \sqrt{12} \\[1em] = 2\sqrt{3} \text{ units}.

Since OA = AB = OB, all the sides of the triangle are equal.

Hence, the points O(0, 0), A(3, 3\sqrt{3}) and B(3, -3\sqrt{3}) are the vertices of an equilateral triangle.

Question 7

Show that the points A(1, 1), B(-1, 5), C(7, 9) and D(9, 5) are the vertices of a rectangle ABCD.

Answer

We will find the length of all sides by using distance formula.

AB=(11)2+(51)2=(2)2+(4)2=4+16=20=25BC=(7(1))2+(95)2=(8)2+(4)2=64+16=80=45CD=(97)2+(59)2=(2)2+(4)2=4+16=20=25AD=(91)2+(51)2=(8)2+(4)2=64+16=80=45\Rightarrow AB = \sqrt{(-1 -1)^2 + (5 - 1)^2}\\[1em] = \sqrt{(-2)^2 + (4)^2}\\[1em] = \sqrt{4 + 16} = \sqrt{20} \\[1em] = 2\sqrt{5}\\[1em] \Rightarrow BC = \sqrt{(7 -(-1))^2 + (9 - 5)^2}\\[1em] = \sqrt{(8)^2 + (4)^2}\\[1em] = \sqrt{64 + 16} = \sqrt{80} \\[1em] = 4\sqrt{5}\\[1em] \Rightarrow CD = \sqrt{(9 - 7)^2 + (5 - 9)^2}\\[1em] = \sqrt{(2)^2 + (4)^2}\\[1em] = \sqrt{4 + 16} = \sqrt{20} \\[1em] = 2\sqrt{5}\\[1em] \Rightarrow AD = \sqrt{(9 - 1)^2 + (5 - 1)^2}\\[1em] = \sqrt{(8)^2 + (4)^2}\\[1em] = \sqrt{64 + 16} = \sqrt{80} \\[1em] = 4\sqrt{5}

⇒ AB = CD and BC = AD

Now,

We will find the length of diagonals AC and BD.

AC=(71)2+(91)2=(6)2+(8)2=36+64=100=10BD=(9(1))2+(55)2=(9+1)2+(0)2=(10)2=10\Rightarrow AC = \sqrt{(7 -1)^2 + (9 - 1)^2}\\[1em] = \sqrt{(6)^2 + (8)^2}\\[1em] = \sqrt{36 + 64} = \sqrt{100} \\[1em] = 10\\[1em] \Rightarrow BD = \sqrt{(9 -(-1))^2 + (5 - 5)^2}\\[1em] = \sqrt{(9 + 1)^2 + (0)^2}\\[1em] =\sqrt{(10)^2}\\[1em] = 10

⇒ AC = BD

Since, opposite sides are equal and diagonals are also equal.

⇒ ABCD is a rectangle.

Hence, the points A(1, 1), B(-1, 5), C(7, 9) and D(9, 5) are the vertices of a rectangle ABCD.

Question 8

Show that the points A(1, 2), B(5, 4), C(3, 8) and D(-1, 6) are the vertices of a square.

Answer

We will find the length of all sides by using distance formula.

AB=(51)2+(42)2=(4)2+(2)2=16+4=20=25BC=(35)2+(84)2=(2)2+(4)2=4+16=20=25CD=(13)2+(68)2=(4)2+(2)2=16+4=20=25AD=(11)2+(62)2=(2)2+(4)2=4+16=20=25\Rightarrow AB = \sqrt{(5 - 1)^2 + (4 - 2)^2}\\[1em] = \sqrt{(4)^2 + (2)^2}\\[1em] = \sqrt{16 + 4} = \sqrt{20} \\[1em] = 2\sqrt{5}\\[1em] \Rightarrow BC = \sqrt{(3 - 5)^2 + (8 - 4)^2}\\[1em] = \sqrt{(-2)^2 + (4)^2}\\[1em] = \sqrt{4 + 16} = \sqrt{20} \\[1em] = 2\sqrt{5}\\[1em] \Rightarrow CD = \sqrt{(-1 - 3)^2 + (6 - 8)^2}\\[1em] = \sqrt{(-4)^2 + (-2)^2}\\[1em] = \sqrt{16 + 4} = \sqrt{20} \\[1em] = 2\sqrt{5}\\[1em] \Rightarrow AD = \sqrt{(-1 -1)^2 + (6 - 2)^2}\\[1em] = \sqrt{(-2)^2 + (4)^2}\\[1em] = \sqrt{4 + 16} = \sqrt{20} \\[1em] = 2\sqrt{5}

⇒ AB = BC = CD = AD

Now,

We will find the length of diagonals AC and BD.

AC=(31)2+(82)2=(2)2+(6)2=4+36=40=210BD=(15)2+(64)2=(6)2+(2)2=36+4=(40)=210\Rightarrow AC = \sqrt{(3 -1)^2 + (8 - 2)^2}\\[1em] = \sqrt{(2)^2 + (6)^2}\\[1em] = \sqrt{4 + 36} = \sqrt{40} \\[1em] = 2\sqrt{10}\\[1em] \Rightarrow BD = \sqrt{(-1 - 5)^2 + (6 - 4)^2}\\[1em] =\sqrt{(-6)^2 + (2)^2}\\[1em] = \sqrt{36 + 4}\\[1em] =\sqrt{(40)}\\[1em] = 2\sqrt{10}

⇒ AC = BD

Since, all sides are equal and diagonals are also equal.

⇒ ABCD is a square.

Hence, the points A(1, 2), B(5, 4), C(3, 8) and D(-1, 6) are the vertices of a square.

Question 9

Show that the points A(2, -1), B(3, 4), C(-2, 3) and D(-3, -2) are the vertices of a rhombus.

Answer

By distance formula,

Distance between two points = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Calculate the lengths :

AB=(32)2+(4(1))2=(1)2+(5)2=1+25=26 unitsBC=(23)2+(34)2=(5)2+(1)2=25+1=26 unitsCD=(3(2))2+(23)2=(1)2+(5)2=1+25=26 unitsAD=(32)2+(2(1))2=(5)2+(1)2=25+1=26 units.\Rightarrow AB = \sqrt{(3 - 2)^2 + (4 - (-1))^2}\\[1em] = \sqrt{(1)^2 + (5)^2}\\[1em] = \sqrt{1 + 25}\\[1em] = \sqrt{26} \text{ units}\\[1em] \Rightarrow BC = \sqrt{(-2 -3)^2 + (3 - 4)^2}\\[1em] = \sqrt{(-5)^2 + (-1)^2}\\[1em] = \sqrt{25 + 1}\\[1em] = \sqrt{26} \text{ units}\\[1em] \Rightarrow CD = \sqrt{(-3 - (-2))^2 + (-2 - 3)^2}\\[1em] = \sqrt{(-1)^2 + (-5)^2}\\[1em] = \sqrt{1 + 25}\\[1em] = \sqrt{26} \text{ units}\\[1em] \Rightarrow AD = \sqrt{(-3 -2)^2 + (-2 -(-1))^2}\\[1em] = \sqrt{(-5)^2 + (-1)^2}\\[1em] = \sqrt{25 + 1}\\[1em] = \sqrt{26} \text{ units}.

As, AB = BC = CD = AD

Hence, the points A(2, -1), B(3, 4), C(-2, 3) and D(-3, -2) are the vertices of a rhombus.

PrevNext