Skip to main content

Triangle Incenter Calculator

Solve triangle incenter problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.

Skip to calculator
Mathematics

Triangle Incenter Calculator

Calculate the incenter, inradius, and inscribed circle of any triangle from vertex coordinates. Includes exradii, angles, and detailed geometric properties.

Last updated: December 2025Reviewed by NovaCalculator Mathematics Team

Calculator

Adjust values & calculate
Enter the (x, y) coordinates of the three vertices of your triangle.
Incenter
(4.0000, 2.1407)
Center of the inscribed circle
Inradius
2.1407
Incircle Area
14.3971
Incircle Circumference
13.4506
Side a (BC)
7.2111
Side b (AC)
7.2111
Side c (AB)
8.0000
Angle A
56.31 deg
Angle B
56.31 deg
Angle C
67.38 deg

Exradii (Escribed Circle Radii)

Exradius ra
6.0000
Exradius rb
6.0000
Exradius rc
7.4741
Triangle Area
24.0000
Perimeter
22.4222

Distance from Incenter to Vertices

To A
4.5368
To B
4.5368
To C
3.8593
Your Result
Incenter: (4.0000, 2.1407) | Inradius: 2.1407 | Area: 24.0000
Share Your Result
Understand the Math

Formula

I = (a*A + b*B + c*C) / (a + b + c)

The incenter I is the weighted average of the three vertices A, B, C, where the weights a, b, c are the lengths of the sides opposite to each vertex. The inradius r = Area / s, where s is the semi-perimeter.

Last reviewed: December 2025

Worked Examples

Example 1: Incenter of a 3-4-5 Right Triangle

Find the incenter and inradius of a right triangle with vertices A(0,0), B(4,0), C(0,3).
Solution:
Side a (opposite A) = sqrt(16+9) = 5 Side b (opposite B) = sqrt(0+9) = 3 Side c (opposite C) = sqrt(16+0) = 4 Perimeter = 12, Semi-perimeter s = 6 Area = (1/2)(4)(3) = 6 Inradius r = 6/6 = 1 Ix = (5*0 + 3*4 + 4*0)/12 = 12/12 = 1 Iy = (5*0 + 3*0 + 4*3)/12 = 12/12 = 1
Result: Incenter: (1, 1) | Inradius: 1

Example 2: Incenter of an Equilateral Triangle

Find the incenter of an equilateral triangle with vertices A(0,0), B(6,0), C(3, 5.196).
Solution:
All sides equal: a = b = c = 6 Perimeter = 18, Semi-perimeter s = 9 Area = (sqrt(3)/4)(36) = 15.588 Inradius r = 15.588/9 = 1.732 Ix = (6*0 + 6*6 + 6*3)/18 = 54/18 = 3 Iy = (6*0 + 6*0 + 6*5.196)/18 = 31.176/18 = 1.732
Result: Incenter: (3, 1.732) | Inradius: 1.732
Expert Insights

Background & Theory

The Triangle Incenter Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.

History

The history behind the Triangle Incenter Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.

Share this calculator

Explore More

Frequently Asked Questions

