✔ 最佳答案
(1) Let P(n) be the proposition
“2+5+8+.....+(3n-1)=n (3n+1)/2”.
When n = 1,
L.H.S. = 3 – 1 = 2
R.H.S. = (1)(3+1)/2 = 2 = L.H.S. So P (1) is true.
Assume P(k) is true for some positive integers k, i.e.
2+5+8+.....+(3k-1)=k(3k+1)/2
When n = k+1,
L.H.S. = 2+5+8+…+(3k-1)+(3k+3-1)
= k(3k+1)/2 +(3k+2)
= [k(3k+1)+2(3k+2)]/2
= (3k2 + k + 6k + 4 )/2
= (3k+4)(k+1)/2
R.H.S. = (k+1)(3k+3+1)/2
= (k+1)(3k+4)/2
=L.H.S. So P ( k + 1 ) is true.
By the principle of mathematical induction, P(n) is true for all positive integers n.
(2) Let P(n) be the proposition
“3+32+33+.....+3n=3(3n-1)/2”.
When n = 1,
L.H.S. = 31 = 3
R.H.S. = 3(31 – 1 )/2 = 3 = L.H.S. So P (1) is true.
Assume P(k) is true for some positive integers k, i.e.
3+32+33+.....+3k=3(3k-1)/2
When n = k + 1,
L.H.S. = 3+32+33+.....+3k+3k+1
=3(3k-1)/2 + 3k+1
= [3(3k-1)+2(3k+1)] / 2
= [3k+1 – 3 + 2(3k+1)] / 2
= 3[3k+1-1]/2
R.H.S. = 3(3k+1-1)/2
=L.H.S. So P ( k + 1 ) is true.
By the principle of mathematical induction, P(n) is true for all positive integers n.