1/15
Vocabulary and formula flashcards covering Chapter 11 solutions on mathematical induction, series summation formulas, divisibility proofs, and inequalities.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Mathematical Induction
A formal method of mathematical proof used to demonstrate that a statement P(n) is true for all natural numbers n, consisting of a base step, an inductive assumption, and an inductive step.
Base Step
The initial step in a proof by induction that verifies the proposition P(n) is true for the starting value (usually n=1 or another given initial value).
Inductive Assumption
The step in a proof by induction where the statement P(k) is assumed to be true for an arbitrary positive integer k.
Inductive Step
The step in a proof by induction where it is proved algebraically that if the proposition P(k) holds, then P(k+1) must also be true.
Summation Notation
A concise mathematical notation using the upper-case Greek letter sigma (∑) to denote the sum of a sequence of terms.
Constant Multiple Rule for Summation
An algebraic property stating that a constant factor can be factored outside of a summation: ∑r=mnc×ar=c∑r=mnar.
Sum of First n Natural Numbers
The formula for the sum of consecutive integers from 1 to n, given by ∑r=1nr=1+2+3+⋯+n=2n(n+1).
Sum of First n Odd Numbers
The identity stating that the sum of the first n positive odd integers equals n2: 1+3+5+⋯+(2n−1)=n2.
Sum of First n Even Numbers
The identity stating that the sum of the first n positive even integers equals n2+n: 2+4+6+⋯+2n=n2+n.
Sum of Geometric Series
The closed-form formula for the sum of the first n terms of a geometric sequence: a+ar+ar2+⋯+arn−1=1−ra(1−rn) where r=1.
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.
Divisibility Proof by Induction
A technique using mathematical induction to prove an expression f(n) is divisible by an integer d by writing f(k+1) as a multiple of d plus a multiple of f(k).
Bernoulli's Inequality
The fundamental inequality stating that for any real number x>−1 (or x≥0) and natural number n∈N, (1+x)n≥1+nx.
Sum of Squares of First n Odd Integers
The sum formula for odd squares: 12+32+⋯+(2n−1)2=3n(4n2−1).
Sum of Squares of First n Even Integers
The sum formula for even squares: 22+42+⋯+(2n)2=32n(2n2+3n+1).
Combined Square Series Sum
The total sum of all consecutive squares from 12 up to (2n)2, computed by adding odd and even square sums: ∑r=12nr2=3n(8n2+6n+1).