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

선분을 거치는 최단 경로

문제

그림과 같이 좌표평면 위에 두 점 A(1,3)\mathrm{A} ( 1 , 3 ), B(9,5)\mathrm{B} ( 9 , 5 )가 있다. xx축 위의 두 점 P(t,0)\mathrm{P} ( t , 0 ), Q(t+2,0)\mathrm{Q} ( t + 2 , 0 )에 대하여 AP+PQ+QB\displaystyle \overline{\mathrm{AP}} + \overline{\mathrm{PQ}} + \overline{\mathrm{QB}}의 최솟값을 구하시오. (단, tt는 실수이다.) [4점]

정답 보기
12

자료 내려받기

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

해설

실마리: PQ=2\displaystyle \overline{\mathrm{PQ}} = 2로 일정하므로 AP+QB\displaystyle \overline{\mathrm{AP}} + \overline{\mathrm{QB}}만 최소로 하면 되고, 점 Q\mathrm{Q}를 점 P\mathrm{P} 자리로 옮겨 오면 한 점에서 꺾이는 경로가 된다.

PQ=2\displaystyle \overline{\mathrm{PQ}} = 2이다. 점 B(9,5)\mathrm{B} ( 9 , 5 )xx축의 방향으로 2- 2만큼 평행이동한 점을 B(7,5)\mathrm{B}' ( 7 , 5 )라 하면 점 Q(t+2,0)\mathrm{Q} ( t + 2 , 0 )도 같은 평행이동으로 점 P(t,0)\mathrm{P} ( t , 0 )으로 옮겨지므로 QB=PB\displaystyle \overline{\mathrm{QB}} = \overline{\mathrm{PB}'}B\mathrm{B}'xx축에 대하여 대칭이동한 점을 B(7,5)\mathrm{B}'' ( 7 , - 5 )라 하면 점 P\mathrm{P}xx축 위의 점이므로 PB=PB\displaystyle \overline{\mathrm{PB}'} = \overline{\mathrm{PB}''}

AP+QB=AP+PBAB=(71)2+(53)2=36+64=10\displaystyle \overline{\mathrm{AP}} + \overline{\mathrm{QB}} = \overline{\mathrm{AP}} + \overline{\mathrm{PB}''} \geq \overline{\mathrm{AB}''} = \sqrt{( 7 - 1 ) ^{2} + ( - 5 - 3 ) ^{2}} = \sqrt{36 + 64} = 10 등호는 점 P\mathrm{P}가 선분 AB\mathrm{AB}'' 위에 있을 때 성립한다. 따라서 구하는 최솟값은 10+2=1210 + 2 = 12

(검산: 선분 AB\mathrm{AB}''xx축의 교점은 P(134,0)\displaystyle \mathrm{P} \left( \frac{13}{4} , 0 \right)이고 이때 Q(214,0)\displaystyle \mathrm{Q} \left( \frac{21}{4} , 0 \right)이다. AP=8116+9=154\displaystyle \overline{\mathrm{AP}} = \sqrt{\frac{81}{16} + 9} = \frac{15}{4}, QB=22516+25=254\displaystyle \overline{\mathrm{QB}} = \sqrt{\frac{225}{16} + 25} = \frac{25}{4}이므로 합은 1010이다.)

태그

비슷한 문제 더 보기

← 전체 문제 목록으로