How can you prove this discrete math induction statement?

Click For Summary
SUMMARY

The discussion focuses on proving a discrete math induction statement involving the summation of the series \(\sum_{i=1}^{n} i(i + 1)\). The base case is established for \(n=1\), and the method of mathematical induction is applied by assuming the statement holds for \(n=m\) and proving it for \(n=m+1\). The key insight is to reshape the expression to match the form \(\frac{N(N+1)(N+2)}{3}\) and to break up the summation for the case \(n=k+1\). This structured approach ensures the validity of the statement for all natural numbers.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with summation notation
  • Knowledge of polynomial expressions
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the principles of mathematical induction in detail
  • Learn how to manipulate summation expressions
  • Explore polynomial identities and their proofs
  • Practice additional induction problems involving series
USEFUL FOR

Students in discrete mathematics, educators teaching mathematical induction, and anyone looking to strengthen their proof-writing skills in mathematics.

iPetey
Messages
2
Reaction score
0

Homework Statement



1z6a04h.jpg


Homework Equations



base case: n=1

The Attempt at a Solution



im not sure where to start because the examples that my professor showed us did not have a n(n-1) (n+1) but rather (p+1)P=1+1)(2(p+1)+1)

im just very lost in this example
 
Physics news on Phys.org
Assume the statement is true for n=m. Add one more term and see if the statement is still true for n=m+1. If it is and also true for n=2, then true for all n...
 
you do this kind of stuff by induction
 
i know its done by induction but i don't know the proper steps to do it.
 
Assume that the statement you have is true. Now add another term (do the sum to N instead of N-1). Add that term to the RHS and see if you can reshape that expression to the same form as it is now, only with N*(N+1)*(N+2)/3 instead. If you can, it must hold true for all N from there on. Then it remains to show that it holds for a sum with just one term.
 
SEngstrom said:
Assume that the statement you have is true. Now add another term (do the sum to N instead of N-1). Add that term to the RHS and see if you can reshape that expression to the same form as it is now, only with N*(N+1)*(N+2)/3 instead. If you can, it must hold true for all N from there on. Then it remains to show that it holds for a sum with just one term.
Personally I don't like re-using the variable N; instead I would use k:
Assume true for n = k:
\displaystyle \sum_{i=1}^{k-1} i(i +1) = \frac{k(k-1)(k+1)}{3}
Prove true for n = k + 1:
\displaystyle \sum_{i=1}^{(k+1)-1} i(i +1) = ... = \frac{(k + 1)(k)(k+2)}{3}

OP: a hint would be to "break up" the summation in the n = k + 1 case.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 24 ·
Replies
24
Views
6K