KnowledgeBoat Logo
|
OPEN IN APP

Chapter 25

Distance Formula — Exercise 25

Class - 9 Concise Mathematics Selina



Exercise 25

Question 1(a)

The distance between the points (7, -5) and (3, -1) is :

  1. 4 units

  2. 3 units

  3. 424{\sqrt2} units

  4. 5 units

Answer

Let (7, -5) = (x1, y1) and (3, -1) = (x2, y2)

Distance between the given points =

(x2x1)2+(y2y1)2=(37)2+((1)(5))2=(4)2+(4)2=16+16=32=42units\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] = \sqrt{(3 - 7)^2 + ((-1) - (-5))^2}\\[1em] = \sqrt{(-4)^2 + (4)^2}\\[1em] = \sqrt{16 + 16}\\[1em] = \sqrt{32}\\[1em] = 4{\sqrt2} \text{units}

Hence, option 3 is the correct option.

Question 1(b)

The distance of point (-4, 3) from the origin is :

  1. 5 units

  2. -5 units

  3. 4 units

  4. 3 units

Answer

Since, distance between origin and (x, y) = x2+y2\sqrt{x^2 + y^2}

∴ Distance between origin and the point (-4, 3)

=(4)2+32=16+9=25=5 units= \sqrt{(-4)^2 + 3^2}\\[1em] = \sqrt{16 + 9}\\[1em] = \sqrt{25}\\[1em] = \text{5 units}

Hence, option 1 is the correct option.

Question 1(c)

The distance between the points (-3, 2) and (x, 10) is 10 units. The value of x is :

  1. 3

  2. -9

  3. 3 or -9

  4. 3 and -9

Answer

Let (-3, 2) = (x1, y1) and (x, 10) = (x2, y2)

Distance between the given points =

(x2x1)2+(y2y1)210=(x(3))2+(102)210=(x+3)2+82102=(x+3)2+(8)2100=(x+3)2+6410064=(x+3)236=(3+x)236=3+x±6=3+x6=x+3 or6=3+xx=63 or63=xx=3 or9\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] 10 = \sqrt{(x - (-3))^2 + (10 - 2)^2}\\[1em] ⇒ 10 = \sqrt{(x + 3)^2 + 8^2}\\[1em] ⇒ 10^2 = (x + 3)^2 + (8)^2\\[1em] ⇒ 100 = (x + 3)^2 + 64\\[1em] ⇒ 100 - 64 = (x + 3)^2\\[1em] ⇒ 36 = (3 + x)^2\\[1em] ⇒ \sqrt{36} = 3 + x\\[1em] ± 6 = 3 + x\\[1em] 6 = x + 3 \text{ or} -6 = 3 + x \\[1em] x = 6 - 3 \text{ or} -6 -3 = x \\[1em] x = 3 \text{ or} -9\\[1em]

Hence, option 3 is the correct option.

Question 1(d)

The point (x, y) is equidistant from the points (3, 6) and (-3, 4); the relation between x and y is :

  1. 3x - y = 5

  2. 3x - y - 5 = 0

  3. y - 3x = 0

  4. 3x + y = 5

Answer

Given (x, y) is equidistant from (3, 6) and (-3, 4)

i.e. distance between (x, y) and (3, 6) = distance between (x, y) and (-3, 4)

(x3)2+(y6)2=(x(3))2+(y4)2(x3)2+(y6)2=(x+3)2+(y4)2(x3)2+(y6)2=(x+3)2+(y4)2x2+96x+y2+3612y=x2+9+6x+y2+168y3616=6x+6x+12y8y20=12x+4y3x+y=5\sqrt{(x - 3)^2 + (y - 6)^2} = \sqrt{(x - (-3))^2 + (y - 4)^2}\\[1em] ⇒ \sqrt{(x - 3)^2 + (y - 6)^2} = \sqrt{(x + 3)^2 + (y - 4)^2}\\[1em] ⇒ (x - 3)^2 + (y - 6)^2 = (x + 3)^2 + (y - 4)^2\\[1em] ⇒ x^2 + 9 - 6x + y^2 + 36 - 12y = x^2 + 9 + 6x + y^2 + 16 -8y\\[1em] ⇒ 36 - 16 = 6x + 6x + 12y -8y\\[1em] ⇒ 20 = 12x + 4y\\[1em] ⇒ 3x + y = 5

Hence, option 4 is the correct option.

Question 1(e)

The perimeter of a triangle with vertices (0, 4), (0, 0) and (3, 0) is :

  1. 12 units

  2. 6 units

  3. 5 units

  4. 10 units

Answer

Let (0, 4) = (x1, y1), (0, 0) = (x2, y2) and (3, 0) = (x3, y3)

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

The perimeter of a triangle

=(x2x1)2+(y2y1)2+(x3x2)2+(y3y2)2+(x3x1)2+(y3y1)2=(00)2+(04)2+(30)2+(00)2+(30)2+(04)2=(4)2+(3)2+(3)2+(4)2=16+9+9+16=4+3+25=4+3+5=12units= \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} + \sqrt{(x_3 - x_2)^2 + (y_3 - y_2)^2} + \sqrt{(x_3 - x_1)^2 + (y_3 - y_1)^2}\\[1em] = \sqrt{(0 - 0)^2 + (0 - 4)^2} + \sqrt{(3 - 0)^2 + (0 - 0)^2} + \sqrt{(3 - 0)^2 + (0 - 4)^2}\\[1em] = \sqrt{(- 4)^2} + \sqrt{(3)^2} + \sqrt{(3)^2 + (- 4)^2}\\[1em] = \sqrt{16} + \sqrt{9} + \sqrt{9 + 16}\\[1em] = 4 + 3 + \sqrt{25}\\[1em] = 4 + 3 + 5\\[1em] = 12 \text{units}

Hence, option 1 is the correct option.

Question 2

Find the distance between the following pairs of points :

(i) (-3, 6) and (2, -6)

(ii) (-a, -b) and (a, b)

(iii) (35,2)\Big(\dfrac{3}{5},2\Big) and (15,125)\Big(-\dfrac{1}{5}, 1\dfrac{2}{5}\Big)

(iv) (3+1,1)\Big({\sqrt3 +1},1\Big) and (0, 3\sqrt{3})

Answer

(i) Let (-3, 6) = (x1, y1) and (2, -6) = (x2, y2)

⇒ Distance between the given points =

(x2x1)2+(y2y1)2=(2(3))2+(66)2=(5)2+(12)2=25+144=169=13\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] = \sqrt{(2 - (-3))^2 + (-6 - 6)^2}\\[1em] = \sqrt{(5)^2 + (-12)^2}\\[1em] = \sqrt{25 + 144}\\[1em] = \sqrt{169}\\[1em] = 13

Hence, distance between the given points is 13.

(ii) Let (-a, -b) = (x1, y1) and (a, b) = (x2, y2)

⇒ Distance between the given points =

(x2x1)2+(y2y1)2=(a(a))2+(b(b))2=(2a)2+(2b)2=4a2+4b2=2a2+b2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] = \sqrt{(a - (-a))^2 + (b - (-b))^2}\\[1em] = \sqrt{(2a)^2 + (2b)^2}\\[1em] = \sqrt{4a^2 + 4b^2}\\[1em] = 2\sqrt{a^2 + b^2}\\[1em]

Hence, distance between the given points is 2a2+b22\sqrt{a^2 + b^2}.

(iii) Let (35,2)\Big(\dfrac{3}{5},2\Big) = (x1, y1) and (15,125)\Big(-\dfrac{1}{5}, 1\dfrac{2}{5}\Big) = (x2, y2)

⇒ Distance between the given points =

(x2x1)2+(y2y1)2=(1535)2+((1252))2=(45)2+(7105)2=1625+(35)2=1625+925=2525=1=1\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] = \sqrt{\Big(\dfrac{-1}{5} - \dfrac{3}{5} \Big)^2 + \Big(\Big(1\dfrac{2}{5} - 2 \Big)\Big)^2}\\[1em] = \sqrt{\Big(\dfrac{-4}{5}\Big)^2 + \Big(\dfrac{7-10}{5}\Big)^2}\\[1em] = \sqrt{\dfrac{16}{25} + \Big(\dfrac{-3}{5}\Big)^2}\\[1em] = \sqrt{\dfrac{16}{25} + \dfrac{9}{25}}\\[1em] = \sqrt{\dfrac{25}{25}}\\[1em] = \sqrt{1}\\[1em] = 1

Hence, distance between the given points is 1.

