ICSE • Chapter 13

Section Formula and Mid-Point Formula

Master this chapter with IndiaSchool's AI tutor. Get simplified explanations, real-life examples, and instant doubt resolution.

9.9 min 1,482 words AI-written tutor lesson

Hello, and welcome to today's mathematics lesson. We are going to explore the Section Formula and Mid-Point Formula. This chapter builds beautifully on your knowledge of coordinate geometry. By the end of this lesson, you will understand how to find the coordinates of any point that divides a line segment in a given ratio, how to locate the midpoint, and how to work with special points like trisection points and centroids of triangles.

Let us begin with the fundamental question: what if you have two points on a coordinate plane, and you need to find a third point that lies somewhere between them, dividing the line segment in a specific ratio? This is where the Section Formula comes to our rescue.

Imagine two points, A with coordinates (x₁, y₁) and B with coordinates (x₂, y₂). Now, suppose a point P lies on the line segment AB, dividing it in the ratio m₁ : m₂. This means the distance from A to P compared to the distance from P to B equals m₁/m₂.

To find the coordinates of P, we use a clever geometric construction. Drop perpendiculars from A, P, and B onto the x-axis.

By similar triangles, the ratio of horizontal distances equals the ratio of vertical distances, which equals the ratio m₁ to m₂. From the proportion (x - x₁)/(x₂ - x) = m₁/m₂, cross-multiplying gives m₂x - m₂x₁ = m₁x₂ - m₁x, which simplifies to x = (m₁x₂ + m₂x₁)/(m₁ + m₂).

Similarly, for the y-coordinate, y = (m₁y₂ + m₂y₁)/(m₁ + m₂).

Therefore, the Section Formula states: if point P divides the line segment joining (x₁, y₁) and (x₂, y₂) internally in the ratio m₁ : m₂, then the coordinates of P are ((m₁x₂ + m₂x₁)/(m₁ + m₂), (m₁y₂ + m₂y₁)/(m₁ + m₂)).

Let us see this in action. Suppose we want to find the point that divides the join of A at (4, -5) and B at (6, 3) in the ratio two to five. Here, m₁ = 2 and m₂ = 5. For the x-coordinate, we calculate (2 × 6 + 5 × 4)/(2 + 5), which gives 32/7. For the y-coordinate, we calculate (2 × 3 + 5 × (-5))/7, which equals -19/7. So P lies at (32/7, -19/7).

Sometimes, the problem works in reverse: you know the point, and you need to find the ratio. For instance, if the point (5, 4) divides the join of (2, 1) and (7, 6), what is the ratio?

We substitute into the section formula and solve. Setting up the equation for x: 5 = (m₁ × 7 + m₂ × 2)/(m₁ + m₂), which gives 5m₁ + 5m₂ = 7m₁ + 2m₂. Cross-multiplying and simplifying, we get 5m₁ + 5m₂ = 7m₁ + 2m₂, which simplifies to 3m₂ = 2m₁. Thus, m₁ : m₂ = 3 : 2.

A useful shortcut for finding ratios is to assume the ratio is k : 1 instead of m₁ : m₂. This reduces two unknowns to one. The section formula then becomes: x equals (kx₂ + x₁)/(k + 1) and y equals (ky₂ + y₁)/(k + 1).

Now, what happens when a line is divided by the x-axis or y-axis, or by another line? The key insight is that any point on the x-axis has y-coordinate zero, and any point on the y-axis has x-coordinate zero.

For example, to find where the x-axis divides the join of (4, 2) and (3, -5), we set the y-coordinate of the dividing point to zero. Using the section formula with ratio k : 1, we get 0 = (k × (-5) + 2)/(k + 1). This gives k = 2/5, so the ratio is 2 : 5.

Points of trisection are special cases where a line segment is divided into three equal parts. If P and Q are points of trisection of AB, then P divides AB in the ratio one to two, and Q divides AB in the ratio two to one.

For the segment joining A at (6, -2) and B at (-8, 10), the first trisection point P divides AB such that AP equals PQ equals QB, meaning AP to PB is one to two. Using ratio one to two: the x-coordinate is (1 × (-8) + 2 × 6)/(1 + 2), giving 4/3, and the y-coordinate is (1 × 10 + 2 × (-2))/3, giving 2. So P is at (4/3, 2). The second trisection point Q divides AB in ratio two to one, giving x-coordinate (2 × (-8) + 1 × 6)/3 equals -10/3, and y-coordinate (2 × 10 + 1 × (-2))/3 equals 6. So Q is at (-10/3, 6).

Now we come to a beautiful simplification: the Mid-Point Formula. When a point divides a segment in the ratio one to one, it is exactly halfway between the endpoints.

