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

두 내분점 사이 거리의 최솟값

문제

좌표평면 위의 두 점 A(2,6)\mathrm{A} ( 2 , 6 ), B(10,2)\mathrm{B} ( 10 , 2 )xx축 위를 움직이는 점 P\mathrm{P}가 있다. 선분 AP\mathrm{AP}1:31 : 3으로 내분하는 점을 Q\mathrm{Q}, 선분 BP\mathrm{BP}3:13 : 1로 내분하는 점을 R\mathrm{R}라 할 때, 선분 QR\mathrm{QR}의 길이의 최솟값을 구하시오. [4점]

정답 보기
4

자료 내려받기

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

해설

실마리: 점 P(p,0)\mathrm{P} ( p , 0 )으로 두 점 Q\mathrm{Q}, R\mathrm{R}의 좌표를 나타내면 yy좌표는 pp와 관계없이 일정하다. P(p,0)\mathrm{P} ( p , 0 )이라 하면 점 Q\mathrm{Q}는 선분 AP\mathrm{AP}1:31 : 3으로 내분하는 점이므로 Q(1×p+3×24,1×0+3×64)\displaystyle \mathrm{Q} \left( \frac{1 \times p + 3 \times 2}{4} , \frac{1 \times 0 + 3 \times 6}{4} \right), 즉 Q(p+64,92)\displaystyle \mathrm{Q} \left( \frac{p + 6}{4} \frac{, 9}{2} \right)R\mathrm{R}는 선분 BP\mathrm{BP}3:13 : 1로 내분하는 점이므로 R(3×p+1×104,3×0+1×24)\displaystyle \mathrm{R} \left( \frac{3 \times p + 1 \times 10}{4} , \frac{3 \times 0 + 1 \times 2}{4} \right), 즉 R(3p+104,12)\displaystyle \mathrm{R} \left( \frac{3 p + 10}{4} \frac{, 1}{2} \right) 따라서 점 P\mathrm{P}가 움직여도 점 Q\mathrm{Q}는 직선 y=92\displaystyle y = \frac{9}{2} 위에, 점 R\mathrm{R}는 직선 y=12\displaystyle y = \frac{1}{2} 위에 있다. QR2=(3p+104p+64)2+(9212)2=(p+22)2+1616\displaystyle \overline{\mathrm{QR}} ^{2} = \left( \frac{3 p + 10}{4} - \frac{p + 6}{4} \right) ^{2} + \left( \frac{9}{2} - \frac{1}{2} \right) ^{2} = \left( \frac{p + 2}{2} \right) ^{2} + 16 \geq 16 등호는 p=2p = - 2, 즉 두 점 Q\mathrm{Q}, R\mathrm{R}xx좌표가 같아 선분 QR\mathrm{QR}yy축에 평행할 때 성립한다. 이때 P(2,0)\mathrm{P} ( - 2 , 0 ), Q(1,92)\displaystyle \mathrm{Q} \left( \frac{1 , 9}{2} \right), R(1,12)\displaystyle \mathrm{R} \left( \frac{1 , 1}{2} \right)이다. 따라서 선분 QR\mathrm{QR}의 길이의 최솟값은 두 평행선 사이의 거리 9212=4\displaystyle \frac{9}{2} - \frac{1}{2} = 4이다.

태그

비슷한 문제 더 보기

← 전체 문제 목록으로