Aimathic
Login | English | Deutsch

Free Math Worksheets

Build your own math worksheets from 21,000 problems for grades 3 to 12, from fractions to calculus. Every problem includes step-by-step solutions.

Mathematical induction

Click problems to add them to your worksheet.

53792712
A student investigates the claim \(1+3+5+\cdots+(2n-1)=n^2\) for \(n\ge1\). She obtains: <table><tr><th>\(n\)</th><th>left side</th><th>right side</th></tr><tr><td>\(1\)</td><td>\(1\)</td><td>\(1\)</td></tr><tr><td>\(2\)</td><td>\(4\)</td><td>\(4\)</td></tr><tr><td>\(3\)</td><td>\(9\)</td><td>\(9\)</td></tr><tr><td>\(4\)</td><td>\(16\)</td><td>\(16\)</td></tr><tr><td>\(5\)</td><td>\(25\)</td><td>\(25\)</td></tr></table> Explain why this is not yet a proof for every \(n\ge1\), and state the two additional steps needed for a proof by mathematical induction.

Hints

- Consider what finitely many examples can establish about infinitely many cases. - Separate verification of the first case from the transition to the next case.

Solution

1. The five calculations verify the claim for only five values. A finite collection of examples does not prove a statement for every positive integer. 2. The base case must verify the claim for the first allowed value. 3. For the inductive step, assume for an arbitrary \(k\ge1\) that \(1+3+\cdots+(2k-1)=k^2\), and use that assumption to prove \(1+3+\cdots+(2k+1)=(k+1)^2\).

Answer

The table provides only examples. A proof also needs a valid base case and a general inductive step from \(k\) to \(k+1\).
53792912
A supposed induction proof says, “Assume the claim is already true for \(k+1\). Therefore, the claim is true for \(k+1\).” Identify the error and state the correct inductive hypothesis.

Hints

- Check whether the argument assumes what it is trying to prove. - Distinguish carefully between the current index and the next index.

Solution

1. The proof assumes the very statement for \(k+1\) that it is supposed to prove. This is circular reasoning. 2. The correct inductive hypothesis assumes only that the claim is true for an arbitrary \(k\). 3. That assumption must then be used to prove the claim for \(k+1\).

Answer

The argument is circular. The inductive hypothesis must assume the statement for \(k\), not for \(k+1\).
53793312
For an induction proof of the statement “\(n(n+1)\) is even for every integer \(n\ge0\),” three possible inductive hypotheses are proposed: A: \(k(k+1)\) is even. B: \((k+1)(k+2)\) is even. C: \(k\) is even. Choose the appropriate hypothesis and complete the inductive step.

Hints

- The hypothesis should be the same statement with a fixed index. - Express the next case as the previous case plus an additional term.

Solution

1. Hypothesis A is appropriate because it is the original statement at the index \(k\). 2. Assume \(k(k+1)\) is even for an arbitrary \(k\ge0\). 3. Rewrite the next case: \((k+1)(k+2)=k(k+1)+2(k+1)\). 4. The first term is even by the inductive hypothesis, and the second term is a multiple of \(2\). Therefore, \((k+1)(k+2)\) is even.

Answer

A is correct. Since \((k+1)(k+2)=k(k+1)+2(k+1)\), the next expression is even.
53793412
A statement is given for \(n>1\): \(2+3+\cdots+n=\frac{n(n+1)}{2}-1\). A student begins an induction proof with \(n=1\). Explain why that base case does not match the stated domain, and give the correct base case.

Hints

- Identify the first value for which the statement is supposed to hold. - Substitute that smallest allowed value into both sides.

Solution

1. The statement is defined only for \(n>1\), so checking \(n=1\) does not verify a value in the stated domain. 2. The smallest integer satisfying \(n>1\) is \(n=2\). 3. For \(n=2\), the left side is \(2\), and the right side is \(\frac{2\cdot3}{2}-1=2\). Thus, the correct base case is valid.

Answer

The base case must be \(n=2\); both sides equal \(2\).
53793912
A supposed proof claims that every natural number equals its successor. It says that if \(k=k+1\), then adding \(1\) gives \(k+1=k+2\). What is wrong with the induction argument?

Hints

- Check the two required parts of an induction proof separately. - Ask whether the first statement in the proposed chain is true.

Solution

1. The transition from \(k\) to \(k+1\) would be algebraically valid if the hypothesis \(k=k+1\) were true. 2. However, there is no valid base case. For example, \(1=2\) is false. 3. Without a true base case, the inductive step cannot establish any chain of true statements.

Answer

The base case is missing and cannot be true. A valid inductive step alone proves nothing without a true starting case.
53801412
For the sequence defined by \(a_1=3\) and \(a_{n+1}=2a_n-1\), a student is trying to prove that \(a_n=2^n+1\). In the inductive step, the student writes only, “From \(a_k=2^k+1\), it follows that \(a_{k+1}=2^{k+1}+1\).” Supply the missing calculation.

Hints

- Use the recursive definition first and the inductive hypothesis second. - Each equality should have a clear justification.

Solution

1. Assume the inductive hypothesis \(a_k=2^k+1\) for an arbitrary integer \(k\ge1\). 2. First use the recurrence, and then substitute the inductive hypothesis: \(a_{k+1}=2a_k-1=2(2^k+1)-1=2^{k+1}+1\). 3. This justifies the inductive step. The base case also holds because \(a_1=3=2^1+1\).

Answer

The missing calculation is \(a_{k+1}=2a_k-1=2(2^k+1)-1=2^{k+1}+1\).
53792812
Use mathematical induction to prove that for every integer \(n\ge1\), \(2+4+6+\cdots+2n=n(n+1)\).

Hints

- Verify the smallest allowed value first. - Compare the sums for two consecutive values of \(n\).

Solution

1. Base case: For \(n=1\), \(2=1\cdot2\), so the statement is true. 2. Inductive hypothesis: Assume that \(2+4+\cdots+2k=k(k+1)\) for an arbitrary \(k\ge1\). 3. Inductive step: Add the next term, \(2(k+1)\): \(2+4+\cdots+2k+2(k+1)=k(k+1)+2(k+1)=(k+1)(k+2)\). 4. Therefore, the formula holds for \(k+1\), and by induction it holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(2+4+\cdots+2n=n(n+1)\).
53793012
Find the smallest starting value \(n_0\in\{0, 1, 2, 3\}\) for which mathematical induction proves \(2^n\ge n+1\) for every integer \(n\ge n_0\). Complete the proof.

Hints

- Test the listed starting values in order. - Compare how the two sides change when the index increases by \(1\).

Solution

1. Base case: For \(n=0\), \(2^0=1=0+1\). Therefore, \(n_0=0\) works and is the smallest listed value. 2. Inductive hypothesis: Assume \(2^k\ge k+1\) for an arbitrary \(k\ge0\). 3. Inductive step: \(2^{k+1}=2\cdot2^k\ge2(k+1)=2k+2\ge k+2\) because \(k\ge0\). 4. Therefore, \(2^n\ge n+1\) for every integer \(n\ge0\).

Answer

\(n_0=0\); the inequality holds for every integer \(n\ge0\).
53793112
Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}(3j-1)=\frac{n(3n+1)}{2}\).

Hints

- Isolate the single new term added at the next index. - Combine the resulting expressions over a common denominator.

Solution

1. Base case: For \(n=1\), the left side is \(2\), and the right side is \(\frac{1\cdot4}{2}=2\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}(3j-1)=\frac{k(3k+1)}{2}\) for an arbitrary \(k\ge1\). 3. Add the next term: \(\sum_{j=1}^{k+1}(3j-1)=\frac{k(3k+1)}{2}+3(k+1)-1\). 4. Simplifying gives \(\frac{k(3k+1)+6k+4}{2}=\frac{(k+1)(3k+4)}{2}\), which is the stated formula with \(k+1\) in place of \(n\). 5. Therefore, the identity holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}(3j-1)=\frac{n(3n+1)}{2}\).
53793512
Use mathematical induction to prove that \(7^n-1\) is divisible by \(6\) for every integer \(n\ge1\).

Hints

- Rewrite the expression with exponent \(k+1\) using the expression with exponent \(k\). - Separate it into a term covered by the hypothesis and an obviously divisible term.

Solution

1. Base case: For \(n=1\), \(7^1-1=6\), which is divisible by \(6\). 2. Inductive hypothesis: Assume \(7^k-1\) is divisible by \(6\) for an arbitrary \(k\ge1\). 3. Rewrite the next case: \(7^{k+1}-1=7(7^k-1)+6\). 4. The first term is divisible by \(6\) by the inductive hypothesis, and the second term is divisible by \(6\). Therefore, \(7^{k+1}-1\) is divisible by \(6\). 5. The statement follows by induction.

Answer

