공통수학2직선의 방정식AI기본 문제 (3점 중반)

세 점으로 이루어진 삼각형의 넓이

문제

그림과 같이 좌표평면 위에 세 점 A(1,1)\mathrm{A} \mathit{(} 1 , 1 ), B(5,3)\mathrm{B} \mathit{(} 5 , 3 ), C(2,6)\mathrm{C} \mathit{(} 2 , 6 )이 있다. 삼각형 ABC\mathrm{ABC}의 넓이는? [3점] 667788991010

정답 보기

자료 내려받기

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

해설

직선 AB\mathrm{AB}의 기울기는 3151=12\displaystyle \frac{3 - 1}{5 - 1} = \frac{1}{2}이므로 그 방정식은 y1=12(x1)\displaystyle y - 1 = \frac{1}{2} ( x - 1 ), 즉 x2y+1=0x - 2 y + 1 = 0C(2,6)\mathrm{C} \mathit{(} 2 , 6 )과 직선 x2y+1=0x - 2 y + 1 = 0 사이의 거리는 212+112+(2)2=95\displaystyle \frac{| 2 - 12 + 1 |}{\sqrt{1 ^{2} + ( - 2 ) ^{2}}} = \frac{9}{\sqrt{5}} AB=(51)2+(31)2=20=25\displaystyle \overline{\mathrm{AB}} = \sqrt{( 5 - 1 ) ^{2} + ( 3 - 1 ) ^{2}} = \sqrt{20} = 2 \sqrt{5} 따라서 삼각형 ABC\mathrm{ABC}의 넓이는 12×25×95=9\displaystyle \frac{1}{2} \times 2 \sqrt{5} \times \frac{9}{\sqrt{5}} = 9

태그

비슷한 문제 더 보기

← 전체 문제 목록으로