A Circle Inscribed In A Triangle

10 min read

Introduction

A circle inscribed in a triangle, also known as the incircle, is the unique circle that touches all three sides of the triangle from the inside. Because the incircle is tangent to each side, it provides a powerful tool for exploring relationships among a triangle’s sides, angles, area, and perimeter. Its center, the incenter, is the point where the three internal angle bisectors intersect. Understanding how to construct, calculate, and apply the properties of an incircle deepens geometric intuition and appears frequently in school curricula, competition problems, and real‑world design scenarios That's the whole idea..

Why the Incircle Matters

  • Geometric insight – The incircle links linear measures (side lengths) with angular measures (angles) through simple formulas.
  • Problem‑solving shortcut – Many geometry problems become easier once the incircle is introduced, especially those involving tangents, area, or distances from a point to the sides.
  • Practical applications – Engineers use inscribed circles when designing gears, round tables fitting inside triangular frames, or optimizing material usage in triangular components.

Key Definitions

Term Description
Incircle The largest circle that fits completely inside a triangle, tangent to each side. In real terms,
Incenter (I) Intersection of the three internal angle bisectors; the center of the incircle.
Inradius (r) Radius of the incircle; distance from the incenter to any side of the triangle. But
Semiperimeter (s) Half of the triangle’s perimeter, (s = \frac{a+b+c}{2}).
Tangency points Points where the incircle touches the sides, often labeled (D, E, F).

Constructing the Incircle

  1. Draw the triangle ( \triangle ABC).
  2. Bisect each interior angle:
    • Use a compass and straightedge to draw the bisector of (\angle A).
    • Repeat for (\angle B) and (\angle C).
  3. Locate the incenter (I): the three bisectors intersect at a single point.
  4. Drop a perpendicular from (I) to any side (say, (BC)). The foot of this perpendicular is the tangency point (D).
  5. Set the compass radius to the length of (ID); draw the circle centered at (I). The circle will be tangent to (AB, BC,) and (CA).

This construction works for any non‑degenerate triangle (i.e., one with positive area).

Calculating the Inradius

The most frequently used formula for the inradius (r) involves the triangle’s area ( \Delta) and its semiperimeter (s):

[ \boxed{r = \frac{\Delta}{s}} ]

Derivation Overview

  • The incircle divides the triangle into three smaller triangles, each sharing the incenter as a vertex and one side of the original triangle as its base.
  • The area of each small triangle equals (\frac{1}{2} \times \text{base} \times r).
  • Summing the three areas gives (\Delta = \frac{1}{2} (a+b+c) r = s r). Solving for (r) yields the formula above.

Using Heron’s Formula

If the side lengths (a, b, c) are known, first compute the area with Heron’s formula:

[ \Delta = \sqrt{s(s-a)(s-b)(s-c)} ]

Then apply (r = \dfrac{\Delta}{s}) Worth keeping that in mind..

Example: For a triangle with sides (a=7), (b=8), (c=9):

  1. (s = \frac{7+8+9}{2}=12)
  2. (\Delta = \sqrt{12(12-7)(12-8)(12-9)} = \sqrt{12\cdot5\cdot4\cdot3}= \sqrt{720}=12\sqrt{5})
  3. (r = \dfrac{12\sqrt{5}}{12}= \sqrt{5})

Thus the incircle radius is (\sqrt{5}) units.

Coordinates of the Incenter

When the triangle’s vertices are given in Cartesian coordinates (A(x_1,y_1), B(x_2,y_2), C(x_3,y_3)), the incenter (I) can be found using a weighted average of the vertices, where each weight equals the length of the opposite side:

[ I\bigl( , \frac{a x_1 + b x_2 + c x_3}{a+b+c}\ ,\ \frac{a y_1 + b y_2 + c y_3}{a+b+c} , \bigr) ]

Here (a = |BC|), (b = |CA|), and (c = |AB|). This formula follows directly from the fact that the angle bisector divides the opposite side proportionally to the adjacent sides.

