Saraswati Vidyamandir Logo
Home Our Courses CBSE Resources
NCERT Solutions
Science — Class 9 Science — Class 10 Maths — Class 9 Maths — Class 10 About Us Contact Us Book Free Orientation
Chapter 7

Coordinate Geometry

Class 10 Maths  ·  NCERT Solutions  ·  10 Examples + 20 Questions

10 Examples + 20 Questions Solved
Chapter 7: Coordinate Geometry — NCERT Solutions (rationalised syllabus 2026–27), with all 10 worked Examples from the chapter plus every question in Exercises 7.1 and 7.2. This chapter gives two tools for working with points on a coordinate plane algebraically instead of by drawing. The distance formula, \(PQ=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\), comes straight from the Pythagoras Theorem and finds the distance between any two points — used here to test whether points are collinear, form an isosceles or right triangle, or make up special quadrilaterals like a square or a rhombus. The section formula, \(\left(\dfrac{m_1x_2+m_2x_1}{m_1+m_2},\ \dfrac{m_1y_2+m_2y_1}{m_1+m_2}\right)\), finds the point that divides a line segment in a given ratio, with the midpoint formula as its special case when the ratio is 1 : 1.

Note that the rationalised syllabus ends this chapter after Exercise 7.2 — the old section on Area of a Triangle (finding a triangle's area directly from its vertices' coordinates), and its Exercises 7.3 and 7.4, are not part of the 2026–27 book. Exercise 7.2 Q10 below still asks for an area, but it is found from the section formula's diagonal-based hint, not from that dropped section.

Worked Examples — Distance Formula (Examples 1–5)

Example 1

Do the points (3, 2), (−2, −3) and (2, 3) form a triangle? If so, name the type of triangle formed.

Solution

Let P(3, 2), Q(−2, −3) and R(2, 3) be the given points. Three points form a triangle exactly when the sum of any two of the three distances between them exceeds the third (otherwise they are collinear, or two coincide). So the first step is always to find all three distances using the distance formula, \(d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\).

PQ:

\(PQ=\sqrt{(-2-3)^2+(-3-2)^2}=\sqrt{25+25}=\sqrt{50}=5\sqrt2\)

QR:

\(QR=\sqrt{(2-(-2))^2+(3-(-3))^2}=\sqrt{16+36}=\sqrt{52}=2\sqrt{13}\)

PR:

\(PR=\sqrt{(2-3)^2+(3-2)^2}=\sqrt{1+1}=\sqrt2\)

Check the triangle condition: \(PQ+PR=5\sqrt2+\sqrt2=6\sqrt2\approx8.49\), and \(QR=2\sqrt{13}\approx7.21\). Since \(PQ+PR>QR\), and the same holds for the other two pairs, P, Q, R are not collinear — they do form a triangle.

To name the type, compare \(PQ^2+PR^2\) with \(QR^2\):

\(PQ^2+PR^2=50+2=52=QR^2\)

Since \(PQ^2+PR^2=QR^2\), by the converse of the Pythagoras Theorem the angle at P is \(90^{\circ}\). So P, Q, R form a right triangle, right-angled at P.

Example 2

Show that the points (1, 7), (4, 2), (−1, −1) and (−4, 4) are the vertices of a square.

Solution

Let A(1, 7), B(4, 2), C(−1, −1) and D(−4, 4) be the given points. A quadrilateral is a square exactly when all four sides are equal and both diagonals are equal — a rhombus alone (equal sides only) would not guarantee right angles, so both checks are needed.

The four sides:

\(AB=\sqrt{(1-4)^2+(7-2)^2}=\sqrt{9+25}=\sqrt{34}\)
\(BC=\sqrt{(4-(-1))^2+(2-(-1))^2}=\sqrt{25+9}=\sqrt{34}\)
\(CD=\sqrt{(-1-(-4))^2+(-1-4)^2}=\sqrt{9+25}=\sqrt{34}\)
\(DA=\sqrt{(-4-1)^2+(4-7)^2}=\sqrt{25+9}=\sqrt{34}\)

All four sides equal \(\sqrt{34}\).

The two diagonals:

\(AC=\sqrt{(1-(-1))^2+(7-(-1))^2}=\sqrt{4+64}=\sqrt{68}\)
\(BD=\sqrt{(4-(-4))^2+(2-4)^2}=\sqrt{64+4}=\sqrt{68}\)

Both diagonals equal \(\sqrt{68}\). Since \(AB=BC=CD=DA\) and \(AC=BD\), ABCD is a square.

Alternative solution (NCERT's own second method): find the four sides and just ONE diagonal, say AC, as above. Then check the converse of Pythagoras on triangle ADC:

\(AD^2+DC^2=34+34=68=AC^2\)

Since \(AD^2+DC^2=AC^2\), the angle at D is \(90^{\circ}\). A quadrilateral with all four sides equal and one angle \(90^{\circ}\) is a square — so ABCD is a square, without needing to compute the second diagonal BD at all.

Example 3

Ashima, Bharti and Camella are seated at A(3, 1), B(6, 4) and C(8, 6) respectively in a classroom (Fig. 7.6). Do you think they are seated in a line? Give reasons for your answer.

Solution

Three points lie on a line exactly when the distance between the two outer points equals the sum of the distances to the point in between — that is the same triangle-inequality idea as Example 1, run in reverse (equality instead of strict inequality means the “triangle” has collapsed onto a straight line).

\(AB=\sqrt{(6-3)^2+(4-1)^2}=\sqrt{9+9}=3\sqrt2\)
\(BC=\sqrt{(8-6)^2+(6-4)^2}=\sqrt{4+4}=2\sqrt2\)
\(AC=\sqrt{(8-3)^2+(6-1)^2}=\sqrt{25+25}=5\sqrt2\)

Now check: \(AB+BC=3\sqrt2+2\sqrt2=5\sqrt2=AC\). Since \(AB+BC=AC\), the three points are collinear — so yes, Ashima, Bharti and Camella are seated in a line, with Bharti between Ashima and Camella.

Example 4

Find a relation between x and y such that the point (x, y) is equidistant from the points (7, 1) and (3, 5).

Solution

“Equidistant from A and B” means the point P(x, y) satisfies \(PA=PB\), so \(PA^2=PB^2\) — squaring first avoids ever having to deal with square roots.

Let A(7, 1), B(3, 5). Then \(PA^2=PB^2\) gives:

\((x-7)^2+(y-1)^2=(x-3)^2+(y-5)^2\)

Expand both sides:

\(x^2-14x+49+y^2-2y+1=x^2-6x+9+y^2-10y+25\)

The \(x^2\) and \(y^2\) terms cancel from both sides, leaving:

\(-14x+50-2y=-6x+34-10y\)
\(8y=8x-16\ \Rightarrow\ x-y=2\)

which is the required relation: \(\boldsymbol{x-y=2}\).

Remark: the graph of \(x-y=2\) is a straight line, and it is exactly the perpendicular bisector of AB — every point equidistant from two fixed points lies on their perpendicular bisector, which is the geometric meaning of what was just computed algebraically.

Example 5

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

Solution

Every point on the y-axis has the form (0, y), so let the required point be P(0, y). It must satisfy \(PA^2=PB^2\).

\((6-0)^2+(5-y)^2=(-4-0)^2+(3-y)^2\)

Expand:

\(36+25-10y+y^2=16+9-6y+y^2\)
\(61-10y=25-6y\)
\(36=4y\ \Rightarrow\ y=9\)

So the required point is (0, 9).

Check:

\(AP=\sqrt{(6-0)^2+(5-9)^2}=\sqrt{36+16}=\sqrt{52}\)
\(BP=\sqrt{(-4-0)^2+(3-9)^2}=\sqrt{16+36}=\sqrt{52}\)

Both distances come out equal to \(\sqrt{52}\), confirming (0, 9) is equidistant from A and B. (By the Remark in Example 4, this is exactly the point where the y-axis meets the perpendicular bisector of AB.)

Exercise 7.1

Q1

Find the distance between the following pairs of points:

(i) (2, 3), (4, 1)

(ii) (−5, 7), (−1, 3)

(iii) (a, b), (−a, −b)

Answer

All three parts use the distance formula \(d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\) directly.

(i)

\(d=\sqrt{(4-2)^2+(1-3)^2}=\sqrt{4+4}=\sqrt8=2\sqrt2\ \text{units}\)

(ii)

\(d=\sqrt{(-1-(-5))^2+(3-7)^2}=\sqrt{16+16}=\sqrt{32}=4\sqrt2\ \text{units}\)

(iii) Here the two points are (a, b) and (−a, −b):

\(d=\sqrt{(-a-a)^2+(-b-b)^2}=\sqrt{4a^2+4b^2}\)
\(d=2\sqrt{a^2+b^2}\ \text{units}\)
Q2

Find the distance between the points (0, 0) and (36, 15). Can you now find the distance between the two towns A and B discussed in Section 7.2.

Answer

Using the distance formula:

\(d=\sqrt{(36-0)^2+(15-0)^2}=\sqrt{1296+225}\)
\(d=\sqrt{1521}=39\)

So the distance is 39 units.

In Section 7.2, town A was placed at the origin (0, 0) and town B, being 36 km east and 15 km north of A, was at (36, 15) — exactly this pair of points, with 1 km as one unit. So the distance between towns A and B is 39 km.

Q3

Determine if the points (1, 5), (2, 3) and (−2, −11) are collinear.

Answer

Let A(1, 5), B(2, 3), C(−2, −11). Find all three distances and check whether the largest equals the sum of the other two.

\(AB=\sqrt{(2-1)^2+(3-5)^2}=\sqrt{1+4}=\sqrt5\)
\(BC=\sqrt{(-2-2)^2+(-11-3)^2}=\sqrt{16+196}=\sqrt{212}=2\sqrt{53}\)
\(AC=\sqrt{(-2-1)^2+(-11-5)^2}=\sqrt{9+256}=\sqrt{265}\)

Now check: does \(AB+BC\) equal AC, or does any one distance equal the sum of the other two? Numerically, \(AB\approx2.236\), \(BC\approx14.318\), \(AC\approx16.279\). Testing every combination:

\(AB+BC\approx2.236+14.318=16.554\neq AC(\approx16.279)\)

\(AB+AC\approx18.515\neq BC\), and \(BC+AC\approx30.597\neq AB\).

None of the three equalities holds, so the points do not satisfy the collinearity condition. A, B and C are NOT collinear — they form a (very thin, but genuine) triangle.

Q4

Check whether (5, −2), (6, 4) and (7, −2) are the vertices of an isosceles triangle.

Answer

Let A(5, −2), B(6, 4), C(7, −2). An isosceles triangle needs at least two equal sides, so find all three.

\(AB=\sqrt{(6-5)^2+(4-(-2))^2}=\sqrt{1+36}=\sqrt{37}\)
\(BC=\sqrt{(7-6)^2+(-2-4)^2}=\sqrt{1+36}=\sqrt{37}\)
\(AC=\sqrt{(7-5)^2+(-2-(-2))^2}=\sqrt{4+0}=2\)

Since \(AB=BC=\sqrt{37}\) while \(AC=2\) is different, two sides are equal and the third is not. Yes, A, B, C are the vertices of an isosceles triangle.

Q5

In a classroom, 4 friends are seated at the points A, B, C and D as shown in Fig. 7.8. Champa and Chameli walk into the class and after observing for a few minutes Champa asks Chameli, “Don’t you think ABCD is a square?” Chameli disagrees. Using distance formula, find which of them is correct.

XYO12345678912345678ABCD
Fig. 7.8 — the seating plan. A(3, 4), B(6, 7), C(9, 4), D(6, 1)

Answer

Reading the coordinates off Fig. 7.8: A(3, 4), B(6, 7), C(9, 4), D(6, 1). ABCD is a square exactly when all four sides are equal AND both diagonals are equal (equal sides alone would only prove a rhombus).

The four sides:

\(AB=\sqrt{(6-3)^2+(7-4)^2}=\sqrt{9+9}=3\sqrt2\)
\(BC=\sqrt{(9-6)^2+(4-7)^2}=\sqrt{9+9}=3\sqrt2\)
\(CD=\sqrt{(6-9)^2+(1-4)^2}=\sqrt{9+9}=3\sqrt2\)
\(DA=\sqrt{(3-6)^2+(4-1)^2}=\sqrt{9+9}=3\sqrt2\)

All four sides equal \(\sqrt{18}=3\sqrt2\).

The two diagonals:

\(AC=\sqrt{(9-3)^2+(4-4)^2}=\sqrt{36+0}=6\)
\(BD=\sqrt{(6-6)^2+(1-7)^2}=\sqrt{0+36}=6\)

Both diagonals equal 6. Since all four sides are equal AND both diagonals are equal, ABCD IS a square — so Champa is correct, and Chameli is wrong.

Q6

Name the type of quadrilateral formed, if any, by the following points, and give reasons for your answer:

(i) (−1, −2), (1, 0), (−1, 2), (−3, 0)

(ii) (−3, 5), (3, 1), (0, 3), (−1, −4)

(iii) (4, 5), (7, 6), (4, 3), (1, 2)

Answer

(i) Let A(−1, −2), B(1, 0), C(−1, 2), D(−3, 0).

\(AB=\sqrt{(1-(-1))^2+(0-(-2))^2}=\sqrt{4+4}=2\sqrt2\)
\(BC=\sqrt{(-1-1)^2+(2-0)^2}=\sqrt{4+4}=2\sqrt2\)
\(CD=\sqrt{(-3-(-1))^2+(0-2)^2}=\sqrt{4+4}=2\sqrt2\)
\(DA=\sqrt{(-1-(-3))^2+(-2-0)^2}=\sqrt{4+4}=2\sqrt2\)

All four sides equal \(2\sqrt2\). Now the diagonals:

\(AC=\sqrt{(-1-(-1))^2+(2-(-2))^2}=\sqrt{0+16}=4\)
\(BD=\sqrt{(-3-1)^2+(0-0)^2}=\sqrt{16+0}=4\)

Both diagonals equal 4 and are also equal to each other. All sides equal AND diagonals equal ⇒ ABCD is a square.

(ii) Let A(−3, 5), B(3, 1), C(0, 3), D(−1, −4). Before computing all six sides/diagonals, check whether any three of these four points are collinear — if they are, no proper quadrilateral is formed at all.

\(AC=\sqrt{(0-(-3))^2+(3-5)^2}=\sqrt{9+4}=\sqrt{13}\)
\(CB=\sqrt{(3-0)^2+(1-3)^2}=\sqrt{9+4}=\sqrt{13}\)
\(AB=\sqrt{(3-(-3))^2+(1-5)^2}=\sqrt{36+16}=\sqrt{52}=2\sqrt{13}\)

Since \(AC+CB=\sqrt{13}+\sqrt{13}=2\sqrt{13}=AB\), the points A, C, B are collinear, with C lying exactly on the segment AB (in fact C is the midpoint of AB). So A, B, C, D do NOT form a proper quadrilateral; three of the four given points lie on one straight line.

(iii) Let A(4, 5), B(7, 6), C(4, 3), D(1, 2).

\(AB=\sqrt{(7-4)^2+(6-5)^2}=\sqrt{9+1}=\sqrt{10}\)
\(BC=\sqrt{(4-7)^2+(3-6)^2}=\sqrt{9+9}=3\sqrt2\)
\(CD=\sqrt{(1-4)^2+(2-3)^2}=\sqrt{9+1}=\sqrt{10}\)
\(DA=\sqrt{(4-1)^2+(5-2)^2}=\sqrt{9+9}=3\sqrt2\)

Opposite sides come out equal in pairs: \(AB=CD=\sqrt{10}\) and \(BC=DA=3\sqrt2\). Now the diagonals:

\(AC=\sqrt{(4-4)^2+(3-5)^2}=\sqrt{0+4}=2\)
\(BD=\sqrt{(1-7)^2+(2-6)^2}=\sqrt{36+16}=\sqrt{52}=2\sqrt{13}\)

The diagonals (\(2\sqrt5\) and \(6\)) are NOT equal, so this is not a rectangle — but opposite sides are equal, which is enough to conclude ABCD is a parallelogram (a general one, not a rhombus, rectangle or square).

Q7

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

Answer

Every point on the x-axis has the form (x, 0). Let P(x, 0) be equidistant from A(2, −5) and B(−2, 9), so \(PA^2=PB^2\).

\((x-2)^2+(0-(-5))^2=(x-(-2))^2+(0-9)^2\)

Expand both sides:

\(x^2-4x+4+25=x^2+4x+4+81\)
\(-4x+29=4x+85\)
\(-8x=56\)
\(x=-7\)

So the required point is (−7, 0).

Q8

Find the values of y for which the distance between the points P(2, −3) and Q(10, y) is 10 units.

Answer

By the distance formula, \(PQ^2=100\):

\((10-2)^2+(y-(-3))^2=100\)
\(64+(y+3)^2=100\)
\((y+3)^2=36\)
\(y+3=\pm6\)

So \((y+3)^2=36\), giving \(y+3=\pm6\):

\(y=6-3=3\ \text{or}\ y=-6-3=-9\)

So y = 3 or y = −9. (Both are genuinely valid — there is no reason to prefer one over the other; the point Q simply sits on a circle of radius 10 about P, and that circle meets the vertical line x = 10 at two points.)

Q9

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.

Answer

Step 1 — find x. \(QP^2=QR^2\):

\((0-5)^2+(1-(-3))^2=(0-x)^2+(1-6)^2\)
\(25+16=x^2+25\)
\(41-25=x^2\)
\(x^2=16\)

So \(x^2=16\), giving x = 4 or x = −4.

Step 2 — find QR. Since \(QR^2\) only involves \(x^2\) (which is 16 either way), QR is the same for both values of x:

\(QR=\sqrt{x^2+25}=\sqrt{16+25}=\sqrt{41}\)

QR = \(\sqrt{41}\) for either value of x.

Step 3 — find PR. Unlike QR, this genuinely depends on the sign of x, so both cases must be worked out separately.

If x = −4:

\(PR=\sqrt{(5-(-4))^2+(-3-6)^2}=\sqrt{81+81}=\sqrt{162}=9\sqrt2\)

If x = 4:

\(PR=\sqrt{(5-4)^2+(-3-6)^2}=\sqrt{1+81}=\sqrt{82}\)

So PR = \(9\sqrt2\) when x = −4, and PR = \(\sqrt{82}\) when x = 4.

Q10

Find a relation between x and y such that the point (x, y) is equidistant from the point (3, 6) and (−3, 4).

Answer

Let P(x, y) satisfy \(PA^2=PB^2\) with A(3, 6), B(−3, 4).

\((x-3)^2+(y-6)^2=(x+3)^2+(y-4)^2\)

Expand both sides:

\(x^2-6x+9+y^2-12y+36=x^2+6x+9+y^2-8y+16\)

Collect like terms — subtract the right side from the left:

\(-6x-12y+45=6x-8y+25\)
\(-12x-4y+20=0\)
\(3x+y-5=0\ \Rightarrow\ 3x+y=5\)

So the required relation is \(\boldsymbol{3x+y=5}\) (equivalently \(3x+y-5=0\)).

Worked Examples — Section Formula (Examples 6–10)

Example 6

Find the coordinates of the point which divides the line segment joining the points (4, −3) and (8, 5) in the ratio 3 : 1 internally.

Solution

Using the section formula, the point P(x, y) dividing A\((x_1,y_1)\) to B\((x_2,y_2)\) internally in the ratio \(m_1:m_2\) is:

\(\left(\dfrac{m_1x_2+m_2x_1}{m_1+m_2},\ \dfrac{m_1y_2+m_2y_1}{m_1+m_2}\right)\)

Here A(4, −3), B(8, 5), \(m_1:m_2=3:1\):

\(x=\dfrac{3(8)+1(4)}{3+1}=\dfrac{24+4}{4}=\dfrac{28}{4}=7\)
\(y=\dfrac{3(5)+1(-3)}{3+1}=\dfrac{15-3}{4}=\dfrac{12}{4}=3\)

So the required point is (7, 3).

Example 7

In what ratio does the point (−4, 6) divide the line segment joining the points A(−6, 10) and B(3, −8)?

Solution

Let \((-4,6)\) divide AB internally in the ratio \(m_1:m_2\). By the section formula:

\((-4,6)=\left(\dfrac{3m_1-6m_2}{m_1+m_2},\ \dfrac{-8m_1+10m_2}{m_1+m_2}\right)\)

Using the x-coordinate:

\(-4=\dfrac{3m_1-6m_2}{m_1+m_2}\)
\(-4m_1-4m_2=3m_1-6m_2\)
\(7m_1=2m_2\)
\(m_1:m_2=2:7\)

So \(m_1:m_2=2:7\). (The y-coordinate should give the same ratio — checking: \(\dfrac{-8m_1+10m_2}{m_1+m_2}=\dfrac{-8(2)+10(7)}{9}=\dfrac{-16+70}{9}=\dfrac{54}{9}=6\), which matches, confirming the ratio.)

So (−4, 6) divides AB in the ratio 2 : 7.

Alternatively (NCERT's own second method): write the ratio as \(k:1\). Then:

\((-4,6)=\left(\dfrac{3k-6}{k+1},\ \dfrac{-8k+10}{k+1}\right)\)
\(-4=\dfrac{3k-6}{k+1}\)
\(-4k-4=3k-6\)
\(7k=2\ \Rightarrow\ k:1=2:7\)

So \(k:1=2:7\), the same answer as before — this form is often quicker when only ONE unknown (k) needs to be solved for, instead of two (\(m_1,m_2\)).

Note: the ratio can also be found by computing the distances AP and PB directly and taking their ratio, provided A, P, B are known to be collinear.

Example 8

Find the coordinates of the points of trisection (i.e., points dividing in three equal parts) of the line segment joining the points A(2, −2) and B(−7, 4).

Solution

Let P and Q be the points of trisection of AB, so \(AP=PQ=QB\). Then P divides AB internally in the ratio 1 : 2 (one part out of the three from A), and Q divides AB internally in the ratio 2 : 1 (two parts out of the three from A).

Point P (ratio 1 : 2):

\(P=\left(\dfrac{1(-7)+2(2)}{1+2},\ \dfrac{1(4)+2(-2)}{1+2}\right)\)
\(P=\left(\dfrac{-7+4}{3},\ \dfrac{4-4}{3}\right)=\left(\dfrac{-3}{3},\ \dfrac{0}{3}\right)=(-1,0)\)

So P = (−1, 0).

Point Q (ratio 2 : 1):

\(Q=\left(\dfrac{2(-7)+1(2)}{2+1},\ \dfrac{2(4)+1(-2)}{2+1}\right)\)
\(Q=\left(\dfrac{-14+2}{3},\ \dfrac{8-2}{3}\right)=\left(\dfrac{-12}{3},\ \dfrac{6}{3}\right)=(-4,2)\)

So Q = (−4, 2).

Note: Q could also have been found as the midpoint of P and B, using the simpler midpoint formula \(\left(\dfrac{x_1+x_2}{2},\dfrac{y_1+y_2}{2}\right)\), since Q is exactly halfway between P and B.

Example 9

Find the ratio in which the y-axis divides the line segment joining the points (5, −6) and (−1, −4). Also find the point of intersection.

Solution

Let the y-axis divide the segment joining A(5, −6) and B(−1, −4) in the ratio \(k:1\). By the section formula, the dividing point is:

\(\left(\dfrac{-k+5}{k+1},\ \dfrac{-4k-6}{k+1}\right)\)

Every point on the y-axis has x-coordinate 0, so:

\(\dfrac{-k+5}{k+1}=0\)
\(-k+5=0\ \Rightarrow\ k=5\)

So the ratio is 5 : 1. Substituting \(k=5\) into the y-coordinate:

\(y=\dfrac{-4(5)-6}{5+1}=\dfrac{-20-6}{6}=\dfrac{-26}{6}=\dfrac{-13}{3}\)

So the point of intersection is \(\left(0,\ \dfrac{-13}{3}\right)\).

Example 10

If the points A(6, 1), B(8, 2), C(9, 4) and D(p, 3) are the vertices of a parallelogram, taken in order, find the value of p.

Solution

The key fact about a parallelogram is that its diagonals bisect each other — so the midpoint of one diagonal must equal the midpoint of the other. Taken in order, ABCD has diagonals AC and BD.

\(\text{Midpoint of }AC=\left(\dfrac{6+9}{2},\ \dfrac{1+4}{2}\right)=\left(\dfrac{15}{2},\ \dfrac{5}{2}\right)\)
\(\text{Midpoint of }BD=\left(\dfrac{8+p}{2},\ \dfrac{2+3}{2}\right)=\left(\dfrac{8+p}{2},\ \dfrac{5}{2}\right)\)

Equating the midpoints:

\(\dfrac{15}{2}=\dfrac{8+p}{2}\)

Matching x-coordinates:

\(15=8+p\)
\(p=7\)

(The y-coordinates already agree on both sides without needing p, which is an automatic consistency check that the parallelogram condition is being applied correctly.)

So p = 7.

Exercise 7.2

Q1

Find the coordinates of the point which divides the join of (−1, 7) and (4, −3) in the ratio 2 : 3.

Answer

Using the section formula with A(−1, 7), B(4, −3), ratio \(m_1:m_2=2:3\):

\(x=\dfrac{2(4)+3(-1)}{2+3}=\dfrac{8-3}{5}=\dfrac{5}{5}=1\)
\(y=\dfrac{2(-3)+3(7)}{2+3}=\dfrac{-6+21}{5}=\dfrac{15}{5}=3\)

So the required point is (1, 3).

Q2

Find the coordinates of the points of trisection of the line segment joining (4, −1) and (−2, −3).

Answer

Let P and Q trisect the segment joining A(4, −1) and B(−2, −3), so P divides AB in the ratio 1 : 2 and Q divides AB in the ratio 2 : 1 (exactly as in Example 8).

Point P (ratio 1 : 2):

\(P=\left(\dfrac{1(-2)+2(4)}{3},\ \dfrac{1(-3)+2(-1)}{3}\right)=\left(\dfrac{-2+8}{3},\ \dfrac{-3-2}{3}\right)=\left(2,\ \dfrac{-5}{3}\right)\)

So P = \(\left(2,\ \dfrac{-5}{3}\right)\).

Point Q (ratio 2 : 1):

\(Q=\left(\dfrac{2(-2)+1(4)}{3},\ \dfrac{2(-3)+1(-1)}{3}\right)=\left(\dfrac{-4+4}{3},\ \dfrac{-6-1}{3}\right)=\left(0,\ \dfrac{-7}{3}\right)\)

So Q = \(\left(0,\ \dfrac{-7}{3}\right)\).

Q3

To conduct Sports Day activities, in your rectangular shaped school ground ABCD, lines have been drawn with chalk powder at a distance of 1 m each. 100 flower pots have been placed at a distance of 1 m from each other along AD, as shown in Fig. 7.12. Niharika runs \(\dfrac{1}{4}\)th the distance AD on the 2nd line and posts a green flag. Preet runs \(\dfrac{1}{5}\)th the distance AD on the eighth line and posts a red flag. What is the distance between both the flags? If Rashmi has to post a blue flag exactly halfway between the line segment joining the two flags, where should she post her flag?

XYO24682468Green (2, 25)Red (8, 20)Blue (5, 22.5)
Fig. 7.12 — AD = 100 m. Green flag (2, 25), red flag (8, 20), blue flag (5, 22.5)

Answer

Since 100 flower pots are placed 1 m apart along AD, \(AD=100\) m. Taking A as the origin with the “line” number as the x-coordinate and the distance along AD as the y-coordinate:

Green flag (Niharika, 2nd line, \(\tfrac14\) of AD):

\(\text{Green}=\left(2,\ \dfrac14\times100\right)=(2,25)\)

Red flag (Preet, eighth line, \(\tfrac15\) of AD):

\(\text{Red}=\left(8,\ \dfrac15\times100\right)=(8,20)\)

Distance between the flags — by the distance formula:

\(d=\sqrt{(8-2)^2+(20-25)^2}=\sqrt{36+25}=\sqrt{61}\)

So the distance between the two flags is \(\sqrt{61}\) m.

Blue flag — exactly halfway between the green and red flags is their midpoint:

\(\text{Blue}=\left(\dfrac{2+8}{2},\ \dfrac{25+20}{2}\right)=(5,22.5)\)

So Rashmi should post her blue flag at the point (5, 22.5), i.e. on the 5th line, 22.5 m from AD.

Q4

Find the ratio in which the line segment joining the points (−3, 10) and (6, −8) is divided by (−1, 6).

Answer

Let \((-1,6)\) divide the segment joining A(−3, 10) and B(6, −8) in the ratio \(m_1:m_2\). Using the x-coordinate of the section formula:

\(-1=\dfrac{m_1(6)+m_2(-3)}{m_1+m_2}\)
\(-m_1-m_2=6m_1-3m_2\)
\(2m_2=7m_1\)
\(m_1:m_2=2:7\)

So the ratio is 2 : 7. (Checking the y-coordinate: \(\dfrac{2(-8)+7(10)}{9}=\dfrac{-16+70}{9}=\dfrac{54}{9}=6\), which matches.)

Q5

Find the ratio in which the line segment joining A(1, −5) and B(−4, 5) is divided by the x-axis. Also find the coordinates of the point of division.

Answer

Let the x-axis divide AB in the ratio \(k:1\). Every point on the x-axis has y-coordinate 0, so using the y-coordinate of the section formula:

\(0=\dfrac{k(5)+1(-5)}{k+1}\)
\(5k-5=0\)
\(k=1\)

So the ratio is 1 : 1 — the x-axis bisects AB.

Substituting \(k=1\) into the x-coordinate:

\(x=\dfrac{1(-4)+1(1)}{1+1}=\dfrac{-3}{2}\)

So the point of division is \(\left(\dfrac{-3}{2},\ 0\right)\).

Q6

If (1, 2), (4, y), (x, 6) and (3, 5) are the vertices of a parallelogram taken in order, find x and y.

Answer

As in Example 10, the diagonals of a parallelogram bisect each other. Taken in order, the diagonals here join the 1st & 3rd vertices, and the 2nd & 4th vertices.

\(\text{Midpoint of }(1,2)\text{ and }(x,6)=\left(\dfrac{1+x}{2},\ \dfrac{2+6}{2}\right)=\left(\dfrac{1+x}{2},\ 4\right)\)
\(\text{Midpoint of }(4,y)\text{ and }(3,5)=\left(\dfrac{4+3}{2},\ \dfrac{y+5}{2}\right)=\left(\dfrac{7}{2},\ \dfrac{y+5}{2}\right)\)

Equating the midpoints (x-coordinates, then y-coordinates):

\(\dfrac{1+x}{2}=\dfrac{7}{2}\ \Rightarrow\ 1+x=7\ \Rightarrow\ x=6\)
\(4=\dfrac{y+5}{2}\ \Rightarrow\ y+5=8\ \Rightarrow\ y=3\)

So x = 6 and y = 3.

Q7

Find the coordinates of a point A, where AB is the diameter of a circle whose centre is (2, −3) and B is (1, 4).

Answer

The centre of a circle is the midpoint of any diameter, so the centre is the midpoint of AB. Let A = (x, y).

\((2,-3)=\left(\dfrac{x+1}{2},\ \dfrac{y+4}{2}\right)\)

Matching coordinates:

\(\dfrac{x+1}{2}=2\ \Rightarrow\ x+1=4\ \Rightarrow\ x=3\)
\(\dfrac{y+4}{2}=-3\ \Rightarrow\ y+4=-6\ \Rightarrow\ y=-10\)

So A = (3, −10).

Q8

If A and B are (−2, −2) and (2, −4), respectively, find the coordinates of P such that \(AP=\dfrac{3}{7}AB\) and P lies on the line segment AB.

Answer

Since P lies on AB with \(AP=\tfrac37AB\), the remaining part \(PB=AB-AP=\tfrac47AB\). So P divides AB internally in the ratio \(AP:PB=3:4\).

Using the section formula with A(−2, −2), B(2, −4), ratio 3 : 4:

\(x=\dfrac{3(2)+4(-2)}{3+4}=\dfrac{6-8}{7}=\dfrac{-2}{7}\)
\(y=\dfrac{3(-4)+4(-2)}{3+4}=\dfrac{-12-8}{7}=\dfrac{-20}{7}\)

So \(P=\left(\dfrac{-2}{7},\ \dfrac{-20}{7}\right)\).

Q9

Find the coordinates of the points which divide the line segment joining A(−2, 2) and B(2, 8) into four equal parts.

Answer

Four equal parts need three dividing points, \(P_1,P_2,P_3\), splitting AB in ratios 1 : 3, 1 : 1 (the midpoint) and 3 : 1 respectively from A.

\(P_1\) (ratio 1 : 3):

\(P_1=\left(\dfrac{1(2)+3(-2)}{4},\ \dfrac{1(8)+3(2)}{4}\right)=\left(\dfrac{2-6}{4},\ \dfrac{8+6}{4}\right)=\left(-1,\ \dfrac72\right)\)

\(P_2\) (ratio 1 : 1, the midpoint):

\(P_2=\left(\dfrac{-2+2}{2},\ \dfrac{2+8}{2}\right)=(0,5)\)

\(P_3\) (ratio 3 : 1):

\(P_3=\left(\dfrac{3(2)+1(-2)}{4},\ \dfrac{3(8)+1(2)}{4}\right)=\left(\dfrac{6-2}{4},\ \dfrac{24+2}{4}\right)=\left(1,\ \dfrac{13}{2}\right)\)

So the three points are \(P_1=\left(-1,\ \dfrac72\right)\), \(P_2=(0,5)\), \(P_3=\left(1,\ \dfrac{13}{2}\right)\).

Q10

Find the area of a rhombus if its vertices are (3, 0), (4, 5), (−1, 4) and (−2, −1) taken in order. [Hint: Area of a rhombus \(=\dfrac12\) (product of its diagonals)]

Answer

Since the "Area of a Triangle" section is not part of this rationalised syllabus, the hint’s formula — half the product of the diagonals — is used instead, and the diagonal lengths come from the distance formula. Let A(3, 0), B(4, 5), C(−1, 4), D(−2, −1); the diagonals of ABCD taken in order are AC and BD.

\(\text{Diagonal }AC=\sqrt{(3-(-1))^2+(0-4)^2}=\sqrt{16+16}=4\sqrt2\)
\(\text{Diagonal }BD=\sqrt{(4-(-2))^2+(5-(-1))^2}=\sqrt{36+36}=6\sqrt2\)

By the hint,

\(\text{Area}=\dfrac12\times AC\times BD=\dfrac12\times4\sqrt2\times6\sqrt2\)
\(\text{Area}=\dfrac12\times48=24\ \text{sq. units}\)

So the area of the rhombus is 24 square units.

Cross-check that ABCD really is a rhombus (all four sides equal), confirming the hint’s formula applies:

\(AB=\sqrt{(4-3)^2+(5-0)^2}=\sqrt{1+25}=\sqrt{26}\)
\(BC=\sqrt{(-1-4)^2+(4-5)^2}=\sqrt{25+1}=\sqrt{26}\)
\(CD=\sqrt{(-2-(-1))^2+(-1-4)^2}=\sqrt{1+25}=\sqrt{26}\)
\(DA=\sqrt{(3-(-2))^2+(0-(-1))^2}=\sqrt{25+1}=\sqrt{26}\)

All four sides equal \(\sqrt{26}\), confirming ABCD is genuinely a rhombus.