Coordinate Geometry –
📘 Coordinate Geometry – Short Notes
👨🏫 Introduction
- (1637) introduced the Cartesian coordinate system.
- This led to the development of coordinate geometry.
📐 What is Coordinate Geometry?
- A branch of mathematics where geometry is solved using algebra with the help of coordinates.
📊 Coordinate System
🔹 Coordinate Axes
- Two perpendicular lines:
- x-axis → horizontal line
- y-axis → vertical line
- Intersection point = Origin (O)
🔹 Cartesian Plane
- The plane formed by x-axis and y-axis.
➕ Convention of Signs
- Right side of origin → + (positive x)
- Left side → – (negative x)
- Upward → + (positive y)
- Downward → – (negative y)
🔢 Ordered Pair
- Written as (x, y)
- Example:
- (2, 3) ≠ (3, 2)
📍 Coordinates of a Point
- Point P(a, b):
- a = x-coordinate (abscissa)
- b = y-coordinate (ordinate)
🧭 Quadrants
| Quadrant | Sign of (x, y) |
|---|---|
| I | (+, +) |
| II | (–, +) |
| III | (–, –) |
| IV | (+, –) |
👉 Axes divide plane into 4 quadrants
⚠️ Important Notes
- Points on x-axis → (x, 0)
- Points on y-axis → (0, y)
- Origin = (0, 0)
- Points on axes do not belong to any quadrant
📏 Distance Between Two Points
👉 Distance between A(x₁, y₁) and B(x₂, y₂)
📏 Distance from Origin
👉 Distance of point P(x, y) from origin
✏️ Examples
Example 1:
A(7, 13), B(10, 9)
Distance = √[(10−7)² + (9−13)²]
= √(9 + 16) = √25 = 5 units
Example 2:
P(-4, 7), Q(2, -5)
Distance = √[(2+4)² + (-5−7)²]
= √(36 + 144) = √180 = 6√5
Comments
Post a Comment