Coordinate Geometry

7.1 Introduction

In Class IX, you have studied that to locate the position of a point on a plane, we require a pair of coordinate axes. The distance of a point from the y-axis is called its x-coordinate, or abscissa. The distance of a point from the x-axis is called its y-coordinate, or ordinate. The coordinates of a point on the x-axis are of the form (x,0), and of a point on the y-axis are of the form (0,y).

Here is a play for you. Draw a set of a pair of perpendicular axes on a graph paper. Now plot the following points and join them as directed: Join the point A(4,8) to B(3,9) to C(3,8) to D(1,6) to E(1,5) to F(3,3) to G(6,3) to H(8,5) to I(8,6) to J(6,8) to K(6,9) to L(5,8) to A. Then join the points P(3.5,7),Q(3,6) and R(4,6) to form a triangle. Also join the points X(5.5,7),Y(5,6) and Z(6,6) to form a triangle. Now join S(4,5),T(4.5,4) and U(5,5) to form a triangle. Lastly join S to the points (0,5) and (0,6) and join U to the points (9,5) and (9,6). What picture have you got?

Also, you have seen that a linear equation in two variables of the form ax+by+c=0,(a,b are not simultaneously zero), when represented graphically, gives a straight line. Further, in Chapter 2, you have seen the graph of y=ax2+bx+c(a0), is a parabola. In fact, coordinate geometry has been developed as an algebraic tool for studying geometry of figures. It helps us to study geometry using algebra, and understand algebra with the help of geometry. Because of this, coordinate geometry is widely applied in various fields such as physics, engineering, navigation, seismology and art!

In this chapter, you will learn how to find the distance between the two points whose coordinates are given, and to find the area of the triangle formed by three given points. You will also study how to find the coordinates of the point which divides a line segment joining two given points in a given ratio.

7.2 Distance Formula

Let us consider the following situation:

A town B is located 36km east and 15 km north of the town A. How would you find the distance from town A to town B without actually measuring it. Let us see. This situation can be represented graphically as shown in Fig. 7.1. You may use the Pythagoras Theorem to calculate this distance.

Fig. 7.1

Now, suppose two points lie on the x-axis. Can we find the distance between them? For instance, consider two points A(4,0) and B(6,0) in Fig. 7.2. The points A and B lie on the x-axis.

From the figure you can see that OA=4 units and OB=6 units.

Therefore, the distance of B from A, i.e., AB=OBOA=64=2 units.

So, if two points lie on the x-axis, we can easily find the distance between them.

Now, suppose we take two points lying on the y-axis. Can you find the distance between them. If the points C(0,3) and D(0,8) lie on the y-axis, similarly we find that CD=83=5 units (see Fig. 7.2).

Fig. 7.2

Next, can you find the distance of A from C (in Fig. 7.2)? Since OA =4 units and OC=3 units, the distance of A from C, i.e., AC=32+42=5 units. Similarly, you can find the distance of B from D=BD=10 units.

Now, if we consider two points not lying on coordinate axis, can we find the distance between them? Yes! We shall use Pythagoras theorem to do so. Let us see an example.

In Fig. 7.3, the points P(4,6) and Q(6,8) lie in the first quadrant. How do we use Pythagoras theorem to find the distance between them? Let us draw PR and QS perpendicular to the x-axis from P and Q respectively. Also, draw a perpendicular from P on QS to meet QS at T. Then the coordinates of R and S are (4,0) and (6,0), respectively. So, RS=2 units. Also, QS=8 units and TS=PR=6 units.

Fig. 7.3

Therefore, QT=2 units and PT=RS=2 units. have

Now, using the Pythagoras theorem, we

PQ2=PT2+QT2=22+22=8

So,

PQ=22 units 

How will we find the distance between two points in two different quadrants?

Consider the points P(6,4) and Q(5,3) (see Fig. 7.4). Draw QS perpendicular to the x-axis. Also draw a perpendicular PT from the point P on QS (extended) to meet y-axis at the point R.

Fig. 7.4

Then PT = 11 units and QT = 7 units. (Why?)

Using the Pythagoras Theorem to the right triangle PTQ, we get PQ=112+72=170 units.

Let us now find the distance between any two points P(x1,y1) and Q(x2,y2). Draw PR and QS perpendicular to the x-axis. A perpendicular from the point P on QS is drawn to meet it at the point T (see Fig. 7.5).

Fig. 7.5

