Master Coordinate Geometry: Lines, Triangles & Quadrilaterals | EverExams.com
Medium

Introduction to Coordinate Geometry

Coordinate Geometry, also known as Analytic Geometry, is the study of geometry using the coordinate plane. It combines algebra and geometry to solve geometric problems using coordinates and equations. This chapter covers the fundamental concepts of the Cartesian coordinate system, distance formulas, section formulas, and properties of lines and shapes.

📚 Key Concept

Cartesian Coordinate System: Developed by mathematician René Descartes, this system uses ordered pairs (x, y) to represent points in a plane. The horizontal line is the x-axis, the vertical line is the y-axis, and their intersection is the origin (0, 0).

📍

Coordinate System

Learn about the Cartesian coordinate system, quadrants, and how to plot points in a plane.

📏

Distance Formula

Calculate distances between points using the distance formula derived from the Pythagorean theorem.

↔️

Section Formula

Find coordinates of points dividing line segments internally or externally in given ratios.

Coordinate System

Basic Components

P(x,y)
O(0,0)

Quadrants

The coordinate axes divide the plane into four equal parts called quadrants:

Quadrant I

x > 0, y > 0

Example: (3, 4)

Quadrant II

x < 0, y > 0

Example: (-3, 4)

Quadrant III

x < 0, y < 0

Example: (-3, -4)

Quadrant IV

x > 0, y < 0

Example: (3, -4)

💡 Memorization Tip

Quadrant Order: Remember “All Students Take Calculus” – Quadrants I, II, III, IV in counterclockwise order. In Quadrant I: All (x,y) positive. In Quadrant II: Sine positive. In Quadrant III: Tangent positive. In Quadrant IV: Cosine positive.

Important Notes

Distance Formula

Distance Between Two Points

For two points P(x₁, y₁) and Q(x₂, y₂), the distance between them is:

d = √[(x₂ – x₁)² + (y₂ – y₁)²]

Distance from Origin

Distance of point P(x, y) from origin O(0, 0):

d = √(x² + y²)
🎯 Quick Calculation

Special Cases:

  • Points with same x-coordinate (vertical line): d = |y₂ – y₁|
  • Points with same y-coordinate (horizontal line): d = |x₂ – x₁|
  • Distance is always positive (d ≥ 0)

Example

Find distance between points A(2, 3) and B(5, 7):

d = √[(5 – 2)² + (7 – 3)²] = √[3² + 4²] = √[9 + 16] = √25 = 5 units

Section Formula

Internal Division

If point R(x, y) divides line segment joining P(x₁, y₁) and Q(x₂, y₂) internally in ratio m:n:

x = (mx₂ + nx₁)/(m + n), y = (my₂ + ny₁)/(m + n)

External Division

If point R(x, y) divides line segment joining P(x₁, y₁) and Q(x₂, y₂) externally in ratio m:n:

x = (mx₂ – nx₁)/(m – n), y = (my₂ – ny₁)/(m – n)

Midpoint Formula

Special case when m:n = 1:1 (midpoint):

x = (x₁ + x₂)/2, y = (y₁ + y₂)/2
🔢 Ratio Interpretation

Remember: For internal division, both m and n are positive. For external division, think of the ratio as m:-n (one part negative). The midpoint formula is just the average of coordinates.

Centers of a Triangle

1. Centroid (G)

Point of intersection of medians (lines joining vertices to midpoints of opposite sides).

G = ((x₁ + x₂ + x₃)/3, (y₁ + y₂ + y₃)/3)

Properties: Divides each median in ratio 2:1, medians are concurrent.

2. Incenter (I)

Point of intersection of angle bisectors.

I = ((ax₁ + bx₂ + cx₃)/(a+b+c), (ay₁ + by₂ + cy₃)/(a+b+c))

Where a, b, c are lengths of sides opposite vertices A, B, C respectively.

3. Circumcenter (O)

Point of intersection of perpendicular bisectors of sides.

Properties: Equidistant from all vertices, center of circumscribed circle.

4. Orthocenter (H)

Point of intersection of altitudes (perpendiculars from vertices to opposite sides).

📐 Special Triangle Property

In an equilateral triangle, centroid, incenter, circumcenter, and orthocenter all coincide at the same point!

Lines and Slopes

Inclination and Slope

Special Cases

Line Equations

  1. Slope-intercept: y = mx + c
  2. Point-slope: y – y₁ = m(x – x₁)
  3. Two-point: (y – y₁)/(y₂ – y₁) = (x – x₁)/(x₂ – x₁)
  4. Intercept: x/a + y/b = 1
  5. General: Ax + By + C = 0
📈 Slope Relationships

Parallel lines: m₁ = m₂

Perpendicular lines: m₁ × m₂ = -1

Collinear points: Slope between any two pairs of points is equal

Distance from Point to Line

Distance from point P(x₁, y₁) to line Ax + By + C = 0:

d = |Ax₁ + By₁ + C|/√(A² + B²)

Area of Triangle

Area of triangle with vertices (x₁, y₁), (x₂, y₂), (x₃, y₃):

Area = ½ |x₁(y₂ – y₃) + x₂(y₃ – y₁) + x₃(y₁ – y₂)|

Note: If area = 0, points are collinear.

Quadrilaterals

Types of Quadrilaterals

1. Square

2. Rectangle

3. Parallelogram

4. Rhombus

5. Trapezium

🔷 Quadrilateral Hierarchy

Remember: Square → Rectangle → Parallelogram → Quadrilateral. Every square is a rectangle, every rectangle is a parallelogram, every parallelogram is a quadrilateral. Rhombus is a special parallelogram with all sides equal.

Area Formulas

Practice Quiz: Coordinate Geometry

Test your knowledge with these 70 multiple choice questions. Click on your answer, then check the solution.

Question 1 of 70

Study Guidelines for Success

How to Master Coordinate Geometry

  • Visualize concepts: Always draw diagrams for distance, section formula, and triangle problems.
  • Memorize key formulas: Distance formula, section formula, slope formula, area formulas.
  • Practice plotting points: Regularly plot points in different quadrants to build intuition.
  • Understand slope relationships: Parallel (m₁ = m₂), perpendicular (m₁ × m₂ = -1).
  • Learn triangle centers: Centroid, incenter, circumcenter, orthocenter – their properties and formulas.
  • Master quadrilateral properties: Know the hierarchy and distinguishing features of each type.
  • Solve systematically: For distance/section problems, write down given points clearly before applying formulas.
  • Check collinearity: Use slope or area method to verify if points are collinear.
  • Use coordinate proofs: Practice proving geometric properties using coordinates and algebra.
  • Review mistakes: Keep a log of errors and understand why they occurred.
⏰ Exam Strategy

During exams: 1) Read questions carefully, 2) Sketch quick diagrams, 3) Apply appropriate formulas, 4) Check units and signs, 5) Verify answers by alternative methods when possible. For coordinate geometry problems, always double-check your calculations as sign errors are common.