Compute the incenter using side weighted coordinate formulas. Review inradius, area, perimeter, and validation steps. Export neat results for homework, analysis, reports, and revision.
Let A(x1, y1), B(x2, y2), and C(x3, y3).
First, compute side lengths opposite each vertex:
a = |BC|, b = |CA|, c = |AB|
The coordinate formula for the incenter is:
Ix = (a·x1 + b·x2 + c·x3) / (a + b + c)
Iy = (a·y1 + b·y2 + c·y3) / (a + b + c)
The inradius is:
r = Area / Semiperimeter
This works because the incenter is the intersection of the three internal angle bisectors. It stays equally distant from all triangle sides.
| Point A | Point B | Point C | Expected Incenter | Expected Inradius |
|---|---|---|---|---|
| (0, 0) | (6, 0) | (2, 5) | (2.3430, 1.7208) | 1.7208 |
| (1, 1) | (7, 1) | (4, 6) | (4.0000, 2.6992) | 1.6992 |
| (-2, 1) | (4, 3) | (1, 8) | (1.1973, 3.7243) | 1.8386 |
The incenter is a key triangle point. It is where the three internal angle bisectors meet. This point is always inside a valid triangle. It is also the center of the inscribed circle. That circle touches all three sides.
This calculator finds the incenter from three coordinate points. It also returns side lengths, perimeter, semiperimeter, triangle area, and inradius. The equal distance from the incenter to each side is shown too. That confirms the point is correct.
The tool first measures the side lengths. Each vertex coordinate is then weighted by the opposite side length. This gives the incenter coordinates. The method is reliable and widely used in coordinate geometry. It works for scalene, isosceles, and equilateral triangles.
A strong calculator should do more than one task. That is why this version also checks whether the triangle is valid. It classifies the triangle by sides and by angles. It also estimates the three angle bisector lengths. These added outputs help students, teachers, and technical users verify work faster.
Use this calculator in geometry homework, drafting tasks, CAD preparation, map sketches, and engineering layouts. The incenter is useful when you need the center of an inscribed circle. That appears in packing, spacing, fitting, and design problems.
The result section appears above the form after submission. This keeps the answer easy to see. CSV export is useful for spreadsheets. PDF export is helpful for reports, notes, and printed practice sets. The page stays simple, clean, and easy to edit in one file.
The incenter is the point where all three internal angle bisectors meet. It is also the center of the inscribed circle, which touches each side once.
Yes. For every valid triangle, the incenter is always inside the shape. That is one reason it is useful in many geometry problems.
The coordinate formula uses opposite side lengths as weights. This balances the vertices correctly and places the point on all three internal angle bisectors.
The inradius is the distance from the incenter to any side of the triangle. It is also the radius of the inscribed circle.
Yes. You can enter integer or decimal coordinates. The output precision can also be adjusted for cleaner or more detailed results.
The calculator will show a validation message. Collinear points do not form a triangle, so an incenter cannot be computed.
No. The centroid is the intersection of medians. The incenter is the intersection of angle bisectors. They match only in special cases, such as an equilateral triangle.
CSV files are helpful for spreadsheet work. PDF files are better for sharing, printing, archiving, and submitting clean calculation summaries.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.