Coordinate Geometry and Graphs
Introduction
Coordinate geometry, also called Cartesian geometry, uses a coordinate system to study geometry. It was developed by Rene Descartes and provides a connection between algebra and geometry. ICSE Class 9 focuses on the basics including plotting points, distance formula, and linear graphs.
Cartesian Plane
The Cartesian plane consists of:
- x-axis: Horizontal line
- y-axis: Vertical line
- Origin (O): The point (0, 0) where axes intersect
Quadrants
| Quadrant | x-coordinate | y-coordinate | Example |
|---|---|---|---|
| I | Positive | Positive | (3, 5) |
| II | Negative | Positive | (-3, 5) |
| III | Negative | Negative | (-3, -5) |
| IV | Positive | Negative | (3, -5) |
Plotting Points
Each point is represented as (x, y) where x is the x-coordinate (abscissa) and y is the y-coordinate (ordinate).
<ICSEExample title="Plotting Points"> Plot the points A(2, 3), B(-1, 4), C(-2, -3), and D(3, -2) on the Cartesian plane. <Solution> A(2, 3): Quadrant I, 2 units right, 3 units up B(-1, 4): Quadrant II, 1 unit left, 4 units up C(-2, -3): Quadrant III, 2 units left, 3 units down D(3, -2): Quadrant IV, 3 units right, 2 units down </Solution> </ICSEExample>Distance Formula
The distance between two points A(x₁, y₁) and B(x₂, y₂) is:
AB = √[(x₂ - x₁)² + (y₂ - y₁)²]
<ICSEExample title="Distance Between Two Points"> Find the distance between A(2, 3) and B(5, 7). <Solution> AB = √[(5 - 2)² + (7 - 3)²] = √[3² + 4²] = √[9 + 16] = √25 = 5 units </Solution> </ICSEExample> <ICSEExample title="Collinearity Check"> Check if points A(1, 2), B(3, 4), and C(5, 6) are collinear. <Solution> AB = √[(3-1)² + (4-2)²] = √[4 + 4] = √8 = 2√2 BC = √[(5-3)² + (6-4)²] = √[4 + 4] = √8 = 2√2 AC = √[(5-1)² + (6-2)²] = √[16 + 16] = √32 = 4√2Since AB + BC = 2√2 + 2√2 = 4√2 = AC, the points are collinear. </Solution> </ICSEExample>
Graphs of Linear Equations
The graph of a linear equation in x and y is a straight line.
General Form
ax + by + c = 0
Slope-Intercept Form
y = mx + c, where m is the slope and c is the y-intercept.
<ICSEExample title="Graph a Linear Equation"> Draw the graph of y = 2x + 1. <Solution> Find points: When x = 0: y = 2(0) + 1 = 1 => (0, 1) When x = 1: y = 2(1) + 1 = 3 => (1, 3) When x = -1: y = 2(-1) + 1 = -1 => (-1, -1)Plot these points and join them to form a straight line. The line has slope = 2 and y-intercept = 1. </Solution> </ICSEExample>
<ICSEExample title="Find Equation from Graph"> A line passes through (0, 2) and (3, 5). Find its equation. <Solution> Slope m = (5 - 2)/(3 - 0) = 3/3 = 1 y-intercept c = 2 (point where x = 0) Equation: y = mx + c = x + 2 </Solution> </ICSEExample>Reading and Interpreting Graphs
Key aspects:
- Identify the type of graph (linear, bar, pie, etc.)
- Read values from axes correctly
- Understand the relationship between variables
- Find trends and patterns
Common Mistakes With Fixes
| Mistake | Correction |
|---|---|
| Reversing x and y coordinates | Coordinates are always (x, y) in that order |
| Wrong sign convention in quadrants | QII: (-, +), QIII: (-, -), QIV: (+, -) |
| Forgetting to take square root in distance formula | Distance = √[(x2-x1)² + (y2-y1)²] |
| Using incorrect scale on axes | Choose an appropriate and consistent scale |
ICSE Exam Focus
| Topic | Marks (approx.) | Frequency |
|---|---|---|
| Plotting points and identifying quadrants | 2-3 marks | Very common |
| Distance formula | 3-4 marks | Very common |
| Graphing linear equations | 4-5 marks | Common |
| Finding equation from graph | 3-4 marks | Occasionally asked |
Self-Test
Q1: In which quadrant does (-4, 7) lie?
Q2: Find the distance between points P(3, 4) and Q(6, 8).
Q3: Check if points A(2, 3), B(4, 7), and C(6, 11) are collinear.
Q4: Draw the graph of y = 3x - 2.
Q5: Find the distance of the point (5, 12) from the origin.
