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

무게중심과 제곱 합의 최솟값

문제

다음은 「삼각형 ABC\mathrm{ABC}의 무게중심을 G\mathrm{G}라 하면 임의의 점 P\mathrm{P}에 대하여 PA2+PB2+PC2=GA2+GB2+GC2+3PG2\displaystyle \overline{\mathrm{PA}} ^{2} + \overline{\mathrm{PB}} ^{2} + \overline{\mathrm{PC}} ^{2} = \overline{\mathrm{GA}} ^{2} + \overline{\mathrm{GB}} ^{2} + \overline{\mathrm{GC}} ^{2} + 3 \overline{\mathrm{PG}} ^{2} 이다.」를 좌표를 이용하여 증명한 것이다.

G\mathrm{G}가 원점이 되도록 좌표평면을 잡고 A(a1,a2)\mathrm{A} ( a _{1} , a _{2} ), B(b1,b2)\mathrm{B} ( b _{1} , b _{2} ), C(c1,c2)\mathrm{C} ( c _{1} , c _{2} )라 하자. 원점이 삼각형 ABC\mathrm{ABC}의 무게중심이므로 a1+b1+c1=a _{1} + b _{1} + c _{1} = (가) , a2+b2+c2=a _{2} + b _{2} + c _{2} = (가) 점 P\mathrm{P}의 좌표를 (x,y)( x , y )라 하면 PA2+PB2+PC2\displaystyle \overline{\mathrm{PA}} ^{2} + \overline{\mathrm{PB}} ^{2} + \overline{\mathrm{PC}} ^{2} =(xa1)2+(ya2)2+(xb1)2+(yb2)2+(xc1)2+(yc2)2= ( x - a _{1} ) ^{2} + ( y - a _{2} ) ^{2} + ( x - b _{1} ) ^{2} + ( y - b _{2} ) ^{2} + ( x - c _{1} ) ^{2} + ( y - c _{2} ) ^{2} =3(x2+y2)2x(a1+b1+c1)2y(a2+b2+c2)+(a12+a22)+(b12+b22)+(c12+c22)= 3 ( x ^{2} + y ^{2} ) - 2 x ( a _{1} + b _{1} + c _{1} ) - 2 y ( a _{2} + b _{2} + c _{2} ) + ( a _{1} ^{2} + a _{2} ^{2} ) + ( b _{1} ^{2} + b _{2} ^{2} ) + ( c _{1} ^{2} + c _{2} ^{2} ) == (나) PG2+GA2+GB2+GC2\displaystyle \overline{\mathrm{PG}} ^{2} + \overline{\mathrm{GA}} ^{2} + \overline{\mathrm{GB}} ^{2} + \overline{\mathrm{GC}} ^{2}

위의 (나)에 알맞은 수를 kk라 하자. 좌표평면 위의 세 점 A(1,7)\mathrm{A} ( 1 , 7 ), B(2,1)\mathrm{B} ( - 2 , 1 ), C(7,1)\mathrm{C} ( 7 , 1 )xx축 위를 움직이는 점 P\mathrm{P}에 대하여 PA2+PB2+PC2\displaystyle \overline{\mathrm{PA}} ^{2} + \overline{\mathrm{PB}} ^{2} + \overline{\mathrm{PC}} ^{2}의 최솟값을 mm이라 할 때, k+mk + m의 값을 구하시오. [4점]

정답 보기
96

자료 내려받기

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

해설

실마리: 증명한 성질에 따르면 세 거리의 제곱의 합은 PG\displaystyle \overline{\mathrm{PG}}만으로 정해지므로, P\mathrm{P}G\mathrm{G}에 가장 가까울 때 최소이다.

원점이 무게중심이므로 G(a1+b1+c13,a2+b2+c23)=(0,0)\displaystyle \mathrm{G} \left( \frac{a _{1} + b _{1} + c _{1}}{3} , \frac{a _{2} + b _{2} + c _{2}}{3} \right) = ( 0 , 0 )에서 (가) 00 x2+y2=PG2\displaystyle x ^{2} + y ^{2} = \overline{\mathrm{PG}} ^{2}, a12+a22=GA2\displaystyle a _{1} ^{2} + a _{2} ^{2} = \overline{\mathrm{GA}} ^{2} 등이므로 (나) 33, 즉 k=3k = 3

세 점 A(1,7)\mathrm{A} ( 1 , 7 ), B(2,1)\mathrm{B} ( - 2 , 1 ), C(7,1)\mathrm{C} ( 7 , 1 )의 무게중심은 G(12+73,7+1+13)=G(2,3)\displaystyle \mathrm{G} \left( \frac{1 - 2 + 7}{3} , \frac{7 + 1 + 1}{3} \right) = \mathrm{G} ( 2 , 3 ) GA2=1+16=17\displaystyle \overline{\mathrm{GA}} ^{2} = 1 + 16 = 17, GB2=16+4=20\displaystyle \overline{\mathrm{GB}} ^{2} = 16 + 4 = 20, GC2=25+4=29\displaystyle \overline{\mathrm{GC}} ^{2} = 25 + 4 = 29 이므로 GA2+GB2+GC2=66\displaystyle \overline{\mathrm{GA}} ^{2} + \overline{\mathrm{GB}} ^{2} + \overline{\mathrm{GC}} ^{2} = 66

P\mathrm{P}xx축 위를 움직이므로 PG\displaystyle \overline{\mathrm{PG}}의 최솟값은 점 G(2,3)\mathrm{G} ( 2 , 3 )xx축 사이의 거리인 33이고, 이때 P(2,0)\mathrm{P} ( 2 , 0 )이다. m=66+3×32=66+27=93m = 66 + 3 \times 3 ^{2} = 66 + 27 = 93 따라서 k+m=3+93=96k + m = 3 + 93 = 96

(검산: P(x,0)\mathrm{P} ( x , 0 )으로 두면 PA2+PB2+PC2=(x1)2+49+(x+2)2+1+(x7)2+1=3x212x+105=3(x2)2+93\displaystyle \overline{\mathrm{PA}} ^{2} + \overline{\mathrm{PB}} ^{2} + \overline{\mathrm{PC}} ^{2} = ( x - 1 ) ^{2} + 49 + ( x + 2 ) ^{2} + 1 + ( x - 7 ) ^{2} + 1 = 3 x ^{2} - 12 x + 105 = 3 ( x - 2 ) ^{2} + 93이다.)

태그

비슷한 문제 더 보기

← 전체 문제 목록으로