S3-SA2-0355
What is the Incentre of a Triangle (Coordinate Geometry)?
Grade Level:
Class 6
AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering
Definition
What is it?
The incentre of a triangle is a special point inside the triangle. It is the point where the three angle bisectors of the triangle meet. This point is also the centre of the largest circle that can be drawn inside the triangle, touching all three sides.
Simple Example
Quick Example
Imagine you have a triangular piece of land. You want to build a small water tank inside it that is equally far from all three boundaries. The exact spot where you'd place the centre of that tank is the incentre of your triangular land.
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).
Step 1: First, we need to find the lengths of the sides opposite to each vertex.
Side a (opposite A) = length of BC = sqrt((3-0)^2 + (0-4)^2) = sqrt(3^2 + (-4)^2) = sqrt(9 + 16) = sqrt(25) = 5 units.
Side b (opposite B) = length of AC = sqrt((0-0)^2 + (4-0)^2) = sqrt(0^2 + 4^2) = sqrt(16) = 4 units.
Side c (opposite C) = length of AB = sqrt((3-0)^2 + (0-0)^2) = sqrt(3^2 + 0^2) = sqrt(9) = 3 units.
---
Step 2: Now, we use the formula for the incentre (I) coordinates (x, y):
x = (a*x1 + b*x2 + c*x3) / (a + b + c)
y = (a*y1 + b*y2 + c*y3) / (a + b + c)
Here, (x1, y1) = A(0,0), (x2, y2) = B(3,0), (x3, y3) = C(0,4).
---
Step 3: Substitute the values into the x-coordinate formula:
x = (5*0 + 4*3 + 3*0) / (5 + 4 + 3)
x = (0 + 12 + 0) / 12
x = 12 / 12
x = 1
---
Step 4: Substitute the values into the y-coordinate formula:
y = (5*0 + 4*0 + 3*4) / (5 + 4 + 3)
y = (0 + 0 + 12) / 12
y = 12 / 12
y = 1
---
The incentre of the triangle is (1,1).
Why It Matters
Understanding the incentre helps engineers design stable structures and in computer graphics for rendering objects. In robotics, it can be used to plan paths for robots in triangular areas, ensuring they stay clear of boundaries. It's a fundamental concept in geometry that builds skills for many technical fields.
Common Mistakes
MISTAKE: Confusing the incentre with the circumcentre or centroid. | CORRECTION: Remember, the incentre is formed by angle bisectors, the circumcentre by perpendicular bisectors, and the centroid by medians.
MISTAKE: Using the wrong side length with the wrong vertex coordinate in the formula. | CORRECTION: Always match the side length 'a' with the opposite vertex (x1, y1), 'b' with (x2, y2), and 'c' with (x3, y3).
MISTAKE: Making calculation errors when finding side lengths using the distance formula. | CORRECTION: Double-check your squares and square roots, especially with negative numbers, to ensure accurate side lengths.
Practice Questions
Try It Yourself
QUESTION: What is the incentre of a triangle with vertices (0,0), (6,0), and (0,8)? | ANSWER: (2,2)
QUESTION: A triangle has vertices P(1,1), Q(7,1), and R(1,9). Find its incentre. | ANSWER: (3,3)
QUESTION: If the incentre of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) is (2,3) and the side lengths are 3, 4, and 5 units, what is the sum of the coordinates of the vertices if (x1,y1) = (0,0)? | ANSWER: 24 (The sum of x-coordinates is 6, sum of y-coordinates is 18. Total sum is 24)
MCQ
Quick Quiz
Which lines intersect at the incentre of a triangle?
Medians
Altitudes
Angle Bisectors
Perpendicular Bisectors
The Correct Answer Is:
C
The incentre is defined as the point where the three angle bisectors of a triangle meet. Medians meet at the centroid, altitudes at the orthocentre, and perpendicular bisectors at the circumcentre.
Real World Connection
In the Real World
Imagine a drone delivering packages in a city. If a delivery zone is triangular, knowing the incentre helps the drone's navigation system find the most central point that is equally far from all three boundary roads, ensuring optimal positioning for multiple drop-off points within that zone. This is a practical application in logistics and drone technology.
Key Vocabulary
Key Terms
INCENTRE: The point where angle bisectors meet | ANGLE BISECTOR: A line that divides an angle into two equal parts | VERTEX: A corner point of a triangle | COORDINATE GEOMETRY: Using coordinates (x,y) to study geometric shapes.
What's Next
What to Learn Next
Great job understanding the incentre! Next, you can explore the 'Circumcentre of a Triangle'. This will help you understand another important centre of a triangle and how it relates to circles that pass through the vertices.


