Solved Examples

NCERT Solutions for Class 10 Maths Chapter 7: Coordinate Geometry — Free PDF

Complete solutions for distance formula, section formula, midpoint, and area of a triangle using coordinates.

CBSEClass 10
The SparkEd Authors (IITian & Googler)15 March 202635 min read
NCERT Solutions Class 10 Maths Chapter 7 Coordinate Geometry — SparkEd

Overview of Chapter 7: Coordinate Geometry

Coordinate Geometry connects algebra with geometry by using coordinates to solve geometric problems. This chapter introduces three powerful formulas: the distance formula, the section formula, and the formula for area of a triangle given vertices.

The chapter has 4 exercises covering:
- Exercise 7.1: Distance formula — finding distances between two points, checking collinearity, and verifying shapes
- Exercise 7.2: Section formula and midpoint formula — finding the point that divides a segment in a given ratio
- Exercise 7.3: Area of a triangle using coordinates — computing areas and checking collinearity
- Exercise 7.4: Mixed problems combining all three formulas

This chapter typically carries 5-8 marks in the CBSE board exam and connects naturally with Triangles (Chapter 6) and Trigonometry (Chapter 8). The formulas are straightforward to apply, but careful handling of negative signs and fractions is essential for accuracy. Students who master these three formulas can score full marks in this chapter with consistent practice.

Key Concepts and Formulas

Distance Formula: The distance between two points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) is:

AB=(x2x1)2+(y2y1)2AB = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

This formula is derived from the Pythagoras theorem. The horizontal distance (x2x1)(x_2 - x_1) and the vertical distance (y2y1)(y_2 - y_1) form the two legs of a right triangle, and the distance between the points is the hypotenuse.

Distance from the origin: The distance of point P(x,y)P(x, y) from the origin O(0,0)O(0, 0) is:

OP=x2+y2OP = \sqrt{x^2 + y^2}

Section Formula: The point PP dividing the line segment joining A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) internally in the ratio m:nm:n is:

P=(mx2+nx1m+n,  my2+ny1m+n)P = \left(\dfrac{mx_2 + nx_1}{m+n},\; \dfrac{my_2 + ny_1}{m+n}\right)

Note that mm is the ratio towards the second point BB, and nn is towards the first point AA.

Midpoint Formula (special case when m=n=1m = n = 1):

M=(x1+x22,  y1+y22)M = \left(\dfrac{x_1 + x_2}{2},\; \dfrac{y_1 + y_2}{2}\right)

Area of a Triangle with vertices A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2), C(x3,y3)C(x_3, y_3):

Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \dfrac{1}{2}|x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|

The absolute value ensures the area is always positive regardless of the order of vertices.

Collinearity: Three points are collinear (lie on the same straight line) if the area of the triangle formed by them is zero. This gives the condition:

x1(y2y3)+x2(y3y1)+x3(y1y2)=0x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) = 0

Centroid of a triangle: The centroid (point where medians meet) of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), (x3,y3)(x_3, y_3) is:

G=(x1+x2+x33,  y1+y2+y33)G = \left(\dfrac{x_1 + x_2 + x_3}{3},\; \dfrac{y_1 + y_2 + y_3}{3}\right)

Exercise 7.1 — Distance Formula (Solved)

**Problem 1: Find the distance between (2,3)(2, 3) and (4,1)(4, 1).**

Solution:

d=(42)2+(13)2=4+4=8=22d = \sqrt{(4-2)^2 + (1-3)^2} = \sqrt{4 + 4} = \sqrt{8} = 2\sqrt{2}

Answer: 222\sqrt{2} units.

---

**Problem 2: Check if the points (1,5)(1, 5), (2,3)(2, 3), and (2,11)(-2, -11) are collinear.**

Solution:
Let A(1,5)A(1, 5), B(2,3)B(2, 3), C(2,11)C(-2, -11).

AB=(21)2+(35)2=1+4=5AB = \sqrt{(2-1)^2 + (3-5)^2} = \sqrt{1 + 4} = \sqrt{5}

BC=(22)2+(113)2=16+196=212BC = \sqrt{(-2-2)^2 + (-11-3)^2} = \sqrt{16 + 196} = \sqrt{212}