For every integer \(n\ge1\), \(6\mid(7^n-1)\).
53793612
Use mathematical induction to prove that for every integer \(n\ge0\), \(\sum_{j=0}^{n}(4j+1)=(n+1)(2n+1)\).

Hints

- Pay attention to the base case at \(0\). - Isolate the new term added when the upper limit increases by \(1\).

Solution

1. Base case: For \(n=0\), the left side is \(1\), and the right side is \((0+1)(2\cdot0+1)=1\). 2. Inductive hypothesis: Assume \(\sum_{j=0}^{k}(4j+1)=(k+1)(2k+1)\) for an arbitrary \(k\ge0\). 3. The next sum adds \(4(k+1)+1=4k+5\). 4. Therefore, \(\sum_{j=0}^{k+1}(4j+1)=(k+1)(2k+1)+4k+5=(k+2)(2k+3)\), which is the required formula for \(k+1\). 5. The identity holds for every \(n\ge0\).

Answer

For every integer \(n\ge0\), \(\sum_{j=0}^{n}(4j+1)=(n+1)(2n+1)\).
53793712
The sequence is defined by \(a_1=4\) and \(a_{n+1}=a_n+3\). Use mathematical induction to prove the explicit formula \(a_n=3n+1\).

Hints

- Compare the recursive increase with the change in the proposed formula. - First check that the formula matches the initial value.

Solution

1. Base case: For \(n=1\), \(a_1=4=3\cdot1+1\). 2. Inductive hypothesis: Assume \(a_k=3k+1\) for an arbitrary \(k\ge1\). 3. Then \(a_{k+1}=a_k+3=3k+1+3=3(k+1)+1\). 4. Therefore, the formula holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(a_n=3n+1\).
53793812
The values of \(n^2+n+41\) are prime for \(n=0, 1, \ldots, 39\). Explain why this does not prove a general statement, and disprove the claim “\(n^2+n+41\) is prime for every integer \(n\ge0\)” by giving a suitable value of \(n\).

Hints

- Look for a value that makes the expression visibly factorable. - One counterexample is enough to disprove a universal statement.

Solution

1. Checking finitely many values cannot prove a statement about every nonnegative integer. 2. For \(n=41\), \(n^2+n+41=41^2+41+41=41\cdot(41+2)=41\cdot43\). 3. This value is composite, so the universal claim is false.

Answer

The claim is false. At \(n=41\), the expression equals \(41\cdot43\), which is not prime.
53794012
Use mathematical induction to prove that for every integer \(n\ge1\), \(1+3+5+\cdots+(2n-1)=n^2\).

Hints

- Compare two consecutive perfect squares. - Identify the new odd term added at the next index.

Solution

1. Base case: For \(n=1\), \(1=1^2\). 2. Inductive hypothesis: Assume \(1+3+\cdots+(2k-1)=k^2\) for an arbitrary \(k\ge1\). 3. Add the next odd number, \(2k+1\): \(1+3+\cdots+(2k-1)+(2k+1)=k^2+2k+1=(k+1)^2\). 4. Therefore, the identity holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(1+3+5+\cdots+(2n-1)=n^2\).
53794412
Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}j(j+1)=\frac{n(n+1)(n+2)}{3}\).

Hints

- Factor common terms before fully expanding. - The new summand already contains factors from the target expression.

Solution

1. Base case: For \(n=1\), \(1\cdot2=\frac{1\cdot2\cdot3}{3}\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}j(j+1)=\frac{k(k+1)(k+2)}{3}\) for an arbitrary \(k\ge1\). 3. Add the next term: \(\sum_{j=1}^{k+1}j(j+1)=\frac{k(k+1)(k+2)}{3}+(k+1)(k+2)\). 4. Factor to obtain \(\frac{(k+1)(k+2)(k+3)}{3}\), which is the formula for \(k+1\). 5. Therefore, the identity holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}j(j+1)=\frac{n(n+1)(n+2)}{3}\).
53794812
Use mathematical induction to prove that for every integer \(n\ge1\), \(2+6+18+\cdots+2\cdot3^{n-1}=3^n-1\).

Hints

- Identify the next term by its exponent. - Combine powers with the same base as soon as possible.

Solution

1. Base case: For \(n=1\), \(2=3-1\). 2. Inductive hypothesis: Assume \(2+6+\cdots+2\cdot3^{k-1}=3^k-1\) for an arbitrary \(k\ge1\). 3. Add the next term \(2\cdot3^k\): \(3^k-1+2\cdot3^k=3\cdot3^k-1=3^{k+1}-1\). 4. Therefore, the formula holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(2+6+\cdots+2\cdot3^{n-1}=3^n-1\).
53795112
Use mathematical induction to prove that for every integer \(n\ge1\), \(\prod_{j=1}^{n}\left(1+\frac{1}{j}\right)=n+1\).

Hints

- Rewrite the new factor as a fraction. - Look for factors that cancel in the inductive step.

Solution

1. Base case: For \(n=1\), the product is \(1+\frac{1}{1}=2\), which equals \(1+1\). 2. Inductive hypothesis: Assume \(\prod_{j=1}^{k}\left(1+\frac{1}{j}\right)=k+1\) for an arbitrary integer \(k\ge1\). 3. The next factor is \(1+\frac{1}{k+1}=\frac{k+2}{k+1}\). Therefore, \(\prod_{j=1}^{k+1}\left(1+\frac{1}{j}\right)=(k+1)\cdot\frac{k+2}{k+1}=k+2\). 4. This is the formula for \(k+1\), so the identity holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\prod_{j=1}^{n}\left(1+\frac{1}{j}\right)=n+1\).
53796012
Use mathematical induction to prove that for every integer \(n\ge1\), \(\prod_{j=1}^{n}2^{2j-1}=2^{n^2}\).

Hints

- When multiplying powers with the same base, add the exponents. - Compare consecutive perfect squares.

Solution

1. Base case: For \(n=1\), \(2^1=2^{1^2}\). 2. Inductive hypothesis: Assume \(\prod_{j=1}^{k}2^{2j-1}=2^{k^2}\) for an arbitrary integer \(k\ge1\). 3. Multiply by the next factor \(2^{2(k+1)-1}=2^{2k+1}\): \(2^{k^2}\cdot2^{2k+1}=2^{k^2+2k+1}=2^{(k+1)^2}\). 4. Therefore, the identity holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\prod_{j=1}^{n}2^{2j-1}=2^{n^2}\).
53796712
Use mathematical induction to prove that \(n^3-n\) is divisible by \(6\) for every integer \(n\ge0\).

Hints

- Rewrite the expression for the next integer so that the previous expression appears. - Use a basic property of two consecutive integers.

Solution

1. Base case: For \(n=0\), \(n^3-n=0\), which is divisible by \(6\). 2. Inductive hypothesis: Assume \(k^3-k\) is divisible by \(6\) for an arbitrary integer \(k\ge0\). 3. For the next integer, \((k+1)^3-(k+1)=(k^3-k)+3k(k+1)\). 4. The first term is divisible by \(6\) by the inductive hypothesis. Because one of the consecutive integers \(k\) and \(k+1\) is even, \(k(k+1)\) is even, so \(3k(k+1)\) is also divisible by \(6\). 5. Therefore, \((k+1)^3-(k+1)\) is divisible by \(6\), and the statement holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(6\mid(n^3-n)\).
53796912
Use mathematical induction to prove that \(2^{3n}-1\) is divisible by \(7\) for every integer \(n\ge0\).

Hints

- Determine the factor by which the power changes when the index increases by \(1\). - Rewrite the new expression using the previous one plus a constant remainder.

Solution

1. Base case: For \(n=0\), \(2^{3n}-1=0\), which is divisible by \(7\). 2. Inductive hypothesis: Assume \(2^{3k}-1\) is divisible by \(7\) for an arbitrary integer \(k\ge0\). 3. For the next integer, \(2^{3(k+1)}-1=8\cdot2^{3k}-1=8(2^{3k}-1)+7\). 4. Both terms on the right are divisible by \(7\). Therefore, \(2^{3(k+1)}-1\) is divisible by \(7\). 5. The statement holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(7\mid(2^{3n}-1)\).
53797112
Use mathematical induction to prove that \(4^n+2\) is divisible by \(3\) for every integer \(n\ge0\).

Hints

- Express the new quantity as a multiple of the previous one plus or minus a remainder. - Check whether that remainder has the required divisibility.

Solution

1. Base case: For \(n=0\), \(4^0+2=3\), which is divisible by \(3\). 2. Inductive hypothesis: Assume \(4^k+2\) is divisible by \(3\) for an arbitrary integer \(k\ge0\). 3. For the next integer, \(4^{k+1}+2=4(4^k+2)-6\). 4. Both terms on the right are divisible by \(3\), so \(4^{k+1}+2\) is divisible by \(3\). 5. Therefore, the statement holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(3\mid(4^n+2)\).
53797812
Use mathematical induction to prove that \(2n^3+3n^2+n\) is divisible by \(6\) for every integer \(n\ge0\).

Hints

- Compute the difference between the expressions at consecutive integers. - Look for a common factor in every term of that difference.

Solution

1. Base case: For \(n=0\), the expression equals \(0\), which is divisible by \(6\). 2. Inductive hypothesis: Assume \(2k^3+3k^2+k\) is divisible by \(6\) for an arbitrary integer \(k\ge0\). 3. The difference between the expression at \(k+1\) and the expression at \(k\) is \(2(k+1)^3+3(k+1)^2+(k+1)-(2k^3+3k^2+k)=6(k+1)^2\). 4. This difference is divisible by \(6\). Since the expression at \(k\) is divisible by \(6\), the expression at \(k+1\) is also divisible by \(6\). 5. Therefore, the statement holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(6\mid(2n^3+3n^2+n)\).
53797912
Find \(c\in\{0, 1, 2, 3\}\) so that \(5^n+c\) is divisible by \(4\) for every integer \(n\ge0\). Then prove your result by mathematical induction.

Hints

- The first allowed value of the index strongly restricts \(c\). - Then rewrite the expression for the next index using the previous one.

Solution

1. At \(n=0\), \(1+c\) must be divisible by \(4\). Among the given choices, this requires \(c=3\). 2. Base case: For \(n=0\), \(5^0+3=4\), which is divisible by \(4\). 3. Inductive hypothesis: Assume \(5^k+3\) is divisible by \(4\) for an arbitrary integer \(k\ge0\). 4. For the next integer, \(5^{k+1}+3=5(5^k+3)-12\). 5. Both terms on the right are divisible by \(4\), so \(5^{k+1}+3\) is divisible by \(4\). 6. Therefore, \(4\mid(5^n+3)\) for every integer \(n\ge0\).

Answer

\(c=3\). For this value, \(4\mid(5^n+3)\) for every integer \(n\ge0\).
53798012
Let \(a\ge2\) be an integer. Use mathematical induction to prove that \(a^n-1\) is divisible by \(a-1\) for every integer \(n\ge0\).

Hints

- Treat \(a\) as a fixed parameter and use induction only on the exponent. - Rewrite the new expression so that the previous exponent appears.

Solution

1. Base case: For \(n=0\), \(a^0-1=0\), which is divisible by \(a-1\). 2. Inductive hypothesis: For a fixed integer \(a\ge2\), assume \(a^k-1\) is divisible by \(a-1\) for an arbitrary integer \(k\ge0\). 3. For the next exponent, \(a^{k+1}-1=a(a^k-1)+(a-1)\). 4. Both terms on the right are divisible by \(a-1\), so \(a^{k+1}-1\) is also divisible by \(a-1\). 5. Therefore, the statement holds for every integer \(n\ge0\).

Answer

For every integer \(a\ge2\) and every integer \(n\ge0\), \((a-1)\mid(a^n-1)\).
53798712
Use mathematical induction to prove that \(3^n\ge2n+1\) for every integer \(n\ge0\).

Hints

- After using the inductive hypothesis, compare two linear expressions. - Pay attention to the starting value \(0\).

Solution

1. Base case: For \(n=0\), both sides equal \(1\). 2. Inductive hypothesis: Assume \(3^k\ge2k+1\) for an arbitrary integer \(k\ge0\). 3. Then \(3^{k+1}=3\cdot3^k\ge3(2k+1)=6k+3\). 4. Since \(6k+3\ge2k+3=2(k+1)+1\) for \(k\ge0\), it follows that \(3^{k+1}\ge2(k+1)+1\). 5. Therefore, the inequality holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(3^n\ge2n+1\).
53798812
Use mathematical induction to prove that \(n!\ge2^{n-1}\) for every integer \(n\ge0\).

Hints

- Use the relationship between consecutive factorials. - After applying the inductive hypothesis, estimate the new factor.

Solution

1. First check \(n=0\): \(0!=1\ge2^{-1}=\frac12\). Also, for \(n=1\), \(1!=1=2^0\). 2. Inductive hypothesis: Assume \(k!\ge2^{k-1}\) for an arbitrary integer \(k\ge1\). 3. Then \((k+1)!=(k+1)k!\ge(k+1)2^{k-1}\). 4. Since \(k+1\ge2\), \((k+1)!\ge2\cdot2^{k-1}=2^k\), which is the inequality for \(k+1\). 5. Together with the separately verified case \(n=0\), the inequality holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(n!\ge2^{n-1}\).
53798912
Use mathematical induction to prove that \(n!>2^n\) for every integer \(n\ge4\).

Hints

- Verify the stated starting value carefully. - In the inductive step, compare only the new factorial factor with the growth factor on the right.

Solution

1. Base case: For \(n=4\), \(4!=24>16=2^4\). 2. Inductive hypothesis: Assume \(k!>2^k\) for an arbitrary integer \(k\ge4\). 3. Then \((k+1)!=(k+1)k!>(k+1)2^k\). 4. Since \(k+1>2\), \((k+1)!>2\cdot2^k=2^{k+1}\). 5. Therefore, the inequality holds for every integer \(n\ge4\).

Answer

For every integer \(n\ge4\), \(n!>2^n\).
53799012
Use mathematical induction to prove that for every integer \(n\ge1\), \(1+\frac12+\frac13+\cdots+\frac1n\le\frac{n+1}{2}\).

Hints

- Find a simple upper bound for the new term. - Compare that bound with the increase on the right side.

Solution

1. Base case: For \(n=1\), both sides equal \(1\). 2. Inductive hypothesis: Assume \(1+\frac12+\cdots+\frac1k\le\frac{k+1}{2}\) for an arbitrary integer \(k\ge1\). 3. After adding the next term, the new sum is at most \(\frac{k+1}{2}+\frac{1}{k+1}\). 4. Since \(k\ge1\), \(\frac{1}{k+1}\le\frac12\). Therefore, \(\frac{k+1}{2}+\frac{1}{k+1}\le\frac{k+1}{2}+\frac12=\frac{k+2}{2}\). 5. This is the inequality for \(k+1\), so it holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}\frac1j\le\frac{n+1}{2}\).
53799812
Use mathematical induction to prove that for every integer \(n\ge0\), \(1+\frac12+\frac1{2^2}+\cdots+\frac1{2^n}<2\).

Hints

- An exact formula may be easier to prove than the inequality alone. - Compare the remainder terms for consecutive indices.

Solution

1. We prove the stronger identity \(1+\frac12+\frac1{2^2}+\cdots+\frac1{2^n}=2-\frac1{2^n}\). For \(n=0\), \(1=2-\frac1{2^0}<2\). 2. Inductive hypothesis: Assume \(1+\frac12+\cdots+\frac1{2^k}=2-\frac1{2^k}\) for an arbitrary integer \(k\ge0\). 3. Add the next term: \(2-\frac1{2^k}+\frac1{2^{k+1}}=2-\frac1{2^{k+1}}<2\). 4. Therefore, the identity, and hence the required inequality, holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(1+\frac12+\cdots+\frac1{2^n}=2-\frac1{2^n}<2\).
53800112
A sequence is defined by \(a_1=3\) and \(a_{n+1}=2a_n+1\). Use mathematical induction to prove that \(a_n=2^{n+1}-1\) for every integer \(n\ge1\).

Hints

- Substitute the proposed formula directly into the recurrence. - Track the one-unit shift in the exponent.

Solution

1. Base case: For \(n=1\), \(a_1=3=2^2-1\). 2. Inductive hypothesis: Assume \(a_k=2^{k+1}-1\) for an arbitrary integer \(k\ge1\). 3. Using the recurrence, \(a_{k+1}=2a_k+1=2(2^{k+1}-1)+1=2^{k+2}-1\). 4. This is the formula for \(k+1\), so it holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(a_n=2^{n+1}-1\).
53800412
A sequence is defined by \(a_1=1\) and \(a_{n+1}=3a_n\). Use mathematical induction to prove that \(a_n=3^{n-1}\) for every integer \(n\ge1\).

Hints

- Check the exponent in the first term. - The recurrence multiplies by the same factor each time.

Solution

1. Base case: For \(n=1\), \(a_1=1=3^0\). 2. Inductive hypothesis: Assume \(a_k=3^{k-1}\) for an arbitrary integer \(k\ge1\). 3. Using the recurrence, \(a_{k+1}=3a_k=3\cdot3^{k-1}=3^k\). 4. This is the formula for \(k+1\), so it holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(a_n=3^{n-1}\).
53801012
A sequence is defined by \(a_1=-2\) and \(a_{n+1}=-a_n\). Use mathematical induction to prove that \(a_n=2(-1)^n\) for every integer \(n\ge1\).

Hints

- Observe the regular sign change. - Compare it with consecutive powers of \(-1\).

Solution

1. Base case: For \(n=1\), \(a_1=-2=2(-1)^1\). 2. Inductive hypothesis: Assume \(a_k=2(-1)^k\) for an arbitrary integer \(k\ge1\). 3. Using the recurrence, \(a_{k+1}=-a_k=-2(-1)^k=2(-1)^{k+1}\). 4. This is the formula for \(k+1\), so it holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(a_n=2(-1)^n\).
53801112
A sequence is defined by \(a_1=1\) and \(a_{n+1}=\frac{a_n+2}{2}\). Use mathematical induction to prove that \(1\le a_n<2\) for every integer \(n\ge1\).

Hints

- Carry the lower and upper bounds through the recurrence separately. - The recurrence is increasing in \(a_n\).

Solution

1. Base case: For \(n=1\), \(1\le a_1<2\). 2. Inductive hypothesis: Assume \(1\le a_k<2\) for an arbitrary integer \(k\ge1\). 3. For the lower bound, \(a_{k+1}=\frac{a_k+2}{2}\ge\frac{1+2}{2}=\frac32\ge1\). 4. For the upper bound, \(a_k<2\) implies \(a_{k+1}<\frac{2+2}{2}=2\). 5. Thus, \(1\le a_{k+1}<2\), and the bounds hold for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(1\le a_n<2\).
53801312
A sequence of partial sums is defined recursively by \(S_1=2\) and \(S_{n+1}=S_n+3n+2\). Use mathematical induction to prove that \(S_n=\frac{3n^2+n}{2}\) for every integer \(n\ge1\).

Hints

- Substitute the proposed formula into the recurrence. - Compare the resulting numerator with the target expression for the next index.

Solution

1. Base case: For \(n=1\), \(S_1=2=\frac{3+1}{2}\). 2. Inductive hypothesis: Assume \(S_k=\frac{3k^2+k}{2}\) for an arbitrary integer \(k\ge1\). 3. Using the recurrence, \(S_{k+1}=\frac{3k^2+k}{2}+3k+2=\frac{3k^2+7k+4}{2}\). 4. Since \(3k^2+7k+4=3(k+1)^2+(k+1)\), \(S_{k+1}=\frac{3(k+1)^2+(k+1)}{2}\). 5. Therefore, the formula holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(S_n=\frac{3n^2+n}{2}\).
53801612
Use mathematical induction to prove that the sum of the interior angles of a convex polygon with \(n\ge3\) vertices is \((n-2)\cdot180^\circ\).

Hints

- Divide the larger polygon into a smaller polygon and a basic shape. - Determine how much the angle sum increases when one vertex is added.

Solution

1. Base case: A triangle has an interior-angle sum of \(180^\circ=(3-2)\cdot180^\circ\). 2. Inductive hypothesis: Assume a convex polygon with \(k\ge3\) vertices has interior-angle sum \((k-2)\cdot180^\circ\). 3. Add a new vertex outside one side so that the result is a convex polygon with \(k+1\) vertices. A diagonal joining the endpoints of the replaced side divides the new polygon into the original \(k\)-gon and a triangle. 4. Therefore, the interior-angle sum increases by \(180^\circ\): \((k-2)\cdot180^\circ+180^\circ=(k-1)\cdot180^\circ\). 5. This is the formula for \(k+1\), so it holds for every integer \(n\ge3\).

Answer

For every convex polygon with \(n\ge3\) vertices, the interior-angle sum is \((n-2)\cdot180^\circ\).
53801812
Use mathematical induction to prove that a set with \(n\) elements has exactly \(2^n\) subsets for every integer \(n\ge0\).

Hints

- Sort the new subsets by whether they contain the new element. - Pair them uniquely with subsets of the original set.

Solution

1. Base case: The empty set has exactly one subset, and \(1=2^0\). 2. Inductive hypothesis: Assume a set with \(k\) elements has exactly \(2^k\) subsets for an arbitrary integer \(k\ge0\). 3. Add one new element. Each subset of the original set corresponds to exactly two subsets of the new set: one that excludes the new element and one that includes it. 4. Therefore, the number of subsets doubles from \(2^k\) to \(2^{k+1}\). 5. Thus, a set with \(n\) elements has exactly \(2^n\) subsets for every integer \(n\ge0\).

Answer

A set with \(n\) elements has exactly \(2^n\) subsets for every integer \(n\ge0\).
53801912
In a group, each person shakes hands with every other person exactly once. Use mathematical induction to prove that \(n\) people make exactly \(\frac{n(n-1)}{2}\) handshakes for every integer \(n\ge0\).

Hints

- Count only the additional handshakes made by the new person. - The existing handshakes do not change.

Solution

1. Base case: With \(n=0\) people, there are \(0=\frac{0\cdot(0-1)}{2}\) handshakes. 2. Inductive hypothesis: Assume \(k\) people make \(\frac{k(k-1)}{2}\) handshakes for an arbitrary integer \(k\ge0\). 3. One new person shakes hands once with each of the \(k\) existing people, adding \(k\) handshakes. 4. The new total is \(\frac{k(k-1)}{2}+k=\frac{k(k+1)}{2}\), which is the formula for \(k+1\). 5. Therefore, the formula holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(n\) people make exactly \(\frac{n(n-1)}{2}\) handshakes.
53802012
For \(n\ge1\), arrange \(n\) congruent squares in a straight row with no gaps, so each pair of neighboring squares shares one full side. Use mathematical induction to prove that the boundary of the figure consists of \(2n+2\) square sides.

Hints

- When adding a square, count the sides that disappear from the boundary and the sides that become visible. - Distinguish the total number added from the net increase.

Solution

1. Base case: For \(n=1\), the boundary consists of \(4=2\cdot1+2\) sides. 2. Inductive hypothesis: Assume the boundary of a row of \(k\ge1\) squares consists of \(2k+2\) square sides. 3. When one more square is attached, one previous boundary side becomes interior, while three new boundary sides appear. The net increase is \(2\) sides. 4. The new boundary has \(2k+2+2=2(k+1)+2\) square sides. 5. Therefore, the boundary consists of \(2n+2\) square sides for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), the boundary consists of \(2n+2\) square sides.
53802112
Let \(f(x)=e^{2x}\). Use mathematical induction on \(n\ge0\) to prove that \(f^{(n)}(x)=2^ne^{2x}\).

Hints

- Determine how the constant factor changes with each derivative. - Treat the function itself as the zeroth derivative.

Solution

1. Base case: For \(n=0\), \(f^{(0)}(x)=f(x)=e^{2x}=2^0e^{2x}\). 2. Inductive hypothesis: Assume \(f^{(k)}(x)=2^ke^{2x}\) for an arbitrary integer \(k\ge0\). 3. Differentiate: \(f^{(k+1)}(x)=2^k\cdot2e^{2x}=2^{k+1}e^{2x}\). 4. Therefore, the formula holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(f^{(n)}(x)=2^ne^{2x}\).
53802512
In the inductive step for \(\sum_{j=1}^{n}\frac{1}{j(j+1)}=\frac{n}{n+1}\), where \(n\ge1\), the final expression is missing: \(\frac{k}{k+1}+\frac{1}{(k+1)(k+2)}=\boxed{\phantom{\frac{0}{0}}}\). Find the missing expression and explain why it completes the inductive step.

Hints

- Rewrite both fractions using a common denominator. - Compare the result with the target formula at the next index.

Solution

1. Use a common denominator: \(\frac{k}{k+1}+\frac{1}{(k+1)(k+2)}=\frac{k(k+2)+1}{(k+1)(k+2)}\). 2. Since \(k(k+2)+1=(k+1)^2\), \(\frac{(k+1)^2}{(k+1)(k+2)}=\frac{k+1}{k+2}\). 3. This is exactly the claimed right side with \(n=k+1\), so the inductive step is complete.

Answer

The missing expression is \(\frac{k+1}{k+2}\).
53794612
Use mathematical induction to prove the sum-of-squares formula \(1^2+2^2+\cdots+n^2=\frac{n(n+1)(2n+1)}{6}\) for every integer \(n\ge1\).

Hints

- Factor out a common term during the inductive step. - Compare the remaining factors with the target form.

Solution

1. Base case: For \(n=1\), both sides equal \(1\). 2. Inductive hypothesis: Assume \(1^2+2^2+\cdots+k^2=\frac{k(k+1)(2k+1)}{6}\) for an arbitrary \(k\ge1\). 3. Add \((k+1)^2\): \(\frac{k(k+1)(2k+1)}{6}+(k+1)^2\). 4. Factor and simplify: \(\frac{k+1}{6}[k(2k+1)+6(k+1)]=\frac{k+1}{6}(2k^2+7k+6)=\frac{(k+1)(k+2)(2k+3)}{6}\). 5. This is the formula for \(k+1\), so the identity holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}j^2=\frac{n(n+1)(2n+1)}{6}\).
53794712
Use mathematical induction to prove that for every integer \(n\ge1\), \(1-2+3-4+\cdots+(-1)^{n+1}n=\frac{1+(-1)^{n+1}(2n+1)}{4}\).

Hints

- Track the alternating sign of the next term carefully. - Relate consecutive powers of \(-1\).

Solution

1. Base case: For \(n=1\), both sides equal \(1\). 2. Inductive hypothesis: Assume the formula holds for an arbitrary \(k\ge1\). 3. Add the next term \((-1)^{k+2}(k+1)\). Using \((-1)^{k+1}=-(-1)^{k+2}\), the new sum is \(\frac{1-(-1)^{k+2}(2k+1)+4(-1)^{k+2}(k+1)}{4}\). 4. Simplifying gives \(\frac{1+(-1)^{k+2}(2k+3)}{4}\), which is the formula for \(k+1\). 5. Therefore, the identity holds for every \(n\ge1\).

Answer

The stated formula holds for every integer \(n\ge1\).
53794912
Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}j\cdot2^{j-1}=(n-1)2^n+1\).

Hints

- The new term shares a power of \(2\) with the inductive hypothesis. - Compare the coefficient of the power with the target index.

Solution

1. Base case: For \(n=1\), the left side is \(1\), and the right side is \(0\cdot2+1=1\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}j\cdot2^{j-1}=(k-1)2^k+1\) for an arbitrary \(k\ge1\). 3. Add the next term \((k+1)2^k\): \((k-1)2^k+1+(k+1)2^k=2k\cdot2^k+1=k2^{k+1}+1\). 4. This is the formula for \(k+1\), so the identity holds for every \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}j\cdot2^{j-1}=(n-1)2^n+1\).
53795212
Use mathematical induction to prove that for every integer \(n\ge2\), \(\prod_{j=2}^{n}\left(1-\frac{1}{j^2}\right)=\frac{n+1}{2n}\).

Hints

- Factor the difference of squares in the new factor. - Cancel common factors before comparing the result with the target form.

Solution

1. Base case: For \(n=2\), the left side is \(1-\frac14=\frac34\), and the right side is \(\frac{2+1}{2\cdot2}=\frac34\). 2. Inductive hypothesis: Assume \(\prod_{j=2}^{k}\left(1-\frac{1}{j^2}\right)=\frac{k+1}{2k}\) for an arbitrary integer \(k\ge2\). 3. The next factor is \(1-\frac{1}{(k+1)^2}=\frac{(k+1)^2-1}{(k+1)^2}=\frac{k(k+2)}{(k+1)^2}\). 4. Therefore, \(\prod_{j=2}^{k+1}\left(1-\frac{1}{j^2}\right)=\frac{k+1}{2k}\cdot\frac{k(k+2)}{(k+1)^2}=\frac{k+2}{2(k+1)}\). 5. This is the formula for \(k+1\), so the identity holds for every integer \(n\ge2\).

Answer

For every integer \(n\ge2\), \(\prod_{j=2}^{n}\left(1-\frac{1}{j^2}\right)=\frac{n+1}{2n}\).
53795312
Use mathematical induction to prove that for every integer \(n\ge1\), \(1^3+2^3+\cdots+n^3=\left(\frac{n(n+1)}{2}\right)^2\).

Hints

- Factor out the largest common power in the inductive step. - Look for a perfect-square trinomial.

Solution

1. Base case: For \(n=1\), both sides equal \(1\). 2. Inductive hypothesis: Assume \(1^3+2^3+\cdots+k^3=\left(\frac{k(k+1)}{2}\right)^2\) for an arbitrary integer \(k\ge1\). 3. Add the next term: \(\left(\frac{k(k+1)}{2}\right)^2+(k+1)^3=\frac{k^2(k+1)^2}{4}+(k+1)^3\). 4. Factor and simplify: \(\frac{(k+1)^2}{4}(k^2+4k+4)=\frac{(k+1)^2(k+2)^2}{4}=\left(\frac{(k+1)(k+2)}{2}\right)^2\). 5. This is the formula for \(k+1\), so the identity holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}j^3=\left(\frac{n(n+1)}{2}\right)^2\).
53795512
Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}\frac{1}{j(j+3)}=\frac13\left(1+\frac12+\frac13-\frac{1}{n+1}-\frac{1}{n+2}-\frac{1}{n+3}\right)\).

Hints

- Express the new term as the difference of two fractions. - Track which endpoint term cancels and which new endpoint term appears.

Solution

1. Base case: For \(n=1\), the left side is \(\frac14\). The right side is \(\frac13\left(1+\frac12+\frac13-\frac12-\frac13-\frac14\right)=\frac13\left(1-\frac14\right)=\frac14\). 2. Inductive hypothesis: Assume the formula holds for an arbitrary integer \(k\ge1\). 3. To form the sum through \(k+1\), add \(\frac{1}{(k+1)(k+4)}=\frac13\left(\frac{1}{k+1}-\frac{1}{k+4}\right)\). 4. The terms involving \(\frac{1}{k+1}\) cancel, leaving \(\frac13\left(1+\frac12+\frac13-\frac{1}{k+2}-\frac{1}{k+3}-\frac{1}{k+4}\right)\). 5. This is the formula for \(k+1\), so the identity holds for every integer \(n\ge1\).

Answer

The stated identity holds for every integer \(n\ge1\).
53795812
Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}\frac{j}{2^j}=2-\frac{n+2}{2^n}\).

Hints

- Rewrite the two fractions using the same power of \(2\) in the denominator. - Compare the new numerator with the next index.

Solution

1. Base case: For \(n=1\), the left side is \(\frac12\), and the right side is \(2-\frac32=\frac12\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}\frac{j}{2^j}=2-\frac{k+2}{2^k}\) for an arbitrary integer \(k\ge1\). 3. Add the next term: \(2-\frac{k+2}{2^k}+\frac{k+1}{2^{k+1}}\). 4. Using the common denominator \(2^{k+1}\), this becomes \(2-\frac{2(k+2)-(k+1)}{2^{k+1}}=2-\frac{k+3}{2^{k+1}}\). 5. This is the formula for \(k+1\), so the identity holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}\frac{j}{2^j}=2-\frac{n+2}{2^n}\).
53795912
Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}j\cdot j!=(n+1)!-1\).

Hints

- Look for a common factorial factor in the inductive step. - Use the relationship between consecutive factorials.

Solution

1. Base case: For \(n=1\), \(1\cdot1!=1=2!-1\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}j\cdot j!=(k+1)!-1\) for an arbitrary integer \(k\ge1\). 3. Add the next term: \((k+1)!-1+(k+1)(k+1)!\). 4. Factor and simplify: \([1+(k+1)](k+1)!-1=(k+2)(k+1)!-1=(k+2)!-1\). 5. This is the formula for \(k+1\), so the identity holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}j\cdot j!=(n+1)!-1\).
53797512
Use mathematical induction to prove that \(11^n-(-1)^n\) is divisible by \(12\) for every integer \(n\ge0\).

Hints

- Account for both the new power of \(11\) and the sign change in \((-1)^n\). - Rewrite the new expression using the previous one and a remainder.

Solution

1. Base case: For \(n=0\), \(11^0-(-1)^0=0\), which is divisible by \(12\). 2. Inductive hypothesis: Assume \(11^k-(-1)^k\) is divisible by \(12\) for an arbitrary integer \(k\ge0\). 3. For the next integer, \(11^{k+1}-(-1)^{k+1}=11[11^k-(-1)^k]+12(-1)^k\). 4. Both terms on the right are divisible by \(12\), so the expression for \(k+1\) is divisible by \(12\). 5. Therefore, the statement holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(12\mid\left(11^n-(-1)^n\right)\).
53797612
Use mathematical induction to prove that \(n^5-n\) is divisible by \(5\) for every integer \(n\ge0\).

Hints

- Compare the expressions for two consecutive integers. - Check whether all coefficients in the difference share a common factor.

Solution

1. Base case: For \(n=0\), \(n^5-n=0\), which is divisible by \(5\). 2. Inductive hypothesis: Assume \(k^5-k\) is divisible by \(5\) for an arbitrary integer \(k\ge0\). 3. The difference between the expression for \(k+1\) and the expression for \(k\) is \((k+1)^5-(k+1)-(k^5-k)=5k^4+10k^3+10k^2+5k\) \(=5(k^4+2k^3+2k^2+k)\). 4. This difference is divisible by \(5\). Since \(k^5-k\) is divisible by \(5\), \((k+1)^5-(k+1)\) is also divisible by \(5\). 5. Therefore, the statement holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(5\mid(n^5-n)\).
53798412
The statement “\(2^n+1\) is divisible by \(3\) for every integer \(n\ge0\)” is false. State a correct claim for all odd exponents, and prove it by induction on \(m\).

Hints

- Write a general odd exponent in terms of a new integer index. - Determine the factor by which the power changes when that new index increases by \(1\).

Solution

1. Every odd exponent can be written as \(2m+1\). The corrected claim is that \(2^{2m+1}+1\) is divisible by \(3\) for every integer \(m\ge0\). 2. Base case: For \(m=0\), \(2^1+1=3\), which is divisible by \(3\). 3. Inductive hypothesis: Assume \(2^{2k+1}+1\) is divisible by \(3\) for an arbitrary integer \(k\ge0\). 4. For the next integer, \(2^{2(k+1)+1}+1=4\cdot2^{2k+1}+1=4(2^{2k+1}+1)-3\). 5. Both terms on the right are divisible by \(3\), so the corrected claim holds for \(k+1\). 6. Therefore, \(3\mid(2^{2m+1}+1)\) for every integer \(m\ge0\).

Answer

For every integer \(m\ge0\), \(3\mid(2^{2m+1}+1)\).
53798612
The claim \(2^n\ge n^2\) is not true for every integer \(n\ge1\). Find the smallest counterexample, determine the smallest new starting value that makes the claim true from that point on, and prove the corrected claim by mathematical induction.

Hints

- Check the first few values systematically. - The starting value must make both the claim and the inequality used in the inductive step valid.

Solution

1. Checking small values gives \(2^1=2>1=1^2\) and \(2^2=4=2^2\), but \(2^3=8<9=3^2\). Thus, \(n=3\) is the smallest counterexample. The smallest new starting value is \(n_0=4\). 2. Base case: For \(n=4\), \(2^4=16=4^2\). 3. Inductive hypothesis: Assume \(2^k\ge k^2\) for an arbitrary integer \(k\ge4\). 4. Then \(2^{k+1}=2\cdot2^k\ge2k^2\). For \(k\ge4\), \(2k^2-(k+1)^2=k^2-2k-1=(k-1)^2-2\ge7>0\). Therefore, \(2k^2\ge(k+1)^2\), so \(2^{k+1}\ge(k+1)^2\). 5. Hence, \(2^n\ge n^2\) for every integer \(n\ge4\).

Answer

The smallest counterexample is \(n=3\). The smallest suitable new starting value is \(n_0=4\), and \(2^n\ge n^2\) for every integer \(n\ge4\).
53799212
Use mathematical induction to prove that for every integer \(n\ge2\), \(1^2+2^2+\cdots+n^2<n^3\).

Hints

- Compare the new term with the increase in the right side. - Simplify the resulting polynomial inequality.

Solution

1. Base case: For \(n=2\), \(1^2+2^2=5<8=2^3\). 2. Inductive hypothesis: Assume \(1^2+2^2+\cdots+k^2<k^3\) for an arbitrary integer \(k\ge2\). 3. After adding the next term, \(1^2+2^2+\cdots+k^2+(k+1)^2<k^3+(k+1)^2\). 4. For \(k\ge1\), \((k+1)^3-k^3=3k^2+3k+1>(k+1)^2\). Therefore, \(k^3+(k+1)^2<(k+1)^3\). 5. The inequality holds for every integer \(n\ge2\).

Answer

For every integer \(n\ge2\), \(\sum_{j=1}^{n}j^2<n^3\).
53799412
Use mathematical induction to prove that \(4^n\ge n^3\) for every integer \(n\ge0\).

Hints

- In the inductive step, compare the factor \(4\) with the growth from one cube to the next. - Check the remaining inequality at the smallest allowed index.

Solution

1. Check the initial values: \(4^0=1\ge0^3\), \(4^1=4\ge1^3\), and \(4^2=16\ge2^3\). 2. Inductive hypothesis: Assume \(4^k\ge k^3\) for an arbitrary integer \(k\ge2\). 3. Then \(4^{k+1}=4\cdot4^k\ge4k^3\). 4. For \(k\ge2\), \(4k^3-(k+1)^3=(k-2)(3k^2+3k+3)+5>0\). Thus, \(4k^3>(k+1)^3\), so \(4^{k+1}\ge(k+1)^3\). 5. Together with the separately checked cases \(n=0\) and \(n=1\), the inequality holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(4^n\ge n^3\).
53799512
Use mathematical induction to prove that \(1+2+\cdots+n<2^n\) for every integer \(n\ge1\).

Hints

- Compare the new term with the previous right side. - Prove a simple auxiliary exponential bound at the same time.

Solution

1. We prove the claim together with the auxiliary inequality \(n+1\le2^n\). 2. Base case: For \(n=1\), \(1<2=2^1\), and \(2\le2^1\). 3. Inductive hypothesis: Assume \(1+2+\cdots+k<2^k\) and \(k+1\le2^k\) for an arbitrary integer \(k\ge1\). 4. Then \(1+2+\cdots+(k+1)<2^k+(k+1)\le2^k+2^k=2^{k+1}\). 5. Also, \(k+2\le2(k+1)\le2\cdot2^k=2^{k+1}\), so the auxiliary inequality holds for \(k+1\). 6. Therefore, \(1+2+\cdots+n<2^n\) for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(1+2+\cdots+n<2^n\).
53799712
Use mathematical induction to prove that \(3^n>n^2\) for every integer \(n\ge0\).

Hints

- After applying the inductive hypothesis, compare two quadratic expressions. - Determine the first index at which the comparison is strict.

Solution

1. Check the initial values: \(3^0=1>0^2\), \(3^1=3>1^2\), and \(3^2=9>2^2\). 2. Inductive hypothesis: Assume \(3^k>k^2\) for an arbitrary integer \(k\ge2\). 3. Then \(3^{k+1}=3\cdot3^k>3k^2\). 4. For \(k\ge2\), \(3k^2-(k+1)^2=2k^2-2k-1=2k(k-1)-1>0\). Thus, \(3k^2>(k+1)^2\), so \(3^{k+1}>(k+1)^2\). 5. Together with the separately checked cases \(n=0\) and \(n=1\), the inequality holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(3^n>n^2\).
53800512
A sequence is defined by \(a_1=2\) and \(a_{n+1}=2-\frac{1}{a_n}\). Use mathematical induction to prove that \(a_n=\frac{n+1}{n}\) for every integer \(n\ge1\).

Hints

- Substitute the proposed fractional form into the recurrence. - Simplify the reciprocal carefully.

Solution

1. Base case: For \(n=1\), \(a_1=2=\frac21\). 2. Inductive hypothesis: Assume \(a_k=\frac{k+1}{k}\) for an arbitrary integer \(k\ge1\). 3. Using the recurrence, \(a_{k+1}=2-\frac{1}{a_k}=2-\frac{k}{k+1}=\frac{k+2}{k+1}\). 4. This is the formula for \(k+1\), so it holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(a_n=\frac{n+1}{n}\).
53800612
A sequence is defined by \(a_1=\frac12\) and \(a_{n+1}=\frac{a_n}{1+a_n}\). Use mathematical induction to prove that \(a_n=\frac{1}{n+1}\) for every integer \(n\ge1\).

Hints

- Substitute the proposed formula into both the numerator and denominator. - Simplify the complex fraction one step at a time.

Solution

1. Base case: For \(n=1\), \(a_1=\frac12=\frac{1}{1+1}\). 2. Inductive hypothesis: Assume \(a_k=\frac{1}{k+1}\) for an arbitrary integer \(k\ge1\). 3. Using the recurrence, \(a_{k+1}=\frac{\frac{1}{k+1}}{1+\frac{1}{k+1}}=\frac{1}{k+2}\). 4. This is the formula for \(k+1\), so it holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(a_n=\frac{1}{n+1}\).
53800712
The Fibonacci sequence is defined by \(F_1=1\), \(F_2=1\), and \(F_{n+2}=F_{n+1}+F_n\). Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}F_j=F_{n+2}-1\).

Hints

- Combine the new summand with the previous endpoint term by using the recurrence. - Track the index shift on the right side.

Solution

1. Base case: For \(n=1\), \(F_1=1=F_3-1\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}F_j=F_{k+2}-1\) for an arbitrary integer \(k\ge1\). 3. Add the next Fibonacci number: \(\sum_{j=1}^{k+1}F_j=F_{k+2}-1+F_{k+1}=F_{k+3}-1\). 4. This is the formula for \(k+1\), so it holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}F_j=F_{n+2}-1\).
53800812
The Fibonacci sequence is defined by \(F_1=1\), \(F_2=1\), and \(F_{n+2}=F_{n+1}+F_n\). Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}F_j^2=F_nF_{n+1}\).

Hints

- Factor out the common Fibonacci number. - Then use the recursive definition exactly once.

Solution

1. Base case: For \(n=1\), \(F_1^2=1=F_1F_2\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}F_j^2=F_kF_{k+1}\) for an arbitrary integer \(k\ge1\). 3. Add the next term and factor: \(\sum_{j=1}^{k+1}F_j^2=F_kF_{k+1}+F_{k+1}^2=F_{k+1}(F_k+F_{k+1})\). 4. By the Fibonacci recurrence, \(F_k+F_{k+1}=F_{k+2}\). Thus, the new sum is \(F_{k+1}F_{k+2}\), the formula for \(k+1\). 5. Therefore, the identity holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}F_j^2=F_nF_{n+1}\).
53801212
A sequence is defined by \(a_1=1\) and \(a_{n+1}=\sqrt{2+a_n}\). Use mathematical induction to prove that \(1\le a_n<2\) for every integer \(n\ge1\).

Hints

- Check the two interval endpoints separately. - Use that the square-root function is increasing on nonnegative inputs.

Solution

1. Base case: For \(n=1\), \(1\le a_1<2\). 2. Inductive hypothesis: Assume \(1\le a_k<2\) for an arbitrary integer \(k\ge1\). 3. For the lower bound, \(a_{k+1}=\sqrt{2+a_k}\ge\sqrt3>1\). 4. For the upper bound, \(a_k<2\) implies \(2+a_k<4\). Since the square-root function is increasing on nonnegative inputs, \(a_{k+1}=\sqrt{2+a_k}<2\). 5. Thus, \(1\le a_{k+1}<2\), and the bounds hold for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(1\le a_n<2\).
53802212
Let \(f(x)=xe^x\). Use mathematical induction to prove that \(f^{(n)}(x)=(x+n)e^x\) for every integer \(n\ge0\).

Hints

- Differentiation produces two terms with the same exponential factor. - Compare the linear factor before and after differentiating.

Solution

1. Base case: For \(n=0\), \(f^{(0)}(x)=f(x)=(x+0)e^x\). 2. Inductive hypothesis: Assume \(f^{(k)}(x)=(x+k)e^x\) for an arbitrary integer \(k\ge0\). 3. Using the product rule, \(f^{(k+1)}(x)=e^x+(x+k)e^x=(x+k+1)e^x\). 4. This is the formula for \(k+1\), so it holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(f^{(n)}(x)=(x+n)e^x\).
53802412
In the Tower of Hanoi puzzle, \(n\ge1\) disks of different sizes must be moved from one peg to another. Only one disk may be moved at a time, and a larger disk may never be placed on a smaller disk. Use mathematical induction to prove that at least \(2^n-1\) moves are necessary and that this number of moves is achievable.

Hints

- Focus on the unavoidable move of the largest disk. - Divide the process into the moves before it, that move, and the moves after it. - Each smaller tower is the same type of problem.

Solution

1. Base case: For \(n=1\), exactly \(1=2^1-1\) move is necessary and sufficient. 2. Inductive hypothesis: Assume that moving \(k\ge1\) disks requires at least \(2^k-1\) moves and can be completed in exactly that many moves. 3. To move \(k+1\) disks, the top \(k\) disks must first be moved to the auxiliary peg, then the largest disk must be moved, and finally the \(k\) disks must be moved onto it. Thus, at least \((2^k-1)+1+(2^k-1)=2^{k+1}-1\) moves are necessary. 4. By the inductive hypothesis, each of the two \(k\)-disk subproblems can be completed in exactly \(2^k-1\) moves. Therefore, the total of \(2^{k+1}-1\) moves is achievable. 5. Hence, the minimum number of moves is exactly \(2^n-1\) for every integer \(n\ge1\).

Answer

For \(n\ge1\) disks, the minimum number of moves is exactly \(2^n-1\).
53794512
A finite set of distinct lines divides the plane into regions. Use mathematical induction on the number of lines to prove that the regions can always be colored with two colors so that regions sharing a boundary segment have different colors.

Hints

- Focus on what changes when exactly one line is added. - Consider changing every color on one entire side of the new line. - Check old adjacencies and new adjacencies separately.

Solution

1. Base case: With \(0\) lines, there is one region, which can be colored with either color. 2. Inductive hypothesis: Assume a valid two-coloring exists for any arrangement of \(k\) distinct lines. 3. Add one more distinct line. Keep all colors on one side of the new line and switch both colors on the other side. 4. Any pair of regions that were adjacent before the new line was added still have different colors: either neither color changed or both colors changed. 5. Any two regions newly adjacent across the added line came from the same old region. Exactly one of their colors was switched, so their colors are different. 6. Therefore, a valid two-coloring exists for \(k+1\) lines, and the result follows by induction.

Answer

The regions formed by any finite number of distinct lines can be two-colored. In the inductive step, switch the colors on one side of the newly added line.
53796112
Use mathematical induction and Pascal's identity to prove that for every integer \(n\ge0\), \(\sum_{j=0}^{n}\binom{n}{j}=2^n\).

Hints

- Rewrite each interior entry in the next row as the sum of two entries from the preceding row. - Handle the endpoint terms carefully when setting the summation limits.

Solution

1. Base case: For \(n=0\), \(\binom{0}{0}=1=2^0\). 2. Inductive hypothesis: Assume \(\sum_{j=0}^{k}\binom{k}{j}=2^k\) for an arbitrary integer \(k\ge0\). 3. By Pascal's identity, \(\binom{k+1}{j}=\binom{k}{j}+\binom{k}{j-1}\). Separating the endpoint terms gives \(\sum_{j=0}^{k+1}\binom{k+1}{j}=1+\sum_{j=1}^{k}\left[\binom{k}{j}+\binom{k}{j-1}\right]+1\). 4. Regrouping the two sums yields \(\sum_{j=0}^{k}\binom{k}{j}+\sum_{j=0}^{k}\binom{k}{j}=2^k+2^k=2^{k+1}\). 5. Therefore, the identity holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(\sum_{j=0}^{n}\binom{n}{j}=2^n\).
53796212
Use mathematical induction and Pascal's identity to prove that for every integer \(n\ge0\), \(\sum_{j=0}^{n}\binom{n}{j}3^j=4^n\).

Hints

- Use Pascal's identity to split each binomial coefficient into two terms. - Shift the index in one of the resulting sums carefully. - Then look for a common factor.

Solution

1. Base case: For \(n=0\), both sides equal \(1\). 2. Inductive hypothesis: Assume \(\sum_{j=0}^{k}\binom{k}{j}3^j=4^k\) for an arbitrary integer \(k\ge0\). 3. Using Pascal's identity and separating the endpoint terms, \(\sum_{j=0}^{k+1}\binom{k+1}{j}3^j=\sum_{j=0}^{k}\binom{k}{j}3^j+\sum_{j=1}^{k+1}\binom{k}{j-1}3^j\). 4. In the second sum, let \(r=j-1\). Then it becomes \(3\sum_{r=0}^{k}\binom{k}{r}3^r\). By the inductive hypothesis, \(4^k+3\cdot4^k=4\cdot4^k=4^{k+1}\). 5. Therefore, the identity holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(\sum_{j=0}^{n}\binom{n}{j}3^j=4^n\).
53796512
A sequence of partial sums \(S_n\) satisfies \(S_1=7\) and \(S_{n+1}-S_n=8n+7\) for every integer \(n\ge1\). Find a formula of the form \(S_n=an^2+bn\), and then prove it by mathematical induction.

Hints

- First compare the change in the proposed quadratic formula with the given change. - Then use the recurrence in the inductive step.

Solution

1. From \(S_1=7\), \(a+b=7\). Also, \(S_{n+1}-S_n=a[(n+1)^2-n^2]+b[(n+1)-n]=a(2n+1)+b\). 2. Comparing \(a(2n+1)+b\) with \(8n+7\) gives \(2a=8\) and \(a+b=7\). Thus, \(a=4\) and \(b=3\), so the proposed formula is \(S_n=4n^2+3n\). 3. Base case: For \(n=1\), \(4\cdot1^2+3\cdot1=7=S_1\). 4. Inductive hypothesis: Assume \(S_k=4k^2+3k\) for an arbitrary integer \(k\ge1\). 5. Using the recurrence, \(S_{k+1}=S_k+8k+7=4k^2+3k+8k+7=4(k+1)^2+3(k+1)\). 6. Therefore, \(S_n=4n^2+3n\) for every integer \(n\ge1\).

Answer

\(S_n=4n^2+3n\), so \(a=4\) and \(b=3\).
53799112
Use mathematical induction to prove that for every integer \(n\ge1\), \(\sum_{j=1}^{n}\frac{1}{\sqrt{j}}\ge\sqrt{n}\).

Hints

- Compare the new term with the increase on the right side. - Rationalize the difference of two square roots.

Solution

1. Base case: For \(n=1\), both sides equal \(1\). 2. Inductive hypothesis: Assume \(\sum_{j=1}^{k}\frac{1}{\sqrt{j}}\ge\sqrt{k}\) for an arbitrary integer \(k\ge1\). 3. After adding the next term, the new sum is at least \(\sqrt{k}+\frac{1}{\sqrt{k+1}}\). 4. It is enough to show that \(\frac{1}{\sqrt{k+1}}\ge\sqrt{k+1}-\sqrt{k}\). Rationalizing gives \(\sqrt{k+1}-\sqrt{k}=\frac{1}{\sqrt{k+1}+\sqrt{k}}\le\frac{1}{\sqrt{k+1}}\). 5. Therefore, the new sum is at least \(\sqrt{k+1}\), and the inequality holds for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(\sum_{j=1}^{n}\frac{1}{\sqrt{j}}\ge\sqrt{n}\).
53799312
Use mathematical induction to prove Bernoulli's inequality: \((1+x)^n\ge1+nx\) for every integer \(n\ge0\) and every real number \(x\ge-1\).

Hints

- Before multiplying an inequality, determine the sign of the factor. - After expanding, identify the nonnegative extra term.

Solution

1. Fix a real number \(x\ge-1\). Base case: For \(n=0\), both sides equal \(1\). 2. Inductive hypothesis: Assume \((1+x)^k\ge1+kx\) for an arbitrary integer \(k\ge0\). 3. Since \(1+x\ge0\), multiplying by \(1+x\) preserves the inequality: \((1+x)^{k+1}\ge(1+kx)(1+x)=1+(k+1)x+kx^2\). 4. Because \(kx^2\ge0\), \((1+x)^{k+1}\ge1+(k+1)x\). 5. Therefore, Bernoulli's inequality holds for every integer \(n\ge0\) and every real number \(x\ge-1\).

Answer

For every integer \(n\ge0\) and every real number \(x\ge-1\), \((1+x)^n\ge1+nx\).
53799912
Use mathematical induction to prove that \((1+x)^n\le1+(2^n-1)x\) for every integer \(n\ge0\) and every real number \(x\) with \(0\le x\le1\).

Hints

- Use both the inductive hypothesis and the restriction on \(x\). - After expanding, bound the quadratic term.

Solution

1. Fix a real number \(x\) with \(0\le x\le1\). Base case: For \(n=0\), both sides equal \(1\). 2. Inductive hypothesis: Assume \((1+x)^k\le1+(2^k-1)x\) for an arbitrary integer \(k\ge0\). 3. Since \(1+x\ge0\), multiplying preserves the inequality: \((1+x)^{k+1}\le[1+(2^k-1)x](1+x)=1+2^kx+(2^k-1)x^2\). 4. Because \(0\le x\le1\), \(x^2\le x\). Thus, \((1+x)^{k+1}\le1+2^kx+(2^k-1)x=1+(2^{k+1}-1)x\). 5. Therefore, the inequality holds for every integer \(n\ge0\) and every real number \(x\) in the stated interval.

Answer

For every integer \(n\ge0\) and every real number \(x\) with \(0\le x\le1\), \((1+x)^n\le1+(2^n-1)x\).
53800912
A staircase has \(n\) steps. You may climb it using moves of either \(1\) step or \(2\) steps. Let \(W_n\) be the number of possible move sequences. Use strong induction to prove that \(W_n=F_{n+1}\) for every integer \(n\ge1\), where \(F_1=1\), \(F_2=1\), and \(F_{n+2}=F_{n+1}+F_n\).

Hints

- Sort the possible sequences by their final move. - The inductive step needs two preceding cases. - Therefore, verify two base cases.

Solution

1. Base cases: For \(n=1\), there is one sequence, so \(W_1=1=F_2\). For \(n=2\), there are two sequences, so \(W_2=2=F_3\). 2. Strong inductive hypothesis: For an arbitrary integer \(k\ge2\), assume \(W_m=F_{m+1}\) for every integer \(m\) with \(1\le m\le k\). 3. Every move sequence that reaches step \(k+1\) ends either with a \(1\)-step move after a sequence reaching step \(k\), or with a \(2\)-step move after a sequence reaching step \(k-1\). Therefore, \(W_{k+1}=W_k+W_{k-1}\). 4. Applying the inductive hypothesis, \(W_{k+1}=F_{k+1}+F_k=F_{k+2}\). 5. Thus, \(W_n=F_{n+1}\) for every integer \(n\ge1\).

Answer

For every integer \(n\ge1\), \(W_n=F_{n+1}\).
53801512
Use mathematical induction to prove that a convex polygon with \(n\ge3\) vertices has exactly \(\frac{n(n-3)}{2}\) diagonals.

Hints

- Compare a polygon with another polygon that has exactly one additional vertex. - Count the new connections and the old side whose role changes.

Solution

1. Base case: A triangle has \(0=\frac{3\cdot(3-3)}{2}\) diagonals. 2. Inductive hypothesis: Assume a convex polygon with \(k\ge3\) vertices has \(\frac{k(k-3)}{2}\) diagonals. 3. Add a new vertex outside one side so that the result is a convex polygon with \(k+1\) vertices. The new vertex creates \(k-2\) new diagonals. In addition, the side that was replaced becomes a diagonal of the new polygon. Thus, the number of diagonals increases by \(k-1\). 4. The new total is \(\frac{k(k-3)}{2}+k-1=\frac{(k+1)(k-2)}{2}\), which is the formula for \(k+1\). 5. Therefore, every convex polygon with \(n\ge3\) vertices has exactly \(\frac{n(n-3)}{2}\) diagonals.

Answer

A convex polygon with \(n\ge3\) vertices has exactly \(\frac{n(n-3)}{2}\) diagonals.
53801712
Suppose lines are in general position: no two are parallel, and no three pass through the same point. Use mathematical induction to prove that \(n\) such lines divide the plane into exactly \(1+\frac{n(n+1)}{2}\) regions for every integer \(n\ge0\).

Hints

- Count only the new regions created when one line is added. - Determine how many segments the existing lines create on the new line.

Solution

1. Base case: With \(n=0\) lines, the plane consists of \(1\) region. 2. Inductive hypothesis: Assume \(k\) lines divide the plane into \(1+\frac{k(k+1)}{2}\) regions for an arbitrary integer \(k\ge0\). 3. A new line intersects the existing \(k\) lines at \(k\) distinct points. These points divide the new line into \(k+1\) segments, and each segment splits one existing region into two. 4. Therefore, the number of regions increases by \(k+1\): \(1+\frac{k(k+1)}{2}+k+1=1+\frac{(k+1)(k+2)}{2}\). 5. This is the formula for \(k+1\), so it holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), the number of regions is \(1+\frac{n(n+1)}{2}\).
53802312
Let \(f(x)=x^2e^x\). Use mathematical induction to prove that \(f^{(n)}(x)=\left(x^2+2nx+n(n-1)\right)e^x\) for every integer \(n\ge0\).

Hints

- Differentiate the polynomial factor and the exponential factor separately. - Then group terms by powers of \(x\). - Compare the constant terms for consecutive indices.

Solution

1. Base case: For \(n=0\), the formula gives \(f^{(0)}(x)=x^2e^x\). 2. Inductive hypothesis: Assume \(f^{(k)}(x)=\left(x^2+2kx+k(k-1)\right)e^x\) for an arbitrary integer \(k\ge0\). 3. Using the product rule, \(f^{(k+1)}(x)=\left(2x+2k+x^2+2kx+k(k-1)\right)e^x\). 4. Combine like terms: \(f^{(k+1)}(x)=\left(x^2+2(k+1)x+k(k+1)\right)e^x\). 5. This is the formula for \(k+1\), so it holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(f^{(n)}(x)=\left(x^2+2nx+n(n-1)\right)e^x\).
53802612
Use mathematical induction to prove that \(4^n+24n-1\) is divisible by \(9\) for every integer \(n\ge0\).

Hints

- Compare the expressions for consecutive indices. - A simpler divisibility result may be enough for the remaining difference.

Solution

1. Base case: For \(n=0\), \(4^0+24\cdot0-1=0\), which is divisible by \(9\). 2. Inductive hypothesis: Assume \(4^k+24k-1\) is divisible by \(9\) for an arbitrary integer \(k\ge0\). 3. The expression for \(k+1\) equals the expression for \(k\) plus \(3\cdot4^k+24=3(4^k+8)\). 4. Since \(4\equiv1\pmod{3}\), \(4^k\equiv1\pmod{3}\). Therefore, \(4^k+8\) is divisible by \(3\), so \(3(4^k+8)\) is divisible by \(9\). 5. Thus, the expression for \(k+1\) is divisible by \(9\), and the statement holds for every integer \(n\ge0\).

Answer

For every integer \(n\ge0\), \(9\mid(4^n+24n-1)\).

All problems may be used, copied and printed free of charge for school and tutoring, including paid tutoring. Commercial adaptations as well as publication or redistribution on the internet are not permitted.