Then, OR=x1,OS=x2. So, RS=x2x1=PT.

Also, SQ=y2,ST=PR=y1. So, QT=y2y1.

Now, applying the Pythagoras theorem in PTQ, we get

PQ2=PT2+QT2=(x2x1)2+(y2y1)2

Therefore,

PQ=(x2x1)2+(y2y1)2

Note that since distance is always non-negative, we take only the positive square root. So, the distance between the points P(x1,y1) and Q(x2,y2) is

PQ=(x2x1)2+(y2y1)2,

which is called the distance formula.

Remarks :

1. In particular, the distance of a point P(x,y) from the origin O(0,0) is given by

OP=x2+y2.

2. We can also write, PQ=(x1x2)2+(y1y2)2. (Why?)

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 us apply the distance formula to find the distances PQ, QR and PR, where P(3,2),Q(2,3) and R(2,3) are the given points. We have

PQ=(3+2)2+(2+3)2=52+52=50=7.07 (approx.) QR=(22)2+(33)2=(4)2+(6)2=52=7.21 (approx.) PR=(32)2+(23)2=12+(1)2=2=1.41 (approx.) 

Since the sum of any two of these distances is greater than the third distance, therefore, the points P,Q and R form a triangle.

Also, PQ2+PR2=QR2, by the converse of Pythagoras theorem, we have P=90. Therefore, PQR is a right triangle.

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. One way of showing that ABCD is a square is to use the property that all its sides should be equal and both its digonals should also be equal. Now,

AB=(14)2+(72)2=9+25=34BC=(4+1)2+(2+1)2=25+9=34CD=(1+4)2+(14)2=9+25=34DA=(1+4)2+(74)2=25+9=34AC=(1+1)2+(7+1)2=4+64=68BD=(4+4)2+(24)2=64+4=68

Since, AB=BC=CD=DA and AC=BD, all the four sides of the quadrilateral ABCD are equal and its diagonals AC and BD are also equal. Thereore, ABCD is a square.

Alternative Solution : We find the four sides and one diagonal, say, AC as above. Here AD2+DC2= 34+34=68= AC 2. Therefore, by the converse of Pythagoras theorem, D=90. A quadrilateral with all four sides equal and one angle 90 is a square. So, ABCD is a square.

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

Fig. 7.6

Solution : Using the distance formula, we have

AB=(63)2+(41)2=9+9=18=32BC=(86)2+(64)2=4+4=8=22AC=(83)2+(61)2=25+25=50=52

Since, AB+BC=32+22=52=AC, we can say that the points A,B and C are collinear. Therefore, they are seated in a line.

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 : Let P(x,y) be equidistant from the points A(7,1) and B(3,5).

We are given that AP=BP. So, AP2=BP2

i.e., (x7)2+(y1)2=(x3)2+(y5)2

i.e., x214x+49+y22y+1=x26x+9+y210y+25

i.e., xy=2

which is the required relation.

Remark : Note that the graph of the equation xy=2 is a line. From your earlier studies, you know that a point which is equidistant from A and B lies on the perpendicular bisector of AB. Therefore, the graph of xy=2 is the perpendicular bisector of AB (see Fig. 7.7).

Fig. 7.7

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

Solution : We know that a point on the y-axis is of the form (0,y). So, let the point P(0,y) be equidistant from A and B. Then

(60)2+(5y)2=(40)2+(3y)2

i.e., 36+25+y210y=16+9+y26y

i.e., 4y=36

i.e., y=9

So, the required point is (0,9).

Let us check our solution : AP=(60)2+(59)2=36+16=52

BP=(40)2+(39)2=16+36=52

Note : Using the remark above, we see that (0,9) is the intersection of the y-axis and the perpendicular bisector of AB.

EXERCISE 7.1

1. Find the distance between the following pairs of points :

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

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

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

Show Answer

Solution

(i) Distance between the two points is given by

(x1x2)2+(y1y2)2

Therefore, distance between (2,3) and (4,1) is given by

l=(24)2+(31)2=(2)2+(2)2=4+4=8=22

(ii) Distance between (5,7) and (1,3) is given by

l=(5(1))2+(73)2=(4)2+(4)2=16+16=32=42

(iii) Distance between (a,b) and (a,b) is given by

l=(a(a))2+(b(b))2=(2a)2+(2b)2=4a2+4b2=2a2+b2

2. 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.

Show Answer

Solution

Distance between points (0,0) and (36,15)