Setting m₁ = 1 and m₂ = 1 in the section formula, we obtain: the midpoint of the segment joining (x₁, y₁) and (x₂, y₂) has coordinates ((x₁ + x₂)/2, (y₁ + y₂)/2).

This elegant result says: simply average the x-coordinates and average the y-coordinates.

Let us apply this. If the midpoint of AB is (-3, 5), and A lies on the x-axis while B lies on the y-axis, we can find A and B. Let A be (x, 0) and B be (0, y). Then x/2 = -3 and y/2 = 5, giving A at (-6, 0) and B at (0, 10).

The midpoint formula reveals a powerful property of parallelograms: their diagonals bisect each other. Given three vertices of a parallelogram, we can find the fourth by equating the midpoints of the diagonals.

For vertices A at (14, -2), B at (6, -2), and D at (8, 2), the midpoint of BD is (7, 0). This must equal the midpoint of AC, so (14 + x)/2 = 7 and (-2 + y)/2 = 0, giving C at (0, 2).

Reflection in a point is another elegant application. When point P is the reflection of point A in point M, this means M is the midpoint of AP. If A at (3, -5) reflects in M at (-4, 3) to give A prime, then (3 + x)/2 = -4 and (-5 + y)/2 = 3, yielding A prime at (-11, 11).

Finally, we turn to the centroid of a triangle. The centroid is the point where the three medians intersect, and it has a remarkable property: it divides each median in the ratio two to one, measured from the vertex.

To find the centroid of triangle ABC with vertices at (x₁, y₁), (x₂, y₂), and (x₃, y₃), we can use the direct formula: the centroid G has coordinates ((x₁ + x₂ + x₃)/3, (y₁ + y₂ + y₃)/3).

Simply average all three x-coordinates and all three y-coordinates.

For a triangle with vertices at (-2, 3), (6, 7), and (4, 1), the centroid is at ((-2 + 6 + 4)/3, (3 + 7 + 1)/3), which simplifies to (8/3, 11/3).

Working in reverse, if the centroid of a triangle with vertices A at (1, 3), B at (4, b), and C at (a, 1) is at (4, 3), we set up equations: (1 + 4 + a)/3 = 4 gives a = 7, and (3 + b + 1)/3 = 3 gives b = 5. Then BC equals √25 or 5 units.

Let us recap the key takeaways from this chapter.

First, the Section Formula: if P divides the segment joining (x₁, y₁) and (x₂, y₂) internally in the ratio m₁ : m₂, then P has coordinates ((m₁x₂ + m₂x₁)/(m₁ + m₂), (m₁y₂ + m₂y₁)/(m₁ + m₂)).

Second, the Mid-Point Formula: the midpoint is simply ((x₁ + x₂)/2, (y₁ + y₂)/2).

Third, points of trisection divide a segment in ratios one to two and two to one respectively.

Fourth, the centroid of a triangle has coordinates that are the average of the vertices' coordinates: ((x₁ + x₂ + x₃)/3, (y₁ + y₂ + y₃)/3).

Fifth, in a parallelogram, diagonals bisect each other, so their midpoints coincide.

Sixth, reflection in a point means that point is the midpoint of the segment joining original and image.

Remember, coordinate geometry is about connecting algebra with geometry. Every formula we learned today has a geometric meaning hidden behind the algebraic expression. When you understand both the formula and its geometric origin, you can solve problems with confidence and creativity.

Keep practicing, stay curious, and I look forward to seeing you in the next lesson. Goodbye!

Want to go deeper?

Unlock the full AI tutor experience for Section Formula and Mid-Point Formula — free 14-day trial, no credit card.

Listen to the lesson

Studio-quality AI narration with sentence highlighting

Ask any doubt

Chat with an AI tutor that knows this exact chapter

Interesting facts & exam tips

Curated, verified, and chapter-specific

Practice tests

Unlimited AI-generated papers with instant evaluation

Frequently Asked Questions

What are the key topics in ICSE Class 10 Mathematics Chapter 13?

The chapter "Section Formula and Mid-Point Formula" covers core concepts including important formulas, definitions, and problem-solving techniques aligned with the latest ICSE syllabus.

How can I practice for Mathematics Section Formula and Mid-Point Formula?

You can practice with our AI tutor that provides instant doubt resolution, interactive quizzes, and personalized chapter explanations specially designed for Class 10.

Is this chapter updated for the 2026 ICSE curriculum?

Yes, all study material and summary content for Section Formula and Mid-Point Formula is thoroughly updated according to the most recent ICSE Class 10 guidelines.

AI Features

  • Instant doubt resolution
  • Personalized explanations
  • Interactive quizzes
  • Multi-lingual support (Hindi/English)

Ready to score 95%+?

Join thousands of students mastering Class 10 with AI.

Hold to talk

Subscription Status