Coordinate Geometry - Finding Coordinates and Position of points

In this article, we will learn how to use the concepts of Coordinate Geometry in case of points.

Position of a point with respect to a line

We can easily find out whether given two points are on the same side of a line or on opposite sides. Let’s see how.

If A (x1, y1) and B (x2, y2) are two points and equation of a line is ax + by + c = 0, then:

Those two points will be on the same side of the line, if: Coordinate Geometry (ax1+by1+c) and (ax2+by2+c) have the same signs.

Those two points will be on the opposite sides of the line, if: Coordinate Geometry (ax1+by1+c) and (ax2+by2+c) have opposite signs.

Finding Coordinates of a point dividing a line

If we know the ratio in which a point divides a line internally or externally, we can find the coordinate of that point.

Internal division of a line segment

If a point A (x, y) divides the line joining two points P (x1, y1) and Q (x2, y2) internally, in the ratio m:n, then: Coordinate Geometry

x = mx2+nx1m+n

y = my2+ny1m+n

Speacial Case

In case of the mid-point of a line segment, m:n = 1:1

So, coordinates of the mid-point of a line segment joining two points P (x1, y1) and Q (x2, y2), will be:

x = x2+x12

y = y2+y12

External division of a line segment

If a point A (x, y) divides the line joining two points P (x1, y1) and Q (x2, y2) externally, in the ratio m:n, then: Coordinate Geometry

x = mx2nx1mn

y = my2ny1mn

Distance between two Coordinates

We can find distance between two points, if we know their coordinates.

If we have two points on a Cartesian plane, P (x1, y1) and Q (x2, y2), then: Coordinate Geometry

Distance between P and Q, d = (x1x2)2+(y1y2)2

Special Case

Distance between a point P (x, y) and the origin (0, 0) = (x0)2+(y0)2 = x2+y2

Minimum distance of a point from a straight line

Minimum distance of a point from a straight line = Length of the perpendicular dropped from that point on that line. Coordinate Geometry

The length of perpendicular from a given point (x1,y1) to a line ax + by + c = 0 can be calculated using the following formula:

d = |ax1+by1+c|a2+b2

The length of perpendicular from the origin (0, 0) to a line ax + by + c = 0 is given by the following formula:

d = |c|a2+b2

Finding Collinear points

Three given points (say A, B and C) are collinear (i.e. they lie on the same straight line) if anyone of the following conditions is met:

  • Area of the ∆ABC is zero.
  • Slope of lines joining any two given points is the same. That is, Slope of AB = Slope of BC = Slope of CA.
  • If the sum of the lengths of any two line segments is equal to the third line segment. Say, if AB + BC = AC
Next
Share on: