MIDPOINT AND DISTANCE IN THE COORDINATE PLANE

Problem 1 :

The point which lies on the perpendicular bisector of the line segment joining the points A(-2, -5) and B(2, 5) is

(A) (0, 0)    (B) (0, 2)    (C) (2, 0)    (D) (-2, 0)

Solution:

The perpendicular bisector is a perpendicular line passes through its midpoint .

Let P be the midpoint of line segment joining the points A and B.

So, the coordinates of P are given by the formula,

P(x,y)=x1+x22,y1+y22Where x1=-2,x2=2,y1=-5,y2=5P(x,y)=-2+22,-5+52=02,02=(0,0)

Hence, option (A) is correct.

Problem 2 :

The fourth vertex D of a parallelogram ABCD whose three vertices are A(-2, 3), B(6, 7) and C(8, 3) is

(A) (0, 1)    (B) (0, -1)    (C) (-1, 0)    (D) (1, 0)

Solution:

Let the fourth vertex D = (x, y)

Midpoint of two points (x1, y1) and (x2, y2) is calculated by the formula

findothercoorofparallelogram
=x1+x22,y1+y22Midpoint of AC = Midpoint of BD-2+82,3+32=6+x2,7+y262,62=6+x2,7+y26+x =6, 7+y=6x=0, y=-1

Hence, The point D is (0, -1).

So, option (B) is correct.

Problem 3 :

If P(a/3, 4) is the midpoint of the line segment joining the points Q(-6, 5) and R(-2, 3), then the value of a is

(A) -4     (B) -12     (C) 12     (D) -6

Solution:

P is mid pint of QRP=a3a3=-6-22a3=-822a=-24a=-12

So, option (B) is correct.

Problem 4 :

The perpendicular bisector of the line segment joining the points A(1, 5) and B(4, 6) cuts the y-axis at

(A) (0, 13)  (B) (0, -13)  (C) (0, 12)  (D) (13, 0)

Solution:

The given points are A(x1, y1) = (1, 5) and B(x2, y2) = (4, 6)

The perpendicular bisector of AB will pass through the midpoint of AB.

Now, the perpendicular bisector of AB will meet y axis at P(0, y).

AP = BP

Applying distance formula, we get

AP2 = BP2

(x1 - 0)2 + (y1 - y)2 = (x2 - 0)2 + (x2 - y)2

(1 - 0)2 + (5 - y)2 = (4 - 0)2 + (6 - y)2

1 + 25 + y2 - 10y = 16 + 36 + y2 - 12y

26 + y2 - 10y = 52 + y2 - 12y

26 - 2y = 0

-2y = -26

y = 13

Therefore, the perpendicular bisector of the line segment is (0, 13).

So, option (A) is correct.

Problem 5 :

The coordinates of the point which is equidistant from the three vertices of the Δ AOB.

triangle

(A) (x, y)   (B) (y, x)   (C) x/2, y/2   (D) y/2, x/2

Solution:

Let the coordinate of the point which is equidistant from the three vertices O(0, 0), A(0, 2y) and B(2x, 0) is P(h, k).

Then, PO = PA = PB

By distance formula,

(h-0)2+(k-0)22=(h-0)2+(k-2y)22=(h-2x)2+(k-0)22h2+k2=h2+(k-2y)2=(h-2x)2+k2

Taking first two equations, we get

h2 + k2 = h2 + (k - 2y)2

k2 = k2 + 4y2 - 4yk

4y(y - k) = 0

y = k

Taking first and third equations, we get

h2 + k2 = (h - 2x)2 + k2

h2 = h2 + 4x2 - 4xh

4x(x - h) = 0

x = h

Therefore, required points = (h, k) = (x, y)

So, option (A) is correct.

Problem 6 :

A circle drawn with origin as the centre passes through (13/2, 0). The point which does not lie in the interior of the circle is

(A) (-3/4, 1)     (B) (2, 7/3)

(C) (5, -1/2)     (D) (-6, 5/2)

Solution:

Radius of the circle = Distance between the two points

=132-02+(0-0)2=1322=132=6.5

A point lies inside, on or outside the circle if the distance of the point from the centre of the circle is less than, equal to or greater than the radius of the circle.

a) The distance between (0, 0) and (-3/4, 1)

=-34-02+(1-0)2=916+1=2516=54=1.25<6.5

So, the point (-3/4, 1) lies in the interior of the circle.

b)  The distance between (0, 0) and (2, 7/3)

=(2-0)2+73-02=4+499=859=9.223=3.1<6.5

So, the  point (2, 7/3) lies in the interior of the circle.

C)  The distance between (0, 0) and (5, -1/2)

=(5-0)2+-12-02=25+14=1014=10.042=5.02<6.5

So, the point (5, -1/2) lies in the interior of the circle.

D)  The distance between (0, 0) and (-6, 5/2)

=(-6-0)2+52-02=36+254=1694=132=6.5

Therefore, the point (-6, 5/2) lies on the circle.

So, option (D) is correct.

Problem 7 :

A line intersects the y-axis and x-axis at the points P and Q, respectively. If (2, -5) is the mid-point of PQ, then the coordinates of P and Q are respectively 

(A) (0, -5) and (2, 0)    (B) (0, 10) and (-4, 0)

(C) (0, 4) and (-10, 0)   (D) (0, -10) and (4, 0)

Solution:

Let the coordinates of P be (x, y) and Q be (x2, y2)

Midpoint of PQ = (2, -5)

By midpoint formula,

x=x1+x22 and y=y1+y222=x1+x22 and -5=y1+y22x1+x2=4 and y1+y2=-10

Since line PQ intersects the y axis at P.

So, x1 = 0, y2 = 0

0 + x2 = 4

x2 = 4

y1 + 0 = -10

y1 = -10

The coordinates of P is (0, -10) and Q is (4, 0).

So, option (D) is correct.

Problem 8 :

If the distance between the points (4, p) and (1, 0) is 5, then the value of p is

(A) 4 only     (B) ± 4     (C) -4 only     (D) 0

Solution:

The given points are (1, 0) and (4, p)

d=(x2-x1)2+(y2-y1)25=(4-1)2+p225=(4-1)2+p225=32+p225 = 9+p225-9=p2p2=16p=±4

So, option (B) is correct.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More