The incenter is the point where all three interior angle bisectors of a triangle meet. It is the center of the inscribed circle (incircle), which is the largest circle that fits entirely inside the triangle and is tangent to all three sides. Unlike the circumcenter, the incenter always lies inside the triangle regardless of whether it is acute, right, or obtuse. The incenter is equidistant from all three sides of the triangle, and that distance is called the inradius. It is one of the four classical triangle centers and plays an essential role in geometric constructions and proofs.
The incenter is calculated as the weighted average of the three vertex coordinates, where the weight for each vertex equals the length of the opposite side. If the vertices are A, B, C with opposite side lengths a, b, c respectively, then the incenter I = (a*Ax + b*Bx + c*Cx) / (a+b+c) for the x-coordinate and similarly for the y-coordinate. This weighting ensures the point lies on all three angle bisectors. The side lengths are computed using the distance formula between pairs of vertices. This approach is computationally efficient and numerically stable, making it the preferred method in most software implementations.
The inradius (r) is the radius of the inscribed circle and equals the perpendicular distance from the incenter to any side of the triangle. It is calculated using the elegant formula r = Area / s, where s is the semi-perimeter (half the perimeter). This relationship can be rearranged to show that the triangle area equals r times s, which provides an alternative way to compute triangle area. For an equilateral triangle with side length a, the inradius simplifies to r = a / (2 * sqrt(3)). The inradius is always positive and is maximized (relative to the area) for equilateral triangles, making it a useful measure of how close a triangle is to being equilateral.
Exradii are the radii of the three excircles (escribed circles) of a triangle. Each excircle is tangent to one side of the triangle and to the extensions of the other two sides. The exradius opposite to vertex A is calculated as ra = Area / (s - a), where s is the semi-perimeter. Similarly, rb = Area / (s - b) and rc = Area / (s - c). There is a beautiful relationship: 1/r = 1/ra + 1/rb + 1/rc, where r is the inradius. The exradii are always larger than the inradius, and their product relates to the triangle area through ra * rb * rc = Area * s. These relationships connect the incircle and excircles in fundamental ways.
The incenter, centroid, and circumcenter are all triangle centers but serve different geometric purposes. The centroid is the intersection of medians and represents the center of mass; it always lies inside the triangle at the point (Ax+Bx+Cx)/3, (Ay+By+Cy)/3. The circumcenter is the intersection of perpendicular bisectors and is equidistant from all vertices; it can lie outside for obtuse triangles. The incenter is the intersection of angle bisectors and is equidistant from all sides. Unlike the circumcenter and orthocenter, the incenter does not lie on the Euler line (except for isosceles triangles). Each center answers a different question about the triangle geometry.
The incenter has numerous practical applications across engineering, design, and computational geometry. In manufacturing, the incenter helps find the largest circle that can be cut from a triangular piece of material, maximizing material usage. In urban planning, finding the incenter of a triangular region identifies the point equidistant from all three boundaries, ideal for placing facilities. In computer graphics, incenter calculations are used for mesh smoothing and quality metrics in triangulated surfaces. Robotics uses incenter calculations for path planning within triangular regions. In architecture, the incircle helps design rounded elements within triangular spaces, such as circular windows in triangular gables.
Educational Note: This calculator is provided for educational and informational purposes. Results are based on the formulas and inputs provided. Always verify important calculations independently. NovaCalculator processes calculator inputs client-side; optional analytics follow visitor consent settings.Reviewed by: NovaCalculator Mathematics Team โ€” Verified against standard mathematical and scientific references. Last reviewed: December 2025. ยฉ 2024โ€“2026 NovaCalculator.

Share this calculator

Formula

I = (a*A + b*B + c*C) / (a + b + c)

The incenter I is the weighted average of the three vertices A, B, C, where the weights a, b, c are the lengths of the sides opposite to each vertex. The inradius r = Area / s, where s is the semi-perimeter.

Worked Examples

Example 1: Incenter of a 3-4-5 Right Triangle

Problem: Find the incenter and inradius of a right triangle with vertices A(0,0), B(4,0), C(0,3).

Solution: Side a (opposite A) = sqrt(16+9) = 5\nSide b (opposite B) = sqrt(0+9) = 3\nSide c (opposite C) = sqrt(16+0) = 4\nPerimeter = 12, Semi-perimeter s = 6\nArea = (1/2)(4)(3) = 6\nInradius r = 6/6 = 1\nIx = (5*0 + 3*4 + 4*0)/12 = 12/12 = 1\nIy = (5*0 + 3*0 + 4*3)/12 = 12/12 = 1

Result: Incenter: (1, 1) | Inradius: 1

Example 2: Incenter of an Equilateral Triangle

Problem: Find the incenter of an equilateral triangle with vertices A(0,0), B(6,0), C(3, 5.196).

