SOLVING FOR UNKNOWN WITH COLLINEAR POINTS

Collinear points :

The points which lie on the same line is called collinear points.

To find area of triangle joining the coordinates (x1, y1),  (x2, y2) and  (x3, y3).

If the given coordinates are collinear, then the value of 

is 0.

Problem 1 :

Find the value of 𝑝 for which the points

(−1, 3), (2, 𝑝) and (5, −1)

are collinear.

Solution :

Let the points be A (−1, 3) B (2, 𝑝) and C (5, −1)

x1 = -1, y1 = 3, x2 = 2, y2 = p, x3 = 5, y3 = -1

-1[p - (-1)] + 2[-1 - 3] + 5[3 - p] = 0

-1(p+1)+2(-4)+5[3-p] = 0

-p-1-8+15-5p = 0

-6p+15-9 = 0

-6p+6 = 0

-6p = -6

p = -1

So, the value of p is -1.

Problem 2 :

Find the value of 𝑘 if 𝑃(4, −2) is the mid point of the line segment joining the points 𝐴(5𝑘, 3) and 𝐵(−𝑘, −7).

Solution :

P is the midpoint of line joining the point A and B.

x1 = 5k, y1 = 3, x2 = -k, y2 = -7

Equating x coordinate,

(5k - k)/2 = 4

4k/2 = 4

2k = 4

k = 4/2

k = 2

So, the value of k is 2.

Problem 3 :

Find the value of 𝑎 so that the point (3, 𝑎) lies on the line represented by 2𝑥 − 3𝑦 = 5

Solution :

(3, a) lies on the line 2x - 3y = 5

When x = 3 and y = a

2(3) - 3a = 5

6 - 3a = 5

-3a = 5 - 6

-3a = -1

a = 1/3

Problem 4 :

If the mid-point of the line segment joining the points

𝑃(6, 𝑏 − 2) and 𝑄(−2, 4) is (2, −3)

find the value of b.

Solution :

Midpoint of the line segment joining the points P and Q is (2, -3)

Equating y-coordinates :

(b - 2 + 4)/2 = - 3

(b + 2)/2 = -3

b + 2 = -6

b = -6 - 2

b = -8

So, the value of b is -8.

Problem 5 :

For what value of 𝑘 are the points (8, 1), (3, −2𝑘) and (𝑘, −5) collinear?

Solution :

Let the given point be A (8, 1), B (3, −2𝑘) and C (𝑘, −5)

x1 = 8, y1 = 1, x2 = 3, y2 = -2k, x3 = k, y3 = -5

8(-2k - (-5)) + 3(-5 - 1) + k(1 - (-2k)) = 0

8(-2k + 5) + 3(-6) + k(1 + 2k) = 0

-16k + 40 - 18 + k + 2k= 0

2k- 15k + 22 = 0

2k- 11k - 4k + 22 = 0

k(2k - 11) - 2(2k - 11) = 0

(k - 2) (2k - 11) = 0

k = 2 and k = 11/2

So, the value of k is 2 and 11/2.

Problem 6 :

If the points 𝐴(4, 3) and 𝐵(𝑥, 5) are on the circle with the center 𝑂(2, 3), find the value of 𝑥.

Solution :

Center of the circle = (2, 3)

Distance from the center of the circle to any point on the boundary is the same and we know it is radius.

Distance between two points :

√(x2 - x1)2 + (y2-y1)2

√(2 - 4)2 + (3 - 3)2 √(2 - x)2 + (3 - 5)2

Take square on both sides.

4 + 0 = (2 - x)2 + 4

0 = (2 - x)2

2 - x = 0

x = 2

So, the value of x is 2.

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