Calculate the incenter, inradius, and incircle equation of any triangle
The incircle is the largest circle that can fit inside a triangle, touching all three sides at exactly one point each. These touch points are called tangency points.
Visual Tip: Imagine gently inflating a balloon inside a triangular frame until it touches all three sides.
The incenter is the center point of the incircle and has these properties:
The inradius is the radius of the incircle. It represents the perpendicular distance from the incenter to any side of the triangle.
Formula connection: r = Area ÷ Semi-perimeter. This shows that larger triangles (more area) can accommodate larger incircles, but longer perimeters spread that circle thinner.
Let's trace through the calculation for triangle with vertices A(2,5), B(8,3), C(4,1):
Using distance formula: d = √[(x₂ - x₁)² + (y₂ - y₁)²]
• Side AB: √[(8-2)² + (3-5)²] = √[36 + 4] = √40 ≈ 6.3246
• Side BC: √[(4-8)² + (1-3)²] = √[16 + 4] = √20 ≈ 4.4721
• Side CA: √[(2-4)² + (5-1)²] = √[4 + 16] = √20 ≈ 4.4721
s = (a + b + c) ÷ 2 = (6.3246 + 4.4721 + 4.4721) ÷ 2 ≈ 7.6344
Why semi-perimeter? This value appears frequently in triangle formulas and represents "halfway around" the triangle.
A = √[s(s-a)(s-b)(s-c)]
= √[7.6344 × (7.6344-6.3246) × (7.6344-4.4721) × (7.6344-4.4721)]
= √[7.6344 × 1.3098 × 3.1623 × 3.1623] ≈ √100 = 10
r = A ÷ s = 10 ÷ 7.6344 ≈ 1.3093
This means the incircle's radius is approximately 1.31 units.
Iₓ = (a·Aₓ + b·Bₓ + c·Cₓ) ÷ (a + b + c)
= (6.3246×2 + 4.4721×8 + 4.4721×4) ÷ 15.2688 ≈ 4.5455
Iᵧ = (a·Aᵧ + b·Bᵧ + c·Cᵧ) ÷ (a + b + c)
= (6.3246×5 + 4.4721×3 + 4.4721×1) ÷ 15.2688 ≈ 3.3636
Using circle equation: (x - h)² + (y - k)² = r²
Where h = 4.5455, k = 3.3636, r = 1.3093
Result: (x - 4.5455)² + (y - 3.3636)² = 1.3093²
| Symbol | Meaning | Unit |
|---|---|---|
| A, B, C | Triangle vertices (points) | Coordinate units |
| a, b, c | Side lengths (opposite vertices A, B, C) | Length units |
| s | Semi-perimeter = (a+b+c)/2 | Length units |
| A (area) | Triangle area | Square units |
| I or (h,k) | Incenter coordinates | Coordinate units |
| r | Inradius | Length units |
When viewing the graphical representation:
The incenter formula I = (aA + bB + cC)/(a+b+c) comes from the angle bisector theorem and mass point geometry. Imagine placing weights at each vertex proportional to the length of the opposite side. The balancing point (center of mass) is the incenter.
• Use 4-6 decimal places for most calculations to balance precision and readability
• Carry extra decimals during intermediate steps to minimize rounding errors
• Final answers should reflect the precision of input values
• In exams, follow the specific rounding instructions provided
Incircle problems appear on:
Typical exam questions: Find inradius given side lengths, locate incenter coordinates, prove incircle properties, or apply to real-world problems.
This tool is designed as a learning aid to help understand incircle geometry concepts. While calculations are mathematically accurate, always verify critical results through multiple methods. Use this tool to check your work, understand the process, and explore geometric relationships, not as a substitute for learning the underlying mathematics.