AC=(21)2+(115)2=9+256=265AC = \sqrt{(-2-1)^2 + (-11-5)^2} = \sqrt{9 + 256} = \sqrt{265}

Check: AB+BC=5+2122.24+14.56=16.80AB + BC = \sqrt{5} + \sqrt{212} \approx 2.24 + 14.56 = 16.80, while AC=26516.28AC = \sqrt{265} \approx 16.28.

Since AB+BCACAB + BC \neq AC, the points are not collinear.

---

**Problem 3: Find the point on the y-axis equidistant from (5,2)(-5, -2) and (3,2)(3, 2).**

Solution:
Let the point on the y-axis be P(0,y)P(0, y).

PA=PBPA = PB

(0+5)2+(y+2)2=(03)2+(y2)2\sqrt{(0+5)^2 + (y+2)^2} = \sqrt{(0-3)^2 + (y-2)^2}

Squaring both sides:

25+y2+4y+4=9+y24y+425 + y^2 + 4y + 4 = 9 + y^2 - 4y + 4

29+4y=134y29 + 4y = 13 - 4y

8y=16    y=28y = -16 \implies y = -2

Answer: The point is (0,2)(0, -2).

---

**Problem 4: Show that the points (1,7)(1, 7), (4,2)(4, 2), (1,1)(-1, -1), and (4,4)(-4, 4) are vertices of a square.**

Solution:
Let A(1,7)A(1, 7), B(4,2)B(4, 2), C(1,1)C(-1, -1), D(4,4)D(-4, 4).

Compute all four sides:

AB=(41)2+(27)2=9+25=34AB = \sqrt{(4-1)^2 + (2-7)^2} = \sqrt{9 + 25} = \sqrt{34}

BC=(14)2+(12)2=25+9=34BC = \sqrt{(-1-4)^2 + (-1-2)^2} = \sqrt{25 + 9} = \sqrt{34}

CD=(4+1)2+(4+1)2=9+25=34CD = \sqrt{(-4+1)^2 + (4+1)^2} = \sqrt{9 + 25} = \sqrt{34}

DA=(1+4)2+(74)2=25+9=34DA = \sqrt{(1+4)^2 + (7-4)^2} = \sqrt{25 + 9} = \sqrt{34}

All sides are equal. Now check diagonals:

AC=(11)2+(17)2=4+64=68AC = \sqrt{(-1-1)^2 + (-1-7)^2} = \sqrt{4 + 64} = \sqrt{68}

BD=(44)2+(42)2=64+4=68BD = \sqrt{(-4-4)^2 + (4-2)^2} = \sqrt{64 + 4} = \sqrt{68}

Diagonals are equal. Since all four sides are equal and both diagonals are equal, ABCDABCD is a square.

---

**Problem 5: Find the distance of the point (6,8)(6, -8) from the origin.**

Solution:

d=62+(8)2=36+64=100=10d = \sqrt{6^2 + (-8)^2} = \sqrt{36 + 64} = \sqrt{100} = 10

Answer: 1010 units.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 7.2 — Section Formula (Solved)

**Problem 1: Find the coordinates of the point dividing A(1,7)A(-1, 7) and B(4,3)B(4, -3) in the ratio 2:32:3.**

Solution:
Using the section formula with m=2m = 2, n=3n = 3:

x=2(4)+3(1)2+3=835=1x = \dfrac{2(4) + 3(-1)}{2+3} = \dfrac{8 - 3}{5} = 1

y=2(3)+3(7)2+3=6+215=3y = \dfrac{2(-3) + 3(7)}{2+3} = \dfrac{-6 + 21}{5} = 3

Answer: The point is (1,3)(1, 3).

---

**Problem 2: Find the ratio in which the point (3,p)(-3, p) divides the segment joining (5,4)(-5, -4) and (2,3)(-2, 3). Also find pp.**

Solution:
Let the ratio be k:1k : 1.

Using the x-coordinate:

3=k(2)+1(5)k+1=2k5k+1-3 = \dfrac{k(-2) + 1(-5)}{k + 1} = \dfrac{-2k - 5}{k + 1}

3(k+1)=2k5-3(k + 1) = -2k - 5

3k3=2k5-3k - 3 = -2k - 5

k=2    k=2-k = -2 \implies k = 2

The ratio is 2:12 : 1.

Now find pp using the y-coordinate:

p=2(3)+1(4)2+1=643=23p = \dfrac{2(3) + 1(-4)}{2 + 1} = \dfrac{6 - 4}{3} = \dfrac{2}{3}

Answer: Ratio is 2:12:1 and p=23p = \dfrac{2}{3}.

---

**Problem 3: Find the midpoint of A(4,6)A(4, -6) and B(2,8)B(-2, 8).**

Solution:

M=(4+(2)2,  6+82)=(22,  22)=(1,1)M = \left(\dfrac{4 + (-2)}{2},\; \dfrac{-6 + 8}{2}\right) = \left(\dfrac{2}{2},\; \dfrac{2}{2}\right) = (1, 1)

Answer: Midpoint is (1,1)(1, 1).

---

**Problem 4: Find the trisection points of the segment joining A(2,2)A(2, -2) and B(7,4)B(-7, 4).**

Solution:
The trisection points PP and QQ divide ABAB in ratios 1:21:2 and 2:12:1 respectively.

For PP (ratio 1:21:2):

P=(1(7)+2(2)3,  1(4)+2(2)3)=(33,  03)=(1,0)P = \left(\dfrac{1(-7) + 2(2)}{3},\; \dfrac{1(4) + 2(-2)}{3}\right) = \left(\dfrac{-3}{3},\; \dfrac{0}{3}\right) = (-1, 0)

For QQ (ratio 2:12:1):

Q=(2(7)+1(2)3,  2(4)+1(2)3)=(123,  63)=(4,2)Q = \left(\dfrac{2(-7) + 1(2)}{3},\; \dfrac{2(4) + 1(-2)}{3}\right) = \left(\dfrac{-12}{3},\; \dfrac{6}{3}\right) = (-4, 2)

Answer: The trisection points are (1,0)(-1, 0) and (4,2)(-4, 2).

---

**Problem 5: The three vertices of a parallelogram are (3,1)(3, -1), (2,1)(-2, -1), and (1,3)(1, 3). Find the fourth vertex.**

Solution:
Let A(3,1)A(3, -1), B(2,1)B(-2, -1), C(1,3)C(1, 3), and D(x,y)D(x, y).

In a parallelogram, diagonals bisect each other, so the midpoint of ACAC equals the midpoint of BDBD.

Midpoint of AC=(3+12,  1+32)=(2,1)AC = \left(\dfrac{3+1}{2},\; \dfrac{-1+3}{2}\right) = (2, 1)

Midpoint of BD=(2+x2,  1+y2)=(2,1)BD = \left(\dfrac{-2+x}{2},\; \dfrac{-1+y}{2}\right) = (2, 1)

2+x2=2    x=6\dfrac{-2+x}{2} = 2 \implies x = 6

1+y2=1    y=3\dfrac{-1+y}{2} = 1 \implies y = 3

Answer: The fourth vertex is (6,3)(6, 3).

Exercise 7.3 — Area of a Triangle (Solved)

**Problem 1: Find the area of the triangle with vertices (2,3)(2, 3), (1,0)(-1, 0), (2,4)(2, -4).**

Solution:

Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \dfrac{1}{2}|x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|

=122(0(4))+(1)((4)3)+2(30)= \dfrac{1}{2}|2(0 - (-4)) + (-1)((-4) - 3) + 2(3 - 0)|

=122(4)+(1)(7)+2(3)= \dfrac{1}{2}|2(4) + (-1)(-7) + 2(3)|

=128+7+6=212=10.5= \dfrac{1}{2}|8 + 7 + 6| = \dfrac{21}{2} = 10.5

Answer: Area =10.5= 10.5 sq units.

---

**Problem 2: Find the value of kk if (7,2)(7, -2), (5,1)(5, 1), (3,k)(3, k) are collinear.**

Solution:
For collinear points, area =0= 0:

127(1k)+5(k(2))+3((2)1)=0\dfrac{1}{2}|7(1 - k) + 5(k - (-2)) + 3((-2) - 1)| = 0

77k+5k+109=0|7 - 7k + 5k + 10 - 9| = 0

82k=0|8 - 2k| = 0

k=4k = 4

Answer: k=4k = 4.

---

**Problem 3: Find the area of the quadrilateral with vertices (4,2)(−4, −2), (3,5)(−3, −5), (3,2)(3, −2), (2,3)(2, 3) taken in order.**

Solution:
Divide the quadrilateral into two triangles by joining (4,2)(-4, -2) and (3,2)(3, -2).

Triangle 1: (4,2)(-4, -2), (3,5)(-3, -5), (3,2)(3, -2).

Area1=12(4)(5(2))+(3)((2)(2))+3((2)(5))\text{Area}_1 = \dfrac{1}{2}|(-4)(-5-(-2)) + (-3)((-2)-(-2)) + 3((-2)-(-5))|

=12(4)(3)+(3)(0)+3(3)=1212+0+9=212= \dfrac{1}{2}|(-4)(-3) + (-3)(0) + 3(3)| = \dfrac{1}{2}|12 + 0 + 9| = \dfrac{21}{2}

Triangle 2: (4,2)(-4, -2), (3,2)(3, -2), (2,3)(2, 3).

Area2=12(4)(23)+3(3(2))+2((2)(2))\text{Area}_2 = \dfrac{1}{2}|(-4)(-2-3) + 3(3-(-2)) + 2((-2)-(-2))|

=12(4)(5)+3(5)+2(0)=1220+15=352= \dfrac{1}{2}|(-4)(-5) + 3(5) + 2(0)| = \dfrac{1}{2}|20 + 15| = \dfrac{35}{2}

Total area =212+352=562=28= \dfrac{21}{2} + \dfrac{35}{2} = \dfrac{56}{2} = 28 sq units.

Answer: Area of the quadrilateral =28= 28 sq units.

---

**Problem 4: Find the area of the triangle formed by the midpoints of the sides of a triangle with vertices (1,1)(1, -1), (4,6)(-4, 6), (3,5)(-3, -5).**

Solution:
Midpoint of side joining (1,1)(1,-1) and (4,6)(-4,6): M1=(142,  1+62)=(32,  52)M_1 = \left(\dfrac{1-4}{2},\; \dfrac{-1+6}{2}\right) = \left(\dfrac{-3}{2},\; \dfrac{5}{2}\right)

Midpoint of side joining (4,6)(-4,6) and (3,5)(-3,-5): M2=(432,  652)=(72,  12)M_2 = \left(\dfrac{-4-3}{2},\; \dfrac{6-5}{2}\right) = \left(\dfrac{-7}{2},\; \dfrac{1}{2}\right)

Midpoint of side joining (3,5)(-3,-5) and (1,1)(1,-1): M3=(3+12,  512)=(1,3)M_3 = \left(\dfrac{-3+1}{2},\; \dfrac{-5-1}{2}\right) = (-1, -3)

Area of triangle M1M2M3M_1 M_2 M_3:

=1232(12(3))+72(352)+(1)(5212)= \dfrac{1}{2}\left|\dfrac{-3}{2}\left(\dfrac{1}{2} - (-3)\right) + \dfrac{-7}{2}\left(-3 - \dfrac{5}{2}\right) + (-1)\left(\dfrac{5}{2} - \dfrac{1}{2}\right)\right|

=1232×72+72×112+(1)(2)= \dfrac{1}{2}\left|\dfrac{-3}{2} \times \dfrac{7}{2} + \dfrac{-7}{2} \times \dfrac{-11}{2} + (-1)(2)\right|

=12214+7742=125642=12142=6= \dfrac{1}{2}\left|\dfrac{-21}{4} + \dfrac{77}{4} - 2\right| = \dfrac{1}{2}\left|\dfrac{56}{4} - 2\right| = \dfrac{1}{2}\left|14 - 2\right| = 6

Answer: Area =6= 6 sq units. (This is 14\dfrac{1}{4} of the area of the original triangle, which is a general result.)

Worked Examples — Additional Practice

**Example 1: Prove that the points (a,0)(a, 0), (0,b)(0, b), and (1,1)(1, 1) are collinear if 1a+1b=1\dfrac{1}{a} + \dfrac{1}{b} = 1.**

Solution:
For collinearity, area of triangle =0= 0:

a(b1)+0(10)+1(0b)=0a(b - 1) + 0(1 - 0) + 1(0 - b) = 0

abab=0ab - a - b = 0

ab=a+bab = a + b

a+bab=1\dfrac{a + b}{ab} = 1

