대수수열의 합수능 기출킬러 문제 (22·30번 수준)

가우스기호 로그값들의 합

문제

함수 f(x)=log2(x2+x+1)log2xf ( x ) = \log _{2} ( x ^{2} + x + 1 ) - \log _{2} x에 대하여 [f(1)]+[f(2)]+[f(3)]++[f(1022)][ f ( 1 ) ] + [ f ( 2 ) ] + [ f ( 3 ) ] + \cdots + [ f ( 1022 ) ] 의 값은? (단, [x][ x ]xx보다 크지 않은 최대의 정수이다.) 211+22 ^{11} + 221222 ^{12} - 2212+22 ^{12} + 221322 ^{13} - 2213+22 ^{13} + 2

정답 보기

자료 내려받기

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

해설

f(x)f ( x )=log2(x2+x+1)log2x= \log _{2} ( x ^{2} + x + 1 ) - \log _{2} x=log2x2+x+1x\displaystyle = \log _{2} \frac{x ^{2} + x + 1}{x} =log2(x+1+1x)\displaystyle = \log _{2} \left( x + 1 + \frac{1}{x} \right) 에서 x1x \geq 1일 때 x+1+1x3\displaystyle x + 1 + \frac{1}{x} \geq 3이므로 f(x)=log2(x+1+1x)>1\displaystyle f ( x ) = \log _{2} \left( x + 1 + \frac{1}{x} \right) > 1 따라서 [f(x)]=[log2(x+1+1x)]=k\displaystyle \left[ f ( x ) \right] = \left[ \log _{2} \left( x + 1 + \frac{1}{x} \right) \right] = k(kk는 자연수)라 하면 klog2(x+1+1x)<k+1\displaystyle k \leq \log _{2} \left( x + 1 + \frac{1}{x} \right) < k + 1 2kx+1+1x<2k+1\displaystyle 2 ^{k} \leq x + 1 + \frac{1}{x} < 2 ^{k+1} 2k1x+1x<2k+11\displaystyle \therefore 2 ^{k} - 1 \leq x + \frac{1}{x} < 2 ^{k+1} - 1 k=1k = 1일 때, 1x+1x<3\displaystyle 1 \leq x + \frac{1}{x} < 3이므로 자연수 xx1,21 , 222k=2k = 2일 때, 3x+1x<7\displaystyle 3 \leq x + \frac{1}{x} < 7이므로 자연수 xx3,4,5,63 , 4 , 5 , 644k=3k = 3일 때, 7x+1x<15\displaystyle 7 \leq x + \frac{1}{x} < 15이므로 자연수 xx7,8,,147 , 8 , \cdots , 1488\vdots k=9k = 9일 때, 511x+1x<1023\displaystyle 511 \leq x + \frac{1}{x} < 1023이므로 자연수 xx511,512,,1022511 , 512 , \cdots , 1022512512개 이때, k=[f(x)]k = [ f ( x ) ]이므로 [f(1)]+[f(2)]++[f(1022)][ f ( 1 ) ] + [ f ( 2 ) ] + \cdots + [ f ( 1022 ) ] =1×2+2×22+3×23++9×29= 1 \times 2 + 2 \times 2 ^{2} + 3 \times 2 ^{3} + \cdots + 9 \times 2 ^{9} S=1×2+2×22+3×23++9×29S = 1 \times 2 + 2 \times 2 ^{2} + 3 \times 2 ^{3} + \cdots + 9 \times 2 ^{9} …… ㉠ 이라 하면 2S=2 S =1×22+2×23+3×24++8×29+9×2101 \times 2 ^{2} + 2 \times 2 ^{3} + 3 \times 2 ^{4} + \cdots + 8 \times 2 ^{9} + 9 \times 2 ^{10}…… ㉡ 이므로 \text{㉠} - \text{㉡}을 하면 S=- S =2+22+23++299×2102 + 2 ^{2} + 2 ^{3} + \cdots + 2 ^{9} - 9 \times 2 ^{10}=2(291)219×210\displaystyle = \frac{2 ( 2 ^{9} - 1 )}{2 - 1} - 9 \times 2 ^{10} S\therefore S=2(291)21+9×210\displaystyle = - \frac{2 ( 2 ^{9} - 1 )}{2 - 1} + 9 \times 2 ^{10} =9×210210+2= 9 \times 2 ^{10} - 2 ^{10} + 2 =8×210+2=213+2= 8 \times 2 ^{10} + 2 = 2 ^{13} + 2

태그

비슷한 문제 더 보기

← 전체 문제 목록으로