📚StudySolv

Class 9 · Mathematics · GANITA MANJARI

Chapter 1 Notes: Orienting Yourself: The Use of Coordinates

1.1 Introduction - Historical Context of Coordinates

Coordinates are a structured framework using numbers to describe exact locations of points. The concept has deep roots in India. The Sindhu-Sarasvatī Civilization used a grid-based city layout with streets at uniform distances. Baudhāyana (800 CE) developed geometric constructions using East-West and North-South lines, laying foundations for coordinate geometry. Ujjayinī served as the central longitude meridian in ancient Indian geography. Āryabhaṭa (499 CE) used celestial coordinates to map the sky. Brahmagupta (628 CE) formalized zero and negative numbers, which are essential for the four-quadrant Cartesian plane. These concepts eventually reached Europe, and René Descartes (1637 CE) formalized that any point in a 2-D plane can be defined by two numbers representing distances from two perpendicular axes.

Key Points

  • 1Coordinates use numbers to describe exact locations of points
  • 2Sindhu-Sarasvatī Civilization used grid-based city planning
  • 3Baudhāyana developed geometric constructions using perpendicular lines
  • 4Brahmagupta formalized zero and negative numbers
  • 5Descartes formalized the 2-D coordinate system
  • 6Coordinates enable precise location and visualization of geometric shapes using algebra

1.2 The 2-D Cartesian Coordinate System

The 2-D coordinate system uses two perpendicular lines to mark points in two-dimensional space. The horizontal line is called the x-axis and the vertical line is called the y-axis. They intersect at the origin O with coordinates (0, 0). Distances are marked in equal units on both axes. Distances to the right or upward from O are positive; distances to the left or downward are negative. Any point in the plane is represented by coordinates (x, y), where x is the perpendicular distance from the y-axis and y is the perpendicular distance from the x-axis. Points on the x-axis have coordinates (x, 0), and points on the y-axis have coordinates (0, y).

Key Points

  • 1x-axis is horizontal; y-axis is vertical
  • 2Origin O is at (0, 0) where axes intersect
  • 3Right and upward distances are positive
  • 4Left and downward distances are negative
  • 5Point coordinates written as P(x, y)
  • 6Points on x-axis: (x, 0); Points on y-axis: (0, y)
  • 7The plane is called the Cartesian plane or xy-plane

1.3 The Four Quadrants

The coordinate axes divide the Cartesian plane into four regions called quadrants, numbered I, II, III, and IV. Quadrant I (upper right) contains points with positive x and y coordinates. Quadrant II (upper left) has negative x-coordinates and positive y-coordinates. Quadrant III (lower left) has both coordinates negative. Quadrant IV (lower right) has positive x-coordinates and negative y-coordinates. The axes themselves (not in any quadrant) contain points where either x = 0 or y = 0. Understanding quadrants helps quickly identify the location and sign of a point's coordinates.

Key Points

  • 1Quadrant I: (+, +) - upper right
  • 2Quadrant II: (−, +) - upper left
  • 3Quadrant III: (−, −) - lower left
  • 4Quadrant IV: (+, −) - lower right
  • 5Axes are not part of any quadrant
  • 6Order of coordinates matters: (x, y) ≠ (y, x) unless x = y

1.4 Distance Between Two Points

To find the distance between two points (x₁, y₁) and (x₂, y₂) that are not on the axes or parallel to them, we use the Baudhāyana-Pythagoras Theorem. We construct a right-angled triangle by drawing perpendiculars from both points to form horizontal and vertical distances. The horizontal distance is |x₂ − x₁| and the vertical distance is |y₂ − y₁|. These become the two legs of a right triangle, and the line segment between the points is the hypotenuse. Using the Pythagorean theorem, we calculate the distance. This formula works regardless of whether coordinates are positive or negative because we square the differences.

Key Points

  • 1Distance between points on same horizontal line: |x₂ − x₁|
  • 2Distance between points on same vertical line: |y₂ − y₁|
  • 3For general points, use Pythagorean theorem
  • 4Formula works in all quadrants
  • 5Reflection preserves distances between points
  • 6Always take absolute values when calculating distances

Formulas

Distance = √[(x₂ − x₁)² + (y₂ − y₁)²]

1.5 Practical Applications of Coordinates

Coordinates have real-world applications in navigation, urban planning, architecture, and computer graphics. In the chapter story, Shalini uses coordinate geometry to help Reiaan navigate his room by identifying key points like corners, doors, and furniture using coordinates. Cities use coordinate systems to locate addresses, with roads running North-South and East-West at regular intervals. Computer graphics use coordinate systems with the origin at different positions depending on application. Understanding coordinates allows us to precisely locate objects, calculate distances, and design layouts efficiently. The distance formula enables us to determine if points are collinear, find midpoints, verify geometric shapes, and solve real-world positioning problems.

Key Points

  • 1Coordinates help locate objects with precision
  • 2Used in urban planning and city layout design
  • 3Applied in architecture for room and furniture placement
  • 4Essential in computer graphics and digital displays
  • 5Enable calculation of distances and geometric relationships
  • 6Useful for navigation and route planning
  • 7Help verify geometric properties of figures

Key Formulas and Properties

Several important relationships exist in coordinate geometry. The distance formula is the fundamental tool for calculating lengths. For finding the midpoint of a segment joining (x₁, y₁) and (x₂, y₂), the midpoint has coordinates ((x₁ + x₂)/2, (y₁ + y₂)/2). To check if three points are collinear, we can verify if the sum of distances between two pairs equals the distance between the outer pair. The ordered pair (x, y) is distinct from (y, x) unless x equals y, emphasizing the importance of coordinate order. Reflections across axes preserve distances, while changing the sign of one or both coordinates.

Key Points

  • 1Distance formula uses sum of squared differences
  • 2Order of coordinates matters unless x = y
  • 3Reflections in x-axis: (x, y) → (x, −y)
  • 4Reflections in y-axis: (x, y) → (−x, y)
  • 5Reflections preserve all distances
  • 6Distance is always non-negative
  • 7Same point coordinates identical in all contexts

Formulas

Distance = √[(x₂ − x₁)² + (y₂ − y₁)²]
Midpoint = ((x₁ + x₂)/2, (y₁ + y₂)/2)