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

IAL 2024 Jan FP1 Q10

A Level / Edexcel / FP1

IAL 2024 Jan Paper · Question 10

题目

Problem

(i) Prove by induction that for nZ+n \in \mathbb{Z}^+

(5141)n=3n1(2n+3n4n32n).\begin{align*} &\,\begin{pmatrix}5&-1\\4&1\end{pmatrix}^n\\ =&\,3^{n-1} \begin{pmatrix}2n+3&-n\\4n&3-2n\end{pmatrix}. \end{align*}
(5)

(ii) Prove by induction that for nZ+n \in \mathbb{Z}^+

f(n)=82n+1+62n1f(n) = 8^{2n + 1} + 6^{2n - 1}

is divisible by 77

(5)
题目中文翻译

(i) 用数学归纳法证明:对于所有正整数 nn

(5141)n=3n1(2n+3n4n32n).\begin{align*} &\,\begin{pmatrix}5&-1\\4&1\end{pmatrix}^n\\ =&\,3^{n-1} \begin{pmatrix}2n+3&-n\\4n&3-2n\end{pmatrix}. \end{align*}

(ii) 用数学归纳法证明:对于所有正整数 nnf(n)=82n+1+62n1f(n) = 8^{2n + 1} + 6^{2n - 1} 能被 77 整除。

解答

(i)

解法一

思路

展开

先验证 n=1n=1。归纳步骤中,假设公式对 n=kn=k 成立,再把该矩阵的 kk 次幂右乘原矩阵。矩阵乘法后,每个元素都能提出因数 3,与外面的 3k13^{k-1} 合并成 3k3^k

答题过程

展开

Let

A=(5141).\mathbf A=\begin{pmatrix}5&-1\\4&1\end{pmatrix}.

For n=1n=1,

311(2(1)+314(1)32(1))=(5141)=A.\begin{align*} &\,3^{1-1} \begin{pmatrix} 2(1)+3&-1\\ 4(1)&3-2(1) \end{pmatrix}\\ =&\, \begin{pmatrix}5&-1\\4&1\end{pmatrix}\\ =&\,\mathbf A. \end{align*}

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

Assume that the result is true for n=kn=k, where kZ+k\in\mathbb Z^+. Thus

Ak=3k1(2k+3k4k32k).\mathbf A^k =3^{k-1} \begin{pmatrix} 2k+3&-k\\ 4k&3-2k \end{pmatrix}.

Then

Ak+1=AkA=3k1(2k+3k4k32k)×(5141)=3k1(6k+153k312k+1236k)=3k(2k+5(k+1)4k+412k)=3k(2(k+1)+3(k+1)4(k+1)32(k+1)).\begin{align*} \mathbf A^{k+1} =&\,\mathbf A^k\mathbf A\\ =&\,3^{k-1} \begin{pmatrix} 2k+3&-k\\ 4k&3-2k \end{pmatrix}\\ &\,\hspace{2pt}\times \begin{pmatrix}5&-1\\4&1\end{pmatrix}\\ =&\,3^{k-1} \begin{pmatrix} 6k+15&-3k-3\\ 12k+12&3-6k \end{pmatrix}\\ =&\,3^k \begin{pmatrix} 2k+5&-(k+1)\\ 4k+4&1-2k \end{pmatrix}\\ =&\,3^k \begin{pmatrix} 2(k+1)+3&-(k+1)\\ 4(k+1)&3-2(k+1) \end{pmatrix}. \end{align*}

This is the required formula for n=k+1n=k+1. Therefore, 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, by mathematical induction,

An=3n1(2n+3n4n32n)\boxed{ \mathbf A^n =3^{n-1} \begin{pmatrix} 2n+3&-n\\ 4n&3-2n \end{pmatrix} }

for all nZ+n\in\mathbb Z^+.

(ii)

解法一

思路

展开

先验证 n=1n=1。归纳步骤中,把 f(k+1)f(k+1) 凑成 64f(k)64f(k) 减去一个含因数 7 的项;利用归纳假设即可证明两部分都能被 7 整除。

答题过程

展开

For n=1n=1,

f(1)=83+6=518=7×74,f(1)=8^3+6=518=7\times74,

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

Assume that the result is true for n=kn=k. Thus

f(k)=82k+1+62k1f(k)=8^{2k+1}+6^{2k-1}

is divisible by 7.

Now,

f(k+1)=82k+3+62k+1=64(82k+1)+36(62k1)=64(82k+1+62k1)28(62k1)=64f(k)28(62k1).\begin{align*} f(k+1) =&\,8^{2k+3}+6^{2k+1}\\ =&\,64\big(8^{2k+1}\big) +36\big(6^{2k-1}\big)\\ =&\,64\big(8^{2k+1}+6^{2k-1}\big) -28\big(6^{2k-1}\big)\\ =&\,64f(k)-28\big(6^{2k-1}\big). \end{align*}

By the induction hypothesis, 64f(k)64f(k) is divisible by 7, and 28(62k1)28\big(6^{2k-1}\big) is divisible by 7. Hence f(k+1)f(k+1) is divisible by 7.

Therefore, 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, by mathematical induction,

7f(n) for all nZ+.\boxed{7\mid f(n)\text{ for all }n\in\mathbb Z^+}.

解法二

思路

展开

官方评分资料也允许改为凑出 36f(k)36f(k)。此时剩下的是 2882k+128\cdot8^{2k+1},同样显然含有因数 7。

答题过程

展开

For n=1n=1,

f(1)=83+6=518=7×74,f(1)=8^3+6=518=7\times74,

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

Assume that f(k)=82k+1+62k1f(k)=8^{2k+1}+6^{2k-1} is divisible by 7. Then

f(k+1)=64(82k+1)+36(62k1)=36(82k+1+62k1)+28(82k+1)=36f(k)+28(82k+1).\begin{align*} f(k+1) =&\,64\big(8^{2k+1}\big) +36\big(6^{2k-1}\big)\\ =&\,36\big(8^{2k+1}+6^{2k-1}\big) +28\big(8^{2k+1}\big)\\ =&\,36f(k)+28\big(8^{2k+1}\big). \end{align*}

Both terms are divisible by 7, so f(k+1)f(k+1) is divisible by 7. Therefore, 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, by mathematical induction,

7f(n) for all nZ+.\boxed{7\mid f(n)\text{ for all }n\in\mathbb Z^+}.