(iv) Let (3+1,1)\Big({\sqrt3 +1},1\Big) = (x1, y1) and (0, 3\sqrt{3}) = (x2, y2)

⇒ Distance between the given points =

(x2x1)2+(y2y1)2=(0(3+1))2+(31)2=((3+1))2+(31)2=3+1+23+1+323=8=22\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] = \sqrt{(0 - ({\sqrt3 +1}))^2 + (\sqrt3 - 1)^2}\\[1em] = \sqrt{(-{(\sqrt3 +1)})^2 + (\sqrt3 - 1)^2}\\[1em] = \sqrt{3 + 1 + 2\sqrt3 + 1 + 3 - 2\sqrt3}\\[1em] = \sqrt{8}\\[1em] = 2\sqrt2

Hence, distance between the given points is 222\sqrt2 = 2.83.

Question 3

Find the distance between the origin and the point :

(i) (-8, 6)

(ii) (-5, -12)

(iii) (8, -15)

Answer

(i) Since, distance between origin and (x, y) = x2+y2\sqrt{x^2 + y^2}

∴ Distance between origin and the point (-8, 6)

=(8)2+62=64+36=100=10= \sqrt{(-8)^2 + 6^2}\\[1em] = \sqrt{64 + 36}\\[1em] = \sqrt{100}\\[1em] = \text{10}

Hence, the distance between the origin and the point (-8, 6) is 10.

(ii) Since, distance between origin and (x, y) = x2+y2\sqrt{x^2 + y^2}

∴ Distance between origin and the point (-5, -12)

=(5)2+(12)2=25+144=169=13= \sqrt{(-5)^2 + (-12)^2}\\[1em] = \sqrt{25 + 144}\\[1em] = \sqrt{169}\\[1em] = \text{13}

Hence, the distance between the origin and the point (-5, -12) is 13.

(iii) Since, distance between origin and (x, y) = x2+y2\sqrt{x^2 + y^2}

∴ Distance between origin and the point (8, -15)

=82+(15)2=64+225=289=17= \sqrt{8^2 + (-15)^2}\\[1em] = \sqrt{64 + 225}\\[1em] = \sqrt{289}\\[1em] = \text{17}

Hence, the distance between the origin and the point is 17.

Question 4

The distance between the points (3, 1) and (0, x) is 5. Find x.

Answer

Let (3, 1) = (x1, y1) and (0, x) = (x2, y2)

⇒ Distance between the given points =

(x2x1)2+(y2y1)25=(03)2+(x1)25=(3)2+(x1)252=(3)2+(x1)225=9+(x1)2259=(x1)216=(x1)216=x14=x1 and4=x1x=4+1 and x=4+1x=5 and3\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] ⇒ 5 = \sqrt{(0 - 3)^2 + (x - 1)^2}\\[1em] ⇒ 5 = \sqrt{(-3)^2 + (x - 1)^2}\\[1em] ⇒ 5^2 = (-3)^2 + (x - 1)^2\\[1em] ⇒ 25 = 9 + (x - 1)^2\\[1em] ⇒ 25 - 9 = (x - 1)^2\\[1em] ⇒ 16 = (x - 1)^2\\[1em] ⇒ \sqrt{16} = x - 1\\[1em] ⇒ 4 = x - 1 \text{ and} -4 = x -1\\[1em] ⇒ x = 4 + 1 \text{ and } x = -4 + 1\\[1em] ⇒ x = 5 \text{ and} -3\\[1em]

Hence, the value of x = 5 and -3.

Question 5

Find the co-ordinates of points on the x-axis which are at a distance of 17 units from the point (11, -8).

Answer

Let the co-ordinates of the point on the x-axis be (x, 0).

