top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S3-SA1-0379

What is the Incentre of a Triangle in Coordinate Geometry?

Grade Level:

Class 7

AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering

Definition
What is it?

The incentre of a triangle is the special point inside the triangle that is equally far from all three sides. In coordinate geometry, we find this point using the coordinates of the triangle's vertices and the lengths of its sides.

Simple Example
Quick Example

Imagine you have a triangular plot of land in your village. If you want to place a water pump exactly in the middle so that it's the same distance from all three boundary walls, you'd be looking for the incentre. This ensures everyone living near any wall has equal access.

Worked Example
Step-by-Step

Let's find the incentre of a triangle with vertices A(0, 0), B(3, 0), and C(0, 4).

1. First, find the lengths of the sides opposite to each vertex.
Side 'a' (opposite A) = distance BC = sqrt((3-0)^2 + (0-4)^2) = sqrt(3^2 + (-4)^2) = sqrt(9 + 16) = sqrt(25) = 5 units.
Side 'b' (opposite B) = distance AC = sqrt((0-0)^2 + (4-0)^2) = sqrt(0^2 + 4^2) = sqrt(16) = 4 units.
Side 'c' (opposite C) = distance AB = sqrt((3-0)^2 + (0-0)^2) = sqrt(3^2 + 0^2) = sqrt(9) = 3 units.

---2. Now, use the incentre formula: I = ((a*x1 + b*x2 + c*x3) / (a + b + c), (a*y1 + b*y2 + c*y3) / (a + b + c)).
Here, (x1, y1) = (0, 0), (x2, y2) = (3, 0), (x3, y3) = (0, 4).

---3. Calculate the x-coordinate of the incentre:
x-coordinate = (5*0 + 4*3 + 3*0) / (5 + 4 + 3) = (0 + 12 + 0) / 12 = 12 / 12 = 1.

---4. Calculate the y-coordinate of the incentre:
y-coordinate = (5*0 + 4*0 + 3*4) / (5 + 4 + 3) = (0 + 0 + 12) / 12 = 12 / 12 = 1.

---5. So, the incentre of the triangle is (1, 1).

Why It Matters

Understanding the incentre helps engineers design stable structures and computer scientists optimize routes in GPS systems. It's used in robotics for path planning and even in creating balanced layouts for city planning, ensuring fair access to services.

Common Mistakes

MISTAKE: Confusing the incentre with the centroid or orthocentre. | CORRECTION: Remember the incentre is equidistant from the SIDES, while the centroid is about medians and the orthocentre about altitudes.

MISTAKE: Using the wrong coordinates with the wrong side length (e.g., using 'a' with (x2, y2)). | CORRECTION: Always match the side length 'a' with the opposite vertex (x1, y1), 'b' with (x2, y2), and 'c' with (x3, y3) as per the standard formula.

MISTAKE: Making calculation errors when finding side lengths using the distance formula. | CORRECTION: Double-check your squares and sums when calculating distances, especially with negative coordinates.

Practice Questions
Try It Yourself

QUESTION: Find the incentre of a triangle with vertices P(0, 0), Q(8, 0), and R(0, 6). | ANSWER: (2, 2)

QUESTION: A triangle has vertices at A(1, 2), B(5, 2), and C(3, 5). Calculate the lengths of its sides and then find its incentre. | ANSWER: Side AB = 4, Side BC = sqrt(13), Side AC = sqrt(13). Incentre = (3, 2.6)

QUESTION: If the incentre of a triangle with vertices (0,0), (x,0), and (0,y) is (1,1), find the values of x and y. (Hint: The triangle is a right-angled triangle). | ANSWER: x = 3, y = 4

MCQ
Quick Quiz

Which point inside a triangle is equidistant from all its sides?

Centroid

Orthocentre

Incentre

Circumcentre

The Correct Answer Is:

C

The incentre is defined as the point equidistant from all sides of a triangle. The centroid is the intersection of medians, orthocentre of altitudes, and circumcentre of perpendicular bisectors.

Real World Connection
In the Real World

In India, companies like Swiggy or Zomato use concepts related to incentre for optimizing food delivery routes. They need to find central points in triangular delivery zones to minimize travel distance for their delivery partners, ensuring quick service to customers.

Key Vocabulary
Key Terms

VERTICES: The corner points of a triangle | SIDE LENGTH: The distance between two vertices | EQUIDISTANT: Being the same distance from multiple points or lines | COORDINATE GEOMETRY: Using coordinates (x, y) to study geometric shapes

What's Next
What to Learn Next

Next, you can explore the 'Circumcentre' and 'Centroid' of a triangle. These are other special points with different properties, and understanding them will deepen your knowledge of triangle geometry.

bottom of page