공통수학2평면좌표AI킬러 문제 (22·30번 수준)

직각이등변삼각형이 되는 점의 개수

문제

두 점 A(1,1)\mathrm{A} \mathit{\left( 1 , 1 \right)}, B(5,3)\mathrm{B} \mathit{\left( 5 , 3 \right)}에 대하여 삼각형 ABC\mathrm{ABC}가 직각이등변삼각형이 되도록 하는 점 C\mathrm{C}의 개수를 구하시오. [4점]

정답 보기
6

자료 내려받기

아직 올라온 파일이 없습니다.

해설

직각인 꼭짓점이 어디인지에 따라 나눈다. AB2=(51)2+(31)2=20\displaystyle \overline{\mathrm{AB}} ^{2} = \left( 5 - 1 \right) ^{2} + \left( 3 - 1 \right) ^{2} = 20 (ⅰ) C\mathrm{C}가 직각인 경우 CA=CB\displaystyle \overline{\mathrm{CA}} = \overline{\mathrm{CB}}이고 CA2+CB2=20\displaystyle \overline{\mathrm{CA}} ^{2} + \overline{\mathrm{CB}} ^{2} = 20이므로 CA2=CB2=10\displaystyle \overline{\mathrm{CA}} ^{2} = \overline{\mathrm{CB}} ^{2} = 10C\mathrm{C}(x,y)\left( x , y \right)라 하면 (x1)2+(y1)2=10\left( x - 1 \right) ^{2} + \left( y - 1 \right) ^{2} = 10, (x5)2+(y3)2=10\left( x - 5 \right) ^{2} + \left( y - 3 \right) ^{2} = 10 두 식을 빼면 8x+4y32=08 x + 4 y - 32 = 0, 즉 y=82xy = 8 - 2 x 이를 대입하면 (x1)2+(72x)2=10\left( x - 1 \right) ^{2} + \left( 7 - 2 x \right) ^{2} = 10 5x230x+40=05 x ^{2} - 30 x + 40 = 0, x26x+8=0x ^{2} - 6 x + 8 = 0이므로 x=2x = 2 또는 x=4x = 4C(2,4)\mathrm{C} \mathit{\left( 2 , 4 \right)}, C(4,0)\mathrm{C} \mathit{\left( 4 , 0 \right)}22개 (ⅱ) A\mathrm{A}가 직각인 경우 AB=AC=25\displaystyle \overline{\mathrm{AB}} = \overline{\mathrm{AC}} = 2 \sqrt{5}이고 직선 AC\mathrm{AC}는 점 A\mathrm{A}에서 직선 AB\mathrm{AB}와 수직이므로 점 C\mathrm{C}는 점 A\mathrm{A}를 기준으로 서로 반대쪽에 하나씩 있다. 실제로 C(1,5)\mathrm{C} \mathit{\left( - 1 , 5 \right)}, C(3,3)\mathrm{C} \mathit{\left( 3 , - 3 \right)}22개 (ⅲ) B\mathrm{B}가 직각인 경우 같은 방법으로 C(3,7)\mathrm{C} \mathit{\left( 3 , 7 \right)}, C(7,1)\mathrm{C} \mathit{\left( 7 , - 1 \right)}22개 세 경우에서 얻은 여섯 점은 모두 서로 다르다. 따라서 점 C\mathrm{C}의 개수는 66

태그

비슷한 문제 더 보기

← 전체 문제 목록으로