Proof by Induction: Sum r=1 to n (3r+1) = n/2(3n+5)

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

The forum discussion centers on proving the formula for the summation from r=1 to n of (3r + 1), which equals n/2(3n + 5). The proof is established using mathematical induction, starting with the base case of n=1 and assuming the formula holds for n=k. The proof then demonstrates that it also holds for n=k+1, ultimately confirming the formula's validity. An alternative method is suggested, breaking the summation into two parts and utilizing known summation formulas for further simplification.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with summation notation
  • Knowledge of basic algebraic manipulation
  • Ability to apply known summation formulas, such as Σr = n(n + 1)/2
NEXT STEPS
  • Study the principles of mathematical induction in depth
  • Learn about summation techniques and formulas
  • Explore algebraic manipulation strategies for simplifying expressions
  • Investigate other proofs involving summation and induction
USEFUL FOR

Mathematics students, educators, and anyone interested in understanding proofs involving summation and induction techniques.

joshd
Messages
24
Reaction score
0
Sum from r=1 to n (3r+1) = n/2(3n+5)Prove true for n=1:
3*1+1=4 | 1/2(3*1+5)=4
Assume true for n=k:
k/2(3k+5)Prove true for n=(k+1):
k/2(3k+5) + (3(k+1)+1) | 1/2(k+1)(3(k+1)+5)
k/2(3k+5) + (3k+3+1) | 1/2(k+1)(3k+3+5)
k/2(3k+5) + (3k+4) | 1/2(k+1)(3k+8)now what? I can't see what factors I can take out of either to make them the same... any ideas?EDIT: nevermind:

1/2(3k^2+5k+2(3k+4) | 1/2(k+1)(3k+8)
1/2(3k^2+11k+8) | 1/2(k+1)(3k+8)
1/2(k+1)(3k+8) | 1/2(k+1)(3k+8)Same, therefore proved by induction.:D
 
Last edited:
Physics news on Phys.org
joshd said:
Sum from r=1 to n (3r+1) = n/2(3n+5)Prove true for n=1:
3*1+1=4 | 1/2(3*1+5)=4
Assume true for n=k:
k/2(3k+5)Prove true for n=(k+1):
k/2(3k+5) + (3(k+1)+1) | 1/2(k+1)(3(k+1)+5)
k/2(3k+5) + (3k+3+1) | 1/2(k+1)(3k+3+5)
k/2(3k+5) + (3k+4) | 1/2(k+1)(3k+8)now what? I can't see what factors I can take out of either to make them the same... any ideas?EDIT: nevermind:

1/2(3k^2+5k+2(3k+4) | 1/2(k+1)(3k+8)
1/2(3k^2+11k+8) | 1/2(k+1)(3k+8)
1/2(k+1)(3k+8) | 1/2(k+1)(3k+8)Same, therefore proved by induction.:D
An easier way is to break up the summation like this:
$$\sum_{r = 1}^n (3r + 1) = \sum_{r = 1}^n 3r + \sum_{r = 1}^n 1$$
$$=3\sum_{r = 1}^n r + \sum_{r = 1}^n 1$$
You could then show, by induction, that ##\sum_{r = 1}^n r = \frac {n(n + 1)} 2## and that ##\sum_{r = 1}^n 1 = n##, and use these to complete your proof.
 

Similar threads

Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K