Geometry and Coordinate Geometry Study Notes

Geometry and Coordinate Geometry Notes
Section 1: Coordinate Geometry Basics
  • Definition of G:

    • G is a point located on a segment FH where the ratio of FG to FH is 1/2. This means G divides FH in a 1:2 ratio. You can find the coordinates of G using the section formula.

  • Section Formula for Point G:

    • To find point G that divides a segment formed by points (x1, y1) and (x2, y2) in a ratio of m:n, use:
      G = \left( \frac{mx2 + nx1}{m+n}, \frac{my2 + ny1}{m+n} \right)


Section 2: Midpoint Calculation
  • Midpoint M:

    • The midpoint M of a segment AB can be found using the midpoint formula:
      M = \left( \frac{x1 + x2}{2}, \frac{y1 + y2}{2} \right)

    • If the midpoint M and one endpoint (B) are known, the other endpoint (A) can be found by rearranging the formula:
      A = (2M - B)


Section 3: Quadrilaterals and Their Properties
  • Types of Quadrilaterals:

    • Quadrilaterals are four-sided polygons. Main types include:

      • Rectangle: Opposite sides parallel and equal in length; all angles 90 degrees.

      • Square: All sides equal; all angles 90 degrees.

      • Trapezoid: At least one pair of opposite sides is parallel.

      • Parallelogram: Opposite sides parallel and equal in length.

      • Rhombus: All sides equal in length.

  • Properties of Quadrilaterals:

    • Parallel lines have the same slope.

    • Perpendicular lines have slopes that are negative reciprocals of each other (their product is -1).


Section 4: Area Formulas for Geometric Shapes
  • Key Area Formulas:

    • Rectangle: Area (A) = length (l) * width (w)
      A = lw

    • Parallelogram: Area (A) = base (b) * height (h)
      A = bh

    • Triangle: Area (A) = 1/2 * base (b) * height (h)
      A = \frac{1}{2}bh

    • Trapezoid: Area (A) = 1/2 * (sum of parallel bases) * height (h)
      A = \frac{1}{2} (b1 + b2)h


Section 5: Perimeter Calculations
  • Definition of Perimeter:

    • Perimeter is the total distance around a geometric shape. For a polygon, it is calculated by adding the lengths of all its sides.

  • Distance Formula:

    • The distance (d) between two points (x1, y1) and (x2, y2) is given by:
      d = \sqrt{(x2 - x1)^2 + (y2 - y1)^2}


Section 6: Advanced Distance and Perimeter Calculations
  • Complex Calculations:

    • Applying the distance formula is crucial for calculating the perimeter of shapes with given vertices and deriving areas from geometric relationships.