Proof By Induction (difficult problem)

  • Context: Undergrad 
  • Thread starter Thread starter Dish
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary
SUMMARY

The forum discussion centers on using mathematical induction to prove that for integers n (n ≥ 2), the expression (x+1)^n - nx - 1 is divisible by x^2. The proof begins by verifying the base case for n = 2, where it simplifies to x^2. The user then assumes the statement holds for n = k and attempts to prove it for n = k+1. A critical insight provided by other users suggests factoring out (x+1) and recognizing that the assumption regarding m should be a polynomial in x, not just an integer. This clarification aids in completing the proof.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with polynomial expressions
  • Basic algebraic manipulation skills
  • Knowledge of divisibility rules in algebra
NEXT STEPS
  • Study the principles of mathematical induction in detail
  • Explore polynomial factorization techniques
  • Learn about divisibility in algebraic expressions
  • Review examples of proofs involving induction and polynomials
USEFUL FOR

Mathematicians, students studying algebra, educators teaching mathematical proofs, and anyone interested in advanced problem-solving techniques in mathematics.

Dish
Messages
2
Reaction score
0
Hey guys, I'm just totally stumped by this Q

Use mathematical induction to prove that for integer n, n > or = to 2,
(x+1)^n - nx - 1 is divisible by x^2.

It's not a Homework problem.

Attempt at solution:

1) Prove for n =2,
(x+1)^2 - 2x - 1 = x^2 + 2x +1 - 2x -1 = x^2
2) Assume true for n = k
thus (x+1)^k -kx -1 = m x^2 where m is any integer
3) Prove for n = k+1

(x+1)^(k+1) - (k+1)x - 1
(x+1)^k . (x+1) - kx - x - 1
(x+1)^k - kx -1 + x(x+1)^k - x - 1
m.x^2 + x(x+1)^k - x -1

from here on i am totally confused. :S
Please can someone help me to finish the proof, so that it's divisible by x^2?
Thank you :)
 
Mathematics news on Phys.org
Dish said:
Hey guys, I'm just totally stumped by this Q

Use mathematical induction to prove that for integer n, n > or = to 2,
(x+1)^n - nx - 1 is divisible by x^2.

It's not a Homework problem.

Attempt at solution:

1) Prove for n =2,
(x+1)^2 - 2x - 1 = x^2 + 2x +1 - 2x -1 = x^2
2) Assume true for n = k
thus (x+1)^k -kx -1 = m x^2 where m is any integer
3) Prove for n = k+1

(x+1)^(k+1) - (k+1)x - 1
(x+1)^k . (x+1) - kx - x - 1
(x+1)^k - kx -1 + x(x+1)^k - x - 1
m.x^2 + x(x+1)^k - x -1

At the bold line, you can factor out (x+1) from some of the terms so that you have [itex](x+1)(\mbox{something})+(\mbox{something else})[/itex]. Look at the "something" carefully & think how you can relate it to your kth step. Plugging that relation in for the "something", you should be able to then expand things and get the result of x^2*(stuff).

By the way, your assumption that at the kth step (x+1)^k -kx - 1 = mx^2, where m is an integer, is incorrect. m can be a polynomial in x.
 
argh Thanks I get it now, thanks for the help
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K