L
LLLOS.ai
Learn
L

Chapter 8 — Coordinate Geometry

Class 9 · Mathematics

Overview

This unit introduces Coordinate Geometry, the study of geometric figures using a coordinate system. You will learn how to locate points on a plane using ordered pairs (x, y), and how to express geometric relationships algebraically. The unit develops tools such as the distance formula, midpoint formula, section formula, slope of a line, and various forms of linear equations. These methods let you find lengths, midpoints, ratios, and check collinearity using algebra rather than measuring. Coordinate Geometry links algebra and geometry: plotting equations gives their graphs, and geometric facts become solvable by algebraic manipulation. This is important because many problems in geometry, physics and real-life modelling use coordinates for precision and calculation. The skills learned here—working with coordinates, deriving formulas, graphing straight lines, and solving coordinate-based problems—are foundational for higher studies in mathematics, science and engineering. They also sharpen logical reasoning and give clear, repeatable methods for solving geometric problems that would otherwise require drawing or estimation.

Learning Objectives

  • Describe and use the Cartesian coordinate system to locate points in the plane.
  • Plot points and simple shapes from ordered pairs and read coordinates from a graph.
  • Apply the distance formula to find the length between two points.
  • Use the midpoint and section formulae to find midpoints and internal division points on a line segment.
  • Compute the slope of a line and relate slope to the steepness and direction of the line.
  • Write and interpret different forms of the equation of a straight line and graph them.
  • Test collinearity of points and calculate the area of triangles using coordinates.
  • Use algebraic methods to solve geometric problems in the coordinate plane.

Topics in this chapter

18 topics · tap a topic title to jump straight to it.

🎨1

Introduction to the Cartesian Plane

The Cartesian plane (or coordinate plane) is formed by two number lines that are perpendicular to each other and intersect at a point called the origin. The horizontal number line is the x-axis, and the vertical number line is the y-axis. The origin has coordinates (0, 0). Every point in the plane is written as an ordered pair (x, y), where x is the horizontal distance from the origin and y is the vertical distance.

The plane is divided into four quadrants by the axes. Quadrant I contains points with x > 0 and y > 0. Quadrant II has x < 0 and y > 0. Quadrant III has both x < 0 and y < 0, and Quadrant IV has x > 0 and y < 0. When you plot a point (x, y), move x units along the x-axis (right for positive x, left for negative x), then from there move y units parallel to the y-axis (up for positive y, down for negative y).

Ordered pairs are written with the x-coordinate first, then the y-coordinate. Notice that (2, 3) is different from (3, 2). Points on axes have one coordinate zero: a point on the x-axis has y = 0; a point on the y-axis has x = 0. Understanding the coordinate plane is the first skill in coordinate geometry: all other formulas and graphs depend on locating points correctly and reading their coordinates.

To become comfortable, practice by sketching axes on squared paper, labelling units equally on both axes, and plotting common points like (1,0), (0,1), (1,1), (-1,1), and so on. Check symmetry properties: reflecting a point across an axis changes the sign of one coordinate. Also learn to interpret grid scales: each small square may represent one unit by default, but problems sometimes use different scales on axes; always check axis labelling before plotting.

Be aware of notation and precision: use parentheses and commas for ordered pairs, and write coordinates clearly. On the exam, a correct labelled diagram supports working and helps avoid sign errors. The Cartesian system lets geometric problems be turned into algebraic ones; coordinates become variables you can manipulate with formulas. This link between algebra and geometry is the foundation of analytic geometry and opens up reliable, calculable methods for lengths, slopes, midpoints, and many more concepts you will study in this unit.

📌 Examples
  • Plot (3, 2): move 3 units right, then 2 units up.
  • Plot (-4, 1): move 4 units left, then 1 unit up.
  • Find coordinates of a point that is 5 units left and 2 units down from origin: (-5, -2).
📊 Visual ideas
Axes with origin labelled, showing four quadrants and an example point (3,2).
Plot showing a point on the x-axis (4,0) and a point on the y-axis (0,-3).
📖2

Plotting Points and Reading Coordinates

Plotting points accurately is essential in coordinate geometry. To plot (x, y): start at the origin; move horizontally to x; then move vertically to y. Use grid lines if available. Reading coordinates from a graph is the reverse: from the point, read horizontal distance to the y-axis for x, and vertical distance to the x-axis for y. If a point lies on a grid intersection, its coordinates are integers; otherwise they can be fractions or decimals.

Be careful about signs. When a point lies in Quadrant II, x is negative; when in Quadrant IV, y is negative. Points on axes have zero as one coordinate. When two points share the same x-coordinate, they are vertically aligned; when they share the same y-coordinate, they are horizontally aligned. This helps quickly determine distances and relations: the distance between (a, b) and (a, c) equals |b - c| (vertical segment), while between (a, b) and (d, b) equals |d - a| (horizontal segment).

Practice plotting many points until movements become instinctive: take simple examples, then mixed-sign coordinates and fractional ones. While plotting, always label the axes and mark the origin. For exam diagrams, draw arrowheads on axes and indicate scale—this shows clarity and avoids confusion. When coordinates are fractions, estimate positions using subdivisions of grid squares and mark exact values when required. Avoid careless swapping of coordinates: always remember order is (x, y) horizontal then vertical.

Reading coordinates off a provided graph also requires attention to scale: ensure each unit on x-axis equals each unit on y-axis if you are to compare slopes visually. If axes have different scales, slope visual interpretation will be misleading. Additionally, practice identifying midpoints of plotted segments by counting grid units or using the midpoint formula for accuracy. Finally, when labelling points in solutions, use capital letters for points (A, B, P) and show their ordered pairs in parentheses for neat answers.

📌 Examples
  • From a graph read the point labelled P at the intersection three squares right and two up: P = (3, 2).
  • Plot Q = (-2, 4): move 2 left then 4 up and mark Q.
  • Determine whether R = (0, -3) lies on axes: yes, it lies on the y-axis.
