Coordinate Geometry Sure Questions Part 2 (Class 10)
A set of exam-style coordinate geometry questions for Class 10, covering distance, collinearity, the section formula, and finding unknown coordinates.
This Class 10 lesson works through the kind of coordinate geometry questions that turn up again and again in exams. Starting from the distance formula, it shows how to test whether three points form a triangle (and what type), how to prove points are collinear, and how to find a point on an axis that is equidistant from two others. It finishes with the section formula and the midpoint of a segment, working each example step by step.
What you'll learn
Using the distance formula to measure the length between two points
Testing whether three points form a triangle and identifying a right triangle
Proving that three points lie on the same straight line
Applying the section and midpoint formulae to divide a line segment
Lesson chapters
0:00Distance formula and simple cases
1:43Do three points form a triangle, and what type
5:23Proving three points are collinear
6:59Point on the y-axis equidistant from two points
9:05Finding y from a fixed distance, and a relation between x and y
12:10Section formula and midpoint of a segment
Lesson notes
This lesson works through a set of sure-fire Class 10 coordinate geometry questions: distances between points, testing for triangles and right triangles, collinearity, equidistant points, the section formula, and midpoints.
Distance between two points
The distance between A(x1,y1) and B(x2,y2) is
AB=(x1−x2)2+(y1−y2)2.
For A(0,5) and B(0,8):
AB=(0−0)2+(5−8)2=0+9=3.
When the x-coordinates are equal, the distance is just the gap in the y-coordinates, ∣y2−y1∣=∣8−5∣=3. Likewise, when the y-coordinates are equal, the distance is ∣x2−x1∣.
The distance of a point (x,y) from the origin is x2+y2. For (3,4):
32+42=9+16=25=5.
Do three points form a triangle?
Take A(3,2), B(−2,−3), C(2,3). Find the three side lengths.
AB=(3−(−2))2+(2−(−3))2=52+52=50≈7.07.
BC=(−2−2)2+(−3−3)2=(−4)2+(−6)2=52≈7.21.
AC=(3−2)2+(2−3)2=12+(−1)2=2≈1.41.
Three points form a triangle if the sum of any two sides is greater than the third. Here every pair satisfies this, so A, B, C form a triangle.
Is it a right triangle?
The longest side is BC=52, so BC2=52. Check the other two sides:
AB2+AC2=(50)2+(2)2=50+2=52=BC2.
Since the square of the longest side equals the sum of the squares of the other two, ABC is a right triangle.
Proving points are collinear
Take A(3,1), B(6,4), C(8,6).
AB=(3−6)2+(1−4)2=9+9=18=32.
BC=(6−8)2+(4−6)2=4+4=8=22.
AC=(3−8)2+(1−6)2=25+25=50=52.
Since AB+BC=32+22=52=AC, the three points lie on a straight line, so A, B, C are collinear.
Point on the y-axis equidistant from two points
Find the point on the y-axis equidistant from A(2,−5) and B(−2,9). A point on the y-axis has the form P(0,y), and PA=PB:
(2−0)2+(−5−y)2=(−2−0)2+(9−y)2.
Squaring both sides:
4+25+10y+y2=4+81−18y+y2.
The 4 and y2 cancel, leaving 25+10y=81−18y, so 28y=56 and y=2. The point is (0,2).
Finding y from a fixed distance
Find y so that the distance between P(2,−3) and Q(10,y) is 10.
(2−10)2+(−3−y)2=10.
Squaring: 64+(y2+6y+9)=100, so
y2+6y−27=0.
Factorising (product −27, sum 6 gives 9 and −3): (y+9)(y−3)=0, so y=−9 or y=3.
A relation between x and y
Find the relation between x and y so that P(x,y) is equidistant from A(7,1) and B(3,5). From PA=PB, squaring both sides:
(x−7)2+(y−1)2=(x−3)2+(y−5)2.
Expanding:
x2−14x+49+y2−2y+1=x2−6x+9+y2−10y+25.
The x2 and y2 terms cancel, leaving −14x−2y+50=−6x−10y+34. Collecting terms:
−8x+8y=−16⟹x−y=2.
Section formula
The point P(x,y) that divides the segment from A(x1,y1) to B(x2,y2) internally in the ratio m1:m2 is
P=(m1+m2m1x2+m2x1,m1+m2m1y2+m2y1).
For A(4,−3) and B(8,5) divided in the ratio 3:1 (so m1=3, m2=1):
P=(43⋅8+1⋅4,43⋅5+1⋅(−3))=(428,412)=(7,3).
Midpoint of a segment
The midpoint of P(x1,y1) and Q(x2,y2) is
(2x1+x2,2y1+y2).
For P(3,9) and Q(−3,−7):
(23+(−3),29+(−7))=(0,1).
Key takeaways
The distance formula (x1−x2)2+(y1−y2)2 underlies triangle, collinearity, and equidistant-point questions.
Three points form a triangle when each pair of sides beats the third; they are collinear when two side lengths add up to the third.
A triangle is right-angled when the square of its longest side equals the sum of the squares of the other two.
The section formula divides a segment in a given ratio, and the midpoint formula is the special case of the ratio 1:1.