Solution: All sides equal: a = b = c = 6\nPerimeter = 18, Semi-perimeter s = 9\nArea = (sqrt(3)/4)(36) = 15.588\nInradius r = 15.588/9 = 1.732\nIx = (6*0 + 6*6 + 6*3)/18 = 54/18 = 3\nIy = (6*0 + 6*0 + 6*5.196)/18 = 31.176/18 = 1.732

Result: Incenter: (3, 1.732) | Inradius: 1.732

Frequently Asked Questions

What is the incenter of a triangle and how is it defined?

The incenter is the point where all three interior angle bisectors of a triangle meet. It is the center of the inscribed circle (incircle), which is the largest circle that fits entirely inside the triangle and is tangent to all three sides. Unlike the circumcenter, the incenter always lies inside the triangle regardless of whether it is acute, right, or obtuse. The incenter is equidistant from all three sides of the triangle, and that distance is called the inradius. It is one of the four classical triangle centers and plays an essential role in geometric constructions and proofs.

How do you calculate the incenter from vertex coordinates?

The incenter is calculated as the weighted average of the three vertex coordinates, where the weight for each vertex equals the length of the opposite side. If the vertices are A, B, C with opposite side lengths a, b, c respectively, then the incenter I = (a*Ax + b*Bx + c*Cx) / (a+b+c) for the x-coordinate and similarly for the y-coordinate. This weighting ensures the point lies on all three angle bisectors. The side lengths are computed using the distance formula between pairs of vertices. This approach is computationally efficient and numerically stable, making it the preferred method in most software implementations.

What is the inradius and how is it related to the triangle area?

The inradius (r) is the radius of the inscribed circle and equals the perpendicular distance from the incenter to any side of the triangle. It is calculated using the elegant formula r = Area / s, where s is the semi-perimeter (half the perimeter). This relationship can be rearranged to show that the triangle area equals r times s, which provides an alternative way to compute triangle area. For an equilateral triangle with side length a, the inradius simplifies to r = a / (2 * sqrt(3)). The inradius is always positive and is maximized (relative to the area) for equilateral triangles, making it a useful measure of how close a triangle is to being equilateral.

What are exradii and how do they relate to the incenter?

Exradii are the radii of the three excircles (escribed circles) of a triangle. Each excircle is tangent to one side of the triangle and to the extensions of the other two sides. The exradius opposite to vertex A is calculated as ra = Area / (s - a), where s is the semi-perimeter. Similarly, rb = Area / (s - b) and rc = Area / (s - c). There is a beautiful relationship: 1/r = 1/ra + 1/rb + 1/rc, where r is the inradius. The exradii are always larger than the inradius, and their product relates to the triangle area through ra * rb * rc = Area * s. These relationships connect the incircle and excircles in fundamental ways.

How does the incenter differ from the centroid and circumcenter?

The incenter, centroid, and circumcenter are all triangle centers but serve different geometric purposes. The centroid is the intersection of medians and represents the center of mass; it always lies inside the triangle at the point (Ax+Bx+Cx)/3, (Ay+By+Cy)/3. The circumcenter is the intersection of perpendicular bisectors and is equidistant from all vertices; it can lie outside for obtuse triangles. The incenter is the intersection of angle bisectors and is equidistant from all sides. Unlike the circumcenter and orthocenter, the incenter does not lie on the Euler line (except for isosceles triangles). Each center answers a different question about the triangle geometry.

What are the practical applications of the incenter?

The incenter has numerous practical applications across engineering, design, and computational geometry. In manufacturing, the incenter helps find the largest circle that can be cut from a triangular piece of material, maximizing material usage. In urban planning, finding the incenter of a triangular region identifies the point equidistant from all three boundaries, ideal for placing facilities. In computer graphics, incenter calculations are used for mesh smoothing and quality metrics in triangulated surfaces. Robotics uses incenter calculations for path planning within triangular regions. In architecture, the incircle helps design rounded elements within triangular spaces, such as circular windows in triangular gables.

References

Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy