Coordinate Geometry | What are coordinates | Real Life Connections of coordinate geometry
Mathematics | Class 10 | CBSE & SEBA Board
Introductions of Coordinate Geometry | Chapter 7
Edunes Online Education
BOARD: CBSE | CLASS: 10 | Mathematics | Chapter 7: coordinate geometry
๐ 6.1 Introduction to the Coordinate Geometry
๐ฏ Chapter 7: Coordinate Geometry โ Why This Chapter Is Not Just Maths
Imagine this ๐
You open Google Maps. You drop a pin ๐.
That pin is not magic. It is Coordinate Geometry.
๐ง Neurological Hook:
The brain remembers ideas better when they connect to movement, space, and location.
Coordinate Geometry talks directly to your spatial memory system.
7.1 ๐ What Is Coordinate Geometry? (Think Before You Define)
Before definitions, ask this thinking question:
๐ง Think:
How does Swiggy know where you live?
How does Uber find your driver?
How does PUBG know where your enemy is hiding?
All of them use the same idea:
Every position needs a reference.
In maths, that reference is:
x-axis โ left / right movement
y-axis โ up / down movement
๐ Definition (Now It Makes Sense):
Coordinate Geometry is the study of geometry using numbers that describe position with respect to two perpendicular lines called axes.
๐ง Memory Trick:
First walk sideways (x), then climb (y).
x comes before y โ always.
๐งญ Understanding Coordinates: (x, y) Is a Journey
Students often see (x, y) as just brackets and commas.
Thatโs a mistake.
๐ถ Real-Life Thinking:
You exit your house.
You walk 3 steps right โ then 4 steps up.
Your final position is (3, 4).
๐ How to Think:
Coordinates are not points.
Coordinates are instructions to reach a point.
๐ง Brain Hack:
Say it aloud while solving:
โRight/Left first, then Up/Down.โ
7.2 ๐ Distance Formula โ Measuring Without a Ruler
Big question first:
๐ค Think:
If two mobile towers are on a map, how does the network company know the distance between them without visiting the place?
They donโt measure on land.
They calculate using coordinates.
Distance between two points
A(xโ, yโ) and B(xโ, yโ) is:
๐ง Permanent Memory Trigger:
Distance formula =
Pythagoras + coordinates
Nothing new. Just smart geometry.
๐ Example 1: Do Three Points Form a Triangle?
Do the points (3, 2), (โ2, โ3) and (2, 3) form a triangle?
If yes, name the type of triangle formed.
๐ง Before calculation, ask your brain one question: Are these points connected in a straight line or not?
๐งญ Step 1: Label the Points Clearly
Let the given points be:
P(3, 2),
Q(โ2, โ3) and
R(2, 3)
Geometry problems become easy when you
name points and stick to those names.
๐ Step 2: Decide the Tool โ Distance Formula
To check whether three points form a triangle,
we must compare the lengths of
PQ, QR and PR.
๐ง Three points form a triangle only when
no one side equals or exceeds the sum of the other two.
๐งฎ Step 3: Calculate Distance PQ
\( PQ = \sqrt{{(3 + 2)}^2 + {(2 + 3)}^2} \)
\( = \sqrt{5^2 + 5^2} = \sqrt{50} \)
Always subtract coordinates carefully:
minus minus becomes plus โ donโt rush.
๐งฎ Step 4: Calculate Distance QR
\( QR = \sqrt{{(- 2 - 2)}^2 + {(- 3 - 3)}^2} \)
\( = \sqrt{(-4)^2 + (-6)^2} = \sqrt{52} \)
๐ง Squaring removes the sign โ distance is always positive.
๐งฎ Step 5: Calculate Distance PR
\( PR = \sqrt{{(3 - 2)}^2 + {(2 - 3)}^2} \)
\( = \sqrt{1^2 + (-1)^2} = \sqrt{2} \)
๐บ Step 6: Do the Points Form a Triangle?
Check triangle condition:
PQ + PR > QR QR + PR > PQ PQ + QR > PR
Since the sum of any two sides is greater than the third,
points P, Q and R form a triangle.
๐ง If any two distances exactly add up to the third,
the triangle collapses into a straight line.
๐ Step 7: Identify the Type of Triangle
PQยฒ + PRยฒ = 50 + 2 = 52 = QRยฒ
By the converse of Pythagoras theorem,
the angle opposite the longest side is 90ยฐ.
โด โ P = 90ยฐ
Triangle PQR is a right-angled triangle.
๐ง Final Memory Lock
๐ Exam Brain Formula:
Distance formula โ triangle condition โ square comparison
Geometry is not calculation โ it is pattern recognition.
๐ Example 2: Proving a Square Using Distance Formula
Show that the points A(1, 7), B(4, 2), C(โ1, โ1) and D(โ4, 4) are the vertices of a square.
๐ง Before calculating anything, pause and ask: What makes a square a square?
๐งญ Step 1: Decide the Strategy (Most Important Step)
A quadrilateral is a square if:
All four sides are equal
Both diagonals are equal
Geometry proofs are not about formulas โ
they are about choosing the correct property.
๐ Step 2: Name the Points Systematically
Let the given points be:
A(1, 7),
B(4, 2),
C(โ1, โ1),
D(โ4, 4)
๐ง Always label points in order โ
confusion in naming leads to wrong conclusions.
๐ Step 3: Find Length of Side AB
\( AB = \sqrt{{(1 - 4)}^2 + {(7 - 2)}^2} \)
\( = \sqrt{(-3)^2 + 5^2} = \sqrt{34} \)
๐ Step 4: Find Length of Side BC
\( BC = \sqrt{{(4 + 1)}^2 + {(2 + 1)}^2} \)
\( = \sqrt{(5)^2 + (3)^2} = \sqrt{34} \)
When two consecutive sides are equal,
the shape is already becoming special.
๐ Step 5: Find Length of Side CD
\( CD = \sqrt{{(- 1 + 4)}^2 + {(- 1 - 4)}^2} \)
\( = \sqrt{(-3)^2 + (-5)^2} = \sqrt{34} \)
๐ Step 6: Find Length of Side DA
\( DA = \sqrt{{(1 + 4)}^2 + {(7 - 4)}^2} \)
\( = \sqrt{5^2 + 3^2} = \sqrt{34} \)
โด AB = BC = CD = DA
๐ง Step 7: Check the Diagonals
\( AC = \sqrt{{(1 + 1)}^2 + {(7 + 1)}^2} \)
\( = \sqrt{(2)^2 + (8)^2} = \sqrt{68} \)
\( BD = \sqrt{{(4 + 4)}^2 + {(2 - 4)}^2} \)
\( = \sqrt{8^2 + (-2)^2} = \sqrt{68} \)
โด AC = BD
โ Final Conclusion
Since:
All four sides are equal
Both diagonals are equal
the quadrilateral ABCD is a square.
๐ Permanent Exam Memory:
Square = equal sides + equal diagonals
Distance formula is just the measuring tape.
Example 3: The figure shows the arrangement of desks in a classroom.
Ashima, Bharti and Camilla are seated at
A(3, 1), B(6, 4) and C(8, 6) respectively.
Do you think they are seated in a line?
Give reasons for your answer.
๐ Key Mathematical Idea:
If three points lie on a straight line (are collinear), then the sum of distances of two consecutive points equals the distance between the extreme points.
Mathematically: If AB + BC = AC โ A, B, C are collinear๐ง How to THINK about this problem:
Whenever coordinates are given, distance formula must ring a bell.
To check whether points are in a straight line, we must compare distances.
Choose one point in the middle (here B) and calculate:
Distance from A to B
Distance from B to C
Distance from A to C
๐ Step 1: Distance between A(3,1) and B(6,4)
Using distance formula:
\( AB = \sqrt{(6 - 3)^2 + (4 - 1)^2} \)
\( = \sqrt{3^2 + 3^2} = \sqrt{18} = 3\sqrt{2} \)
๐ Step 2: Distance between B(6,4) and C(8,6)
\( BC = \sqrt{(8 - 6)^2 + (6 - 4)^2} \)
\( = \sqrt{2^2 + 2^2} = \sqrt{8} = 2\sqrt{2} \)
๐ Step 3: Distance between A(3,1) and C(8,6)
\( AC = \sqrt{(8 - 3)^2 + (6 - 1)^2} \)
\( = \sqrt{5^2 + 5^2} = \sqrt{50} = 5\sqrt{2} \)
๐ง Step 4: Logical Comparison (MOST IMPORTANT STEP)
AB + BC = \( 3\sqrt{2} + 2\sqrt{2} = 5\sqrt{2} \)
AB + BC = AC
This satisfies the condition for collinearity.
โ Therefore, the points A, B and C are collinear.
Hence, Ashima, Bharti and Camilla are seated in a straight line.
๐ง Memory Hook (Exam Gold): โIf the sum of two smaller distances equals the biggest distance โ the points must lie on one straight road.โ
๐ Always remember:
Distance Formula โ Add โ Compare โ Decide
Example 4: Find a relation between x and y such that the point (x, y) is equidistant from the points
A(7, 1) and B(3, 5).
๐ Core Mathematical Principle:
A point is equidistant from two fixed points if its distance from both points is equal.
To avoid square roots, we compare squares of distances:
If AP = BP โ APยฒ = BPยฒ๐ง How to THINK about this problem:
The word โequidistantโ immediately tells us to use the distance formula.
Since the point is unknown, assume it as P(x, y).
Form two distances:
Distance from P to A
Distance from P to B
Equate their squares to remove square roots.
๐ Step 1: Assume the unknown point
Let P(x, y) be equidistant from
A(7, 1) and B(3, 5).
So,
AP = BP โ APยฒ = BPยฒ๐ Step 2: Apply distance formula
\( AP^2 = (x - 7)^2 + (y - 1)^2 \)
Divide throughout by 8:
\( \Rightarrow x - y - 2 = 0 \)
โ The required relation between x and y is
x โ y โ 2 = 0.
๐ง Memory Hook (Exam Smart): โEquidistant means equal distances โ so square them, equate them, and simplify.โ
๐ Trigger words for your brain:
Equidistant โ Distance formula โ Square โ Linear equation
Example 5: Find a point on the y-axis which is equidistant from the points
A(6, 5) and B(โ4, 3).
๐ Key Idea to Recall:
Any point on the y-axis has its x-coordinate equal to 0.
So, a general point on the y-axis is of the form
(0, y)๐ง How to THINK before solving:
Notice the phrase โon the y-axisโ โ this immediately fixes one coordinate.
Since the point must be equidistant from A and B, apply the distance formula.
To avoid square roots, compare squares of distances.
You will get a linear equation in y.
๐ Step 1: Assume the required point
Let the required point be P(0, y) on the y-axis.
Given that P is equidistant from A(6, 5) and B(โ4, 3):
AP = BP โ APยฒ = BPยฒ๐ Step 2: Apply the distance formula
\( (6 - 0)^2 + (5 - y)^2 = (-4 - 0)^2 + (3 - y)^2 \)
๐ Step 3: Simplify both sides
\( \Rightarrow 36 + (25 - 10y + y^2) = 16 + (9 - 6y + y^2) \)
\( \Rightarrow 61 + y^2 - 10y = 25 + y^2 - 6y \)
๐ง Step 4: Eliminate common terms
Subtract yยฒ from both sides and rearrange:
\( \Rightarrow -10y + 6y = 25 - 61 \)
\( \Rightarrow -4y = -36 \)
โ๏ธ Step 5: Solve for y
\( y = 9 \)
โ Therefore, the required point on the y-axis is
(0, 9).
๐ Step 6: Verification (Always strengthens confidence)
\( AP = \sqrt{(6 - 0)^2 + (5 - 9)^2} = \sqrt{36 + 16} = \sqrt{52} \)
\( BP = \sqrt{(-4 - 0)^2 + (3 - 9)^2} = \sqrt{16 + 36} = \sqrt{52} \)
๐ง Memory Hook: โOn the y-axis โ x = 0.
Equidistant โ square the distances and equate.โ
๐ Brain trigger sequence:
Axis โ Coordinate fixed โ Distance formula โ Linear equation