Relationship with the Excircles

Every triangle has three excircles, each tangent to one side of the triangle and the extensions of the other two sides. The radii of the excircles, called exradii (r_a, r_b, r_c), are given by:

[ r_a = \frac{\Delta}{s-a},\qquad r_b = \frac{\Delta}{s-b},\qquad r_c = \frac{\Delta}{s-c} ]

Notice the similarity to the incircle formula; the only difference lies in replacing the semiperimeter (s) with the external semiperimeter (s-a) (and analogously for the others). This symmetry often appears in competition problems that ask to compare (r) with (r_a, r_b, r_c).

Important Theorems Involving the Incircle

1. The Inradius–Area–Semiperimeter Theorem

Already introduced: (\Delta = s r). It provides a quick way to compute any one of the three quantities when the other two are known.

2. The Gergonne Point

If the incircle touches (BC, CA,) and (AB) at (D, E,) and (F) respectively, the lines (AD, BE,) and (CF) concur at a point called the Gergonne point. This concurrency is a classic result that illustrates the deep connections between incircles and triangle centers Simple, but easy to overlook..

3. Euler’s Formula for Inradius and Circumradius

For any triangle with circumradius (R) and inradius (r),

[ R \ge 2r, ]

with equality only for the equilateral triangle. This inequality provides a quick check on the “roundness” of a triangle: the closer (R) is to (2r), the more equilateral the shape.

4. Nagel’s Theorem (Dual to Gergonne)

While the Gergonne point uses the incircle, the Nagel point uses the three excircles. The lines joining each vertex to the point where the opposite excircle touches the triangle’s side also concur Simple, but easy to overlook..

Practical Problems Solved with the Incircle

Problem 1 – Finding the Length of a Tangent Segment

Given triangle (ABC) with incircle radius (r) and a point (P) on side (AB) such that the incircle touches (AB) at (F). Show that the lengths (AF) and (FB) are respectively (s-a) and (s-b) It's one of those things that adds up. Took long enough..

Solution Sketch

  • Let the incircle touch (BC) at (D) and (CA) at (E).
  • By the definition of tangents from a common external point, (AF = AE) and (FB = BD).
  • Using the fact that (AE = s-a) (derived from subtracting side (a) from the semiperimeter) and similarly (BD = s-b), the result follows.

This result is extremely useful when a problem provides side lengths and asks for the distance from a vertex to the point of tangency.

Problem 2 – Maximizing the Incircle Radius

Among all triangles with a fixed perimeter (p), which one has the largest possible incircle radius?

Answer: The equilateral triangle.

Reasoning

  • For a given perimeter, the semiperimeter (s = p/2) is constant.
  • The area (\Delta) is maximized when the triangle is equilateral (by the Isoperimetric Inequality for polygons).
  • Since (r = \Delta / s), maximizing (\Delta) also maximizes (r).

Thus, the incircle radius reaches its maximum when the triangle is equilateral, reinforcing the earlier Euler inequality Worth keeping that in mind..

Problem 3 – Distance from Incenter to a Vertex

Given triangle (ABC) with sides (a, b, c) and inradius (r), find the distance (IA) from the incenter to vertex (A).

Formula

[ IA = \frac{r}{\sin\frac{A}{2}} ]

Derivation

  • The angle bisector at (A) creates two right triangles (IAF) and (IAE) with hypotenuse (IA) and opposite side (r).
  • The angle at (I) in each right triangle equals (\frac{A}{2}).
  • Using the definition of sine, ( \sin\frac{A}{2} = \frac{r}{IA}), rearranging yields the formula.

This relationship is useful for locating the incenter in coordinate geometry or for solving problems that involve distances between triangle centers.

Frequently Asked Questions

Q1. Does every triangle have an incircle?
Yes. Any non‑degenerate triangle possesses a unique incircle because the three internal angle bisectors always intersect at a single point inside the triangle And it works..

Q2. How can I tell if a given circle is the incircle of a triangle?
The circle must be tangent to all three sides. If you can draw three perpendiculars from the circle’s center to each side and all three lengths are equal, the circle is the incircle.

Q3. Can a right triangle have an incircle?
Absolutely. In a right triangle with legs (a) and (b) and hypotenuse (c), the inradius is (r = \frac{a+b-c}{2}). This follows directly from (r = \frac{\Delta}{s}) because (\Delta = \frac{ab}{2}) and (s = \frac{a+b+c}{2}).

Q4. What is the relationship between the incircle and the triangle’s excentral triangle?
The excentral triangle is formed by the three excenters (the centers of the excircles). Its circumcircle coincides with the incircle of the original triangle’s orthic triangle. This beautiful duality links incircles, excircles, and several other triangle centers.

Q5. Is there a formula for the area of the incircle itself?
Yes, the area of the incircle is simply (\pi r^{2}). When combined with the triangle’s area, it can be used to compute the proportion of the triangle’s interior occupied by the incircle.

Step‑by‑Step Example: Solving a Real‑World Design Problem

Problem: A triangular garden plot has sides of lengths 12 m, 15 m, and 18 m. A circular fountain must fit entirely inside the garden and touch all three sides. Determine the maximum possible radius of the fountain and the distance from the garden’s vertices to the fountain’s center.

Solution

  1. Compute the semiperimeter
    (s = \frac{12+15+18}{2} = 22.5) m Surprisingly effective..

  2. Find the area using Heron’s formula
    [ \Delta = \sqrt{22.5(22.5-12)(22.5-15)(22.5-18)} = \sqrt{22.5 \times 10.5 \times 7.5 \times 4.5} \approx \sqrt{22.5 \times 10.5 \times 33.75} \approx 90 \text{ m}^2. ]

  3. Calculate the inradius
    (r = \frac{\Delta}{s} = \frac{90}{22.5} = 4) m Worth keeping that in mind. But it adds up..

  4. Locate the incenter (optional for distance to vertices)

    • Compute side lengths opposite each vertex:
      (a = 18) (BC), (b = 15) (CA), (c = 12) (AB).
    • Choose coordinates: let (A(0,0)), (B(12,0)).
    • Using the law of cosines, find coordinates of (C). After calculations, (C) ≈ ((4.8, 13.2)).
    • Apply the weighted‑average formula for the incenter:
      [ I_x = \frac{a\cdot0 + b\cdot12 + c\cdot4.8}{a+b+c} = \frac{18\cdot0 + 15\cdot12 + 12\cdot4.8}{45} = \frac{180 + 57.6}{45} \approx 5.28, ] [ I_y = \frac{a\cdot0 + b\cdot0 + c\cdot13.2}{45} = \frac{12\cdot13.2}{45} \approx 3.52. ]
    • Distances (IA, IB, IC) are then obtained via the distance formula, giving roughly (6.2) m, (6.8) m, and (7.1) m respectively.

Thus, the fountain’s radius is 4 m, and the center is comfortably inside the garden, with each vertex lying more than 6 m away.

Conclusion

The incircle of a triangle is far more than a simple geometric curiosity. Its center (incenter), radius (inradius), and tangency points provide a framework for solving a wide range of problems—from textbook proofs to practical engineering designs. By mastering the fundamental formulas

[ r = \frac{\Delta}{s}, \qquad I\bigl(\frac{ax_1+bx_2+cx_3}{a+b+c},\frac{ay_1+by_2+cy_3}{a+b+c}\bigr), ]

and understanding their geometric meanings, any student or professional can get to deeper insight into triangular relationships. Remember that the incircle connects linear dimensions, angular measures, and area in a single elegant construct; leveraging this connection will make your future geometry work both faster and more enjoyable.

Right Off the Press

Latest from Us

More of What You Like

These Fit Well Together

Thank you for reading about A Circle Inscribed In A Triangle. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home