Since, distance = (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Let (x, 0) = (x1, y1) and (11, -8) = (x2, y2)

⇒ Distance between the given points =

17=(11x)2+(80)217=(11x)2+(8)2172=(11x)2+(8)2289=121+x222x+64289=185+x222x185+x222x289=0x2(26x4x)104=0x226x+4x104=0(x226x)+(4x104)=0x(x26)+4(x26)=0(x26)(x+4)=0x=26 and4\\[1em] ⇒ 17 = \sqrt{(11 - x)^2 + (-8 - 0)^2}\\[1em] ⇒ 17 = \sqrt{(11 - x)^2 + (-8)^2}\\[1em] ⇒ 17^2 = (11 - x)^2 + (-8)^2\\[1em] ⇒ 289 = 121 + x^2 - 22x + 64\\[1em] ⇒ 289 = 185 + x^2 - 22x\\[1em] ⇒ 185 + x^2 - 22x - 289 = 0\\[1em] ⇒ x^2 - (26x - 4x) - 104 = 0\\[1em] ⇒ x^2 - 26x + 4x - 104 = 0\\[1em] ⇒ (x^2 - 26x) + (4x - 104) = 0\\[1em] ⇒ x(x - 26) + 4(x - 26) = 0\\[1em] ⇒ (x - 26)(x + 4) = 0\\[1em] ⇒ x = 26 \text{ and} -4

Hence, the co-ordinates of points are (26, 0) and (-4, 0).

Question 6

Find the co-ordinates of the points on the y-axis, which are at a distance of 10 units from the point (-8, 4).

Answer

Let (0, y) = (x1, y1) and (-8, 4) = (x2, y2)

⇒ Distance between the given points =

(x2x1)2+(y2y1)210=(80)2+(4y)210=(8)2+(4y)2102=64+16+y28y100=80+y28y80+y28y100=0y28y20=0y2(10y2y)20=0y210y+2y20=0(y210y)+(2y20)=0y(y10)+2(y10)=0(y10)(y+2)=0y=10 and 2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] ⇒ 10 = \sqrt{(-8 - 0)^2 + (4 - y)^2}\\[1em] ⇒ 10 = \sqrt{(-8)^2 + (4 - y)^2}\\[1em] ⇒ 10^2 = 64 + 16 + y^2 - 8y\\[1em] ⇒ 100 = 80 + y^2 - 8y\\[1em] ⇒ 80 + y^2 - 8y - 100 = 0 \\[1em] ⇒ y^2 - 8y - 20 = 0 \\[1em] ⇒ y^2 - (10y - 2y) - 20 = 0 \\[1em] ⇒ y^2 - 10y + 2y - 20 = 0 \\[1em] ⇒ (y^2 - 10y) + (2y - 20) = 0 \\[1em] ⇒ y(y - 10) + 2(y - 10) = 0 \\[1em] ⇒ (y - 10)(y + 2) = 0 \\[1em] ⇒ y = 10 \text{ and } -2

Hence, the co-ordinates of points are (0, 10) and (0, -2).

Question 7

A point A is at a distance of 10\sqrt{10} units from the point (4, 3). Find the co-ordinates of point A, if its ordinate is twice its abscissa.

Answer

Let (a, 2a) = (x1, y1) and (4, 3) = (x2, y2)

⇒ Distance between the given points =

(x2x1)2+(y2y1)210=(4a)2+(32a)210=(4a)2+(32a)210=16+a28a+9+4a212a10=25+5a220a25+5a220a10=05a220a+15=0a24a+3=0a2(3a+1a)+3=0a23a1a+3=0a(a3)1(a3)=0(a3)(a1)=0a=3 and 1\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] ⇒ \sqrt{10} = \sqrt{(4 - a)^2 + (3 - 2a)^2}\\[1em] ⇒ 10 = (4 - a)^2 + (3 - 2a)^2\\[1em] ⇒ 10 = 16 + a^2 - 8a + 9 + 4a^2 - 12a\\[1em] ⇒ 10 = 25 + 5a^2 - 20a\\[1em] ⇒ 25 + 5a^2 - 20a - 10 = 0\\[1em] ⇒ 5a^2 - 20a + 15 = 0\\[1em] ⇒ a^2 - 4a + 3 = 0\\[1em] ⇒ a^2 - (3a + 1a) + 3 = 0\\[1em] ⇒ a^2 - 3a - 1a + 3 = 0\\[1em] ⇒ a(a - 3) - 1(a - 3) = 0\\[1em] ⇒ (a - 3)(a - 1) = 0\\[1em] ⇒ a = 3 \text{ and } 1

For each value of a = x, we can find the corresponding value of y:

  • If a = 3, then y = 2a = 6
  • If a = 1, then y = 2a = 2

Hence, the co-ordinates of point A are (3, 6) and (1, 2).

Question 8

A point P (2, -1) is equidistant from the points (a, 7) and (-3, a). Find a.

