Question 20. The three vertices of a parallelogram are (3, 4), (3, 8), and (9, 8). Find the fourth vertex.
Solution:

Let ABCD be a parallelogram and vertices will be A (3, 4), B (3, 8), C (9, 8)
and the co-ordinates of fourth vertex D be(x, y)
Now AB = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\ =\sqrt{(3-3)^2+(8-4)^2}=\sqrt{0+(4)^2}\\ =\sqrt{16}=4
Similarly, BC = \sqrt{(3-9)^2+(8-8)^2}\\ =\sqrt{(-6)^2+0}=\sqrt{36}=6\\ CD=\sqrt{(x-9)^2+(y-8)^2}
and DA = \sqrt{(3-x)^2+(4-y)^2}
Hence, ABCD is a ||gm
Here, AB = CD and BC = AD
CD = \sqrt{(x-9)^2+(y-8)^2}=4
On squaring both sides we get
(x - 9)2 + (y - 8)2 = (4)2
x2 - 18x + 81 + y2 - 16y + 64 = 16
x2 + y2 - 18x - 16y = 16 - 81 - 64
x2 + y2 - 18x - 16y = -129 ...........(i)
Similarly, AD = \sqrt{(3-x)^2+(4-y)^2}=6
On squaring both sides we get
(3 - x)2 + (4 - y)2 = 26
9 + x2 - 6x + 16 + y2 - 8y = 36
x2 + y2 - 6x - 8y = 36 - 9 - 16
x2 + y2 - 6x - 8y = 11 ...........(ii)
Now on subtracting eq(i) from (ii), we get
12x + 8y = 140
3x + 2y = 35
2y = 35 - 3x
y = (35 - 3x)/2 ...........(iii)
Now substituting the value of y in eq (ii)
x^2(\frac{35-3x}{2})^2-6x-8(\frac{35-3x}{2})=11\\ x+\frac{1225+9x^2-210x}{4}-6x-140+12x=11
4x2 + 1225 + 9x2 - 210x - 24x - 560 = 44
13x2 - 186 + 621 = 0
13x2 - 117x - 69x + 621 = 0
13x(x - 9) - 69(x - 9) = 0
(x - 9)(13x - 69) = 0
Either x - 9 = 0, then x = 9
or 13x - 69 = 0, then x69/13 which is not possible
So, x = 9
Hence, the vertex will be (9,4)
Question 21. Find a point which is equidistant from the point A (-5, 4) and B (-1, 6). How many such points are there?
Solution:
Let us considered P (h, k) be the point which is equidistant from the points A (-5, 4) and B (-1, 6).
So, PA = PB
Therefore, (PA)2 = (PB)2
Now by distance formula, we get
(-5 - h)2 + (4 - k)2 = (-1 - h)2 + (6 - k)2
25 + h2 + 10h + 16 + k2 - 8k = 1h2 + 2h + 36 + k2 - 12k
25 + 10h + 16 - 8k = 1 + 2h + 36 - 12k
8h + 4k + 41 - 37 = 0
8h + 4k + 4 = 0
2h + k + 1 = 0 .......(i)
Midpoint of AB = ((-5 - 1)/2, (4 + 6)/2) = (-3, 5)
At point (-3, 5), from eq(i)
2h + k = 2(-3) + 6
-6 + 5 = -1
2h + k + 1 = 0
So, the mid-point of AB satisfy the Eq. (i).
Hence, infinite number of points, in fact all points which are solution
of the equation 2h + k + 1 = 0, are equidistant from the point A and B.
Replacing h, k, by x, y in above equation, we have 2x + y + 1 = 0
Question 22. The centre of a circle is (2a, a – 7). Find the values of a if the circle passes through the point (11, -9) and has diameter 10√2 units.
Solution:

According to the question
Distance between the centre C (2a, a - 1) and the point P (11, -9), which lie on the circle = Radius of circle
So, Radius of circle = \sqrt{(11-2a)^2+(-9-a+7)^2} .....(i)
Given that, length of diameter = 10√2
Therefore, length of radius = Length of diameter/2
= 10√2/2 = 5√2
Now put this value in eq(i), we get
5\sqrt{2}=\sqrt{(11-2a)^2+(-2-a)^2}
Squaring on both sides, we get
50 = (11 - 2a)2 + (2 + a)2
50 = 121 + 4a2 - 44a + 4 + a2 + 4a
5a2 - 40a + 75 = 0
a2 - 8a + 15 = 0
a2 - 5a - 3a + 15 = 0
a(a - 5) - 3(a - 5) = 0
(a - 5)(a - 3) = 0
So, a = 3, 5
Hence, the required values of a are 5 and 3.
Question 23. Ayush starts walking from his house to office. Instead of going to the office directly, he goes to a bank first, from there to his daughter’s school and then reaches the office. What is the extra distance travelled by Ayush in reaching the office? (Assume that all distance covered are in straight lines). If the house is situated at (2, 4), bank at (5, 8), school at (13, 14), and office at (13, 26), and coordinates are in kilometers.
Solution:

According to the figure
Distance between two points d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
Now, distance between house and bank
=\sqrt{(5-2)^2+(8-4)^2}\\ =5
Distance between bank and daughter's
School=\sqrt{(13-5)^2+(14-8)^2}\\ =\sqrt{(8)^2+(6)^2}\\ =100
Distance between daughter's school and office=\sqrt{(13-13)^2+(26-14)^2}\\ =\sqrt{0+(12)^2}=12
Total distance (house+bank+school+office) travelled = 5 + 10 + 12 = 27 units
Distance between house to offices
=\sqrt{(13-2)^2+(26-4)^2}\\ =\sqrt{(11)^2+(22)^2}=\sqrt{121+484}\\ =\sqrt{605} = 24.59 = 24.6km
So, the extra distance travelled by Ayush in reaching his office = 27 - 24.6 = 2.4km.
Hence, the required extra distance travelled by Ayush is 2.4 km
Question 24. Find the value of k, if the point P (0, 2) is equidistant from (3, k) and (k, 5).
Solution:
Let us considered P (0, 2) is equidistant from A (3, k) and B (k, 5)
PA = PB
=> PA2 = PB2
=\sqrt{(0-3)^2+(2-k)^2}
Therefore, PA2 = (0 - 3)2 + (2 - k)2
= (-3)2 + (2 - k)2
= k2 - 4k + 13
Similarly, PB2 = (k - 0)2 + (5 - 2)2
= k2 + (3)2 = k2 + 9
Therefore, PA = PB
PA2 = PB2
k2 - 4k + 13 = k2 + 9
-4k = 9 - 13
-4k = -4
k = -4/-4 = 1
Hence, K = 1.
Question 25. If (-4, 3) and (4, 3) are two vertices of an equilateral triangle, find the coordinates of the third vertex, given that the origin lies in the
(i) interior,
(ii) the exterior of the triangle.
Solution:
Let us considered the third vertex of an equilateral triangle be (x, y).
So, the vertices are A (-4, 3), B (4,3) and C (x, y).
We know that, in equilateral triangle the angle between two
adjacent side is 60 and all three sides are equal.
Therefore, AB = BC = CA
AB2 = BC2 = CA2 .....(i)
Now, taking first two parts
AB2 = BC2
(4 + 4)2 + (3 - 3)2 = (x - 4)2 + (y - 3)2
64 + 0 = x2 + 16 - 8x + y2 + 9 - 6y
x2 + y2 - 8x - 6y = 39 .....(ii)
Now, taking first and third parts.
AB2 = CA2
(4 + 4)2 + (3 - 3)2 = (x - 4)2 + (y - 3)2
64 + 0 = x2 + 16 - 8x + y2 + 9 - 6y
x2 + y2 - 8x - 6y = 39
On subtracting eq(ii) from (iii), we get
x = 0
Now, put the value of x in eq(ii), we get
0 + y2 - 0 - 6y = 39
y2 - 6y - 39 = 0
Therefore, y = \frac{6±\sqrt{(-6)^2-4(1)(-39)}}{2*1}
y=\frac{6±\sqrt{36+156}}{2}\\ y=\frac{6±\sqrt{192}}{2}\\ y=\frac{6±2\sqrt{48}}{2}=3±\sqrt{48}\\ y=3±4\sqrt{3}\\ y=3+4\sqrt{3}or\space 3-4\sqrt{3}
So, the points of third vertex are
(0, 3+√3)or(3 - 4√3)
But it is given that, the origin lies in the interior of the ∆ABC and the x-coordinate of third vertex is zero.
So, y-coordinate of third vertex should be negative.
Hence, the requirement coordinate of third vertex,
C = (0, 3 – 4√3)
Question 26. Show that the points (-3, 2), (-5, -5), (2, -3), and (4, 4) are the vertices of a rhombus. Find the area of this rhombus.
Solution:
Let us considered the co-ordinates of the vertices A, B, C and D of a rhombus are A (-3, 2), B (-5, -5), C (2, -3) and D (4, 4)
AB=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\ \sqrt{(-5+3)^2+(-5-2)^2}=\sqrt{(-2)^2+(-7)^2}
or AB2 = (-2)2 + (-7)2 = 4 + 49 = 53
Similarly, BC2 = (2 + 5)2 + (-3 + 5)2
= (7)2 + (2)2 = 49 + 4 = 53
CD2 = (4 - 2)2 + (4 + 3)2
= (2)2 + (7)2 = 4 + 48 = 53
and DA2 = (-3 - 4)2 + (2 - 4)2
= (-7)2 + (-2)2 = 49 + 4 = 53
Therefore, we see that AB = BC = CD = DA = √53
Now diagonals AC = \sqrt{(2+3)^2+(-3-2)^2}\\ =\sqrt{(5)^2+(-5)^2}=\sqrt{25+25}\\ =\sqrt{50}=\sqrt{25*2}=5\sqrt{2}\\
and diagonal BD = \sqrt{(4+5)^2+(4+5)^2}\\ =\sqrt{(9)^2+(9)^2}=\sqrt{81+81}=\sqrt{162}\\ =\sqrt{81*2}=9\sqrt{2}
Therefore, sides are equal but diagonal are not equal
Hence, ABCD is a rhombus
Now we find the area of rhombus = Product of diagonal/2
= (5√2 × 9√2)/2
= 9/2
= 45sq.units
Question 27. Find the coordinates of the circumcenter of the triangle whose vertices are (3, 0), (-1, -6), and (4, -1). Also, find its circumradius.
Solution:

Let us considered ABC is a triangle whose vertices are A (3, 0), B (-1, -6) and C (4, -1)
So, O be the circumcenter of the triangle ABC and so the co-ordinates be (x, y)
Therefore, OA = OB = OC
OA2 = OB2 = OC2
Now OA = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\
OA2 = (x2 - x1)2 + (y2 - y1)2
= (x - 3)2 + (y - 0)2
= (x - 3)2 + y2
OB2 = (x + 1)2 +(y + 6)2
and OC2 = (x - 4)2 + (y + 1)2
Therefore, OA2 = OB2
(x - 3)2 + y2 = (x + 1)2 + (y + 6)2
x2 - 6x + 9 + y2 = x2 + 2x + 1 + y2 + 12y + 36
-6x - 2x - 12y = 1 + 36 - 9
-8x - 12y = 28
2x + 3y = -7 ........(i)
Therefore, OB2 = OC2
(x + 1)2 + (y + 6)2 = (x - 4)2 + (y + 1)2
x2 + 2x + 1 + y2 + 12y + 36 = x2 - 8x + 16 + y2 + 2y + 1
2x + 12y + 37 + 8x - 2y = 17
10x + 10y = 17 - 37 = -20
x + y = -2 ........(ii)
On multiply eq(i) by 1 and (ii) by 2, we get
2x + 3y = -7
2x + 2y = -4
Now, on substituting y = -3, we get
x + y = -2
x - 3 = -2
x = -2 + 3 = 1
Radius = OA = \sqrt{(1+1)^2+(-3+6)^2}\\ =\sqrt{(2)^2+(3)^2}=\sqrt{4+9} = √13
Question 28. Find a point on the x-axis which is equidistant from the points (7, 6) and (-3, 4).
Solution:
The required point is on x-axis
Its ordinate will be O
So, the co-ordinates of the required point P (x, 0)
It is given that the point P is equidistant from the points A (7, 6) and B (-3, 4)
Now AP=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\ =\sqrt{(x-7)^2+(0-6)^2}\\ =\sqrt{(x-7)^2+(6)^2}\\ =\sqrt{(x-7)^2+36}
Therefore, AP2 = (x - 7)2 + 36
Similarly, BP2 = (x + 3)2 + (0 - 4)2
= (x + 3)2 + 16
Therefore, AP = BP
AP2 = BP2
Therefore, (x - 7)2 + 36 = (x + 3)2 + 16
x2 - 14x + 49 + 36 = x2 + 6x + 9 + 16
x2 - 14x - x2 - 6x = 25 - 85
-20x = -60
x = -60/-20 = 3
Therefore, the required point will be (3, 0)
Question 29. (i) Show that the points A (5, 6), B (1, 5), C (2, 1), and D (6, 2) are the vertices of a square.
(ii) Prove that the points A (2, 3), B (-2, 2), C (-1, -2), and D (3, -1) are the vertices of a square ABCD.
(iii) Name the type of triangle PQR formed by the point P(√2, √2), Q(- √2, – √2), and R (-√6, √6).
Solution:
(i) Given points are given A (5, 6), B (1, 5), C (2, 1) and D (6, 2)
Now AB2 = (x2 - x1)2 + (y2 - y1)2
= (1 - 5)2 + (5 - 6)2
= (-4)2 + (-1)2 = 16 + 1 = 17
Similarly, BC = (2 - 1)2 + (1 - 5)2
= (1)2 + (-4)2
= 1 + 16 = 17
CD = (6 - 2)2 + (2 - 1)2 + (4)2 + (1)2
= 16 + 1 = 17
and DA = (5 - 6)2 + (6 - 2)2
= (-1)2 + (4)2
= 1 + 16 = 17
Diagonals AC2 = (2 - 5)2 + (1 - 6)2
= (-3)2 + (-5)2
= 9 + 25
=34
and BD2 = (6 - 1)2 + (2 - 5)2
= (5)2 + (-3)2
= 25 + 9 = 34
We conclude that
AB = BC = CD = DA and diagonals AC = BD
Hence, ABCD is a square.
(ii) Given points A(2, 3), B(-2, 2), C(-1, -2) and D(3, -1)

AB=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\ =\sqrt{()^2+(2-3)^2}\\ =\sqrt{(-4)^2+(-1)^2}\\ =\sqrt{16+1}=\sqrt{17}
Similarly,
BC=\sqrt{(-1+2)^2+(-2-2)^2}\\ =\sqrt{(1)^2+(-4)^2}\\ =\sqrt{1+16}=\sqrt{17}\\ CD=\sqrt{(3+1)^2+(-1+2)^2}\\ =\sqrt{(4)^2+(1)^2}\\ =\sqrt{16+1}=\sqrt{17}\\ DA=\sqrt{(2-3)^2+(3+1)^2}\\ =\sqrt{(-1)^2+(4)^2}\\ =\sqrt{1+16}=\sqrt{17}\\ AC=\sqrt{(-1-2)^2+(-2-3)^2}\\ =\sqrt{(-3)^2+(-5)^2}\\ =\sqrt{9+25}=\sqrt{34} \\ BD=\sqrt{(3+2)^2+(-1-2)^2}\\ =\sqrt{(5)^2+(-3)^2}\\ =\sqrt{25+9}=\sqrt{34}
Therefore, AB, BC, CD and DA are equal and diagonals AC and BD are also equal
Hence, ABCD is a square.
(iii) Using distance formula
PQ=\sqrt{(\sqrt{2}+\sqrt{2})^2+(\sqrt{2}+\sqrt{2})^2}\\ =\sqrt{(2\sqrt{2})^2+(2\sqrt{2})^2}=\sqrt{16}=4\\ PR=\sqrt{(\sqrt{2}+\sqrt{6})^2+(\sqrt{2}-\sqrt{6})^2} \\ =\sqrt{2+6+2\sqrt{12}+2+6-2\sqrt{12}}=\sqrt{16}=4\\ RQ=\sqrt{(-2\sqrt{2}+\sqrt{6})^2+(-2\sqrt{2}-\sqrt{6})^2}\\ =\sqrt{2+6-2\sqrt{12}+2+6+2\sqrt{12}}=\sqrt{16}=4
Since, PQ = PR = RQ = 4, so, the point P, Q, R form an equilateral triangle.
Question 30. Find the point on x-axis which is equidistant from the points (-2, 5) and (2, -3).
Solution:
Let us considered point P lies on x-axis
So, the coordinates of point P be (x, 0)
It is given that P is equidistant from A (-2, 5) and B (2, -3)
AP=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\ =\sqrt{(x+2)^2+(0-5)^2}
AP2 = (x + 2)2 + (-5)2
= (x + 2)2 + 25
BP2 = (x - 2)2 + (0 + 3)2
= (x - 2)2 + 9
AP = BP
So, AP2 = BP2
(x + 2)2 + 25 = (x - 2)2 + 9
x2 + 4x + 4 + 25 = x2 - 2x + 4 + 9
x2 + 4x - x2 + 4x = 13 - 29
8x = -16
x = -16/8
x = -2
Hence, the co-ordinates of point P are(-2, 0)
Question 31. Find the value of x such that PQ = QR where the co-ordinates of P, Q, and R are (6, -1), (1, 3), and (x, 8) respectively.
Solution:
Given that the co-ordinates of P (6, -1), Q(1, 3), and R(x, 8)
Also, PQ = QR
By using the distance formula
D = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
We find the length of PQ and QR
PQ2 = (1 - 6)2 + (3 + 1)2
= (-5)2 + (4)2
= 25 + 16 = 41
QR2 = (x - 1)2 + (8 - 3)2
= (x - 1)2 + (5)2 = (x - 1)2 + 25
It is given that PQ = QR
So PQ2 = QR2
41 = (x - 1)2 + 25
(x - 1)2 = 41 - 25 = 16 = (±4)2
x - 1 = ±4
If x - 1 = 4, then x = 1 + 4 = 5
If x - 1 = -4 then x = -4 + 1 = -3
Hence, the value of x = 5, -3
Question 32. Prove that the points (0, 0), (5, 5), and (-5, 5) are the vertices of a right isosceles triangle.
Solution:
Let us consider ABC is a triangle whose vertices are A(0, 0), B(5, 5), and C(-5, 5)
Now AB=\sqrt{(x_2-x_1)^2(y_2-y_1)^2}\\ AB=\sqrt{(5-0)^2(5-0)^2}\\ =\sqrt{(5)^2(5)^2}=\sqrt{25+25}=\sqrt{50}
AB2 = (√50)2 = 50
Similarly, BC2 = (-5 - 5)2(5 - 5)2
= (-10)2 + (0)2 = 100 + 0 = 100
and CA2 = (0 + 5)2 + (0 - 5)2
= (5)2 + (-5)2 = 25 + 25 = 50
Here, we conclude that AB = CA
Also, AB2 + CA2 = 50 + 50 = 100 = BC2
Hence, the triangle ABC is a right triangle.
Question 33. If the points P (x, y) is equidistant from the points A (5, 1) and B (1,5), prove that x = y.
Solution:
Let us consider P(x, y) is equidistant from the points A (5, 1) and B (1,5),
It is given that PA = PB
Also, PA2 = PB2
Now, PA=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\ =\sqrt{(5-x)^2+(1-y)^2}\\ PB=\sqrt{(1-x)^2+(5-y)^2}\\
On squaring both sides, we get
(5 - x)2 + (1 - y)2 = (1 - x)2 + (5 - y)2
25 + x2 - 10x + 1 + y2 - 2y = 1 + x2 - 2x + 25 + y2 - 10y
-10x - 2y + 26 = -2x - 10y + 26
-10x - 2y = -2x - 10y
-10x + 2x = -10y + 2y
-8x = -8xy
x = y
Question 34. If Q (0, 1) is equidistant from P (5, -3) and R (x, 6) find the values of x. Also find the distances QR and PR.
Solution:
Given that Q (0, 1) is equidistant from P (5, -3) and R (x, 6)
So, PQ = RQ
Also, PA2 = PB2
Now PQ=\sqrt{(X_2-x_1)^2+(y_2-y_1)^2}\\ =\sqrt{(0-5)^2+(1-3)^2}=\sqrt{(5)^2+(4)^2}\\ =\sqrt{25+16}=\sqrt{41}
PQ2 = 41
Similarly, RQ2 = (-x)2 + (1 - 6)2
= (-x)2 + (-5)2 = x2 + 25
It is given that PQ = RQ
So,
x2 + 25 = 41
x2 = 41 - 25
x2 = (±4)2
x = ±4
Now, QR = √x2 + 25 = √41
So, when x = 4, then
PR=\sqrt{(5-4)^2+(-3-6)^2}\\ =\sqrt{(1)^2+(-9)^2}=\sqrt{1+18}=\sqrt{82}
or when x = -4, then
PR=\sqrt{(5+4)^2+(-3-6)^2}\\ =\sqrt{(9)^2+(-9)^2}=\sqrt{81+81}\\ \sqrt{81*2}=9\sqrt{2}
Question 35. Find the values of y for which the distance between the points P (2, -3) and Q (10, y) is 10 units.
Solution:
Given that the distance between P (2, -3) and Q (10, y) = 10
So, PQ=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\\ =\sqrt{(10-2)^2+(y+3)^2}\\ =\sqrt{(8)^2+(y+3)^2}=\sqrt{64+(y+3)^2}\\ \sqrt{64+(y+3)^2}=10
On squaring both side we get
64 + (y + 3)2 = 100
(y + 3)2 = 100 - 64
(y + 3)2 = 36
y + 3 = (±6)2
So, when y + 3 = 6, then y = 6 - 3 = 3
Or when y + 3 = -6, then y = -6 - 3 = -9
Hence, y = 3, -9
Question 36. If the point P (k – 1, 2) is equidistant from the points A (3, k) and B (k, 5), find the values of k.
Solution:
Given that the point P (k – 1, 2) is equidistant from A (3, k) and B (k, 5)
So, PA = PB
Also, PA2 = PB2
(k - 1 - 3)2 + (2 - k)2 = (k - 1 - k)2 + (2 - 5)2
(k - 4)2 + (2 - k)2 = (-1)2 + (-3)2
k2 - 8k + 16 + 4 - 4k + k2 = 1 + 9
2k2 - 12k + 20 - 10 = 0
2k2 - 12k + 10 = 0
k2 - k - 5k + 5 = 0
k(k - 1) - 5(k - 5) = 0
(k - 1)(k - 5) = 0
Either k - 1 = 0, then k = 1
or k - 5 = 0, then k = 5
Hence, k = 1, 5
Question 37. If the point A (0, 2) is equidistant from the point B (3, p) and C (p, 5), find p. Also, find the length of AB.
Solution:
Given that point A (0, 2) is equidistant from B (3, p) and C (p, 5)
So, AB = AC
Also, AB2 = AC2
(0 - 3)2 + (2 - p)2 = (0 - p)2 + (2 - 5)2
9 + (2 - p)2 = p2 + 9
9 + 4 + p2 - 4p = p2 + 9
p2 - 4p + 13 - p2 - 9 = 0
-4p - 4 = 0
-4p = -4
p = -4/-4 = 1
p = 1
and AB = \sqrt{(0-3)^2+(2-1)^2}\\ =\sqrt{9+1}=\sqrt{10}
Question 38. Name the quadrilateral formed, if any, by the following points, and give reasons for your answers :
(i) A (-1, -2), B (1, 0), C (-1, 2), D (-3, 0)
(ii) A (-3, 5), B (3, 1), C (0, 3), D (-1, -4)
(iii) A (4, 5), B (7, 6), C (4, 3), D (1, 2)
Solution:

(i) Given points are A (-1, -2), B (1, 0), C (-1, 2), D (-3, 0)
Now AB=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
AB2 = (x2 - x1)2 + (y2 - y1)2
= (1 + 1)2 + (0 + 2)2
= (2)2 + (2)2
= 4 + 4 = 8
Similarly, BC2 = (-1 - 1)2 + (2 - 0)2
= (-2)2 + (2)2
= 4 + 4 = 8
CD2 = (-3 + 1)2 + (0 - 2)2
= (-2)2 + (-2)2
= 4 + 4 = 8
DA2 = (-1 + 3)2 + (-2 + 0)2
= (2)2 + (-2)2
= 4 + 4 = 8
Diagonal AC2 = (-1 + 1)2 + (2 + 2)2
= (0)2 + (4)2 = 0 + 16 = 16
and BD2 = (-3 - 1)2 + (0 - 0)2 = (-4)2 + (0) = 16
Therefore, the sides are equal and diagonals are also equal
Hence, the quadrilateral ABCD is a square.
(ii) Given points are A (-3, 5), B (3, 1), C (0, 3), D (-1, -4)
Now AB=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
AB2 = (x2 - x1)2 + (y2 - y1)2
= (3 + 3)2 + (1 - 5)2
= (6)2 + (-4)2
= 36 + 16 = 52
Similarly, BC2 = (0 - 3)2 + (3 - 1)2
= (-3)2 + (2)2
= 9 + 4 = 13
CD2 = (-1 - 0)2 + (-4 - 3)2
= (-1)2 + (-7)2
= 1 + 49 = 50
DA2 = (-3 + 1)2 + (5 + 4)2
= (-2)2 + (9)2
= 4 + 81 = 85
Diagonal AC2 = (0 + 3)2 + (3 - 5)2 = (3)2 + (-2)2 = 9 + 4 = 13
In triangle ABC
The length of AB = √52, AC = √13, BC = √13
AC + BC = √13 + √13 = 2√13
= √4 * 13 = √52
AC + BC = AB
Triangle ABC is not possible
Hence, ABCD is not a quadrilateral
(iii) Points A (4, 5), B (7, 6), C (4, 3), D (1, 2)
Now AB=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}
AB2 = (x2 - x1)2 + (y2 - y1)2
= (7 - 4)2 + (6 - 5)2
= (3)2 + (1)2
= 9 + 1 = 10
Similarly, BC2 = (4 - 7)2 + (3 - 6)2
= (3)2 + (-3)2 = 9 + 9 = 18
CD2 = (1 - 4)2 + (2 - 3)2
= (-3)2 + (-1)2
= 9 + 1 = 10
DA2 = (4 - 1)2 + (5 - 2)2 = (3)2 + (3)2 = 9 + 9 = 18
Here AB = CD and BC = DA
Diagonal AC2 = (4 - 4)2 + (3 - 5)2
= (0)2 + (-2)2
= 0 + 4 = 4
and BD2 = (1 - 7)2 + (2 - 6)2 = (-6)2 + (-4)2
= 36 + 16 = 52
Hence the opposite sides are equal and diagonals are not equal.
So, ABCD is a parallelogram.
Question 39. Find the equation of the perpendicular bisector of the line segment joining points (7, 1) and (3, 5).
Solution:
Let the given points are A (7, 1) and B (3, 5) and mid point be M
Coordinates of mid-point AB = ((7 + 3)/2, (1 + 5)/2) = (5, 3)
Now slope of AB(m1)=\frac{y_2-y_1}{x_2-x_1}=\frac{5-1}{3-7}\\ =\frac{4}{-4}=-1
Slope of perpendicular to AB(m2) = -1/m1 = -(-1) = -1
So, the equation of the perpendicular line passing through multiple y - y1 = m(x - x1)
y - 3 = 1(x - 5)
y - 3 = x - 5
x - y = -3 + 5
x - y = 2
Similar Reads
Maths Mathematics, often referred to as "math" for short. It is the study of numbers, quantities, shapes, structures, patterns, and relationships. It is a fundamental subject that explores the logical reasoning and systematic approach to solving problems. Mathematics is used extensively in various fields
5 min read
Basic Arithmetic
What are Numbers?Numbers are symbols we use to count, measure, and describe things. They are everywhere in our daily lives and help us understand and organize the world.Numbers are like tools that help us:Count how many things there are (e.g., 1 apple, 3 pencils).Measure things (e.g., 5 meters, 10 kilograms).Show or
15+ min read
Arithmetic OperationsArithmetic Operations are the basic mathematical operationsâAddition, Subtraction, Multiplication, and Divisionâused for calculations. These operations form the foundation of mathematics and are essential in daily life, such as sharing items, calculating bills, solving time and work problems, and in
9 min read
Fractions - Definition, Types and ExamplesFractions are numerical expressions used to represent parts of a whole or ratios between quantities. They consist of a numerator (the top number), indicating how many parts are considered, and a denominator (the bottom number), showing the total number of equal parts the whole is divided into. For E
7 min read
What are Decimals?Decimals are numbers that use a decimal point to separate the whole number part from the fractional part. This system helps represent values between whole numbers, making it easier to express and measure smaller quantities. Each digit after the decimal point represents a specific place value, like t
10 min read
ExponentsExponents are a way to show that a number (base) is multiplied by itself many times. It's written as a small number (called the exponent) to the top right of the base number.Think of exponents as a shortcut for repeated multiplication:23 means 2 x 2 x 2 = 8 52 means 5 x 5 = 25So instead of writing t
9 min read
PercentageIn mathematics, a percentage is a figure or ratio that signifies a fraction out of 100, i.e., A fraction whose denominator is 100 is called a Percent. In all the fractions where the denominator is 100, we can remove the denominator and put the % sign.For example, the fraction 23/100 can be written a
5 min read
Algebra
Variable in MathsA variable is like a placeholder or a box that can hold different values. In math, it's often represented by a letter, like x or y. The value of a variable can change depending on the situation. For example, if you have the equation y = 2x + 3, the value of y depends on the value of x. So, if you ch
5 min read
Polynomials| Degree | Types | Properties and ExamplesPolynomials are mathematical expressions made up of variables (often represented by letters like x, y, etc.), constants (like numbers), and exponents (which are non-negative integers). These expressions are combined using addition, subtraction, and multiplication operations.A polynomial can have one
9 min read
CoefficientA coefficient is a number that multiplies a variable in a mathematical expression. It tells you how much of that variable you have. For example, in the term 5x, the coefficient is 5 â it means 5 times the variable x.Coefficients can be positive, negative, or zero. Algebraic EquationA coefficient is
8 min read
Algebraic IdentitiesAlgebraic Identities are fundamental equations in algebra where the left-hand side of the equation is always equal to the right-hand side, regardless of the values of the variables involved. These identities play a crucial role in simplifying algebraic computations and are essential for solving vari
14 min read
Properties of Algebraic OperationsAlgebraic operations are mathematical processes that involve the manipulation of numbers, variables, and symbols to produce new results or expressions. The basic algebraic operations are:Addition ( + ): The process of combining two or more numbers to get a sum. For example, 3 + 5 = 8.Subtraction (â)
3 min read
Geometry
Lines and AnglesLines and Angles are the basic terms used in geometry. They provide a base for understanding all the concepts of geometry. We define a line as a 1-D figure that can be extended to infinity in opposite directions, whereas an angle is defined as the opening created by joining two or more lines. An ang
9 min read
Geometric Shapes in MathsGeometric shapes are mathematical figures that represent the forms of objects in the real world. These shapes have defined boundaries, angles, and surfaces, and are fundamental to understanding geometry. Geometric shapes can be categorized into two main types based on their dimensions:2D Shapes (Two
2 min read
Area and Perimeter of Shapes | Formula and ExamplesArea and Perimeter are the two fundamental properties related to 2-dimensional shapes. Defining the size of the shape and the length of its boundary. By learning about the areas of 2D shapes, we can easily determine the surface areas of 3D bodies and the perimeter helps us to calculate the length of
10 min read
Surface Areas and VolumesSurface Area and Volume are two fundamental properties of a three-dimensional (3D) shape that help us understand and measure the space they occupy and their outer surfaces.Knowing how to determine surface area and volumes can be incredibly practical and handy in cases where you want to calculate the
10 min read
Points, Lines and PlanesPoints, Lines, and Planes are basic terms used in Geometry that have a specific meaning and are used to define the basis of geometry. We define a point as a location in 3-D or 2-D space that is represented using coordinates. We define a line as a geometrical figure that is extended in both direction
14 min read
Coordinate Axes and Coordinate Planes in 3D spaceIn a plane, we know that we need two mutually perpendicular lines to locate the position of a point. These lines are called coordinate axes of the plane and the plane is usually called the Cartesian plane. But in real life, we do not have such a plane. In real life, we need some extra information su
6 min read
Trigonometry & Vector Algebra
Trigonometric RatiosThere are three sides of a triangle Hypotenuse, Adjacent, and Opposite. The ratios between these sides based on the angle between them is called Trigonometric Ratio. The six trigonometric ratios are: sine (sin), cosine (cos), tangent (tan), cotangent (cot), cosecant (cosec), and secant (sec).As give
4 min read
Trigonometric Equations | Definition, Examples & How to SolveTrigonometric equations are mathematical expressions that involve trigonometric functions (such as sine, cosine, tangent, etc.) and are set equal to a value. The goal is to find the values of the variable (usually an angle) that satisfy the equation.For example, a simple trigonometric equation might
9 min read
Trigonometric IdentitiesTrigonometric identities play an important role in simplifying expressions and solving equations involving trigonometric functions. These identities, which include relationships between angles and sides of triangles, are widely used in fields like geometry, engineering, and physics. Some important t
10 min read
Trigonometric FunctionsTrigonometric Functions, often simply called trig functions, are mathematical functions that relate the angles of a right triangle to the ratios of the lengths of its sides.Trigonometric functions are the basic functions used in trigonometry and they are used for solving various types of problems in
6 min read
Inverse Trigonometric Functions | Definition, Formula, Types and Examples Inverse trigonometric functions are the inverse functions of basic trigonometric functions. In mathematics, inverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. The inverse trigonometric functions are the inverse functions of basic trigonometric function
11 min read
Inverse Trigonometric IdentitiesInverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. These functions are the inverse functions of basic trigonometric functions, i.e., sine, cosine, tangent, cosecant, secant, and cotangent. It is used to find the angles with any trigonometric ratio. Inv
9 min read
Calculus
Introduction to Differential CalculusDifferential calculus is a branch of calculus that deals with the study of rates of change of functions and the behaviour of these functions in response to infinitesimal changes in their independent variables.Some of the prerequisites for Differential Calculus include:Independent and Dependent Varia
6 min read
Limits in CalculusIn mathematics, a limit is a fundamental concept that describes the behaviour of a function or sequence as its input approaches a particular value. Limits are used in calculus to define derivatives, continuity, and integrals, and they are defined as the approaching value of the function with the inp
12 min read
Continuity of FunctionsContinuity of functions is an important unit of Calculus as it forms the base and it helps us further to prove whether a function is differentiable or not. A continuous function is a function which when drawn on a paper does not have a break. The continuity can also be proved using the concept of li
13 min read
DifferentiationDifferentiation in mathematics refers to the process of finding the derivative of a function, which involves determining the rate of change of a function with respect to its variables.In simple terms, it is a way of finding how things change. Imagine you're driving a car and looking at how your spee
2 min read
Differentiability of a Function | Class 12 MathsContinuity or continuous which means, "a function is continuous at its domain if its graph is a curve without breaks or jumps". A function is continuous at a point in its domain if its graph does not have breaks or jumps in the immediate neighborhood of the point. Continuity at a Point: A function f
11 min read
IntegrationIntegration, in simple terms, is a way to add up small pieces to find the total of something, especially when those pieces are changing or not uniform.Imagine you have a car driving along a road, and its speed changes over time. At some moments, it's going faster; at other moments, it's slower. If y
3 min read
Probability and Statistics
Basic Concepts of ProbabilityProbability is defined as the likelihood of the occurrence of any event. It is expressed as a number between 0 and 1, where 0 is the probability of an impossible event and 1 is the probability of a sure event.Concepts of Probability are used in various real life scenarios : Stock Market : Investors
7 min read
Bayes' TheoremBayes' Theorem is a mathematical formula used to determine the conditional probability of an event based on prior knowledge and new evidence. It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities ba
13 min read
Probability Distribution - Function, Formula, TableA probability distribution is a mathematical function or rule that describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a Frequency Distribution shows
13 min read
Descriptive StatisticStatistics is the foundation of data science. Descriptive statistics are simple tools that help us understand and summarize data. They show the basic features of a dataset, like the average, highest and lowest values and how spread out the numbers are. It's the first step in making sense of informat
5 min read
What is Inferential Statistics?Inferential statistics is an important tool that allows us to make predictions and conclusions about a population based on sample data. Unlike descriptive statistics, which only summarize data, inferential statistics let us test hypotheses, make estimates, and measure the uncertainty about our predi
7 min read
Measures of Central Tendency in StatisticsCentral tendencies in statistics are numerical values that represent the middle or typical value of a dataset. Also known as averages, they provide a summary of the entire data, making it easier to understand the overall pattern or behavior. These values are useful because they capture the essence o
11 min read
Set TheorySet theory is a branch of mathematics that deals with collections of objects, called sets. A set is simply a collection of distinct elements, such as numbers, letters, or even everyday objects, that share a common property or rule.Example of SetsSome examples of sets include:A set of fruits: {apple,
3 min read
Practice