📊 Visual ideas
Grid with points (2,3), (-3,2), (-2,-4) and (4,-1) plotted and labelled.
An example showing vertical alignment of (2,1) and (2,5) and horizontal alignment of (1,4) and (4,4).
🔢3

Distance Formula

The distance formula gives the length of the straight line segment joining two points (x1, y1) and (x2, y2) in the plane. It derives from the Pythagorean theorem. Consider the horizontal difference Δx = x2 - x1 and the vertical difference Δy = y2 - y1. These differences form the two legs of a right triangle whose hypotenuse is the distance between the points.

Applying the Pythagorean theorem: distance d satisfies d^2 = (Δx)^2 + (Δy)^2. Therefore d = sqrt((x2 - x1)^2 + (y2 - y1)^2). This formula works for any two points. It reduces to simple absolute differences when points lie horizontally or vertically: if y1 = y2 then d = |x2 - x1|; if x1 = x2 then d = |y2 - y1|.

Use the distance formula to compute lengths of sides of triangles, verify whether triangles are right-angled by checking the Pythagorean relation between squared side-lengths, and to compute perimeters. In coordinate problems distances may be simplified by factoring squares or by using integer results for common coordinates. Always square the differences first, then sum, then take square root. Pay attention to signs: because you square differences, order does not matter; (x2 - x1)^2 = (x1 - x2)^2.

Working with fractions requires care: find common denominators when subtracting coordinates and simplify the squared expressions before taking square roots, often leading to exact radical forms. In many exam problems, distances are integers or simple surds like sqrt(5) or sqrt(13); present answers in simplest radical form unless decimal approximations are requested. Also show intermediate arithmetic to obtain marks: list Δx and Δy, their squares, the sum, and the final root.

Additionally, the distance formula is useful for locus problems: the set of points at a fixed distance from a fixed point is a circle defined by (x - x0)^2 + (y - y0)^2 = r^2. The distance formula thus connects basic geometry with loci. Practice by computing distances in diverse examples, including vertical and horizontal separations, to build fluency and avoid sign errors in rush conditions.

📌 Examples
  • Distance between (1, 2) and (4, 6): d = sqrt((4-1)^2 + (6-2)^2) = sqrt(9 + 16) = sqrt(25) = 5.
  • Distance between (-2, 3) and (-2, -4): d = |3 - (-4)| = 7 (vertical segment).
🧮 Formulas
  1. Distance between (x1, y1) and (x2, y2): d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
📊 Visual ideas
Two points plotted with horizontal and vertical legs drawn to form a right triangle, labelled Δx and Δy and the hypotenuse as distance d.
🔢4

Midpoint Formula

The midpoint of a line segment joining two points is the point that divides the segment into two equal parts. If the endpoints are (x1, y1) and (x2, y2), the coordinates of the midpoint are the averages of the corresponding coordinates of the endpoints. Intuitively, the midpoint's x-coordinate lies halfway between x1 and x2, and the y-coordinate lies halfway between y1 and y2.

Thus the midpoint M has coordinates M = ((x1 + x2)/2, (y1 + y2)/2). This follows from dividing the horizontal and vertical distances by two. The midpoint formula works for all pairs of points whether coordinates are positive, negative or fractional. Midpoint is used in many constructions and proofs: to check if a point is the midpoint, compare it with the average; to bisect a segment in coordinate geometry, find the midpoint coordinates.

Combine midpoint with distance formula to find the lengths of sub-segments after division, and with section formula to find points dividing a segment in other ratios. If the coordinates of the midpoint are integers, then x1 + x2 and y1 + y2 must be even; this gives a quick parity check. In problems you may be given endpoints and asked to find the midpoint, or given one endpoint and the midpoint to find the other endpoint by solving linear equations for the unknown coordinate values.

When working with fractions, keep arithmetic orderly: compute sums first, then divide by two to avoid rounding errors. For exams, show all steps: write the formula, substitute coordinates, simplify numerator, and give final ordered pair. Use the midpoint formula in geometry problems like finding the equation of a perpendicular bisector (find midpoint then find perpendicular slope), or locating centres of circles that pass through two points. The midpoint is a small but powerful tool that simplifies many coordinate constructions.

📌 Examples
  • Midpoint of (2, 3) and (6, 7) is ((2+6)/2, (3+7)/2) = (4, 5).
  • If midpoint of A(1, 2) and B(x, 6) is (4, 4), then (1+x)/2 = 4 and (2+6)/2 = 4; so x = 7.
🧮 Formulas
  1. Midpoint of (x1, y1) and (x2, y2): ((x1 + x2)/2, (y1 + y2)/2)
📊 Visual ideas
A segment with endpoints marked and the midpoint labelled at halfway position, showing equal subsegments.
5

Section Formula (Internal Division)

The section formula gives the coordinates of a point that divides a line segment joining two points in a given ratio. Suppose A(x1, y1) and B(x2, y2) are endpoints and P divides AB internally in the ratio m:n (m parts from A, n parts from B). Then P's coordinates are weighted averages: xP = (m*x2 + n*x1)/(m + n) and yP = (m*y2 + n*y1)/(m + n) when AP:PB = m:n. The idea is that the closer endpoint contributes proportionally more of the opposite coordinate in the numerator so that the point lies the correct fraction along the segment.

Derive it by considering similar triangles or by dividing the segment into (m + n) equal parts; the coordinates vary linearly with position. The formula reduces to the midpoint formula when m = n. Use section formula whenever a point divides a segment in a specified ratio, such as locating a point that divides a road into parts of known relative lengths, or solving geometry problems involving weighted averages of coordinates. Internal division places the point between A and B on the segment.

Keep the order and ratio consistent: if AP:PB = m:n, then m multiplies coordinates of B in the numerator and n multiplies coordinates of A; many students mix the order—avoid this by keeping track of which part corresponds to which endpoint. When coordinates are fractional, compute numerator sums first then divide by (m + n) to preserve exactness. In coordinate proofs, section formula helps in creating equations to solve for unknowns, and in verifying positions of points used in constructions like medians, centroids and mass points.

