mathematical induction3.3

2009-10-07 4:59 am
Sn = 1+2+3+…+(n-1)+n+(n-1)+…+3+2+1, where n is a positive integer.

(a) Find the values of the following terms.

(1) S1
(2) S2
(3) S3

(b) Deduce a formula for evaluating Sn, and prove that the formula is true for all positive integers n by mathematical induction.

回答 (2)

2009-10-07 5:07 am
✔ 最佳答案
(a) (1) S1 = 1
(2) S2 = 1 + 2 + 1 = 4
(3) S3 = 1 + 2 + 3 + 2 + 1 = 9
(b) Sn may be equal to n^2
Let P(n) be the proposition that Sn = n^2 for all positive integers n
P(1) is true as S1 = 1
Assume P(k) is true, i.e. Sk = 1 + 2 + 3 + ... + (k - 1) + k + (k - 1) + ... + 3 + 2 + 1 = k^2
Sk+1 = 1 + 2 + 3 + ... + (k - 1) + k + (k + 1) + k + (k - 1) + ... + 3 + 2 + 1
= Sk + 2k + 1
= k^2 + 2k + 1
= (k + 1)^2
=> P(k + 1) is also true.
Hence by the principle of MI, P(n) is true for all positive integers n.
2009-10-07 5:08 am
1. S1 = 1

S2 = 1 + 2 + 1 = 4

S3 = 1 + 2 + 3 + 2 + 1 = 9

b. The formula of Sn = n2

2009-10-06 21:08:23 補充:
Let P(n) be the statement, that

Sn = n2, for all positive integers n

When n = 1, the answer is trivial.

P(1) is true.

Assume P(k) is true for n = k

Sk = k2

2009-10-06 21:08:27 補充:
When n = k + 1

Sk+1 = 1 + 2 + ... + k + (k + 1) + k + ... + 2 + 1

= k + (k + 1) + [1 + 2 + ... + (k - 1) + k + (k - 1) + ... + 2 + 1]

= 2k + 1 + Sk

= 2k + 1 + k2

= (k + 1)2

By the Principle of M.I., P(n) is true for all positive integers n.


收錄日期: 2021-04-13 16:52:59
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20091006000051KK01375

檢視 Wayback Machine 備份