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

In summary, the given equation is proved true for n=1 by substituting and showing both sides are equal. It is then assumed true for n=k and proved true for n=(k+1) by breaking up the summation and using induction to show that both sides are equal. Therefore, the given equation is true for all positive integers.
  • #1
joshd
26
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:
Mathematics news on Phys.org
  • #2
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.
 

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

What is proof by induction?

Proof by induction is a mathematical technique used to prove that a statement holds for all natural numbers. It involves breaking down a larger problem into smaller, simpler cases and proving that the statement holds for each case. This allows us to show that the statement holds for an infinite number of cases without having to explicitly prove each one.

How does proof by induction work?

In proof by induction, we first show that the statement holds for the first case, typically n = 1. This is known as the base case. Next, we assume that the statement holds for some arbitrary value of n, known as the induction hypothesis. Finally, we use this assumption to prove that the statement also holds for the next case, n+1. This completes the induction step, and by repeating this process we can prove that the statement holds for all natural numbers.

Can proof by induction be used for all types of mathematical statements?

No, proof by induction can only be used for statements that involve natural numbers. It is not suitable for proving statements about real numbers, as there are infinitely many real numbers and we cannot apply induction to them in the same way as natural numbers.

How can proof by induction be applied to the given equation?

To prove the given equation using induction, we first show that the statement holds for n = 1, which is the base case. Then we assume that the statement holds for some arbitrary value of n, and use this assumption to prove that it also holds for n+1. This completes the induction step, and by repeating this process we can prove that the statement holds for all natural numbers.

Are there any tips for successfully using proof by induction?

One tip for using proof by induction is to carefully check your base case and make sure it is true. Additionally, it can be helpful to write out the steps of the induction hypothesis and induction step to ensure that they are logically sound. It is also important to clearly state your assumptions and use them to logically prove the next case. Lastly, practice and familiarity with the technique will make it easier to apply in more complex situations.

Back
Top