In practice, write the formula clearly, substitute numbers with care, reduce fractions and express the final point as an ordered pair. For exam answers, include a brief note indicating the ratio and which segment is being divided to justify the chosen ordering in the formula. With practice the section formula becomes a quick tool for many division problems on a line segment in the plane.

📌 Examples
  • Point dividing A(1, 2) and B(5, 6) in ratio 1:1 (midpoint) gives ((1+5)/2, (2+6)/2) = (3, 4).
  • Point P dividing A(2, 3) to B(8, 7) in ratio 1:2 (AP:PB = 1:2) gives x = (1*8 + 2*2)/(1+2) = (8+4)/3 = 4, y = (1*7 + 2*3)/3 = (7+6)/3 = 13/3.
🧮 Formulas
  1. Internal section: For AP:PB = m:n, point P = ((m*x2 + n*x1)/(m+n), (m*y2 + n*y1)/(m+n))
📊 Visual ideas
Segment AB with point P between them, distances labelled m and n and P located according to weighted averages.
🔢6

Slope of a Line (Gradient)

Slope (or gradient) measures the steepness and direction of a straight line. For two distinct points (x1, y1) and (x2, y2) on the line, slope m is defined as the ratio of the vertical change to the horizontal change: m = (y2 - y1) / (x2 - x1), provided x2 ≠ x1. This gives how much y changes for a unit change in x. A positive slope means the line rises from left to right; a negative slope means it falls. Zero slope means a horizontal line; an undefined slope (division by zero) means a vertical line.

Slope is constant for a straight line: any two pairs of points on the same line give the same m. Slope connects algebra and geometry: it appears directly in the equation y = mx + c where m is the slope. For parallel lines slopes are equal; for perpendicular lines slopes are negative reciprocals (if m1 * m2 = -1), provided neither is vertical or horizontal in a special case. Use slope to determine angles of inclination, test collinearity, and convert between different forms of line equations.

Compute slope carefully: keep the numerator and denominator in the same order (y2 - y1 over x2 - x1). If coordinates are fractions, work with common denominators or simplify differences first. When presenting answers, write slope as a simplified fraction or integer; if the slope is 2/3 or -5, show it clearly. Recognise special slopes: m = 0 horizontal, m undefined vertical, m = 1 makes a 45-degree angle with axes when axes are equally scaled.

Also use slope in problem-solving: to find equation of a line given slope and a point, use point-slope form; to find angle between two lines, use formula involving slopes. When slopes are equal, lines are parallel; equal slopes with same intercept mean the same line. Watch for sign and zero division errors and always state when slope is undefined for vertical lines. Practise computing slopes from graphs by choosing two clear grid points to avoid small reading errors.

📌 Examples
  • Slope of line through (1,2) and (4,8) is (8-2)/(4-1) = 6/3 = 2.
  • Line through (3,5) and (3,-1) is vertical, so slope is undefined.
🧮 Formulas
  1. Slope m between (x1, y1) and (x2, y2): m = (y2 - y1) / (x2 - x1)
📊 Visual ideas
Line rising through two points with labelled Δx and Δy showing slope Δy/Δx.
Examples of horizontal line (m=0) and vertical line (undefined m).
🟰7

Equation of a Line: Slope-Intercept Form

The slope-intercept form of a straight line is y = mx + c, where m is the slope and c is the y-intercept: the point where the line crosses the y-axis (x = 0). This form is useful for quick sketching: start at (0, c) and then use slope m as 'rise over run' to draw the line. The equation is linear in x and y with constant slope across the line.

Given m and c, plot the y-intercept and then use a second point found by moving 1 unit horizontally and m units vertically (or use a suitable fraction to keep integers). Conversely, if two points are known, compute slope m and then find c by substituting one point into y = mx + c. This form also helps compare lines: if two lines have equal m but different c they are parallel; if products of slopes equal -1 they are perpendicular (provided neither is vertical).

To convert from the general form ax + by + c = 0 to slope-intercept, solve for y: by = -ax - c so y = (-a/b)x + (-c/b). From this you can read off slope m = -a/b and y-intercept c = -c/b. When coefficients are fractions, multiply numerator and denominator to simplify and present slope as lowest-term fraction. In coordinate geometry problems, slope-intercept form makes it easy to sketch and to test conditions: substitute x-values to generate points or compare slopes directly.

Graphically, note that the y-intercept is simply the value of y when x = 0. For practical plotting, if m = p/q in simplest terms, move q units across and p units up (or down if negative) from the y-intercept to get another grid point. When m is large or fractional, choose a different horizontal step to remain within the graph paper limits while preserving the slope ratio. Include examples in your working showing the intercept and a second point used for sketching; this gives full marks in exams.

Also use the slope-intercept form in applications: model straight-line relationships between quantities, find intersections by equating two y expressions, and identify slope and intercept quickly in system-of-equations questions. Remember that while y = mx + c is convenient, some problems prefer other forms; be ready to convert and to show steps clearly for full credit.

📌 Examples
  • Line with slope 2 and y-intercept 3: y = 2x + 3; plot (0,3) then rise 2 and run 1 to another point (1,5).
  • Convert 2x + 3y - 6 = 0 to slope-intercept form: 3y = -2x + 6, so y = (-2/3)x + 2.
🧮 Formulas
  1. Slope-intercept form: y = mx + c (m = slope, c = y-intercept)
📊 Visual ideas
A line plotted showing y-intercept c and a second point found by rise/run equal to m.
🟰8

Equation of a Line: Two-Point Form and Point-Slope Form

