Introduction
Chapter 1: Orienting Yourself — The Use of Coordinates
Page 1 of 5: Introduction — Full Concept Coverage
Welcome to the fascinating world of Coordinate Geometry! You've likely used maps, played video games, or even just given directions to a friend. At the heart of all these activities is a simple yet powerful idea: using numbers to pinpoint a location. This chapter introduces the foundational system that allows us to bridge the gap between algebra and geometry, turning shapes into numbers and equations into pictures.
Imagine you're at a large library searching for a specific book. The librarian doesn't just say, "it's over there." Instead, they give you precise instructions: "Go to the 3rd floor, find Aisle 7, and look on the 5th shelf." These three pieces of information—floor, aisle, shelf—are a coordinate system. They help you navigate a large space to find a unique point. In mathematics, we use a similar, two-dimensional system to describe the exact position of any point on a flat surface, or a plane.
This system, known as the Cartesian Coordinate System, was formalized by the French philosopher and mathematician René Descartes in the 17th century. Legend has it that he conceived the idea while lying in bed, watching a fly crawl on the ceiling. He realized he could describe the fly's path by measuring its distance from the corner walls. This revolutionary idea allows us to solve geometric problems using algebra, and visualize algebraic equations as geometric shapes.
{{FORMULA: expr=P(x, y) | symbols=P:a point in the plane, x:the abscissa (horizontal distance from y-axis), y:the ordinate (vertical distance from x-axis)}}
Definitions & Key Terms
Before we dive deeper, let's establish our vocabulary. These terms are the building blocks of coordinate geometry.
| Term | Symbol/Notation | Meaning |
|---|---|---|
| Cartesian Plane | - | A two-dimensional plane formed by the intersection of two perpendicular number lines. Also called the coordinate plane. |
| Origin | O | The point where the two axes intersect. Its coordinates are always (0, 0). |
| x-axis | X'OX | The horizontal number line in the Cartesian plane. |
| y-axis | Y'OY | The vertical number line in the Cartesian plane. |
| Coordinates | (x, y) | A pair of numbers that uniquely identify the location of a point on the plane. It is always written as an ordered pair. |
| Abscissa | x | The first number in an ordered pair. It represents the perpendicular distance of the point from the y-axis. |
| Ordinate | y | The second number in an ordered pair. It represents the perpendicular distance of the point from the x-axis. |
| Quadrants | I, II, III, IV | The four regions into which the coordinate axes divide the plane. |
The Logic of the Cartesian System
How do we construct this system that so elegantly maps every single point on a flat surface to a unique pair of numbers? It's not magic, but a logical, step-by-step process.
-
Start with one dimension. Imagine a single, infinite straight line. This is a number line. We can mark a point as zero (0), and every other point on the line corresponds to a unique real number—positive to the right, negative to the left. This line allows us to describe position in one dimension (e.g., forward or backward).
-
Introduce a second dimension. Now, take another identical number line. Place it so that it passes through the zero of the first line and is perfectly perpendicular (at a 90° angle) to it. The first, horizontal line is our x-axis, and this new, vertical line is our y-axis.
-
Establish the Origin. The single point where these two axes intersect is called the Origin. Since it's at the zero mark on both number lines, its address, or coordinates, is
(0, 0). This is our universal reference point.
{{VISUAL: diagram: A Cartesian plane showing a horizontal x-axis labeled X' and X, and a vertical y-axis labeled Y' and Y. They intersect at the Origin (0,0). A point P is marked in the first quadrant. Dotted lines are drawn from P perpendicular to the x-axis at point A, and to the y-axis at point B. The distance OA is labeled 'x' (abscissa) and the distance OB is labeled 'y' (ordinate). The coordinates of P are shown as P(x,y).}}
-
Define location with perpendicular distances. To find the address of any point
Pon this plane, we ask two questions:- How far do we need to move along the x-axis? This is the abscissa, or the x-coordinate.
- How far do we need to move along the y-axis? This is the ordinate, or the y-coordinate. These distances are measured along the axes, which are the perpendicular distances from the point to the other axis.
-
Create Quadrants and Sign Conventions. The two axes divide the plane into four infinite regions called Quadrants. We number them I, II, III, and IV, starting from the top-right and moving counter-clockwise.
- In Quadrant I, you move right (positive x) and up (positive y). So, signs are
(+, +). - In Quadrant II, you move left (negative x) and up (positive y). So, signs are
(-, +). - In Quadrant III, you move left (negative x) and down (negative y). So, signs are
(-, -). - In Quadrant IV, you move right (positive x) and down (negative y). So, signs are
(+, -).
- In Quadrant I, you move right (positive x) and up (positive y). So, signs are
{{KEY: type=concept | title=The Fundamental Principle of Coordinate Geometry | text=There exists a one-to-one correspondence between the position of a point on the plane and a unique ordered pair of real numbers (x, y). This means every point has a unique address, and every unique address corresponds to exactly one point.}}
Solved Examples
Let's put this theory into practice. We'll start simple and gradually increase the complexity.
Example 1: Identifying Coordinates (Easy)
Given: A point A is located 4 units to the right of the y-axis and 3 units below the x-axis.
To Find: The coordinates of point A and the quadrant it lies in.
Solution:
- "4 units to the right of the y-axis" means moving in the positive direction along the x-axis. This gives us the x-coordinate.
x = +4
- "3 units below the x-axis" means moving in the negative direction along the y-axis. This gives us the y-coordinate.
y = -3
- Combine the coordinates into an ordered pair
(x, y).
A = (4, -3)
- The x-coordinate is positive
(+)and the y-coordinate is negative(-). The sign convention(+, -)corresponds to Quadrant IV.
Final Answer: The coordinates of point A are (4, -3), and it lies in Quadrant IV.
Example 2: Plotting Points and Identifying a Shape (Medium)
Given: Four points P(-3, 2), Q(3, 2), R(3, -2), and S(-3, -2).
To Find: Plot these points on a Cartesian plane and identify the geometric figure formed by joining them in order.
Solution:
-
Draw the x-axis and y-axis on graph paper. Mark the origin (0, 0) and scale the axes.
-
Plot point
P(-3, 2): Move 3 units left on the x-axis, then 2 units up parallel to the y-axis. -
Plot point
Q(3, 2): Move 3 units right on the x-axis, then 2 units up parallel to the y-axis. -
Plot point
R(3, -2): Move 3 units right on the x-axis, then 2 units down parallel to the y-axis. -
Plot point
S(-3, -2): Move 3 units left on the x-axis, then 2 units down parallel to the y-axis.
{{VISUAL: diagram: A Cartesian plane with four points P(-3,2), Q(3,2), R(3,-2), and S(-3,-2) plotted. The points are connected in order to form a rectangle PQRS. The side lengths can be inferred: PQ = RS = 6 units, and PS = QR = 4 units.}}
-
Join the points in order: P → Q → R → S → P.
-
Observe the resulting figure. The side PQ is horizontal, and PS is vertical, so they are perpendicular. All adjacent sides are perpendicular. The length of PQ is
3 - (-3) = 6units. The length of PS is2 - (-2) = 4units. Since opposite sides are equal and all angles are 90°, the figure is a rectangle.
Final Answer: The figure formed by joining the points is a rectangle.
Example 3: Finding the Missing Vertex (Hard)
Given: Three vertices of a square ABCD are A(1, 4), B(5, 4), and C(5, 0).
To Find: The coordinates of the fourth vertex, D.
Solution:
-
Plot the given points A, B, and C on a coordinate plane.
-
Analyze the properties of a square: all sides are equal in length, and opposite sides are parallel.
-
Calculate the length of side AB. Since the y-coordinates are the same (4), the side is horizontal. The length is the difference in x-coordinates.
Length AB = 5 - 1 = 4 units
- Calculate the length of side BC. Since the x-coordinates are the same (5), the side is vertical. The length is the difference in y-coordinates.
Length BC = 4 - 0 = 4 units
This confirms the side length of the square is 4 units.
{{VISUAL: diagram: A Cartesian plane showing three plotted points A(1,4), B(5,4), and C(5,0). The lines AB and BC are drawn, forming a right angle at B. A dotted line extends from A parallel to BC, and another dotted line extends from C parallel to AB. They intersect at a point labeled D, with its coordinates to be found as (1,0).}}
-
The fourth vertex D must be such that AD is parallel to BC and CD is parallel to AB.
- Since CD is parallel to the horizontal line AB, the y-coordinate of D must be the same as C, which is
0. - Since AD is parallel to the vertical line BC, the x-coordinate of D must be the same as A, which is
1.
- Since CD is parallel to the horizontal line AB, the y-coordinate of D must be the same as C, which is
-
Combine these coordinates to find the position of D.
D = (1, 0)
Final Answer: The coordinates of the fourth vertex D are (1, 0).
Example 4: Mirror Images and Reflections (Tricky)
Given: A point K is at (-5, 7).
To Find: The coordinates of the point K' which is the reflection of K across the x-axis, and the coordinates of K'' which is the reflection of K across the origin.
Solution:
-
Reflection across the x-axis (K → K'): When a point is reflected across the x-axis, it's like the x-axis is a mirror. The point's horizontal position (x-coordinate) remains the same, but its vertical position (y-coordinate) flips its sign.
-
The original point is K(-5, 7). The x-coordinate is -5 and the y-coordinate is 7.
-
Keep the x-coordinate the same and change the sign of the y-coordinate.
K' = (-5, -7)
-
Reflection across the origin (K → K''): Reflection across the origin means the point moves to the diagonally opposite quadrant, equidistant from the origin. This is equivalent to reflecting across the x-axis and then the y-axis. Both coordinates change their signs.
-
The original point is K(-5, 7).
-
Change the sign of the x-coordinate AND the sign of the y-coordinate.
x'' = -(-5) = 5
y'' = -(7) = -7
- Combine the new coordinates.
K'' = (5, -7)
Final Answer: The reflection of K across the x-axis is K'(-5, -7). The reflection of K across the origin is K''(5, -7).
Tips & Tricks
Mastering coordinate geometry is easier with a few shortcuts.
| Tip | Description | Example |
|---|---|---|
| Quadrant Sign Rule | Remember the signs as a cycle: I (+,+), II (-,+), III (-,-), IV (+,-). Think of it as a 'C' shape starting from the top right quadrant. | A point (-2, 5) has a negative x and positive y, so it must be in Quadrant II. |
| Points on Axes | Any point on the x-axis has its y-coordinate as zero. Any point on the y-axis has its x-coordinate as zero. | The point (7, 0) lies on the x-axis. The point (0, -3) lies on the y-axis. |
| Abscissa & Ordinate | Remember the alphabetical order: Abscissa comes before Ordinate, just as x comes before y. | In (9, 2), the abscissa is 9 and the ordinate is 2. Never mix them up. |
Common Mistakes
Many students stumble on the same few points. Be aware of them!
| ❌ Wrong Approach | ✅ Right Approach | Why it Matters |
|---|---|---|
Writing coordinates as (y, x). E.g., for x=3, y=5, writing (5, 3). | Always write coordinates in the order (x, y). E.g., (3, 5). | The order is a strict convention. (5, 3) and (3, 5) are two completely different points on the plane. |
Assuming the origin (0, 0) is in Quadrant I. | The origin is not in any quadrant. It is the intersection point of the axes. | Quadrants are the regions between the axes. Points lying on an axis do not belong to any quadrant. |
Plotting (-4, -2) by moving 4 units left and 2 units up. | Plot (-4, -2) by moving 4 units left (negative x) and 2 units down (negative y). | Misinterpreting the negative sign for the y-coordinate leads to plotting in the wrong quadrant (Quadrant II instead of III). |
For a point (0, 6), saying its abscissa is "nothing" or "not there". | For (0, 6), the abscissa is 0 and the ordinate is 6. | Zero is a valid numerical value. A coordinate of 0 gives precise information about the point's location on an axis. |
Brain-Teaser Questions
Test your understanding with these slightly more challenging problems.
-
A robot starts at the origin
(0, 0). It can only move along the grid lines (not diagonally). If it moves 3 units East (positive x-direction) and then 4 units North (positive y-direction), what are its final coordinates? What is the total distance it travelled?💡 Answer: The final coordinates are
(3, 4). The total distance travelled is the sum of the individual movements:3 + 4 = 7units. (This is different from the straight-line distance, which you will learn about later!). -
Describe the location of all points in the Cartesian plane for which the abscissa is equal to the ordinate. What kind of shape would these points form if connected?
💡 Answer: These are points where
x = y. Examples include(1, 1),(-3, -3),(0, 0), and(2.5, 2.5). If you connect all these points, they form a straight line that passes through the origin and bisects Quadrants I and III at a 45° angle to the axes. -
A rectangle has vertices at
(-4, 3),(5, 3),(5, -2), and(-4, -2). How many points with integer coordinates (e.g., (1,2), (-3,0)) lie strictly inside this rectangle (not on its boundary)?💡 Answer: The x-coordinates inside the rectangle range from -3 to 4 (8 possible integer values). The y-coordinates inside range from -1 to 2 (4 possible integer values). The total number of integer points inside is the product of these counts:
8 × 4 = 32points.
Mini Cheatsheet
Screenshot this table for quick revision before an exam!
| Concept | Key Information | Example |
|---|---|---|
| Ordered Pair | (x, y) where x is abscissa, y is ordinate. Order matters. | (2, 5) ≠ (5, 2) |
| Origin (O) | The intersection of axes. | Coordinates are (0, 0). |
| Quadrant I | Top-right region. | Signs: (+, +) |
| Quadrant II | Top-left region. | Signs: (-, +) |
| Quadrant III | Bottom-left region. | Signs: (-, -) |
| Quadrant IV | Bottom-right region. | Signs: (+, -) |
| Point on x-axis | Any point where the vertical distance is zero. | Form: (x, 0) |
| Point on y-axis | Any point where the horizontal distance is zero. | Form: (0, y) |
Settling In
Chapter 1: Orienting Yourself — The Use of Coordinates
Page 2 of 5: Settling In
Concept Introduction
Have you ever tried to find your seat in a dark cinema hall? You probably looked for two pieces of information: the row letter (like 'F') and the seat number (like '12'). Just one piece of information isn't enough. 'Row F' is a whole line of seats, and 'Seat 12' exists in every row. You need both to pinpoint your exact location.
This simple idea of using two reference points is the heart of Coordinate Geometry. In our lesson, a student named Shalini uses this exact principle to help her visually impaired brother, Reiaan, learn the layout of his new room. Instead of a row and a seat number, she uses two perpendicular lines—the x-axis and the y-axis—to create a map. Every object in the room can be given a unique address, or a set of coordinates, making the unseen space easy to navigate.
{{FORMULA: expr=(x, y) | symbols=x:the x-coordinate (horizontal distance from y-axis), y:the y-coordinate (vertical distance from x-axis)}}
Definitions & Key Terms
The system Shalini uses is called the 2-D Cartesian Coordinate System. It's a powerful tool that turns numbers into pictures and vice-versa. Here are the basic building blocks from our story.
| Term | Meaning | Example from Reiaan's Room |
|---|---|---|
| x-axis | The horizontal number line on the coordinate plane. | The wall where the door is located. |
| y-axis | The vertical number line on the coordinate plane. | The wall to Reiaan's left when entering. |
| Origin | The point where the x-axis and y-axis intersect. Its address is (0, 0). | The corner of the room where the two main walls meet. |
| Coordinates | An ordered pair of numbers (x, y) that locates a point on the plane. | The study table might be at (3, 4). |
| x-coordinate | The first number in the pair. It tells you the horizontal distance from the y-axis. | For the table at (3, 4), the x-coordinate is 3. |
| y-coordinate | The second number in the pair. It tells you the vertical distance from the x-axis. | For the table at (3, 4), the y-coordinate is 4. |
| Quadrants | The four regions that the x and y-axes divide the plane into. | A toy box in the far corner might be in Quadrant I. |
The Logic: How to Pinpoint any Location
How does Shalini translate an object's position into a pair of numbers like (x, y)? It's a simple, logical process based on perpendicular distances.
-
Establish a Starting Point: Always begin at the Origin, the point
(0, 0). This is Reiaan's reference corner of the room. -
Move Horizontally (The x-coordinate): First, move along the x-axis (the floor line of the main wall).
- Move to the right for a positive
xvalue. - Move to the left for a negative
xvalue.
- Move to the right for a positive
-
Move Vertically (The y-coordinate): From that spot on the x-axis, move parallel to the y-axis.
- Move up (or into the room) for a positive
yvalue. - Move down (or out of the room) for a negative
yvalue.
- Move up (or into the room) for a positive
-
Mark the Point: The spot where you stop is the location described by the coordinates
(x, y). The x-coordinate is the perpendicular distance from the y-axis, and the y-coordinate is the perpendicular distance from the x-axis.
{{VISUAL: diagram: A Cartesian plane showing a point P(4, 3). Dotted lines run from P to the x-axis at 4 and to the y-axis at 3, clearly labeling the x-coordinate as the 'perpendicular distance from y-axis' and the y-coordinate as the 'perpendicular distance from x-axis'.}}
{{KEY: type=concept | title=The Order Matters | text=In coordinate geometry, the address (x, y) is an ordered pair. The point (3, 5) is completely different from the point (5, 3). Always go horizontal (x) first, then vertical (y). Think of it like walking along a corridor before climbing the stairs.}}
Solved Examples
Let's use the layout of Reiaan's room (as described in the NCERT text) to solve some problems. Assume the origin (0, 0) is the bottom-left corner of the room.
Example 1: Locating the Bed (Easy)
Given: Shalini places a pin for the corner of Reiaan's bed. It is 2 feet to the right of the y-axis and 5 feet up from the x-axis.
To Find: The coordinates of the bed's corner.
Solution:
- The horizontal distance from the y-axis is the x-coordinate. Since it's 2 feet to the right, the value is positive.
x = 2 - The vertical distance from the x-axis is the y-coordinate. Since it's 5 feet up, the value is positive.
y = 5 - Combine these into an ordered pair
(x, y).(2, 5)
Final Answer: The coordinates of the bed's corner are (2, 5).
Example 2: Finding the Width of the Door (Medium)
Given: The left side of the room's door is at point D₁ with coordinates (10, 0). The right side of the door is at point R₁ with coordinates (11.5, 0).
To Find: The width of the door.
Solution:
-
Notice that both points lie on the x-axis because their y-coordinates are
0. The width is the horizontal distance between them. -
The position of the right side is given by its x-coordinate.
x_right = 11.5 -
The position of the left side is given by its x-coordinate.
x_left = 10 -
Subtract the left position from the right position to find the distance.
Width = x_right - x_left = 11.5 - 10 -
Calculate the final value.
Width = 1.5
Final Answer: The width of the door is 1.5 feet.
{{VISUAL: diagram: A simple x-axis number line. Mark O at 0, D₁ at 10, and R₁ at 11.5. A bracket is drawn between D₁ and R₁ with the label "Width = 1.5 feet".}}
Example 3: Identifying the Quadrant (Hard)
Given: Shalini places Reiaan's backpack on the floor. After measuring, she finds its coordinates are (-3, 4). A misplaced book is found at (3, -4).
To Find: The quadrant for the backpack and the book.
Solution:
- First, analyze the coordinates of the backpack:
(-3, 4). - The x-coordinate is
-3(negative). This means it is to the left of the origin. - The y-coordinate is
4(positive). This means it is above the origin. - The region with a negative x-coordinate and a positive y-coordinate is Quadrant II.
Backpack Location: Quadrant II - Next, analyze the coordinates of the book:
(3, -4). - The x-coordinate is
3(positive). This means it is to the right of the origin. - The y-coordinate is
-4(negative). This means it is below the origin. - The region with a positive x-coordinate and a negative y-coordinate is Quadrant IV.
Book Location: Quadrant IV
Final Answer: The backpack is in Quadrant II, and the book is in Quadrant IV.
{{VISUAL: diagram: The four quadrants clearly labeled I, II, III, IV. In Quadrant II, mark a point 'Backpack (-3, 4)'. In Quadrant IV, mark a point 'Book (3, -4)'. Use different symbols for the points.}}
Example 4: Describing a Path (Tricky)
Given: Reiaan's chair is at point C(2, 2). The window is at W(2, 8). To get some air, he moves directly from his chair to the window.
To Find: Describe the change in his x and y coordinates during this movement.
Solution:
-
Write down the starting and ending coordinates.
- Start Point (Chair):
C(2, 2) - End Point (Window):
W(2, 8)
- Start Point (Chair):
-
Calculate the change in the x-coordinate. This is the final x-value minus the initial x-value.
Δx = x_final - x_initial = 2 - 2 = 0 -
A change of
0in the x-coordinate means there was no horizontal movement (no movement left or right). -
Calculate the change in the y-coordinate. This is the final y-value minus the initial y-value.
Δy = y_final - y_initial = 8 - 2 = 6 -
A change of
+6in the y-coordinate means he moved 6 feet in the positive y-direction (upwards, or deeper into the room).
Final Answer: Reiaan's x-coordinate did not change. His y-coordinate increased by 6. He moved 6 feet parallel to the y-axis.
Tips & Tricks
Mastering coordinates is about quickly recognizing patterns. Here are some shortcuts.
| Tip | Description | Example |
|---|---|---|
On the X-axis? y is Zero! | Any point that lies directly on the x-axis will always have a y-coordinate of 0. | The point (-5, 0) is on the x-axis. |
On the Y-axis? x is Zero! | Any point that lies directly on the y-axis will always have an x-coordinate of 0. | The point (0, 8) is on the y-axis. |
| Quadrant Sign Rule | Remember the signs for (x, y): Q1 (+, +), Q2 (-, +), Q3 (-, -), Q4 (+, -). Start at the top right and go counter-clockwise. | A point (-1, -10) must be in Quadrant III. |
Common Mistakes
It's easy to make small errors when you're starting out. Watch out for these common mix-ups!
| ❌ Wrong | ✅ Right | Why it's a Mistake |
|---|---|---|
P(5, 3) means "go up 5, then right 3". | P(5, 3) means "go right 5, then up 3". | The order is always (x, y). The horizontal x movement comes first. |
The point (0, -4) is on the x-axis. | The point (0, -4) is on the y-axis. | If the x-coordinate is zero, the point must be on the y-axis. |
The point (-2, -5) is in Quadrant II. | The point (-2, -5) is in Quadrant III. | When both coordinates are negative, the point is in the bottom-left region, which is Quadrant III. |
The origin (0, 0) is in Quadrant I. | The origin (0, 0) is not in any quadrant. | The origin is the intersection of the axes, which are the boundaries of the quadrants. |
Brain-Teaser Questions
-
Shalini places a decorative lamp in the room. Its coordinates are
(a, a)whereais a negative number. Which quadrant is the lamp in?💡 Answer: If
ais a negative number (e.g., a = -3), then the coordinates(a, a)would be(-3, -3). Since both the x and y coordinates are negative, the lamp is in Quadrant III. -
The door of the room is at
D(10, 0). A wastebasket is placed atW(10, 3). If Reiaan walks in a straight line from the door to the wastebasket, which coordinate changes and which one stays the same?💡 Answer: The x-coordinate is
10for both points, so it stays the same. The y-coordinate changes from0to3. This means he walked in a straight line parallel to the y-axis. -
A point
Phas coordinates(x, y). If we know thatx × y > 0, what can you say about the location of point P?💡 Answer: The product of two numbers (
x × y) is positive only if both numbers have the same sign. This means either bothxandyare positive, or bothxandyare negative. Therefore, the point P must be in either Quadrant I(+, +)or Quadrant III(-, -).
Mini Cheatsheet
Here's a quick summary of the most important rules from this page. Screenshot this for your revision!
| Concept | Rule | Example |
|---|---|---|
| Origin | The coordinates are always (0, 0). | The starting point of all measurements. |
| Point on x-axis | The coordinates are in the form (x, 0). | (7, 0), (-4, 0) |
| Point on y-axis | The coordinates are in the form (0, y). | (0, 5), (0, -2) |
| Quadrant I | Signs are (+, +). | (4, 6) |
| Quadrant III | Signs are (-, -). | (-1, -8) |
The 2-d Cartesian Coordinate System — Part 1
The 2-d Cartesian Coordinate System — Part 1
Concept Introduction: From Number Line to the Plane
Imagine you're trying to describe the exact location of your seat in a cinema hall. Saying "Row 5" isn't enough — you also need the seat number, say "Seat 12." This two-piece information (Row, Seat) pinpoints your exact position.
In mathematics, we extend the one-dimensional number line you've studied earlier into a two-dimensional coordinate system called the Cartesian coordinate system. Just as a single number locates a point on a line, a pair of numbers locates a point on a plane. This system was invented by the French mathematician René Descartes, which is why it's called "Cartesian."
The 2-D Cartesian system uses two perpendicular number lines — one horizontal and one vertical — to create a grid. Any point in this plane can be uniquely identified using two numbers called coordinates. This simple yet powerful idea forms the foundation for coordinate geometry, computer graphics, GPS navigation, and countless real-world applications.
In this section, we'll explore the structure of this system, understand how to mark points on the axes, and learn the conventions that make coordinate geometry work seamlessly.
{{VISUAL: diagram: a labeled Cartesian plane showing horizontal x-axis and vertical y-axis intersecting at origin O, with positive and negative directions marked, equal unit intervals labeled from -5 to 5 on both axes}}
Definitions & Formulas
| Term | Meaning |
|---|---|
| x-axis | The horizontal number line in the coordinate plane |
| y-axis | The vertical number line in the coordinate plane |
| Origin (O) | The point of intersection of the x-axis and y-axis; coordinates (0, 0) |
| Coordinates | An ordered pair (x, y) that uniquely identifies a point's location |
| x-coordinate | The perpendicular distance of a point from the y-axis, measured along x-axis |
| y-coordinate | The perpendicular distance of a point from the x-axis, measured along y-axis |
| Point on x-axis | Any point of the form (x, 0) |
| Point on y-axis | Any point of the form (0, y) |
| Positive direction | Right of origin on x-axis; above origin on y-axis |
| Negative direction | Left of origin on x-axis; below origin on y-axis |
{{FORMULA: expr=P = (x, y) | symbols=P:point in 2-D space, x:horizontal distance from y-axis, y:vertical distance from x-axis}}
Building the Coordinate System: Step-by-Step Logic
Understanding how the Cartesian plane is constructed helps you visualize and work with coordinates effectively.
Step 1: Start with a horizontal number line — this becomes the x-axis.
Mark a point O at zero. Points to the right of O are positive (1, 2, 3, ...), and points to the left are negative (-1, -2, -3, ...).
Step 2: Draw a vertical number line passing through O — this becomes the y-axis.
Points above O are positive, and points below O are negative. The vertical line is perpendicular (at 90°) to the horizontal line.
Step 3: The intersection point O is called the origin.
Its coordinates are written as (0, 0) because it's at zero distance from both axes.
Origin O = (0, 0)
Step 4: Mark equal intervals (units) on both axes.
Each unit represents the same distance. If 1 cm = 1 unit on the x-axis, then 1 cm = 1 unit on the y-axis too.
Step 5: Any point on the x-axis has the form (x, 0).
The second coordinate is zero because the point is at zero distance from the x-axis.
Point on x-axis: P = (x, 0)
Step 6: Any point on the y-axis has the form (0, y).
The first coordinate is zero because the point is at zero distance from the y-axis.
Point on y-axis: Q = (0, y)
{{KEY: type=concept | title=Convention for Coordinates | text=The x-coordinate is ALWAYS written first, followed by the y-coordinate. The order matters: (3, 5) and (5, 3) are different points.}}
Solved Examples
Example 1: Identifying Points on the x-axis
Given: Points A = (5, 0), B = (-3, 0), C = (0, 4)
To Find: Which points lie on the x-axis?
Solution:
-
A point lies on the x-axis if and only if its y-coordinate is zero.
-
Check point A = (5, 0):
y-coordinate = 0
Point A lies on the x-axis, 5 units to the right of origin.
- Check point B = (-3, 0):
y-coordinate = 0
Point B lies on the x-axis, 3 units to the left of origin.
- Check point C = (0, 4):
y-coordinate = 4 ≠ 0
Point C does NOT lie on the x-axis; it lies on the y-axis.
Final Answer: Points A and B lie on the x-axis
Example 2: Locating Points on the y-axis
Given: Points P = (0, -7), Q = (2, 0), R = (0, 3.5)
To Find: Which points lie on the y-axis and their positions relative to origin?
Solution:
-
A point lies on the y-axis if and only if its x-coordinate is zero.
-
Check point P = (0, -7):
x-coordinate = 0
Point P lies on the y-axis. Since y = -7 < 0, it's 7 units below the origin.
- Check point Q = (2, 0):
x-coordinate = 2 ≠ 0
Point Q does NOT lie on the y-axis; it lies on the x-axis.
- Check point R = (0, 3.5):
x-coordinate = 0
Point R lies on the y-axis. Since y = 3.5 > 0, it's 3.5 units above the origin.
Final Answer: Points P and R lie on the y-axis; P is 7 units below O, R is 3.5 units above O
{{VISUAL: diagram: a coordinate plane showing points A(5,0), B(-3,0) on x-axis and P(0,-7), R(0,3.5) on y-axis, with origin O labeled and distances marked}}
Example 3: Door Width Calculation from Coordinates
Given: In Reiaan's room, door ends are at D₁ = (3.5, 0) and R₁ = (5, 0)
To Find: The width of the door in units
Solution:
-
Both points lie on the x-axis (y-coordinate = 0), so the door is horizontal along the x-axis.
-
Width equals the difference in x-coordinates:
Width = x₂ - x₁
- Substitute the values:
Width = 5 - 3.5 = 1.5 units
- If each unit represents 1 meter, the door width is 1.5 meters.
Final Answer: Door width = 1.5 units
Example 4: Finding Missing Coordinates
Given: Point M lies on the x-axis and is 8.5 units to the left of origin
To Find: The coordinates of point M
Solution:
- Since M is on the x-axis, its y-coordinate must be zero:
