Difference between revisions of "Inradius"
m (+ a bit) |
m (→Proof) |
||
(18 intermediate revisions by 11 users not shown) | |||
Line 7: | Line 7: | ||
</asy></center> | </asy></center> | ||
− | == | + | In a triangle, the incenter is where the three angle bisectors meet. |
+ | |||
+ | == 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}, \overline{BI}</math>, and <math>\overline{CI}</math>. After this, <math>\overline{AB},\overline{AC},</math> and <math>\overline{BC}</math> 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{r(a+b+c)}{2} =rs</math>. | ||
+ | |||
+ | Also the inradius of a incircle inscribed in a right triangle is <math>\frac{a+b-c}{2}</math> as by drawing three inradii to the three tangent points, then A to that tangent point is equal to A to the other tangent point (explained in circles) and etc for B and C. After doing it for B and C, C (the hypotenuse) should equal the equivalent tangent of A and the equivalent tangent of B added together, thus our equation <math>A=rs</math> | ||
== Problems == | == Problems == | ||
− | *Verify the inequality <math>2r | + | *Verify the inequality <math>R \ge 2r</math>. |
*Verify the identity <math>\cos{A}+\cos{B}+\cos{C}=\frac{r+R}{R}</math> (see [[Carnot's Theorem]]). | *Verify the identity <math>\cos{A}+\cos{B}+\cos{C}=\frac{r+R}{R}</math> (see [[Carnot's Theorem]]). | ||
− | * | + | *[[2007 AIME II Problems/Problem 15]] |
− | |||
− | |||
− | |||
− |
Latest revision as of 20:44, 3 June 2025
The inradius of a polygon is the radius of its incircle (assuming an incircle exists). It is commonly denoted .
![[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]](http://latex.artofproblemsolving.com/3/a/d/3ad1b30f1350fc22f90ce7a79f2567025d4fe4c0.png)
In a triangle, the incenter is where the three angle bisectors meet.
A Property
- If
has inradius
and semi-perimeter
, then the area of
is
. 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 , and
. After this,
and
are the bases of
, and
respectively. But they all have the same height (the inradius), so
.
Also the inradius of a incircle inscribed in a right triangle is as by drawing three inradii to the three tangent points, then A to that tangent point is equal to A to the other tangent point (explained in circles) and etc for B and C. After doing it for B and C, C (the hypotenuse) should equal the equivalent tangent of A and the equivalent tangent of B added together, thus our equation
Problems
- Verify the inequality
.
- Verify the identity
(see Carnot's Theorem).
- 2007 AIME II Problems/Problem 15