Answer

Given point (2, -1) is equidistant from (a, 7) and (-3, a).

i.e. distance between (2, -1) and (a, 7) = distance between (2, -1) and (-3, a)

(a2)2+(7(1))2=((3)2)2+(a(1))2(a2)2+(7+1)2=(32)2+(a+1)2(a2)2+(8)2=(5)2+(a+1)2(a2)2+(8)2=(5)2+(a+1)2a2+44a+64=25+a2+1+2aa24a+68=a2+2a+264a+68=2a+266826=2a+4a6a=42a=426a=7\sqrt{(a - 2)^2 + (7 - (-1))^2} = \sqrt{((-3) - 2)^2 + (a - (-1))^2}\\[1em] ⇒ \sqrt{(a - 2)^2 + (7 + 1)^2} = \sqrt{(-3 - 2)^2 + (a + 1)^2}\\[1em] ⇒ \sqrt{(a - 2)^2 + (8)^2} = \sqrt{(-5)^2 + (a + 1)^2}\\[1em] ⇒ (a - 2)^2 + (8)^2 = (-5)^2 + (a + 1)^2\\[1em] ⇒ a^2 + 4 - 4a + 64 = 25 + a^2 + 1 + 2a\\[1em] ⇒ a^2 - 4a + 68 = a^2 + 2a + 26\\[1em] ⇒ - 4a + 68 = 2a + 26\\[1em] ⇒ 68 - 26 = 2a + 4a\\[1em] ⇒ 6a = 42\\[1em] ⇒ a = \dfrac{42}{6}\\[1em] ⇒ a = 7

Hence, the value of a = 7.

Question 9

What point on the x-axis is equidistant from the points (7, 6) and (-3, 4) ?

Answer

Let the required point on the x-axis be (x, 0).

Given (x, 0) is equidistant from (7, 6) and (-3, 4).

i.e. distance between (x, 0) and (7, 6) = distance between (x, 0) and (-3, 4)

(7x)2+(60)2=((3)x)2+(40)2(7x)2+(6)2=(3x)2+(4)2(7x)2+(6)2=(3x)2+(4)249+x214x+36=9+x2+6x+16x214x+85=x2+6x+2514x+85=6x+2514x6x=258520x=60x=6020x=3\sqrt{(7 - x)^2 + (6 - 0)^2} = \sqrt{((-3) - x)^2 + (4 - 0)^2}\\[1em] ⇒ \sqrt{(7 - x)^2 + (6)^2} = \sqrt{(-3 - x)^2 + (4)^2}\\[1em] ⇒ (7 - x)^2 + (6)^2 = (-3 - x)^2 + (4)^2\\[1em] ⇒ 49 + x^2 - 14x + 36 = 9 + x^2 + 6x + 16\\[1em] ⇒ x^2 - 14x + 85 = x^2 + 6x + 25\\[1em] ⇒ - 14x + 85 = 6x + 25\\[1em] ⇒ - 14x - 6x = 25 - 85\\[1em] ⇒ - 20x = -60\\[1em] ⇒ x = \dfrac{60}{20}\\[1em] ⇒ x = 3

Hence, the point on the x-axis which is equidistant from the points (7, 6) and (-3, 4) is (3, 0).

Question 10

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

Answer

Let the required point on the y-axis be (0, y).

Given (0, y) is equidistant from (5, 2) and (-4, 3).

i.e. distance between (0, y) and (5, 2) = distance between (0, y) and (-4, 3)

(50)2+(2y)2=((4)0)2+(3y)2(5)2+(2y)2=(4)2+(3y)2(5)2+(2y)2=(4)2+(3y)225+4+y24y=16+9+y26y29+y24y=25+y26y294y=256y4y+6y=25292y=4y=42y=2\sqrt{(5 - 0)^2 + (2 - y)^2} = \sqrt{((-4) - 0)^2 + (3 - y)^2}\\[1em] ⇒ \sqrt{(5)^2 + (2 - y)^2} = \sqrt{(-4)^2 + (3 - y)^2}\\[1em] ⇒ (5)^2 + (2 - y)^2 = (-4)^2 + (3 - y)^2\\[1em] ⇒ 25 + 4 + y^2 - 4y = 16 + 9 + y^2 - 6y\\[1em] ⇒ 29 + y^2 - 4y = 25 + y^2 - 6y\\[1em] ⇒ 29 - 4y = 25 - 6y\\[1em] ⇒ - 4y + 6y = 25 - 29\\[1em] ⇒ 2y = - 4\\[1em] ⇒ y = - \dfrac{4}{2}\\[1em] ⇒ y = - 2

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

Question 11

A point P lies on the x-axis and another point Q lies on the y-axis.

(i) Write the ordinate of point P.

(ii) Write the abscissa of point Q.

(iii) If the abscissa of point P is -12 and the ordinate of point Q is -16; calculate the length of line segment PQ.

Answer

(i) The point P lies on the x-axis, so its co-ordinates are (x, 0).

The ordinate of point P is 0.

(ii) The point Q lies on the y-axis, so its co-ordinates are (0, y).

The abscissa of point Q is 0.

(iii) If the abscissa of point P is -12, then P = (-12, 0).

And if the ordinate of point Q is -16. So, then Q = (0, -16).

The length of the line segment PQ

=(x2x1)2+(y2y1)2=(0(12))2+((16)0)2=(12)2+(16)2=144+256=400=20= \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\\[1em] = \sqrt{(0 - (-12))^2 + ((-16) - 0)^2}\\[1em] = \sqrt{(-12)^2 + (-16)^2}\\[1em] = \sqrt{144 + 256}\\[1em] = \sqrt{400}\\[1em] = 20

Hence, the length of PQ = 20.

Question 12

Show that the points P (0, 5), Q (5, 10) and R (6, 3) are the vertices of an isosceles triangle.

Answer

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

The length of PQ

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

The length of QR

=(65)2+(310)2=12+(7)2=1+49=50=52= \sqrt{(6 - 5)^2 + (3 - 10)^2}\\[1em] = \sqrt{1^2 + (-7)^2}\\[1em] = \sqrt{1 + 49}\\[1em] = \sqrt{50}\\[1em] = 5\sqrt{2}\\[1em]

The length of RP

=(60)2+(35)2=62+(2)2=36+4=40=210= \sqrt{(6 - 0)^2 + (3 - 5)^2}\\[1em] = \sqrt{6^2 + (-2)^2}\\[1em] = \sqrt{36 + 4}\\[1em] = \sqrt{40}\\[1em] = 2\sqrt{10}\\[1em]

PQ = QR ⇒ the triangle is isosceles triangle

Hence, the triangle PQR is an isosceles triangle.

Question 13

Prove that the points P (0, -4), Q (6, 2), R (3, 5) and S (-3, -1) are the vertices of a rectangle PQRS.

Answer

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

The length of PQ

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

The length of RS

=(33)2+(15)2=62+(6)2=36+36=72=62= \sqrt{(-3 - 3)^2 + (-1 - 5)^2}\\[1em] = \sqrt{-6^2 + (-6)^2}\\[1em] = \sqrt{36 + 36}\\[1em] = \sqrt{72}\\[1em] = 6\sqrt{2}\\[1em]

The length of QR

=(36)2+(52)2=(3)2+(3)2=9+9=18=32= \sqrt{(3 - 6)^2 + (5 - 2)^2}\\[1em] = \sqrt{(-3)^2 + (-3)^2}\\[1em] = \sqrt{9 + 9}\\[1em] = \sqrt{18}\\[1em] = 3\sqrt{2}\\[1em]

The length of SP

=(30)2+(1(4))2=32+(3)2=9+9=18=32= \sqrt{(-3 - 0)^2 + (-1 - (-4))^2}\\[1em] = \sqrt{-3^2 + (-3)^2}\\[1em] = \sqrt{9 + 9}\\[1em] = \sqrt{18}\\[1em] = 3\sqrt{2}\\[1em]

PQ = RS
QR = SP

The length of diagonal QS =

=(36)2+(12)2=(9)2+(3)2=81+9=90=310= \sqrt{(-3 - 6)^2 + (-1 - 2)^2}\\[1em] = \sqrt{(-9)^2 + (-3)^2}\\[1em] = \sqrt{81 + 9}\\[1em] = \sqrt{90}\\[1em] = 3\sqrt{10}\\[1em]

The length of diagonal PR =

