Processing Math: Done
To print higher-resolution math symbols, click the
Hi-Res Fonts for Printing button on the jsMath control panel.

jsMath
發新話題
打印

107台中一中段考題

107台中一中段考題

n為自然數,Sn=23121+34222+45323++n2n(n+1)(n+2)Tn=2+22+23++2n,試求滿足(n+2)SnTn86之最小自然數n=   

答案是87,求計算過程,主要問題是在Sn的通項。

TOP

利用 bugmerns 老師筆記裡所傳授的 "裂項相消" 技巧,考慮一般項

(n-1)* 2ⁿ⁻¹ / n*(n+1) = 2ⁿ /(n+1) - 2ⁿ⁻¹ /n

相加對消後得

Sn = 2ⁿ⁺¹ /(n+2) - 1

|(n+2)*Sn - Tn| = |-n| = n

所求 = 87

TOP

感謝你

TOP

發新話題