Inradius Calculator
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:
- Calculate the semi-perimeter (s):
s = (a + b + c) / 2 - Calculate the area (A) using Heron’s formula:
Area = √[s(s - a)(s - b)(s - c)] - 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
- Enter the Side Lengths (a, b, c)
- Provide the three side lengths of the triangle.
- Click the Calculate Button
- Press the “Calculate” button to execute the formula.
- 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.