If two points (x1, y1) and (x2, y2) on a line are known, the two-point form provides a direct way to write the line's equation: (y - y1)/(y2 - y1) = (x - x1)/(x2 - x1). This form emphasises the idea that differences in y are proportional to differences in x; it is symmetric in the two known points and is especially useful when you are given two points and do not want to compute the intercept first.

From the two-point form you can rearrange to many useful formats. Cross-multiply to get (y - y1)(x2 - x1) = (x - x1)(y2 - y1) and then expand and simplify to obtain the general form ax + by + c = 0. The two-point form avoids fractions in intermediate steps if you clear denominators early, and it directly checks that both points satisfy the final equation — a quick method to avoid algebraic mistakes.

Point-slope form is the variant used when you know the slope m and one point (x1, y1): y - y1 = m(x - x1). This is convenient for constructing an equation from slope and a point, and for finding equations of lines parallel or perpendicular to a given line through a given point. To reach slope-intercept form, expand the right-hand side and then isolate y; to reach general form, collect terms on one side.

When working with fractional coordinates or slopes, clear denominators early by multiplying both sides by a common multiple so you can present the final equation with integer coefficients if required. In examinations, teachers often prefer the final answer in integer-coefficient general form, so remember to tidy up and, if possible, choose a positive leading coefficient. Always show substitution of the known coordinates and the slope to make your steps clear and score method marks even if arithmetic slips occur.

📌 Examples
  • Two-point form for (1,2) and (4,8): (y-2)/(8-2) = (x-1)/(4-1) gives (y-2)/6 = (x-1)/3, simplifies to y = 2x.
  • Point-slope: point (2,3) with slope 1/2: y - 3 = (1/2)(x - 2).
🧮 Formulas
  1. Two-point form: (y - y1)/(y2 - y1) = (x - x1)/(x2 - x1)
  2. Point-slope form: y - y1 = m(x - x1)
📊 Visual ideas
A line through two given points with the formula written showing substitution of coordinates.
🧬9

General Form of a Line and Intercepts

The general (or standard) form of a straight line is ax + by + c = 0, where a, b and c are constants and a and b are not both zero. This compact representation is widely used because it places all terms on one side and makes comparison between lines straightforward. From this form you can find intercepts quickly: the x-intercept is obtained by setting y = 0 and solving ax + c = 0 so x = -c/a (if a ≠ 0). The y-intercept is obtained by setting x = 0 and solving by = -c so y = -c/b (if b ≠ 0).

To convert general form into slope-intercept form, solve for y: by = -ax - c, so y = (-a/b)x + (-c/b). From this you can immediately read the slope m = -a/b and y-intercept c = -c/b. This conversion clarifies geometric properties such as slope and intercepts while retaining the convenience of the general form for algebraic manipulations, such as adding or subtracting equations when solving systems.

The intercept form x/p + y/q = 1 is useful when the x-intercept p and y-intercept q are given: rearrange to get clear intercept values and sketch easily by plotting (p,0) and (0,q). When coefficients involve fractions, multiply through by a common multiple to obtain integer coefficients for final answers expected in examinations. Also handle special cases: if b = 0, the line is vertical x = -c/a; if a = 0, the line is horizontal y = -c/b. These are simpler forms of the general line.

Graphing from general form is straightforward: compute intercepts, plot them and draw the line. For analytic tasks like checking parallelism or perpendicularity, compare coefficients: two lines ax + by + c1 = 0 and ax + by + c2 = 0 are parallel. If lines are given in general form and you must find intersection point, solve the two linear equations simultaneously by substitution or elimination. Present final answers with simplified integer coefficients and show the conversion steps clearly for full credit in ICSE-style answers.

📌 Examples
  • Find intercepts of 2x + 3y - 6 = 0: x-intercept when y=0 is x=3, y-intercept when x=0 is y= -6/3 = 2, so intercepts (3,0) and (0,2).
  • Line with intercepts 4 and 2: x/4 + y/2 = 1, multiply by 4 gives x + 2y = 4.
🧮 Formulas
  1. General form: ax + by + c = 0
  2. Intercept form: x/p + y/q = 1 (p and q are x and y intercepts respectively)
📊 Visual ideas
Line crossing axes at (p,0) and (0,q) with intercepts labelled and equation x/p + y/q = 1.
🔢10

Parallel and Perpendicular Lines

Parallel lines in the plane never meet. In coordinate geometry, two non-vertical lines are parallel if and only if they have equal slopes. That is, lines y = m1 x + c1 and y = m2 x + c2 are parallel when m1 = m2 and c1 ≠ c2. Vertical lines x = k are parallel to each other regardless of k value. When writing equations, showing slopes are equal proves parallelism.

Perpendicular lines meet at right angles. For non-vertical and non-horizontal lines, two lines with slopes m1 and m2 are perpendicular if m1 * m2 = -1; equivalently m2 = -1/m1, the negative reciprocal. For special cases, a vertical line (undefined slope) is perpendicular to a horizontal line (slope 0). Use these facts to find equations of lines parallel or perpendicular to a given line through a point: compute the required slope and apply point-slope form.

Problems often ask to find the equation of a line through a point and parallel or perpendicular to a given line. Step-by-step: find slope of given line, set new slope equal (for parallel) or negative reciprocal (for perpendicular), and use point-slope with the given point to obtain the equation. Check final form for sign and simplification. These relationships also help in geometric proofs that use coordinates: right angles and parallelism translate to simple algebraic equalities among slopes.

Be cautious with vertical and horizontal cases: do not attempt to compute slope of a vertical line. Instead, observe that a line parallel to a vertical line is vertical with equation x = constant, and a line perpendicular to a vertical line will be horizontal with equation y = constant. In exam answers include clear reasoning whether you use slope equalities or special-case arguments, and present the final equation in a standard simplified form. Always verify your final line by checking it satisfies the given conditions (passes through the point and has required slope relation).

📌 Examples
  • Line parallel to y = 2x + 3 through (1,1): slope = 2, so y - 1 = 2(x - 1) giving y = 2x -1.
  • Line perpendicular to y = (3/2)x - 1 through (4,5): slope = -2/3, so y - 5 = (-2/3)(x - 4).
📊 Visual ideas
Two parallel lines with equal slope drawn; two perpendicular lines meeting at right angle, one vertical and one horizontal example.
🟰11

Graphing Linear Equations in Two Variables

A linear equation in two variables ax + by + c = 0 has infinitely many solutions; its graph is a straight line. To draw the graph, find two distinct points that satisfy the equation and join them. The fastest method is to find intercepts: set x = 0 to get y-intercept, and set y = 0 to get x-intercept, provided neither coefficient is zero. If intercepts are fractional or inconvenient, choose any two values of x and compute corresponding y values to get integer points.

For equations in slope-intercept form y = mx + c, plot (0, c) and then use slope m to find another point. If m is a fraction p/q, move q units along x and p units along y to locate a second point; if m is large choose a larger horizontal step to keep points within the grid. For general form ax + by + c = 0 compute intercepts x = -c/a and y = -c/b and plot these two points to draw the line reliably.

When plotting, label axes and use equal scales on both axes unless the question specifies otherwise. Mark and label the points used to draw the line so that examiners can see your working. If drawing by hand, sketch lightly and darken the final line, adding arrowheads to indicate that the line extends beyond the drawn portion. For accuracy, verify the equation by substituting the coordinates of your plotted points back into the equation to ensure they satisfy it.

Graphing helps to visualise solutions of simultaneous equations: intersection point solves both equations. To find intersections, substitute one equation into the other algebraically or read the intersection from the graph if coordinates are integers. For inequalities like y > mx + c represent the region above the line and show a dashed line if the inequality is strict (> or <) and a solid line if it is inclusive (≥ or ≤). Clear labelling, correct scales and checked points will earn full credit for graphing tasks in examinations.

📌 Examples
  • Graph 2x + 3y - 6 = 0: x-intercept 3, y-intercept 2, plot (3,0) and (0,2) and join.
  • Graph y = -x + 1: plot (0,1) and using slope -1, next point (1,0) then join.
📊 Visual ideas
Graph of a line with its two intercepts marked and arrowheads indicating continuation.
🔢12

Collinearity of Points

Points are collinear if they lie on the same straight line. In coordinate geometry, test collinearity using slopes or area. Using slopes: three points A(x1, y1), B(x2, y2) and C(x3, y3) are collinear if slope AB = slope BC (provided denominators non-zero), i.e. (y2 - y1)/(x2 - x1) = (y3 - y2)/(x3 - x2). This method is quick when none of the segments are vertical.

However slope comparison may fail when a denominator is zero (vertical segments). The determinant or area method is robust: compute the signed area of triangle ABC using coordinates. The formula area = (1/2) |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)| gives the exact area; if this value is zero then the three points are collinear. This determinant method avoids division and handles all cases including vertical alignments.

When solving problems that require a coordinate value making points collinear, use either method to form an equation in the unknown. Usually the result is a linear equation that can be solved to give the required coordinate. In exam answers show full working: state the method chosen, substitute coordinates, simplify algebraic expression and conclude whether points are collinear or not. If using slopes, remember to write them in the same order; if using area, compute the expression inside absolute value and set it equal to zero for collinearity.

Also use collinearity checks in constructions and proofs: show four points lie on a line by showing three at a time are collinear or by showing that pairs of slopes are equal. For coordinate calculations involving more points, the determinant method generalises to checking if several points lie on a single polynomial curve, but for Class 9 focus on lines. Practice a range of examples including vertical, horizontal, and oblique alignments so you can recognise special cases quickly during exams.

📌 Examples
  • Check if (1,2), (2,4), (3,6) are collinear: slopes are (4-2)/(2-1)=2 and (6-4)/(3-2)=2 so collinear.
  • Use area: for (0,0), (2,3), (4,6) compute determinant gives zero so collinear.
🧮 Formulas
  1. Collinearity via area: area = (1/2) |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|
📊 Visual ideas
Three collinear points on a single straight line marked; example of non-collinear triangle for contrast.
📐13

Area of a Triangle Using Coordinates

The area of a triangle with vertices at A(x1, y1), B(x2, y2) and C(x3, y3) can be found directly from coordinates using a determinant formula. The area is given by half the absolute value of x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2). This formula comes from computing the signed area of parallelograms and uses algebra to avoid geometric measurement. It works for any orientation and sign of coordinates.

To use the formula, substitute coordinates into the expression, simplify the arithmetic carefully, take the absolute value, and divide by two. The result is the exact area (no need for approximations) and it works even when vertices lie on axes or have negative coordinates. If the value inside the absolute turns out to be zero, the area is zero and points are collinear. This method is often faster than base-times-height because finding the perpendicular height can be cumbersome when the base is not aligned with axes.

For exam answers show substitution step by step: write down the three terms x1(y2 - y3), x2(y3 - y1) and x3(y1 - y2), sum them, take absolute value and divide by two. When dealing with fractional coordinates clear denominators early and simplify to keep arithmetic manageable. The area formula is also useful in problems asking ratio of areas: compute areas of relevant triangles using the same formula and then take the ratio; many cancellations occur making algebra simpler.

This coordinate area method can solve practical problems quickly: find area of triangle with given vertices, test collinearity, determine if a point lies inside a triangle (by comparing areas), and handle composite shapes by subdividing into triangles. Practice computing areas for diverse examples and show clear organized steps for full marks in ICSE-style assessments.

📌 Examples
  • Area of triangle with vertices (0,0), (4,0), (0,3): area = (1/2)|0*(0-3)+4*(3-0)+0*(0-0)| = (1/2)|12| = 6.
  • If area is 0 for (1,2), (3,6), (5,10) then points are collinear (check gives zero).
🧮 Formulas
  1. Area = (1/2) |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|
📊 Visual ideas
Triangle plotted with vertices labelled and area formula indicated for substitution.
14

Section Formula: External Division and Ratios

We already studied internal division; external division locates a point P that divides AB externally in the ratio m:n. If A(x1, y1) and B(x2, y2) and AP:PB = m:n externally, the coordinates of P are given by ((m*x2 - n*x1)/(m - n), (m*y2 - n*y1)/(m - n)). External division means the point lies on the extension of AB outside the segment AB, so one of the partial distances effectively subtracts from the other when forming the ratio.

Derivation follows the same linear-weight idea as internal division but with one weight negative relative to the other because the segments point in opposite directions along the line. Carefully track signs when using the external formula: the denominator m - n must not be zero; if m = n the formula fails since the point tends toward infinity. When substituting values, simplify numerators first and then divide to reduce arithmetic mistakes.

External division is useful in construction problems where a point divides a line externally, such as finding a point that divides the line joining two masses in inverse ratio or in locating external centres of similitude of two circles. In coordinate problems you may be asked to find such an external point explicitly; follow steps: identify A and B, state the ratio and whether it is internal or external, substitute into the correct formula, simplify and present the point as an ordered pair.

Always check plausibility by plotting A, B and the computed P roughly on a line: for external division the point should lie on the line beyond one endpoint. Also compare with the internal division result: if the ratio signs change, the location moves from between points to outside. Practice both internal and external cases so you can recognise which formula applies quickly in examination problems.

📌 Examples
  • Point dividing A(1,1) and B(4,5) externally in ratio 1:2 gives x = (1*4 - 2*1)/(1-2) = (4-2)/(-1) = -2, so point is (-2, -1) after computing y similarly.
  • Divide (0,0) and (6,0) externally in ratio 1:2 gives x = (1*6 - 2*0)/(1-2) = 6/(-1) = -6, so point is (-6,0) on the extended line.
🧮 Formulas
  1. External section: For AP:PB = m:n externally, P = ((m*x2 - n*x1)/(m - n), (m*y2 - n*y1)/(m - n))
📊 Visual ideas
Line with A and B marked and an external point P on extension of AB labelled with distances showing m and n with one negative direction.
🪞15

Transformations: Translation and Reflection in Coordinate Plane

Coordinate geometry makes transformations precise. A translation moves every point of a figure by the same vector (h, k): a point (x, y) under translation becomes (x + h, y + k). For example, translating by (2, -1) moves (3,4) to (5,3). This operation preserves shape and size and is easy to compute on coordinates. Use translation to shift graphs or to position figures in problems where a simpler coordinate choice is helpful.

Reflection in axes changes signs of coordinates. Reflection of (x, y) in the x-axis gives (x, -y); in the y-axis gives (-x, y); reflection in the origin gives (-x, -y). These reflections preserve distances but change orientation. Reflections can be used to simplify graphs or to use symmetry in problems. Combine translation and reflection to move and flip figures as required.

Beyond these, other simple transformations at this level include reflection across the line y = x, which swaps coordinates: (x, y) -> (y, x). This is handy when working with symmetry across the diagonal. Although rotations require trigonometry and are generally introduced later, you can still reason about a 180-degree rotation as a reflection in the origin, giving (-x, -y). Use transformations to map a problem to an easier one: translate a triangle so one vertex is at the origin or reflect a figure so a side lies on an axis—this often simplifies distance and slope computations.

In exam questions you may be asked to find images of points or shapes under these transformations or to show that a transformed figure satisfies certain equations. Apply the same rule to each vertex consistently and label images with primes, for example A' for image of A. Check results by verifying that distances and slopes are preserved where expected: translations and reflections preserve distance; reflections reverse orientation. Practise several examples combining translation and reflection so you can apply these operations quickly during tests.

📌 Examples
  • Translate triangle with vertices (1,1), (2,3), (4,1) by (3, -2) to get (4,-1), (5,1), (7,-1).
  • Reflect point (2, -5) in y-axis to obtain (-2, -5).
🧮 Formulas
  1. Translation by (h, k): (x, y) -> (x + h, y + k)
  2. Reflection in x-axis: (x, y) -> (x, -y)
  3. Reflection in y-axis: (x, y) -> (-x, y)
  4. Reflection in origin: (x, y) -> (-x, -y)
📊 Visual ideas
A figure and its translated image showing vector (h,k) and a point with its reflected image across x-axis.
🔢16

Locus in the Coordinate Plane

A locus is the set of all points satisfying a given condition. In the coordinate plane we express loci as equations or inequalities. Common loci include: all points at a fixed distance r from a point (x0, y0) form a circle (x - x0)^2 + (y - y0)^2 = r^2; all points equidistant from two points lie on the perpendicular bisector of the segment joining them (a straight line); all points satisfying ax + by + c = 0 form a line; inequalities like y > 2x + 1 describe regions on one side of a line.

To find a locus, translate the geometric condition into an algebraic equation using distances, midpoints or slopes. For example, the locus of points equidistant from A and B uses the distance formula and simplifies to the equation of the perpendicular bisector. Often you square both sides when distances are involved; do algebra carefully and simplify to standard forms like circle, line or parabola if necessary. In Class 9 focus on circles and linear loci and on perpendicular bisectors as loci of equidistance.

Sketch the locus by plotting representative points that satisfy the condition, then draw the curve or line that includes them. When dealing with inequalities, shade the correct region and indicate whether the boundary is included or excluded (solid line for inclusive, dashed for exclusive). For problems requiring an equation, show clear steps: state the condition, substitute distance expressions, expand and simplify to reach the standard equation, and finally provide a sketch with labelled centre and radius if it's a circle.

Practical examples of loci appear in construction problems and in geometry proofs. Learning to convert a verbal locus description into an algebraic condition is a key skill: it trains you to translate geometry into algebra. Practice typical Class 9 tasks such as deriving the perpendicular bisector equation and the equation of a circle with given centre and radius, and interpreting linear inequalities geometrically on graphs.

📌 Examples
  • Locus of points equidistant from (0,0) and (4,0) is the vertical line x = 2 (perpendicular bisector).
  • Locus of points at distance 3 from (1,2) is circle (x - 1)^2 + (y - 2)^2 = 9.
📊 Visual ideas
Perpendicular bisector of a segment and a circle with centre and radius labelled as examples of loci.
🔢17

Problems Involving Coordinates: Strategy and Methods

Solve coordinate geometry problems by translating geometric statements into algebra, choosing convenient coordinates, and applying formulas. Common strategies: place one vertex at the origin or align a side with an axis to simplify calculations; use midpoint or section formula to locate specific points; use distance formula to equate lengths; use slope to enforce perpendicularity or parallelism. Draw a neat diagram and label known coordinates and unknowns to guide algebraic steps.

When coordinates are unknown, set variables and derive equations from given conditions (equal lengths, ratios, slopes). Solve linear equations or simple quadratic equations as they arise. For area or collinearity problems, use determinant formulae. Keep answers in simplest exact form, showing steps: substitution, simplification and final coordinate values. Check results by plugging back into original conditions to avoid sign or arithmetic errors. When multiple approaches are possible, choose the one that gives the simplest algebra.

Use symmetry and transformations to simplify problems: translate a figure so one vertex becomes the origin or reflect to place a side on the axis. These moves reduce algebraic complexity. In triangle problems use centroid and median formulas to find balancing points; for division problems use section formulas. Present clear algebraic reasoning and neat arithmetic: many examiners award method marks even when numerical simplification has minor errors.

Work through typical problems: equation of line through given points, point dividing a segment in a given ratio, finding coordinates that make points collinear, computing area of triangles from coordinates, and finding equations of perpendicular bisectors. For each problem begin by stating the relevant formula, substituting, simplifying, and concluding with the final ordered pair or equation. This structure ensures clarity and full marks in ICSE-style examinations.

📌 Examples
  • Find equation of line through (2,3) parallel to 3x - y + 2 = 0: slope = 3, so y - 3 = 3(x - 2) -> 3x - y - 3 = 0.
  • Given A(0,0), B(4,0). Find point P on AB such that AP:PB = 1:3: P = ((1*4 + 3*0)/(1+3), 0) = (1,0).
📊 Visual ideas
Sketch showing strategy to place points on axes for easier calculation, e.g., place one vertex at origin.
🔢18

Applications: Midpoints, Medians and Centroid in Coordinates

Using coordinates we can find midpoints of sides of a triangle and equations of medians easily. For triangle with vertices A(x1, y1), B(x2, y2), C(x3, y3), the midpoint of BC is M = ((x2 + x3)/2, (y2 + y3)/2). The median from A is the line joining A to M. The three medians intersect at the centroid G, whose coordinates are the average of the three vertices: G = ((x1 + x2 + x3)/3, (y1 + y2 + y3)/3). This is the point balancing the triangle and divides each median in 2:1 ratio from vertex to midpoint.

To find the equation of a median, compute the midpoint of the opposite side and use point-slope form with the vertex. To find centroid, simply average the coordinates. These methods avoid heavy geometric construction and provide exact coordinates. In problems involving balancing points, centres of mass with equal masses at vertices, or finding intersection of medians, use the centroid formula. It is also useful when checking whether a given point is the centroid: substitute and verify equality of averages.

You can verify that the centroid divides each median in the ratio 2:1 using the section formula: check that the coordinates of the centroid lie two-thirds of the way from a vertex to the midpoint of the opposite side. For exam solutions show this verification step to demonstrate understanding. Coordinate methods also extend to finding equations of other cevians in a triangle, checking concurrency or solving for unknown coordinates when extra conditions are provided.

Apply these techniques to numerical examples, compute midpoints and medians, write median equations, and find centroid coordinates. Clear layout of calculations and labelled diagrams help examiners follow your reasoning and award marks for method as well as final answers. These coordinate geometry applications are effective and fast for many ICSE-level triangle problems.

📌 Examples
  • Triangle with vertices (0,0), (6,0), (0,6): midpoints of sides and centroid G = ((0+6+0)/3, (0+0+6)/3) = (2,2).
  • Median from (1,2) to midpoint of (3,4) and (5,0): midpoint is ((3+5)/2, (4+0)/2) = (4,2) so median equation y - 2 = ((2-2)/(1-4))(x - 4) -> y = 2 (horizontal).
🧮 Formulas
  1. Centroid of triangle with vertices (x1,y1),(x2,y2),(x3,y3): ((x1+x2+x3)/3, (y1+y2+y3)/3)
📊 Visual ideas
Triangle with medians drawn meeting at centroid labelled and midpoint markers on sides.

Key Concepts

Cartesian Plane
A plane formed by two perpendicular number lines called x-axis and y-axis with an origin at their intersection.
Ordered Pair
A pair (x, y) that gives the coordinates of a point on the Cartesian plane.
Quadrants
The four regions of the plane separated by the x-axis and y-axis, numbered I to IV.
Distance Formula
d = sqrt((x2 - x1)^2 + (y2 - y1)^2), giving the length between two points.
Midpoint Formula
The midpoint of (x1,y1) and (x2,y2) is ((x1 + x2)/2, (y1 + y2)/2).
Section Formula
Coordinates of a point dividing a segment in ratio m:n are weighted averages of endpoints.
Slope
The ratio (y2 - y1)/(x2 - x1) measuring the steepness and direction of a line.
Slope-Intercept Form
Equation y = mx + c where m is slope and c is y-intercept.
General Form
Equation of a line written as ax + by + c = 0 with constants a, b, c.
Intercepts
Points where a line crosses the axes: x-intercept ( -c/a, 0 ), y-intercept (0, -c/b).
Collinearity
Condition of three or more points lying on the same straight line (area zero).
Area using Coordinates
Area of triangle given by (1/2) |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|.
Parallel Lines
Lines with equal slopes that never meet.
Perpendicular Lines
Lines whose slopes multiply to -1 (negative reciprocals) and meet at right angles.
Locus
The set of points satisfying a given condition, often represented by an equation.
Translation
A transformation shifting every point by the same vector (h,k): (x,y)->(x+h,y+k).
Reflection
A mirror image transformation changing signs of coordinates with respect to an axis.
Centroid
Point where medians of a triangle meet, with coordinates equal to the average of vertices.

Practice Questions

  1. Find the distance between points (2, -1) and (5, 3). / बिंदु (2, -1) और (5, 3) के बीच की दूरी निकालिए।
    Show answer

    Distance = sqrt((5-2)^2 + (3-(-1))^2) = sqrt(3^2 + 4^2) = 5. / दूरी = sqrt((5-2)^2 + (3-(-1))^2) = sqrt(9 + 16) = 5।

  2. Find the midpoint of A(1, 4) and B(7, -2). / A(1, 4) और B(7, -2) का मध्यबिंदु ज्ञात कीजिए।
    Show answer

    Midpoint = ((1+7)/2, (4 + (-2))/2) = (4, 1). / मध्यबिंदु = ((1+7)/2, (4 + (-2))/2) = (4, 1)।

  3. Find the equation of the line through (0, 3) with slope -2. / ढलान -2 वाले और (0, 3) से गुजरने वाले रेखा का समीकरण ज्ञात कीजिए।
    Show answer

    Using y = mx + c with c = 3 and m = -2: y = -2x + 3. / y = mx + c में c = 3 और m = -2: y = -2x + 3।

  4. Check whether points (1,2), (3,6) and (5,10) are collinear. / जाँचिए कि बिंदु (1,2), (3,6) और (5,10) सहरेखीय हैं या नहीं।
    Show answer

    Slope (1->2 to 3->6) = (6-2)/(3-1) = 4/2 = 2; slope (3->6 to 5->10) = (10-6)/(5-3) = 4/2 = 2. Slopes equal so collinear. / पहले दो बिंदुओं का ढलान 2 और अगले दो का भी 2 है, अतः वे सहरेखीय हैं।

  5. Find the equation of the line passing through (2, -1) and (4, 3). / बिंदु (2, -1) और (4, 3) से गुजरने वाली रेखा का समीकरण निकालिए।
    Show answer

    Slope m = (3 - (-1))/(4 - 2) = 4/2 = 2. Use point-slope with (2,-1): y + 1 = 2(x - 2) => y + 1 = 2x -4 => 2x - y -5 = 0. / ढलान m = 2. बिंदु-ढलान रूप से y + 1 = 2(x - 2) => 2x - y -5 = 0।

  6. Find the coordinates of the point which divides the line segment joining (3, 1) and (9, 7) internally in the ratio 1:2. / रेखांश जो (3,1) और (9,7) को जोड़ता है, उसे आंतरिक रूप से 1:2 अनुपात में विभाजित करने वाले बिंदु के निर्देशांक ज्ञात कीजिए।
    Show answer

    Using section formula with AP:PB = 1:2, x = (1*9 + 2*3)/(1+2) = (9+6)/3 = 5, y = (1*7 + 2*1)/3 = (7+2)/3 = 3. So point is (5,3). / सेक्शन फ़ॉर्मूला से x = 5, y = 3, अतः बिंदु (5,3)।

  7. Find area of triangle with vertices (0,0), (4,0) and (0,3). / शिखरों (0,0), (4,0) और (0,3) वाले त्रिभुज का क्षेत्रफल निकालिए।
    Show answer

    Area = (1/2) |0*(0-3) + 4*(3-0) + 0*(0-0)| = (1/2)|12| = 6 square units. / क्षेत्रफल = (1/2)|12| = 6 वर्ग ईकाई।

  8. Find the centroid of triangle with vertices (2, -1), (4, 3) and (6, 1). / शिखरों (2, -1), (4, 3) और (6, 1) वाले त्रिभुज का केंद्रस्थ (centroid) ज्ञात कीजिए।
    Show answer

    Centroid = ((2+4+6)/3, (-1+3+1)/3) = (12/3, 3/3) = (4,1). / केंद्रस्थ = (4,1)।

  9. Find the equation of the perpendicular bisector of the segment joining (1,2) and (5,6). / (1,2) और (5,6) को जोड़ने वाले खंड की लंब समद्विभाजक रेखा का समीकरण निकालिए।
    Show answer

    Midpoint = ((1+5)/2, (2+6)/2) = (3,4). Slope of AB = (6-2)/(5-1) = 4/4 =1, so perpendicular slope = -1. Using point-slope: y - 4 = -1(x - 3) => y = -x + 7. / मध्यबिंदु (3,4), AB का ढलान 1, लम्ब का ढलान -1, तदनुसार y = -x + 7।

  10. If a line has equation 3x - 4y + 12 = 0, find its x- and y-intercepts. / यदि रेखा का समीकरण 3x - 4y + 12 = 0 है, तो इसके x- और y-छेद बताइए।
    Show answer

    x-intercept: put y=0 => 3x + 12 = 0 => x = -4 so (-4,0). y-intercept: put x=0 => -4y + 12 = 0 => y = 3 so (0,3). / x-छेद (-4,0) और y-छेद (0,3)।

  11. Find equation of a line through (0,2) and parallel to 5x - 2y + 3 = 0. / (0,2) से होकर 5x - 2y + 3 = 0 के समांतर रेखा का समीकरण ज्ञात कीजिए।
    Show answer

    Given line slope = 5/2 (since y = (5/2)x + 3/2). Parallel line has same slope 5/2. Use y - 2 = (5/2)(x - 0) => 2y -4 = 5x => 5x - 2y + 4 = 0. / समान ढलान के साथ y - 2 = (5/2)x => 5x - 2y + 4 = 0।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 0 content files · LLOS Learn · browse all chapters