=(360)2+(150)2=362+152=1296+225=1521=39

Yes, we can find the distance between the given towns A and B.

Assume town A at origin point (0,0).

Therefore, town B will be at point (36,15) with respect to town A.

And hence, as calculated above, the distance between town A and B will be 39km.

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

Show Answer

Solution

Let the points (1,5),(2,3), and (2,11) be representing the vertices A,B, and C of the given triangle respectively.

Let A=(1,5),B=(2,3),C=(2,11)

AB=(12)2+(53)2=5

BC=(2(2))2+(3(11))2=42+142=16+196=212

CA=(1(2))2+(5(11))2=32+162=9+256=265

Since AB+BCCA,

Therefore, the points (1,5),(2,3), and ( - 2, - 11) are not collinear.

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

Show Answer

Solution

Let the points (5,2),(6,4), and (7,2) are representing the vertices A,B, and C of the given triangle respectively.

AB=(56)2+(24)2=(1)2+(6)2=1+36=37BC=(67)2+(4(2))2=(1)2+(6)2=1+36=37CA=(57)2+(2(2))2=(2)2+02=2

Therefore, AB=BC

As two sides are equal in length, therefore, ABC is an isosceles triangle.

5. 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.

Fig. 7.8

Show Answer

Solution

It can be observed that A(3,4),B(6,7),C(9,4), and D(6,1) are the positions of these 4 friends.

AB=(36)2+(47)2=(3)2+(3)2=9+9=18=32

BC=(69)2+(74)2=(3)2+(3)2=9+9=18=32

CB=(96)2+(41)2=(3)2+(3)2=9+9=18=32

AD=(36)2+(41)2=(3)2+(3)2=9+9=18=32

Diagonal AC=(39)2+(44)2=(6)2+02=6

Diagonal BD=(66)2+(71)2=02+(6)2=6

It can be observed that all sides of this quadrilateral ABCD are of the same length and also the diagonals are of the same length.

Therefore, ABCD is a square and hence, Champa was correct

6. 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)

Show Answer

Solution

(i) Let the points (1,2),(1,0),(1,2), and (3,0) be representing the vertices A,B,C, and D of the given quadrilateral respectively.

AB=(11)2+(20)2=(2)2+(2)2=4+4=8=22

BC=(1(1))2+(02)2=(2)2+(2)2=4+4=8=22

CD=(1(3))2+(20)2=(2)2+(2)2=4+4=8=22

AD=(1(3))2+(20)2=(2)2+(2)2=4+4=8=22

Diagonal AC=(1(1))2+(22)2=02+(4)2=16=4

Diagonal BD=(1(3))2+(00)2=(4)2+02=16=4

It can be observed that all sides of this quadrilateral are of the same length and also, the diagonals are of the same length. Therefore, the given points are the vertices of a square.

(ii)Let the points (3,5),(3,1),(0,3), and (1,4) be representing the vertices A,B,C, and D of the given quadrilateral respectively.

AB=(33)2+(51)2=(6)2+(4)2=36+16=52=213BC=(30)2+(13)2=(3)2+(2)2=9+4=13CD=(0(1))2+(3(4))2=(1)2+(7)2=1+49=50=52AD=(3(1))2+(5(4))2=(2)2+(9)2=4+81=85

It can be observed that all sides of this quadrilateral are of different lengths. Therefore, it can be said that it is only a general quadrilateral, and not specific such as square, rectangle, etc.

(iii)Let the points (4,5),(7,6),(4,3), and (1,2) be representing the vertices A,B,C, and D of the given quadrilateral respectively.

AB=(47)2+(56)2=(3)2+(1)2=9+1=10BC=(74)2+(63)2=(3)2+(3)2=9+9=18CD=(41)2+(32)2=(3)2+(1)2=9+1=10AD=(41)2+(52)2=(3)2+(3)2=9+9=18

Diagonal AC=(44)2+(53)2=(0)2+(2)2=0+4=2

Diagonal CD=(71)2+(62)2=(6)2+(4)2=36+16=52=132

It can be observed that opposite sides of this quadrilateral are of the same length. However, the diagonals are of different lengths. Therefore, the given points are the vertices of a parallelogram.

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

Show Answer

Solution

We have to find a point on x-axis. Therefore, its y-coordinate will be 0 .

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

Distance between (x,0) and (2,5)=(x2)2+(0(5))2=(x2)2+(5)2

Distance between (x,0) and (2,9)=(x(2))2+(0(9))2=(x+2)2+(9)2

By the given condition, these distances are equal in measure. (x2)2+(5)2=(x+2)2+(9)2

(x2)2+25=(x+2)2+81

x2+44x+25=x2+4+4x+81

8x=2581

8x=56

x=7

Therefore, the point is (7,0).

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

Show Answer

Solution

It is given that the distance between (2,3) and (10,y) is 10 .

Therefore, (210)2+(3y)2=10

(8)2+(3+y)2=10

64+(y+3)2=100

(y+3)2=36

y+3=±6

y+3=6 or y+3=6

Therefore, y=3 or -9

9. 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.

Show Answer

Solution

PQ=QR

(50)2+(31)2=(0x)2+(16)2

(5)2+(4)2=(x)2+(5)2

25+16=x2+25

41=x2+25

16=x2

x=±4

Therefore, point R is (4,6) or (4,6).

When point R is (4,6),

PR=(54)2+(36)2=12+(9)2=1+81=82QR=(04)2+(16)2=(4)2+(5)2=16+25=41

When point R is (4,6),

PR=(5(4))2+(36)2=(9)2+(9)2=81+81=92QR=(0(4))2+(16)2=(4)2+(5)2=16+25=41

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

Show Answer

Solution

Point (x,y) is equidistant from (3,6) 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=53x+y5=0

7.3 Section Formula

Let us recall the situation in Section 7.2. Suppose a telephone company wants to position a relay tower at P between A and B is such a way that the distance of the tower from B is twice its distance from A. If P lies on AB, it will divide AB in the ratio 1:2 (see Fig. 7.9). If we take A as the origin O, and 1km as one unit on both the axis, the coordinates of B will be (36,15). In order to know the position of the tower, we must know the coordinates of P. How do we find these coordinates?

Fig. 7.9

Let the coordinates of P be (x,y). Draw perpendiculars from P and B to the x-axis, meeting it in D and E, respectively. Draw PC perpendicular to BE. Then, by the AA similarity criterion, studied in Chapter 6, POD and BPC are similar.

Therefore , ODPC=OPPB=12, and PDBC=OPPB=12

So, x36x=12 and y15y=12.

These equations give x=12 and y=5.

You can check that P(12,5) meets the condition that OP:PB=1:2.

Now let us use the understanding that you may have developed through this example to obtain the general formula.

Consider any two points A(x1,y1) and B(x2,y2) and assume that P(x,y) divides AB internally in the ratio m1:m2, i.e., PAPB=m1m2 (see Fig. 7.10).

Fig. 7.10

Draw AR, PS and BT perpendicular to the x-axis. Draw AQ and PC parallel to the x-axis. Then, by the AA similarity criterion,

ΔPAQΔBPC

Therefore,

(1)PABP=AQPC=PQBC

Now,

AQ=RS=OSOR=xx1PC=ST=OTOS=x2xPQ=PSQS=PSAR=yy1BC=BTCT=BTPS=y2y

Substituting these values in (1), we get

m1m2=xx1x2x=yy1y2y

Takingm1m2=xx1x2x, we get x=m1x2+m2x1m1+m2

Similarly, takingm1m2=yy1y2y, we get y=m1y2+m2y1m1+m2

So, the coordinates of the point P(x,y) which divides the line segment joining the points A(x1,y1) and B(x2,y2), internally, in the ratio m1:m2 are

(2)(m1x2+m2x1m1+m2,m1y2+m2y1m1+m2)

This is known as the section formula.

This can also be derived by drawing perpendiculars from A, P and B on the y-axis and proceeding as above.

If the ratio in which P divides AB is k:1, then the coordinates of the point P will be

(kx2+x1k+1,ky2+y1k+1)

Special Case : The mid-point of a line segment divides the line segment in the ratio 1:1. Therefore, the coordinates of the mid-point P of the join of the points A(x1,y1) and B(x2,y2) is

(1x1+1x21+1,1y1+1y21+1)=(x1+x22,y1+y22)

Let us solve a few examples based on the section formula.

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 : Let P(x,y) be the required point. Using the section formula, we get

x=3(8)+1(4)3+1=7,y=3(5)+1(3)3+1=3

Therefore, (7,3) is the required point.

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 m1:m2. Using the section formula, we get

(1)(4,6)=(3m16m2m1+m2,8m1+10m2m1+m2)

Recall that if (x,y)=(a,b) then x=a and y=b.

So,

4=3m16m2m1+m2 and 6=8m1+10m2m1+m2

Now, 4=3m16m2m1+m2gives us

4m14m2=3m16m2

i.e.,

7m1=2m2

i.e.,

m1:m2=2:7

You should verify that the ratio satisfies the y-coordinate also.

Now,

8m1+10m2m1+m2=8m1m2+10m1m2+1( Dividing throughout by m2)=8×27+1027+1=6

Therefore, the point (4,6) divides the line segment joining the points A(6,10) and B(3,8) in the ratio 2:7.

Alternatively : The ratio m1:m2 can also be written as m1m2:1, or k:1. Let (4,6) divide AB internally in the ratio k:1. Using the section formula, we get

(2)(4,6)=(3k6k+1,8k+10k+1)

So, 4=3k6k+1i.e., 4k4=3k6i.e., 7k=2i.e., k:1=2:7

You can check for the y-coordinate also.

So, the point (4,6) divides the line segment joining the points A(6,10) and B(3,8) in the ratio 2:7.

Note : You can also find this ratio by calculating the distances PA and PB and taking their ratios provided you know that A,P and B are 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 i.e., AP=PQ=QB (see Fig. 7.11).

Fig. 7.11

Therefore, P divides AB internally in the ratio 1:2. Therefore, the coordinates of P, by applying the section formula, are

(1(7)+2(2)1+2,1(4)+2(2)1+2), i.e., (1,0)

Now, Q also divides AB internally in the ratio 2 : 1 . So, the coordinates of Q are

(2(7)+1(2)2+1,2(4)+1(2)2+1), i.e., (4,2)

Therefore, the coordinates of the points of trisection of the line segment joining A and B are (1,0) and (4,2).

Note : We could also have obtained Q by noting that it is the mid-point of PB. So, we could have obtained its coordinates using the mid-point formula.

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 ratio be k:1. Then by the section formula, the coordinates of the point which divides AB in the ratio k:1 are (k+5k+1,4k6k+1).

This point lies on the y-axis, and we know that on the y-axis the abscissa is 0 .

Therefore,

k+5k+1=0

So,

k=5

That is, the ratio is 5:1. Putting the value of k=5, we get the point of intersection as (0,133).

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 : We know that diagonals of a parallelogram bisect each other.

So, the coordinates of the mid-point of AC= coordinates of the mid-point of BD

i.e.,(6+92,1+42)=(8+p2,2+32)

i.e.,(152,52)=(8+p2,52)

so, 152=8+p2

i.e.,p=7

EXERCISE 7.2

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

Show Answer

Solution

Let P(x,y) be the required point. Using the section formula, we obtain

x=2×4+3×(1)2+3=835=55=1y=2×(3)+3×72+3=6+215=155=3

Therefore, the point is (1,3).

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

Show Answer

Solution

Let P(x1,y1) and Q(x2,y2) are the points of trisection of the line segment joining the given points i.e., AP=PQ=QB Therefore, point P divides AB internally in the ratio 1:2.

x1=1×(2)+2×41+2,y1=1×(3)+2×(1)1+2

x1=2+83=63=2,y1=323=53

Therefore, P(x1,y1)=(2,53)

Point Q divides AB internally in the ratio 2:1.

x2=2×(2)+1×42+1,y2=2×(3)+1×(1)2+1

x2=4+43=0,y2=613=73

Q(x2,y2)=(0,73)

3. To conduct Sports Day activities, in your rectangular shaped school ground ABCD, lines have been drawn with chalk powder at a distance of 1m each. 100 flower pots have been placed at a distance of 1m from each other along AD, as shown in Fig. 7.12. Niharika runs 14 th the distance AD on the 2nd line and posts a green flag. Preet runs 15 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?

Fig. 7.12

Show Answer

Solution

It can be observed that Niharika posted the green flag at 14 of the distance AD i.e., (14×100)m=25m from the starting point of 2nd  line. Therefore, the coordinates of this point G is (2,25).

Similarly, Preet posted red flag at 15 of the distance AD i.e., (15×100)m=20m from the starting point of 8th  line. Therefore, the coordinates of this point R are (8,20).

Distance between these flags by using distance formula =GR

=(82)2+(2520)2=36+25=61m

The point at which Rashmi should post her blue flag is the mid-point of the line joining these points. Let this point be A(x,y).

x=2+82,y=25+202

x=102=5,y=452=22.5

Hence, A(x,y)=(5,22.5)

Therefore, Rashmi should post her blue flag at 22.5m on 5th  line.

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

Show Answer

Solution

Let the ratio in which the line segment joining (3,10) and (6,8) is divided by point (1,6) be k:1.

Therefore, 1=6k3k+1

k1=6k3

7k=2

k=27

Therefore, the required ratio is 2:7.

5. 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.

Show Answer

Solution

Let the ratio in which the line segment joining A(1,5) and B(4,5) is divided by x-axisbe k:1.

Therefore, the coordinates of the point of division is (4k+1k+1,5k5k+1).

We know that y-coordinate of any point on x-axis is 0 .

5k5k+1=0

k=1

Therefore, x-axis divides it in the ratio 1:1.

Division point =(4(1)+11+1,5(1)51+1)=(4+12,552)=(32,0)

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

Show Answer

Solution

Let (1,2),(4,y),(x,6), and (3,5) are the coordinates of A, B, C, D vertices of a parallelogram ABCD. Intersection point O of diagonal AC and BD also divides these diagonals.

Therefore, O is the mid-point of AC and BD.

If O is the mid-point of AC, then the coordinates of O are

(1+x2,2+62)(x+12,4)

If O is the mid-point of BD, then the coordinates of O are

(4+32,5+y2)(72,5+y2)

Since both the coordinates are of the same point O,

x+12=72 and 4=5+y2

x+1=7 and 5+y=8

x=6 and y=3

7. 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).

Show Answer

Solution

Let the coordinates of point A be (x,y).

Mid-point of AB is (2,3), which is the center of the circle.

(2,3)=(x+12,y+42)

x+12=2 and y+42=3

x+1=4 and y+4=6

x=3 and y=10

Therefore, the coordinates of A are (3,10).

8. If A and B are (2,2) and (2,4), respectively, find the coordinates of P such that AP=37AB and P lies on the line segment AB.

Show Answer

Solution

The coordinates of point A and B are (2,2) and (2,4) respectively.

Since AP=37AB,

Therefore, AP: PB = 3:4

Point P divides the line segment AB in the ratio 3:4.

 Coordinates of P=(3×2+4×(2)3+4,3×(4)+4×(2)3+4)=(687,1287)=(27,207)

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

Show Answer

Solution

From the figure, it can be observed that points P, Q, R are dividing the line segment in a ratio 1:3, 1:1, 3:1 respectively.

 Coordinates of P=(1×2+3×(2)1+3,1×8+3×21+3)=(1,72)

Coordinates of Q=(2+(2)2,2+82)

=(0,5)

Coordinates of R=(3×2+1×(2)3+1,3×8+1×23+1)

=(1,132)

10. 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 =12 (product of its diagonals)]

Show Answer

Solution

Let (3,0),(4,5),(1,4) and (2,1) are the vertices A,B,C,D of a rhombus ABCD.

Length of diagonal AC=[3(1)]2+(04)2

=16+16=42

Length of diagonal BD=[4(2)]2+[5(1)]2

=36+36=62

Therefore, area of rhombus ABCD=12×42×62

=24 square units 

7.4 Summary

In this chapter, you have studied the following points :

1. The distance between P(x1,y1) and Q(x2,y2) is (x2x1)2+(y2y1)2.

2. The distance of a point P(x,y) from the origin is x2+y2.

3. The coordinates of the point P(x,y) which divides the line segment joining the points A(x1,y1) and B(x2,y2) internally in the ratio m1:m2 are (m1x2+m2x1m1+m2,m1y2+m2y1m1+m2).

4. The mid-point of the line segment joining the points P(x1,y1) and Q(x2,y2) is (x1+x22,y1+y22).

A NOTE TO THE READER

Section 7.3 discusses the Section Formula for the coordinates (x,y) of a point P which divides internally the line segment joining the points A(x1,y1) and B(x2,y2) in the ratio m1:m2 as follows :

x=m1x2+m2x1m1+m2,y=m1y2+m2y1m1+m2

Note that, here, PA:PB=m1:m2.

However, if P does not lie between A and B but lies on the line AB, outside the line segment AB, and PA:PB=m1:m2, we say that P divides externally the line segment joining the points A and B. You will study Section Formula for such case in higher classes.



Mock Test for JEE

NCERT Chapter Video Solution

Dual Pane