Co-ordinate Geometry Comprehensive Notes

Fundamentals of Co-ordinate Geometry

  • Definition of Co-ordinate Geometry: The branch of mathematics which deals with the study of the position of a point in a Cartesian plane or Co-ordinate plane is called Co-ordinate Geometry.

  • Abscissa: The xx-co-ordinate of a point is also called the abscissa.

  • Ordinate: The yy-co-ordinate of a point is also called the ordinate.

Distance Formula

  • Formula Definition: If P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) are any two points in the co-ordinate plane, then the distance between points PP and QQ is given by:     PQ=(x2x1)2+(y2y1)2PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

  • Worked Examples:

    • Example 1: Distance between (5,7)(-5, 7) and (1,3)(-1, 3)

      • Let A(5,7)A(-5, 7) and B(1,3)B(-1, 3) be the given points.
      • Applying the distance formula:             AB=(1(5))2+(37)2AB = \sqrt{(-1 - (-5))^2 + (3 - 7)^2}AB=(1+5)2+(37)2AB = \sqrt{(-1 + 5)^2 + (3 - 7)^2}AB=(4)2+(4)2AB = \sqrt{(4)^2 + (-4)^2}AB=16+16AB = \sqrt{16 + 16}AB=32AB = \sqrt{32}AB=2×2×2×2×2AB = \sqrt{2 \times 2 \times 2 \times 2 \times 2}AB=42 unitsAB = 4\sqrt{2}\text{ units}
    • Example 2: Distance between (a,b)(a, b) and (a,b)(-a, -b)

      • Let A(a,b)A(a, b) and B(a,b)B(-a, -b) be the given points.
      • Applying the distance formula:             AB=(aa)2+(bb)2AB = \sqrt{(-a - a)^2 + (-b - b)^2}AB=(2a)2+(2b)2AB = \sqrt{(-2a)^2 + (-2b)^2}AB=4a2+4b2AB = \sqrt{4a^2 + 4b^2}AB=2a2+b2 unitsAB = 2\sqrt{a^2 + b^2}\text{ units}
    • Example 3: Verification of side lengths for points (4,5)(4, 5), (7,6)(7, 6), (4,3)(4, 3), and (1,2)(1, 2)

      • Let A(4,5)A(4, 5), B(7,6)B(7, 6), C(4,3)C(4, 3), and D(1,2)D(1, 2) be the given vertices.
      • Calculating side length ABAB:             AB=(74)2+(65)2AB = \sqrt{(7 - 4)^2 + (6 - 5)^2}AB=(3)2+(1)2AB = \sqrt{(3)^2 + (1)^2}AB=9+1AB = \sqrt{9 + 1}AB=10AB = \sqrt{10}
      • Calculating side length BCBC:             BC=(47)2+(36)2BC = \sqrt{(4 - 7)^2 + (3 - 6)^2}BC=(3)2+(3)2BC = \sqrt{(-3)^2 + (-3)^2}BC=9+9BC = \sqrt{9 + 9}BC=18BC = \sqrt{18}
      • Calculating side length CDCD:             CD=(14)2+(23)2CD = \sqrt{(1 - 4)^2 + (2 - 3)^2}CD=(3)2+(1)2CD = \sqrt{(-3)^2 + (-1)^2}CD=9+1CD = \sqrt{9 + 1}CD=10CD = \sqrt{10}
      • Calculating side length ADAD:             AD=(14)2+(25)2AD = \sqrt{(1 - 4)^2 + (2 - 5)^2}AD=(3)2+(3)2AD = \sqrt{(-3)^2 + (-3)^2}AD=9+9AD = \sqrt{9 + 9}AD=18AD = \sqrt{18}
      • Conclusion: All opposite sides are equal (AB=CD=10AB = CD = \sqrt{10} and BC=AD=18BC = AD = \sqrt{18}).

Section Formula

  • Internal Division:

    • If the point P(x,y)P(x, y) divides the line segment joining the points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) internally in the ratio m:nm : n, then by the section formula, the coordinates of point PP are given by:         P(x,y)=(mx2+nx1m+n,my2+ny1m+n)P(x, y) = \left(\frac{m x_2 + n x_1}{m + n}, \frac{m y_2 + n y_1}{m + n}\right)
  • Unknown Ratio Consideration:

    • If the division ratio is not explicitly given, consider the ratio as k:1k : 1.
  • External Division:

    • If the point PP divides the line segment joining the points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) externally in the ratio m:nm : n, then by the section formula, the coordinates of point PP are given by:         P(x,y)=(mx2nx1mn,my2ny1mn)P(x, y) = \left(\frac{m x_2 - n x_1}{m - n}, \frac{m y_2 - n y_1}{m - n}\right)
  • Sign Interpretation for Division:

    • If kk is positive, then the ratio indicates internal division.
    • If kk is negative, then the ratio indicates external division.
  • Midpoint Formula:

    • If the point PP is the midpoint of the line segment ABAB joining A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2), then the coordinates of point PP are given by:         P(x,y)=(x1+x22,y1+y22)P(x, y) = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)
  • Worked Examples:

    • Example 1: Internal division point coordinates

      • Problem: Find the coordinates of the point which divides the join of (1,7)(-1, 7) and (4,3)(4, -3) in the ratio 2:32 : 3
      • Let P(x,y)P(x, y) divide the line joining A(1,7)A(-1, 7) and B(4,3)B(4, -3) in the ratio m:n=2:3m : n = 2 : 3
      • Applying the section formula:             P(x,y)=(2(4)+3(1)2+3,2(3)+3(7)2+3)P(x, y) = \left(\frac{2(4) + 3(-1)}{2 + 3}, \frac{2(-3) + 3(7)}{2 + 3}\right)P(x,y)=(835,6+215)P(x, y) = \left(\frac{8 - 3}{5}, \frac{-6 + 21}{5}\right)P(x,y)=(55,155)P(x, y) = \left(\frac{5}{5}, \frac{15}{5}\right)P(x,y)=(1,3)P(x, y) = (1, 3)
    • Example 2: Points of Trisection

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

Triangle Midpoint and Area Analysis

  • Setup:
    • Consider a triangle ΔABC\Delta ABC with vertices A(0,1)A(0, -1), B(2,1)B(2, 1), and C(0,3)C(0, 3).
    • Let DD, EE, and FF be the midpoints of sides ABAB, BCBC, and ACAC respectively.

Diagram of triangle ABC with midpoints D, E, F

  • Calculating Midpoint Coordinates:

    • Midpoint DD of side ABAB (joining A(0,1)A(0, -1) and B(2,1)B(2, 1)):         D=(x1+x22,y1+y22)D = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)D=(0+22,1+12)D = \left(\frac{0 + 2}{2}, \frac{-1 + 1}{2}\right)D=(1,0)D = (1, 0)
    • Midpoint EE of side BCBC (joining B(2,1)B(2, 1) and C(0,3)C(0, 3)):         E=(x1+x22,y1+y22)E = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)E=(2+02,1+32)E = \left(\frac{2 + 0}{2}, \frac{1 + 3}{2}\right)E=(1,2)E = (1, 2)
    • Midpoint FF of side ACAC (joining A(0,1)A(0, -1) and C(0,3)C(0, 3)):         F=(x1+x22,y1+y22)F = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)F=(0+02,1+32)F = \left(\frac{0 + 0}{2}, \frac{-1 + 3}{2}\right)F=(0,1)F = (0, 1)
    • Midpoint coordinates are D(1,0)D(1, 0), E(1,2)E(1, 2), and F(0,1)F(0, 1).
  • Area Computations:

    • Area of the midpoint triangle ΔDEF\Delta DEF with vertices D(1,0)D(1, 0), E(1,2)E(1, 2), F(0,1)F(0, 1):         ar(ΔDEF)=121(21)+1(10)+0(02)\text{ar}(\Delta DEF) = \frac{1}{2} | 1(2 - 1) + 1(1 - 0) + 0(0 - 2) |ar(ΔDEF)=121(1)+1(1)+0\text{ar}(\Delta DEF) = \frac{1}{2} | 1(1) + 1(1) + 0 |ar(ΔDEF)=121+1+0\text{ar}(\Delta DEF) = \frac{1}{2} | 1 + 1 + 0 |ar(ΔDEF)=22=1 sq. unit\text{ar}(\Delta DEF) = \frac{2}{2} = 1\text{ sq. unit}
    • Area of the main triangle ΔABC\Delta ABC with vertices A(0,1)A(0, -1), B(2,1)B(2, 1), C(0,3)C(0, 3):         ar(ΔABC)=120(13)+2(3(1))+0(11)\text{ar}(\Delta ABC) = \frac{1}{2} | 0(1 - 3) + 2(3 - (-1)) + 0(-1 - 1) |ar(ΔABC)=120+2(4)+0\text{ar}(\Delta ABC) = \frac{1}{2} | 0 + 2(4) + 0 |ar(ΔABC)=128=4 sq. units\text{ar}(\Delta ABC) = \frac{1}{2} | 8 | = 4\text{ sq. units}
    • Ratio of areas:         ar(ΔDEF)ar(ΔABC)=14\frac{\text{ar}(\Delta DEF)}{\text{ar}(\Delta ABC)} = \frac{1}{4}ar(ΔDEF):ar(ΔABC)=1:4\text{ar}(\Delta DEF) : \text{ar}(\Delta ABC) = 1 : 4

