Math Problem Statement

Find the equation of the circle inscribed in the triangle with vertices A(1, 0), B(5, 0) and C(3, √ 5).

Solution

To find the equation of the circle inscribed in the triangle with vertices A(1, 0), B(5, 0), C(3, \sqrt{5}}, we need to follow these steps:

Step 1: Calculate the sides of the triangle

Using the distance formula, the length of each side of the triangle is calculated as follows:

  • ABAB is the distance between A(1,0)A(1, 0) and B(5,0)B(5, 0): AB=(51)2+(00)2=16=4AB = \sqrt{(5 - 1)^2 + (0 - 0)^2} = \sqrt{16} = 4

  • ACAC is the distance between A(1,0)A(1, 0) and C(3, \sqrt{5}}: AC=(31)2+(50)2=4+5=9=3AC = \sqrt{(3 - 1)^2 + (\sqrt{5} - 0)^2} = \sqrt{4 + 5} = \sqrt{9} = 3

  • BCBC is the distance between B(5,0)B(5, 0) and C(3, \sqrt{5}}: BC=(35)2+(50)2=(2)2+(5)2=4+5=9=3BC = \sqrt{(3 - 5)^2 + (\sqrt{5} - 0)^2} = \sqrt{(-2)^2 + (\sqrt{5})^2} = \sqrt{4 + 5} = \sqrt{9} = 3

So, the sides of the triangle are: AB=4,AC=3,BC=3AB = 4, \quad AC = 3, \quad BC = 3

Step 2: Calculate the semi-perimeter ss of the triangle

The semi-perimeter ss is half the perimeter of the triangle: s=AB+AC+BC2=4+3+32=5s = \frac{AB + AC + BC}{2} = \frac{4 + 3 + 3}{2} = 5

Step 3: Calculate the area of the triangle

The area AA of the triangle can be found using Heron's formula: A=s(sAB)(sAC)(sBC)=5(54)(53)(53)=5(1)(2)(2)=20=25A = \sqrt{s(s - AB)(s - AC)(s - BC)} = \sqrt{5(5 - 4)(5 - 3)(5 - 3)} = \sqrt{5(1)(2)(2)} = \sqrt{20} = 2\sqrt{5}

Step 4: Calculate the inradius rr

The inradius rr of the inscribed circle is given by: r=As=255r = \frac{A}{s} = \frac{2\sqrt{5}}{5}

Step 5: Find the coordinates of the incenter

The coordinates of the incenter (xincenter,yincenter)(x_{\text{incenter}}, y_{\text{incenter}}) are given by the formula: xincenter=aAx+bBx+cCxa+b+c,yincenter=aAy+bBy+cCya+b+cx_{\text{incenter}} = \frac{aA_x + bB_x + cC_x}{a + b + c}, \quad y_{\text{incenter}} = \frac{aA_y + bB_y + cC_y}{a + b + c} where Ax,AyA_x, A_y, Bx,ByB_x, B_y, and Cx,CyC_x, C_y are the coordinates of the vertices, and aa, bb, and cc are the lengths of the sides opposite to those vertices.

For our triangle: a=BC=3,b=AC=3,c=AB=4a = BC = 3, \quad b = AC = 3, \quad c = AB = 4

Substitute the coordinates of A(1,0)A(1, 0), B(5,0)B(5, 0), and C(3, \sqrt{5}}: xincenter=31+35+433+3+4=3+15+1210=3010=3x_{\text{incenter}} = \frac{3 \cdot 1 + 3 \cdot 5 + 4 \cdot 3}{3 + 3 + 4} = \frac{3 + 15 + 12}{10} = \frac{30}{10} = 3 yincenter=30+30+453+3+4=0+0+4510=4510=255y_{\text{incenter}} = \frac{3 \cdot 0 + 3 \cdot 0 + 4 \cdot \sqrt{5}}{3 + 3 + 4} = \frac{0 + 0 + 4\sqrt{5}}{10} = \frac{4\sqrt{5}}{10} = \frac{2\sqrt{5}}{5}

So, the incenter is (3,255)\left( 3, \frac{2\sqrt{5}}{5} \right).

Step 6: Write the equation of the inscribed circle

The equation of a circle is given by: (xxincenter)2+(yyincenter)2=r2(x - x_{\text{incenter}})^2 + (y - y_{\text{incenter}})^2 = r^2 Substitute xincenter=3x_{\text{incenter}} = 3, yincenter=255y_{\text{incenter}} = \frac{2\sqrt{5}}{5}, and r=255r = \frac{2\sqrt{5}}{5}: (x3)2+(y255)2=(255)2(x - 3)^2 + \left( y - \frac{2\sqrt{5}}{5} \right)^2 = \left( \frac{2\sqrt{5}}{5} \right)^2 (x3)2+(y255)2=2025=45(x - 3)^2 + \left( y - \frac{2\sqrt{5}}{5} \right)^2 = \frac{20}{25} = \frac{4}{5}

Thus, the equation of the inscribed circle is: (x3)2+(y255)2=45(x - 3)^2 + \left( y - \frac{2\sqrt{5}}{5} \right)^2 = \frac{4}{5}

Would you like more details on any of these steps?

Related Questions:

  1. How do you calculate the centroid of a triangle?
  2. What is the significance of the incenter of a triangle?
  3. How does Heron’s formula help in calculating the area of any triangle?
  4. What are other methods to find the equation of an inscribed circle in a triangle?
  5. How can we extend this method to find the circumcircle of the same triangle?

Tip:

Always verify your distance and area calculations by cross-checking with alternate methods like the coordinate geometry or trigonometry approaches.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Circles
Triangles
Distance Formula
Heron's Formula
Inradius and Incenter

Formulas

Distance formula: d = √[(x2 - x1)^2 + (y2 - y1)^2]
Heron's formula: A = √[s(s - a)(s - b)(s - c)]
Inradius formula: r = A / s
Incenter coordinates: x_incenter = (aA_x + bB_x + cC_x) / (a + b + c), y_incenter = (aA_y + bB_y + cC_y) / (a + b + c)
Equation of a circle: (x - h)^2 + (y - k)^2 = r^2

Theorems

Heron's Theorem
Incenter Theorem

Suitable Grade Level

Grades 10-12