Inradius

Revision as of 16:56, 22 November 2016 by First (talk | contribs) (Properties)

The inradius of a polygon is the radius of its incircle (assuming an incircle exists). It is commonly denoted $r$.

[asy] pathpen = linewidth(0.7); pair A=(0,0),B=(4,0),C=(1.5,2),I=incenter(A,B,C),F=foot(I,A,B); D(MP("A",A)--MP("B",B)--MP("C",C,N)--cycle); D(CR(D(MP("I",I,SW)),inradius(A,B,C))); D(F--I--foot(I,B,C)--I--foot(I,C,A)); D(rightanglemark(I,F,B,5)); MP("r",(F+I)/2,E); [/asy]

Properties

  • If $\triangle ABC$ has inradius $r$ and semi-perimeter $s$, then the area of $\triangle ABC$ is $rs$. This formula holds true for other polygons if the incircle exists.

Problems

This article is a stub. Help us out by expanding it.