Incircle Radius Calculator
Free Incircle radius Calculator for triangle. Enter values to get step-by-step solutions with formulas and graphs. Get results you can export or share.
Calculator
Adjust values & calculateFormula
Where r is the inradius, s is the semi-perimeter (a+b+c)/2, and a, b, c are the three side lengths. The area is computed using Heron's formula. The inradius equals the area divided by the semi-perimeter.
Last reviewed: December 2025
Worked Examples
Example 1: Incircle of a 5-6-7 Triangle
Example 2: Incircle of a 3-4-5 Right Triangle
Background & Theory
The Incircle Radius 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 Incircle Radius 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.
Frequently Asked Questions
Formula
r = Area / s = sqrt(s(s-a)(s-b)(s-c)) / s
Where r is the inradius, s is the semi-perimeter (a+b+c)/2, and a, b, c are the three side lengths. The area is computed using Heron's formula. The inradius equals the area divided by the semi-perimeter.
Worked Examples
Example 1: Incircle of a 5-6-7 Triangle
Problem: Find the inradius and related properties of a triangle with sides 5, 6, and 7.
Solution: Semi-perimeter s = (5 + 6 + 7) / 2 = 9\nArea = sqrt(9 * (9-5) * (9-6) * (9-7)) = sqrt(9 * 4 * 3 * 2) = sqrt(216) = 14.6969\nInradius r = Area / s = 14.6969 / 9 = 1.6330\nCircumradius R = (5 * 6 * 7) / (4 * 14.6969) = 210 / 58.7878 = 3.5707\nR/r ratio = 3.5707 / 1.6330 = 2.186
Result: Inradius = 1.6330, Area = 14.6969, Circumradius = 3.5707, R/r = 2.186
Example 2: Incircle of a 3-4-5 Right Triangle
Problem: Calculate the inradius of the classic 3-4-5 right triangle using the simplified formula.
Solution: Using the right triangle formula: r = (a + b - c) / 2 = (3 + 4 - 5) / 2 = 1\nVerification: s = (3+4+5)/2 = 6, Area = 0.5*3*4 = 6\nr = Area/s = 6/6 = 1 (confirmed)\nCircumradius R = c/2 = 5/2 = 2.5\nR/r = 2.5
Result: Inradius = 1, Area = 6, Circumradius = 2.5, R/r = 2.5
Frequently Asked Questions
What is the incircle of a triangle?
The incircle (or inscribed circle) of a triangle is the largest circle that fits entirely inside the triangle, touching all three sides. The center of the incircle is called the incenter, which is the point where all three angle bisectors of the triangle intersect. The incircle is tangent to each side of the triangle at exactly one point, meaning it just barely touches each side without crossing it. Every triangle, regardless of its shape, has exactly one incircle, making it a fundamental geometric property. The incircle is particularly important in computational geometry, triangle centers research, and various engineering applications where fitting the largest possible circle inside a triangular region is required.
What special properties does the incircle have for right triangles?
For right triangles, the inradius has an especially simple formula: r = (a + b - c) / 2, where a and b are the legs and c is the hypotenuse. This can also be written as r = a + b - c all divided by 2. For the classic 3-4-5 right triangle, the inradius is (3 + 4 - 5) / 2 = 1. The incircle of a right triangle touches the hypotenuse at a point that divides it into two segments equal to s - a and s - b, where s is the semi-perimeter. Another neat property is that the incenter of a right triangle lies at coordinates (r, r) from the right-angle vertex, meaning it is equidistant from both legs by exactly the inradius value.
Can the incircle be used in practical engineering applications?
The incircle has numerous practical applications in engineering, manufacturing, and design. In machining, the inradius determines the largest circular hole or shaft that can be cut from a triangular piece of material, minimizing waste. In structural engineering, the incircle helps analyze stress distribution in triangular cross-sections of beams and trusses. In mesh generation for finite element analysis, the incircle quality metric (ratio of inradius to circumradius) determines element quality, with values closer to 0.5 indicating better-shaped elements. In packaging design, the incircle determines the largest cylindrical object that fits inside a triangular container. The concept also extends to polygon incircles used in computational geometry for collision detection and spatial partitioning algorithms.
How do I get the most accurate result?
Enter values as precisely as possible using the correct units for each field. Check that you have selected the right unit (e.g. kilograms vs pounds, meters vs feet) before calculating. Rounding inputs early can reduce output precision.
Can I use Incircle Radius Calculator on a mobile device?
Yes. All calculators on NovaCalculator are fully responsive and work on smartphones, tablets, and desktops. The layout adapts automatically to your screen size.
Why might my result differ from another tool or reference?
Differences typically arise from rounding conventions, the specific version of a formula (for example, simple vs compound interest), or unit inconsistencies between inputs. Check that both tools are using the same formula variant and the same units. The References section links to the authoritative source behind the formula used here.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy