Isosceles Triangle
Source:
January 5, 2007
geometryperimetertrigonometryquadraticstrig identitiesLaw of Sinesangle bisector
Problem Statement
Triangle is isosceles, with and altitude Suppose that there is a point on with and Then the perimeter of may be written in the form where and are integers. Find [asy] import graph; size(7cm); real lsf=0.5; pen dps=linewidth(0.7)+fontsize(10); defaultpen(dps); pen ds=black; real xmin=-1.55,xmax=7.95,ymin=-4.41,ymax=5.3; draw((1,3)--(0,0)); draw((0,0)--(2,0)); draw((2,0)--(1,3)); draw((1,3)--(1,0)); draw((1,0.7)--(0,0)); draw((1,0.7)--(2,0)); label("",(0.75,1.63),SE*lsf); dot((1,3),ds); label("",(0.96,3.14),NE*lsf); dot((0,0),ds); label("",(-0.15,-0.18),NE*lsf); dot((2,0),ds); label("",(2.06,-0.18),NE*lsf); dot((1,0),ds); label("",(0.97,-0.27),NE*lsf); dot((1,0.7),ds); label("",(1.05,0.77),NE*lsf); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); [/asy]