공통수학2직선의 방정식AI발전 문제 (3점 후반~4점 초반)

거리의 제곱의 합의 최솟값

문제

좌표평면 위의 두 점 A(1,4)\mathrm{A} ( 1 , 4 ), B(5,2)\mathrm{B} ( 5 , 2 )와 직선 y=x+1y = x + 1 위를 움직이는 점 P\mathrm{P}에 대하여 AP2+BP2\displaystyle \overline{\mathrm{AP}} ^{2} + \overline{\mathrm{BP}} ^{2}의 최솟값을 구하시오. [4점]

정답 보기
11

자료 내려받기

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

해설

P\mathrm{P}가 직선 y=x+1y = x + 1 위의 점이므로 P(t,t+1)\mathrm{P} ( t , t + 1 )이라 하자. AP2=(t1)2+(t+14)2=(t1)2+(t3)2\displaystyle \overline{\mathrm{AP}} ^{2} = ( t - 1 ) ^{2} + ( t + 1 - 4 ) ^{2} = ( t - 1 ) ^{2} + ( t - 3 ) ^{2} BP2=(t5)2+(t+12)2=(t5)2+(t1)2\displaystyle \overline{\mathrm{BP}} ^{2} = ( t - 5 ) ^{2} + ( t + 1 - 2 ) ^{2} = ( t - 5 ) ^{2} + ( t - 1 ) ^{2} AP2+BP2=4t220t+36=4(t52)2+11\displaystyle \overline{\mathrm{AP}} ^{2} + \overline{\mathrm{BP}} ^{2} = 4 t ^{2} - 20 t + 36 = 4 \left( t - \frac{5}{2} \right) ^{2} + 11 따라서 t=52\displaystyle t = \frac{5}{2}일 때 최솟값은 1111이다. 다른 풀이: 선분 AB\mathrm{AB}의 중점을 M(3,3)\mathrm{M} ( 3 , 3 )이라 하면 AP2+BP2=2MP2+12AB2\displaystyle \overline{\mathrm{AP}} ^{2} + \overline{\mathrm{BP}} ^{2} = 2 \overline{\mathrm{MP}} ^{2} + \frac{1}{2} \overline{\mathrm{AB}} ^{2}이고, MP\displaystyle \overline{\mathrm{MP}}의 최솟값은 점 M\mathrm{M}과 직선 xy+1=0x - y + 1 = 0 사이의 거리 12\displaystyle \frac{1}{\sqrt{2}}이므로 최솟값은 2×12+12×20=11\displaystyle 2 \times \frac{1}{2} + \frac{1}{2} \times 20 = 11이다.

태그

비슷한 문제 더 보기

← 전체 문제 목록으로