1b+1a=1\dfrac{1}{b} + \dfrac{1}{a} = 1

This matches the given condition, so the points are collinear.

---

**Example 2: If (1,2)(1, 2), (4,y)(4, y), (x,6)(x, 6), and (3,5)(3, 5) are the vertices of a parallelogram taken in order, find xx and yy.**

Solution:
Diagonals of a parallelogram bisect each other.

Midpoint of diagonal joining (1,2)(1,2) and (x,6)=(x,6) = midpoint of diagonal joining (4,y)(4,y) and (3,5)(3,5).

(1+x2,  2+62)=(4+32,  y+52)\left(\dfrac{1+x}{2},\; \dfrac{2+6}{2}\right) = \left(\dfrac{4+3}{2},\; \dfrac{y+5}{2}\right)

1+x2=72    x=6\dfrac{1+x}{2} = \dfrac{7}{2} \implies x = 6

82=y+52    y+5=8    y=3\dfrac{8}{2} = \dfrac{y+5}{2} \implies y + 5 = 8 \implies y = 3

Answer: x=6x = 6, y=3y = 3.

---

**Example 3: Find the centroid of the triangle with vertices (2,3)(-2, 3), (4,1)(4, -1), and (1,7)(1, 7).**

Solution:

G=(2+4+13,  3+(1)+73)=(33,  93)=(1,3)G = \left(\dfrac{-2 + 4 + 1}{3},\; \dfrac{3 + (-1) + 7}{3}\right) = \left(\dfrac{3}{3},\; \dfrac{9}{3}\right) = (1, 3)

Answer: Centroid is (1,3)(1, 3).

---

**Example 4: Find the ratio in which the line 2x+y4=02x + y - 4 = 0 divides the segment joining A(2,2)A(2, -2) and B(3,7)B(3, 7).**

Solution:
Let the ratio be k:1k:1. The dividing point is:

P=(3k+2k+1,  7k2k+1)P = \left(\dfrac{3k + 2}{k+1},\; \dfrac{7k - 2}{k+1}\right)

Since PP lies on 2x+y4=02x + y - 4 = 0:

2(3k+2k+1)+(7k2k+1)4=02\left(\dfrac{3k+2}{k+1}\right) + \left(\dfrac{7k-2}{k+1}\right) - 4 = 0

6k+4+7k24(k+1)k+1=0\dfrac{6k + 4 + 7k - 2 - 4(k+1)}{k+1} = 0

6k+4+7k24k4=06k + 4 + 7k - 2 - 4k - 4 = 0

9k2=0    k=299k - 2 = 0 \implies k = \dfrac{2}{9}

Answer: The ratio is 2:92:9.

---

**Example 5: Find the coordinates of the point that is 34\dfrac{3}{4} of the way from A(2,5)A(2, -5) to B(6,3)B(6, 3).**

Solution:
The point divides ABAB in ratio 3:13:1.

P=(3(6)+1(2)4,  3(3)+1(5)4)=(204,  44)=(5,1)P = \left(\dfrac{3(6) + 1(2)}{4},\; \dfrac{3(3) + 1(-5)}{4}\right) = \left(\dfrac{20}{4},\; \dfrac{4}{4}\right) = (5, 1)

Answer: (5,1)(5, 1).

Common Mistakes to Avoid

Mistake 1: Sign errors in the distance formula.
The most common error is dropping a negative sign. For example, finding the distance between (3,4)(3, -4) and (2,1)(-2, 1): the calculation should be (3(2))2=(5)2=25(3-(-2))^2 = (5)^2 = 25, not (32)2=1(3-2)^2 = 1. Always use brackets around negative coordinates.

**Mistake 2: Confusing mm and nn in the section formula.**
In the formula P=(mx2+nx1m+n,my2+ny1m+n)P = \left(\dfrac{mx_2 + nx_1}{m+n}, \dfrac{my_2 + ny_1}{m+n}\right), the ratio m:nm:n means mm is the part from AA towards BB. So if PP divides ABAB in ratio 2:32:3, then m=2m = 2 (closer to AA) and n=3n = 3 (closer to BB). Swapping mm and nn gives a completely different point.

Mistake 3: Forgetting the absolute value in the area formula.
The area formula can give a negative number depending on the order of vertices. Always take the absolute value. Area is always positive.