Area of a Quadrilateral

  • Problem Statement:

    • Find the area of the quadrilateral whose vertices taken in order are A(4,2)A(-4, -2), B(3,5)B(-3, -5), C(3,2)C(3, -2), and D(2,3)D(2, 3).
  • Method of Triangulation:

    • Draw diagonal BDBD to divide quadrilateral ABCDABCD into two triangles: ΔABD\Delta ABD and ΔBDC\Delta BDC.
  • Area Calculation of Triangle ABD:

    • Vertices: A(4,2)A(-4, -2), B(3,5)B(-3, -5), and D(2,3)D(2, 3).
    • Calculation:         ar(ΔABD)=124(53)3(3+2)+2(2+5)\text{ar}(\Delta ABD) = \frac{1}{2} | -4(-5 - 3) - 3(3 + 2) + 2(-2 + 5) |ar(ΔABD)=124(8)3(8)+2(3)\text{ar}(\Delta ABD) = \frac{1}{2} | -4(-8) - 3(8) + 2(3) |ar(ΔABD)=123224+6\text{ar}(\Delta ABD) = \frac{1}{2} | 32 - 24 + 6 |ar(ΔABD)=142=7 sq. units\text{ar}(\Delta ABD) = \frac{14}{2} = 7\text{ sq. units}
  • Area Calculation of Triangle BDC:

    • Vertices: B(3,5)B(-3, -5), D(2,3)D(2, 3), and C(3,2)C(3, -2).
    • Calculation:         ar(ΔBDC)=123(3+2)+2(2+5)+3(53)\text{ar}(\Delta BDC) = \frac{1}{2} | -3(3 + 2) + 2(-2 + 5) + 3(-5 - 3) |ar(ΔBDC)=123(6)+2(3)+3(8)\text{ar}(\Delta BDC) = \frac{1}{2} | -3(6) + 2(3) + 3(-8) |ar(ΔBDC)=1218+624\text{ar}(\Delta BDC) = \frac{1}{2} | -18 + 6 - 24 |ar(ΔBDC)=1236=362=18 sq. units\text{ar}(\Delta BDC) = \frac{1}{2} | -36 | = \frac{36}{2} = 18\text{ sq. units}
  • Total Area of Quadrilateral ABCD:

    • Sum of the areas of ΔABD\Delta ABD and ΔBDC\Delta BDC:         ar(ABCD)=ar(ΔABD)+ar(ΔBDC)\text{ar}(ABCD) = \text{ar}(\Delta ABD) + \text{ar}(\Delta BDC)ar(ABCD)=7+362=502=25 sq. units\text{ar}(ABCD) = 7 + \frac{36}{2} = \frac{50}{2} = 25\text{ sq. units}