Active Maths 4 Chapter 11: Proof by Induction and Series Solutions

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Vocabulary and formula flashcards covering Chapter 11 solutions on mathematical induction, series summation formulas, divisibility proofs, and inequalities.

Last updated 10:40 PM on 9/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Mathematical Induction

A formal method of mathematical proof used to demonstrate that a statement P(n)P(n) is true for all natural numbers nn, consisting of a base step, an inductive assumption, and an inductive step.

2
New cards

Base Step

The initial step in a proof by induction that verifies the proposition P(n)P(n) is true for the starting value (usually n=1n = 1 or another given initial value).

3
New cards

Inductive Assumption

The step in a proof by induction where the statement P(k)P(k) is assumed to be true for an arbitrary positive integer kk.

4
New cards

Inductive Step

The step in a proof by induction where it is proved algebraically that if the proposition P(k)P(k) holds, then P(k+1)P(k + 1) must also be true.

5
New cards

Summation Notation

A concise mathematical notation using the upper-case Greek letter sigma (\sum) to denote the sum of a sequence of terms.

6
New cards

Constant Multiple Rule for Summation

An algebraic property stating that a constant factor can be factored outside of a summation: r=mnc×ar=cr=mnar\sum_{r=m}^{n} c \times a_r = c \sum_{r=m}^{n} a_r.

7
New cards

Sum of First nn Natural Numbers

The formula for the sum of consecutive integers from 11 to nn, given by r=1nr=1+2+3++n=n(n+1)2\sum_{r=1}^{n} r = 1 + 2 + 3 + \dots + n = \frac{n(n + 1)}{2}.

8
New cards

Sum of First nn Odd Numbers

The identity stating that the sum of the first nn positive odd integers equals n2n^2: 1+3+5++(2n1)=n21 + 3 + 5 + \dots + (2n - 1) = n^2.

9
New cards

Sum of First nn Even Numbers

The identity stating that the sum of the first nn positive even integers equals n2+nn^2 + n: 2+4+6++2n=n2+n2 + 4 + 6 + \dots + 2n = n^2 + n.

10
New cards

Sum of Geometric Series

The closed-form formula for the sum of the first nn terms of a geometric sequence: a+ar+ar2++arn1=a(1rn)1ra + ar + ar^2 + \dots + ar^{n - 1} = \frac{a(1 - r^n)}{1 - r} where r1r \neq 1.

11
New cards

Factorial Series Sum

The identity for the sum of products of an index and its factorial: r=1nr(r!)=(1)(1!)+2(2!)++n(n!)=(n+1)!1\sum_{r=1}^{n} r(r!) = (1)(1!) + 2(2!) + \dots + n(n!) = (n + 1)! - 1.

12
New cards

Divisibility Proof by Induction

A technique using mathematical induction to prove an expression f(n)f(n) is divisible by an integer dd by writing f(k+1)f(k + 1) as a multiple of dd plus a multiple of f(k)f(k).

13
New cards

Bernoulli's Inequality

The fundamental inequality stating that for any real number x>1x > -1 (or x0x \ge 0) and natural number nNn \in \mathbb{N}, (1+x)n1+nx(1 + x)^n \ge 1 + nx.

14
New cards

Sum of Squares of First nn Odd Integers

The sum formula for odd squares: 12+32++(2n1)2=n3(4n21)1^2 + 3^2 + \dots + (2n - 1)^2 = \frac{n}{3}(4n^2 - 1).

15
New cards

Sum of Squares of First nn Even Integers

The sum formula for even squares: 22+42++(2n)2=2n3(2n2+3n+1)2^2 + 4^2 + \dots + (2n)^2 = \frac{2n}{3}(2n^2 + 3n + 1).

16
New cards

Combined Square Series Sum

The total sum of all consecutive squares from 121^2 up to (2n)2(2n)^2, computed by adding odd and even square sums: r=12nr2=n3(8n2+6n+1)\sum_{r=1}^{2n} r^2 = \frac{n}{3}(8n^2 + 6n + 1).