=(30)2+(5(4))2=32+92=9+81=90=310= \sqrt{(3 - 0)^2 + (5 - (-4))^2}\\[1em] = \sqrt{3^2 + 9^2}\\[1em] = \sqrt{9 + 81}\\[1em] = \sqrt{90}\\[1em] = 3\sqrt{10}\\[1em]

So, QS = PR

Since opposite sides are equal, and the diagonals are equal, we can conclude that the quadrilateral PQRS is a rectangle.

Hence, the points P (0, -4), Q (6, 2), R (3, 5) and S (-3, -1) are the vertices of a rectangle PQRS.

Question 14

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

Answer

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

The length of AB

=(31)2+(0(3))2=(4)2+32=16+9=25=5= \sqrt{(-3 - 1)^2 + (0 - (-3))^2}\\[1em] = \sqrt{(-4)^2 + 3^2}\\[1em] = \sqrt{16 + 9}\\[1em] = \sqrt{25}\\[1em] = 5

The length of BC

=(4(3))2+(10)2=(7)2+12=49+1=50=52= \sqrt{(4 - (-3))^2 + (1 - 0)^2}\\[1em] = \sqrt{(-7)^2 + 1^2}\\[1em] = \sqrt{49 + 1}\\[1em] = \sqrt{50}\\[1em] = 5\sqrt{2}\\[1em]

The length of CA

=(41)2+(1(3))2=32+42=9+16=25=5= \sqrt{(4 - 1)^2 + (1 - (-3))^2}\\[1em] = \sqrt{3^2 + 4^2}\\[1em] = \sqrt{9 + 16}\\[1em] = \sqrt{25}\\[1em] = 5

If ABC is an right angled triangle,

AB2 + CA2 = (25)(2\sqrt5)2 = 52 + 52 = 25 + 25 = 50 ⇒ BC2

BC2 = AB2 + CA2 ⇒ the triangle is right angled triangle.

and,

AB = CA ⇒ the triangle is isosceles triangle.

Base of triangle = Height of the triangle = 5 units.

Area of triangle ABC = 12\dfrac{1}{2} x base x height

=12×5×5=252=12.5 sq. units= \dfrac{1}{2} \times 5 \times 5\\[1em] = \dfrac{25}{2}\\[1em] = 12.5 \text{ sq. units}

Hence, the triangle ABC is an isosceles right-angled triangle and area of the triangle = 12.5 sq. units.

Question 15

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

Answer

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

The length of AB

=(15)2+(56)2=(4)2+(1)2=16+1=17= \sqrt{(1 - 5)^2 + (5 - 6)^2}\\[1em] = \sqrt{(-4)^2 + (-1)^2}\\[1em] = \sqrt{16 + 1}\\[1em] = \sqrt{17}

The length of BC

=(21)2+(15)2=12+(4)2=1+16=17= \sqrt{(2 - 1)^2 + (1 - 5)^2}\\[1em] = \sqrt{1^2 + (-4)^2}\\[1em] = \sqrt{1 + 16}\\[1em] = \sqrt{17}

The length of CD

=(62)2+(21)2=42+12=16+1=17= \sqrt{(6 - 2)^2 + (2 - 1)^2}\\[1em] = \sqrt{4^2 + 1^2}\\[1em] = \sqrt{16 + 1}\\[1em] = \sqrt{17}

The length of DA

=(65)2+(26)2=12+42=1+16=17= \sqrt{(6 - 5)^2 + (2 - 6)^2}\\[1em] = \sqrt{1^2 + 4^2}\\[1em] = \sqrt{1 + 16}\\[1em] = \sqrt{17}

AB = BC = CD = DA = 17\sqrt{17}

The length of diagonal AC =

=(25)2+(16)2=(3)2+(5)2=9+25=34= \sqrt{(2 - 5)^2 + (1 - 6)^2}\\[1em] = \sqrt{(-3)^2 + (-5)^2}\\[1em] = \sqrt{9 + 25}\\[1em] = \sqrt{34}

The length of diagonal BD =

=(61)2+(25)2=(5)2+(3)2=25+9=34= \sqrt{(6 - 1)^2 + (2 - 5)^2}\\[1em] = \sqrt{(-5)^2 + (-3)^2}\\[1em] = \sqrt{25 + 9}\\[1em] = \sqrt{34}

So, AC = BD

Since all sides and diagonals are equal, the points form a square.

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

PrevNext