Difference between revisions of "Inradius"

(Properties)
(Properties)
Line 7: Line 7:
 
</asy></center>
 
</asy></center>
  
== Properties ==
+
== A Property ==
 
*If <math>\triangle ABC</math> has inradius <math>r</math> and [[semi-perimeter]] <math>s</math>, then the [[area]] of <math>\triangle ABC</math> is <math>rs</math>. This formula holds true for other polygons if the incircle exists.
 
*If <math>\triangle ABC</math> has inradius <math>r</math> and [[semi-perimeter]] <math>s</math>, then the [[area]] of <math>\triangle ABC</math> is <math>rs</math>. This formula holds true for other polygons if the incircle exists.
 +
=Proof=
 +
Add in the incircle and drop the altitudes from the incenter to the sides of the triangle. Also draw the lines <math>\overline{AI}</math>, \overline{BI}<math>, and </math>\overline{CI}<math>. After this AB, AC, and BC are the bases of </math>\triangle{AIB}, {AIC}<math>, and </math>{BIC}<math> respectively. But they all have the same height(the inradius), so </math>[ABC}=\frac{(a+b+c)r}{2} =rs$.
  
 
== Problems ==
 
== Problems ==

Revision as of 17:00, 22 November 2016

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]

A Property

  • 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.

Proof

Add in the incircle and drop the altitudes from the incenter to the sides of the triangle. Also draw the lines $\overline{AI}$, \overline{BI}$, and$\overline{CI}$. After this AB, AC, and BC are the bases of$\triangle{AIB}, {AIC}$, and${BIC}$respectively. But they all have the same height(the inradius), so$[ABC}=\frac{(a+b+c)r}{2} =rs$.

Problems

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