Mistake 4: Incorrect simplification of square roots.
8\sqrt{8} should be simplified to 222\sqrt{2}, not left as 8\sqrt{8}. CBSE examiners expect simplified surds. Similarly, 50=52\sqrt{50} = 5\sqrt{2} and 72=62\sqrt{72} = 6\sqrt{2}.

Mistake 5: Assuming collinear when you have not verified.
To prove collinearity, you must either show that the area of the triangle is zero, or show that AB+BC=ACAB + BC = AC (where ACAC is the largest distance). Simply showing that three points have a pattern is not sufficient.

Exam Tips for Coordinate Geometry

1. Label the points as (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), etc., before substituting into formulas. This prevents sign errors.
2. In distance formula problems, square both sides first to simplify before taking the square root.
3. For the section formula, remember: the ratio m:nm:n means mm is the part closer to the first point listed.
4. Always take the absolute value when computing the area of a triangle.
5. To check collinearity, verify that the area of the triangle is zero — this is faster than computing three distances.
6. To prove a quadrilateral is a square, show all four sides are equal AND both diagonals are equal. For a rhombus, all sides equal is sufficient (diagonals need not be equal).
7. The centroid formula (xˉ,yˉ)=(x1+x2+x33,y1+y2+y33)(\bar{x}, \bar{y}) = \left(\dfrac{x_1+x_2+x_3}{3}, \dfrac{y_1+y_2+y_3}{3}\right) is useful for finding the point where medians intersect.
8. Always verify your answer by substituting back. For section formula answers, check that the point actually divides the segment in the stated ratio.

Practice Questions with Answers

Q1. Find the distance between (3,4)(-3, 4) and (5,2)(5, -2).

Answer: d=(5(3))2+(24)2=64+36=100=10d = \sqrt{(5-(-3))^2 + (-2-4)^2} = \sqrt{64 + 36} = \sqrt{100} = 10 units.

---

Q2. Find the midpoint of the line segment joining (7,3)(7, -3) and (1,5)(-1, 5).

Answer: M=(712,3+52)=(3,1)M = \left(\dfrac{7-1}{2}, \dfrac{-3+5}{2}\right) = (3, 1).

---

Q3. Show that the points (1,1)(1, 1), (3,1)(3, -1), and (5,3)(5, -3) are collinear.

Answer: Area =121(1+3)+3(31)+5(1+1)=12212+10=120=0= \dfrac{1}{2}|1(-1+3) + 3(-3-1) + 5(1+1)| = \dfrac{1}{2}|2 - 12 + 10| = \dfrac{1}{2}|0| = 0. Since area =0= 0, the points are collinear.

---

Q4. Find the ratio in which the x-axis divides the segment joining (2,3)(2, -3) and (5,6)(5, 6).

Answer: Let the ratio be k:1k:1. The y-coordinate of the dividing point is 00 (on x-axis): 6k3k+1=0    k=12\dfrac{6k - 3}{k+1} = 0 \implies k = \dfrac{1}{2}. Ratio is 1:21:2.

---

Q5. Find the area of the triangle with vertices (0,0)(0, 0), (4,0)(4, 0), and (0,3)(0, 3).

Answer: Area=120(03)+4(30)+0(00)=1212=6\text{Area} = \dfrac{1}{2}|0(0-3) + 4(3-0) + 0(0-0)| = \dfrac{1}{2}|12| = 6 sq units. (This is a right triangle with base 44 and height 33, so area =12×4×3=6= \dfrac{1}{2} \times 4 \times 3 = 6. Verified.)

Key Takeaways

  • The distance formula (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} is derived from the Pythagoras theorem.
    - The section formula gives the coordinates of a point dividing a segment in ratio m:nm:n.
    - The midpoint formula is a special case of the section formula with m=n=1m = n = 1.
    - The area formula for a triangle uses coordinates and always requires taking the absolute value.
    - Three points are collinear if and only if the area of the triangle they form is zero.
    - To classify quadrilaterals (square, rhombus, rectangle, parallelogram), compute side lengths and diagonals using the distance formula.
    - Always simplify surds (e.g., 8=22\sqrt{8} = 2\sqrt{2}) and fractions in your final answer.

Practise coordinate geometry problems on SparkEd for adaptive, exam-style questions!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now