Plotting Points in the Cartesian Plane — Exercise 5.3
Exercise 5.3 is the practical application of everything learned in Exercises 5.1 and 5.2. Here you move from theory to action — actually plotting points, drawing shapes, identifying geometric patterns, and reading coordinates from a given graph. Every question in this exercise builds a different skill: reading a table of coordinates, recognising collinear points, computing area from plotted vertices, and inferring a figure from a set of line segments.
1. Start at the origin O.
2. Move |x| units to the right (if x > 0) or to the left (if x < 0).
3. From that position, move |y| units upward (if y > 0) or downward (if y < 0).
4. Mark the point and label it with its coordinates.
Question 1 — Plotting Six Points from a Table
The table below gives six pairs of x and y values. Form the ordered pairs and plot them on the Cartesian plane. The x-coordinate and y-coordinate together fix each point's position uniquely.
| x | 2 | 3 | −1 | 0 | −9 | −4 |
|---|---|---|---|---|---|---|
| y | −3 | −3 | 4 | 11 | 0 | −6 |
| (x, y) | (2, −3) | (3, −3) | (−1, 4) | (0, 11) | (−9, 0) | (−4, −6) |
| Quadrant | Q₄ | Q₄ | Q₂ | y-axis | x-axis | Q₃ |
Figure 1: Six points plotted from Question 1. Dashed lines show the reference projections to both axes.
Question 2 — Are (5, −8) and (−8, 5) the Same Point?
Question 3 — Points Sharing the Same x-coordinate
Plot: (1,2), (1,3), (1,−4), (1,0), (1,8). Each point has x = 1.
Figure 2: All five points with x = 1 lie on the dashed vertical line — parallel to the y-axis at distance 1 unit.
Question 4 — Points Sharing the Same y-coordinate
Plot: (5,4), (8,4), (3,4), (0,4), (−4,4), (−2,4). Each point has y = 4.
Question 5 — Rectangle from Four Vertices
Plot the points (0,0), (0,3), (4,3), (4,0) and join them to form a rectangle. Then calculate the area.
Figure 3: Rectangle with vertices (0,0), (0,3), (4,3), (4,0). Length = 4 units, Width = 3 units.
Question 6 — Triangle from Three Vertices
Plot (2,3), (6,3), (4,7) and find the area of the triangle formed.
Figure 4: Triangle with vertices (2,3), (6,3), (4,7). Base = 4 units, Height = 4 units.
Question 7 — Six Points with Coordinate Sum = 5
Find and plot at least six points where x + y = 5. Some possibilities from the PDF:
Question 8 — Reading All Coordinates from a Graph
Given a complex graph with 17 labelled points (A through Q), read and record each coordinate pair. The answers from the textbook are:
| Point | Coordinates | Point | Coordinates |
|---|---|---|---|
| A | (−3, 4) | B | (0, 5) |
| C | (3, 4) | D | (2, 4) |
| E | (2, 0) | F | (3, 0) |
| G | (3, −1) | H | (0, −1) |
| I | (−3, −1) | J | (−3, 0) |
| K | (−2, 0) | L | (−2, 4) |
| M | (−1, 0) | N | (−1, 3) |
| O | (0, 0) | P | (1, 3) |
| Q | (1, 0) |
Question 9 — Connecting Points to Form a Cupboard Shape
Fourteen pairs of points are given. Connect each pair with a straight line segment. When all 14 segments are drawn, the combined figure takes the shape of a cupboard. This question reinforces the practical use of plotting — geometric figures are simply collections of line segments defined by their endpoint coordinates.
Question 10 — Nine Intersecting Line Segments
Nine pairs of axis-intercept points are plotted and connected: (1,0)↔(0,9), (2,0)↔(0,8), ... , (9,0)↔(0,1). Each pair sums to 10 (the point on x-axis plus the y-intercept). The resulting pattern of nine lines creates a smooth curved appearance — a visual phenomenon called an envelope of a curve.
- Each pair of points has coordinates summing to 10: e.g. (3,0) and (0,7) → x + y = 10 on that line.
- The nine line segments, though straight, together approximate a curved shape (parabola-like arc).
- This is a classic string-art or cardioid-envelope construction often used in art and mathematics demonstrations.