Inradius Calculator

Side a:


Side b:


Side c:




Inradius (r):

Geometry has a unique way of presenting elegant solutions to complex problems. One such geometric feature is the inradius of a triangle — the radius of the circle that perfectly fits inside the triangle and touches all three sides. Whether you’re a student solving geometry problems or a professional in design, architecture, or engineering, knowing how to calculate the inradius is crucial.

The Inradius Calculator provides a quick and easy way to determine the inradius of any triangle based on its three side lengths. This tool helps save time, minimize errors, and deepen your understanding of triangle geometry.


🧮 Formula

To calculate the inradius (r) of a triangle given the sides a, b, and c, follow these steps:

  1. Calculate the semi-perimeter (s):
    s = (a + b + c) / 2
  2. Calculate the area (A) using Heron’s formula:
    Area = √[s(s - a)(s - b)(s - c)]
  3. Finally, compute the inradius:
    r = Area / s

So the inradius (r) is given by:
r = √[(s - a)(s - b)(s - c)(s)] / s


🛠️ How to Use the Inradius Calculator

  1. Enter the Side Lengths (a, b, c)
    • Provide the three side lengths of the triangle.
  2. Click the Calculate Button
    • Press the “Calculate” button to execute the formula.
  3. View the Result
    • The inradius will be displayed in the output box in units.

Make sure your side lengths form a valid triangle — the sum of any two sides should be greater than the third.


🔍 Example

Let’s go through a simple example to understand how the inradius is calculated:

Given:
a = 5 units, b = 6 units, c = 7 units

Step 1: Calculate the semi-perimeter
s = (5 + 6 + 7) / 2 = 9

Step 2: Use Heron’s formula for area
Area = √[9(9 - 5)(9 - 6)(9 - 7)]
= √[9 × 4 × 3 × 2] = √216 ≈ 14.6969

Step 3: Calculate the inradius
r = Area / s = 14.6969 / 9 ≈ 1.633

So the inradius is approximately 1.633 units.


Frequently Asked Questions (FAQs)

1. What is the inradius of a triangle?
The inradius is the radius of the largest circle that fits entirely inside a triangle and touches all three sides.

2. What are the requirements for calculating inradius?
You need the lengths of all three sides of the triangle.

3. Can I use this calculator for right triangles?
Yes, it works for all triangle types — scalene, isosceles, and right-angled.

4. What units are used in the result?
The result is given in the same unit as the input values (e.g., cm, m, inches).

5. What is a semi-perimeter?
It’s half the perimeter of the triangle: s = (a + b + c) / 2.

6. Why use Heron's formula in this calculator?
Heron’s formula allows calculation of the area when only the side lengths are known.

7. Can I enter decimal values?
Yes, decimal side lengths are supported.

8. What happens if I input invalid triangle sides?
The calculator will either show an error or return NaN (Not a Number).

9. Is this calculator accurate?
Yes, it uses precise JavaScript computations with up to four decimal places.

10. Who uses inradius in real life?
Engineers, architects, CAD designers, and geometry students.

11. Can the inradius ever be greater than the smallest side?
No, the inradius is always less than the shortest side of the triangle.

12. Is inradius the same as the radius of the circumcircle?
No, the inradius is for the inscribed circle; the circumradius is for the circle that goes around the triangle.

13. Can this tool be used in exams?
While calculators may be restricted, this is a great learning and verification tool.

14. Is the result rounded?
Yes, the output is rounded to four decimal places.

15. Do all triangles have an inradius?
Yes, as long as the triangle is valid.

16. What is an incircle?
An incircle is the circle drawn inside a triangle that touches all three sides. The inradius is its radius.

17. How is the incenter related to the inradius?
The incenter is the center of the incircle; the inradius is the distance from the incenter to any side.

18. Can I use this calculator on mobile?
Yes, it is fully responsive for mobile and tablet use.

19. Is there a way to reverse the calculation — get sides from inradius?
No, calculating side lengths from the inradius is more complex and not handled by this tool.

20. Can this calculator be embedded in my website?
Yes! You can copy the HTML/JS code and embed it directly into your webpage.


🧾 Conclusion

The Inradius Calculator is a must-have tool for anyone working with triangle geometry. It provides a fast, reliable way to calculate the radius of the incircle of a triangle using only the three side lengths. From classroom learning to real-world engineering design, this tool makes geometry more accessible and less error-prone.

Similar Posts

  • Critical Value Zc Calculator

    Enter Confidence Level (%): Calculate function calculate() { const confidence = parseFloat(document.getElementById(“confidence”).value); if (isNaN(confidence) || confidence = 100) { document.getElementById(“result”).innerText = “Please enter a valid confidence level between 0 and 100.”; return; } const alpha = 1 – (confidence / 100); const zc = normSInv(1 – alpha / 2); document.getElementById(“result”).innerText = `Critical Value (Zc): ${zc.toFixed(4)}`;…

  • Binomial Coefficient Calculator

    Binomial Coefficient Calculator n (Total number of items): k (Number of items to choose): Calculate Reset Problem: Binomial Coefficient C(n,k): Copy Formula Used: Factorial Calculation: Alternative Names: Properties: Step-by-Step Solution: The binomial coefficient is a fundamental concept in combinatorics, probability, and statistics. It represents the number of ways to choose kkk elements from a set…

  • D/L Ratio Calculator

    Total Debt: Total Liquidity: Calculate D/L Ratio: In today’s fast-paced economic environment, understanding your financial health is more important than ever. Whether you’re managing personal finances, running a business, or analyzing company reports, the D/L Ratio—short for Debt-to-Liquidity Ratio—is a fundamental metric that offers a snapshot of financial stability. The D/L Ratio measures the relationship…

  • Gravel Volume Calculator

    Length (in feet): Width (in feet): Depth (in inches): Calculate Planning a gravel project like a driveway, garden path, or patio base? One of the first steps is determining how much gravel you’ll need. Too little gravel leaves your surface exposed or uneven, while too much can be a costly mistake. The Gravel Volume Calculator…

  • Payroll Decimal Calculator

    Hours: Minutes: Convert Reset Decimal Format: 0.00 Hrs (Hours) + (Minutes ÷ 60) Quick Reference Chart Minutes Decimal Minutes Decimal 1-2 .03 31-32 .53 3-4 .07 33-34 .57 5-6 .10 35-36 .60 7-8 .13 37-38 .63 9-10 .17 39-40 .67 11-12 .20 41-42 .70 13-14 .23 43-44 .73 15 .25 45 .75 16-20 .33 46-50…

  • Color Combination Calculator

    Color Combination Calculator Choose Base Color: Select Scheme Type: ComplementaryAnalogousTriadicMonochromatic Generate Reset Choosing the right color combinations can make or break a design. Whether you’re working on a website, painting, logo, or outfit, the Color Combination Calculator helps you quickly find harmonious color pairings that look professional and visually balanced. This tool is ideal for…