1. What is Mathematical Induction?
Mathematical Induction is a method of proof used to establish that a statement \(P(n)\) is true for all natural numbers \(n\) (or for all \(n \geq n_0\)). It is analogous to a domino effect: if the first domino falls and every falling domino knocks the next one, then all dominoes will fall.
2. Principle of Mathematical Induction (PMI)
Let \(P(n)\) be a statement involving a natural number \(n\). If:
1. Base Step: \(P(1)\) (or \(P(n_0)\)) is true, AND
2. Inductive Step: Whenever \(P(k)\) is true for some \(k \in \mathbb{N}\), then \(P(k+1)\) is also true
Then \(P(n)\) is true for all \(n \in \mathbb{N}\). The assumption "\(P(k)\) is true" is called the Inductive Hypothesis (I.H.).
3. Steps to Apply PMI โ The 4-Step Method
Write the Statement
Let \(P(n)\) be the statement to prove.
Base Case โ Verify \(P(1)\)
Substitute \(n=1\); verify LHS = RHS. Write: "P(1) is true."
Inductive Hypothesis โ Assume \(P(k)\)
Write: "Assume \(P(k)\) is true, i.e., [statement with \(n\) replaced by \(k\)]."
Inductive Step โ Prove \(P(k+1)\)
Using I.H., prove \(P(k+1)\) is true. Then conclude by PMI.
4. Strong (Second) Mathematical Induction
Base Step: Verify \(P(n_0)\) (sometimes multiple base cases).
Inductive Step: Assume \(P(m)\) true for all \(m\) with \(n_0 \leq m \leq k\), then prove \(P(k+1)\).
When to use: When \(P(k+1)\) requires earlier cases too. Example: Fibonacci: \(a_n = a_{n-1} + a_{n-2}\).
5. Common Mistakes to Avoid
- Forgetting the base case โ Always verify \(P(1)\) first.
- Circular reasoning โ Do NOT assume \(P(k+1)\) to prove \(P(k)\).
- Wrong inductive step โ Must show \(P(k) \Rightarrow P(k+1)\).
- Wrong base case โ If statement starts at \(n=2\), verify \(P(2)\).
- Not using I.H. โ I.H. must be explicitly used in Step 4.
6. Standard Summation Formulas (Must Memorise)
7. AP & GP Formulas
Arithmetic Progression (AP)
\(T_n = a + (n-1)d\)
\(S_n = \dfrac{n}{2}[2a+(n-1)d] = \dfrac{n}{2}(a+l)\)
Geometric Progression (GP)
\(T_n = ar^{n-1}\)
\(S_n = \dfrac{a(r^n-1)}{r-1}\), \quad S_\infty = \dfrac{a}{1-r}\) \((|r|<1)\)
8. Algebraic Identities Used in Induction
9. Partial Fractions โ Telescoping Method
\(\dfrac{1}{(a+(r-1)d)\cdot(a+rd)} = \dfrac{1}{d}\left(\dfrac{1}{a+(r-1)d} - \dfrac{1}{a+rd}\right)\)
After telescoping: \(\displaystyle S_n = \frac{1}{d}\left(\frac{1}{a_1} - \frac{1}{a_{n+1}}\right)\)
\(\sum r = \frac{n(n+1)}{2}\)
\(\sum r^2 = \frac{n(n+1)(2n+1)}{6}\)
\(\sum r^3 = \left[\frac{n(n+1)}{2}\right]^2\)
\(\sum r(r+1) = \frac{n(n+1)(n+2)}{3}\)
\(\sum r(r+1)(r+2) = \frac{n(n+1)(n+2)(n+3)}{4}\)
\(4^n+15n-1 \equiv 0 \pmod{9}\)
\(3^{2n}-1 \equiv 0 \pmod{8}\)
\(3^{2n+2}-8n-9 \equiv 0 \pmod{64}\)
\(2^{2n+1}+3^{2n+1} \equiv 0 \pmod{5}\)
\(3(5^{2n+1})+2^{3n+1} \equiv 0 \pmod{17}\)
\(49^n+16^n-1 \equiv 0 \pmod{64}\)
\(81^n+20^n-1 \equiv 0 \pmod{100}\)
โญ EAPCET High-Yield Tips
36 Topic-wise Practice Questions
AP/TG EAPCET 2021โ2025 ยท Previous Year Questions
Shift-I