go to jove.com

HIGH SCHOOL

Mathematics

Concept Videos

Math Fundamentals

This is a free preview. For full access

Introduction to Sequences and Series

Proving Number Patterns with Induction

Description

Mathematical induction is a proof method for statements about natural numbers. It is often used to test whether a pattern really works for every number in a sequence. A common example is the sum of the first n natural numbers, where the formula seems to hold as more terms are added.

The proof beg...

Transcript

数学归纳法是一种用于证明对所有自然数成立的命题真实性的方法。例如,在多米诺效应中,如果第一个骨牌倒下,并且每一个骨牌都能推倒下一个,那么整排骨牌都将依次倒下。

再考虑另一个每天存硬币的例子:第一天存1个25美分硬币,第二天存2个,第三天存3个,依此类推,持续 n 天。所存硬币的总数构成一个包含前 n 个自然数的数列。该数列的和遵循一个简单的规律,计算结果等于 n 乘以 n 加 1 再除以 2。

数学归纳法通过验证基础情况和归纳步骤,证明该模式对所有自然数成立。

对于第一个数,即基础情况,实际的求和结果与规则得出的结果一致,从而验证了基础情况。

接着假设该规则对任意数 k 均成立。这构成了归纳步骤...