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

두 축 위의 점으로 만드는 평행사변형

문제

좌표평면 위의 두 점 A(1,3)\mathrm{A} ( 1 , 3 ), B(5,1)\mathrm{B} ( 5 , 1 )xx축 위의 점 P\mathrm{P}, yy축 위의 점 Q\mathrm{Q} 에 대하여 네 점 A\mathrm{A}, B\mathrm{B}, P\mathrm{P}, Q\mathrm{Q} 를 꼭짓점으로 하는 사각형이 평행사변형이 되도록 두 점 P\mathrm{P}, Q\mathrm{Q} 를 정한다. 이때 만들 수 있는 모든 평행사변형에 대하여 두 대각선의 교점의 xx좌표를 모두 더한 값을 구하시오. [4점]

정답 보기
6

자료 내려받기

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

해설

선분 AB\mathrm{AB} 가 평행사변형의 대각선인 경우와 변인 경우로 나누어, 두 대각선의 중점이 일치함을 이용한다. P(s,0)\mathrm{P} ( s , 0 ), Q(0,t)\mathrm{Q} ( 0 , t ) 라 하자. (ⅰ) AB\mathrm{AB}, PQ\mathrm{PQ} 가 대각선인 경우 1+52=s+02\displaystyle \frac{1 + 5}{2} = \frac{s + 0}{2}, 3+12=0+t2\displaystyle \frac{3 + 1}{2} = \frac{0 + t}{2} 에서 s=6s = 6, t=4t = 4 두 대각선의 교점은 선분 AB\mathrm{AB} 의 중점 (3,2)( 3 , 2 ) (ⅱ) AP\mathrm{AP}, BQ\mathrm{BQ} 가 대각선인 경우 1+s2=5+02\displaystyle \frac{1 + s}{2} = \frac{5 + 0}{2}, 3+02=1+t2\displaystyle \frac{3 + 0}{2} = \frac{1 + t}{2} 에서 s=4s = 4, t=2t = 2 두 대각선의 교점은 선분 AP\mathrm{AP} 의 중점 (52,32)\displaystyle \left( \frac{5}{2} , \frac{3}{2} \right) (ⅲ) AQ\mathrm{AQ}, BP\mathrm{BP} 가 대각선인 경우 1+02=5+s2\displaystyle \frac{1 + 0}{2} = \frac{5 + s}{2}, 3+t2=1+02\displaystyle \frac{3 + t}{2} = \frac{1 + 0}{2} 에서 s=4s = - 4, t=2t = - 2 두 대각선의 교점은 선분 AQ\mathrm{AQ} 의 중점 (12,12)\displaystyle \left( \frac{1}{2} , \frac{1}{2} \right) 세 경우 모두 네 점 중 어느 세 점도 한 직선 위에 있지 않으므로 평행사변형이 만들어진다. 따라서 구하는 합은 3+52+12=6\displaystyle 3 + \frac{5}{2} + \frac{1}{2} = 6

태그

비슷한 문제 더 보기

← 전체 문제 목록으로