Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2021 June FP1 Q8

A Level / Edexcel / FP1

IAL 2021 June Paper · Question 8

题目

Problem

8. Prove by induction that 4n+2+52n+14^{n+2} + 5^{2n+1} is divisible by 2121 for all positive integers nn.

(6)
题目中文翻译
  1. 用数学归纳法证明 4n+2+52n+14^{n+2} + 5^{2n+1} 对所有正整数 nn 都能被 2121 整除。

解答

解法一

思路

展开

f(n)=4n+2+52n+1f(n)=4^{n+2}+5^{2n+1}。先验证 n=1n=1 时可被 2121 整除;再假设 f(k)f(k) 可被 2121 整除,把 f(k+1)f(k+1) 改写成 4f(k)4f(k) 加上一个显然含因子 2121 的项。

答题过程

展开

Let

f(n)=4n+2+52n+1.f(n)=4^{n+2}+5^{2n+1}.

For n=1n=1,

f(1)=43+53=189=9×21.f(1)=4^3+5^3=189=9\times21.

Thus the result is true for n=1n=1.

Assume that the result is true for n=kn=k, where kk is a positive integer. Thus f(k)f(k) is divisible by 2121.

Now

f(k+1)=4k+3+52k+3=44k+2+2552k+1=4(4k+2+52k+1)+2152k+1=4f(k)+2152k+1.\begin{align*} f(k+1) =&\,4^{k+3}+5^{2k+3}\\ =&\,4\cdot4^{k+2}\\ &\,\hspace{2pt}+25\cdot5^{2k+1}\\ =&\,4\big(4^{k+2}+5^{2k+1}\big)\\ &\,\hspace{2pt}+21\cdot5^{2k+1}\\ =&\,4f(k)+21\cdot5^{2k+1}. \end{align*}

By the induction hypothesis, 4f(k)4f(k) is divisible by 2121, and 2152k+121\cdot5^{2k+1} is also divisible by 2121. Therefore, f(k+1)f(k+1) is divisible by 2121.

Hence, if the result is true for n=kn=k, it is true for n=k+1n=k+1. Since it is true for n=1n=1, 4n+2+52n+14^{n+2}+5^{2n+1} is divisible by 2121 for all positive integers nn, by mathematical induction.