Today in #bienprecal, we did some more solving of proof by induction equations. The first one we did was 2+4+6+8+…+2n=. The steps we used to solve this are as follows:
1. Find what the equation equals.
2+4+6+8+…+2n=n²+n
2. Assume Pk (do this by changing all the n’s to k’s)
2+4+6+8+…+2k=k²+k
3. Prove Pk+1 is true (do this by adding this to the left side and changing all the k’s on the right to k+1)
2+4+6+8+…+2k+2(k+1)=(k+1)²+(k+1)
4 Use the asumption from step 2 to substitute for the “2+4+6+8+…+2k”
k²+k+2(k+1)=(k+1)²+(k+1)
5. Simplify using #algebra
k²+k+2(k+1)=(k+1)²+(k+1) equals
k²+3k+2=k²+3k+2 q.e.d. Therefore, we know it is TRUE!
The second one we did was 1²+2²+3²+…+n²=. You solve this one the same way we solved the first.
1. Find out what the equation equals (In this case it was given to us since it’s hard to find by just guess and check)
1²+2²+3²+…+n²=n(n+1)((2n+1)/6)
2. Assume Pk
1²+2²+3²+…+k²=k(k+1)((2k+1)/6)
3. Show that Pk+1 is true
1²+2²+3²+…+k²+(k+1)²=(k+1)((k+1)+1)((2(k+1)+1)/6)
4. Insert the assumption “n(n+1)((2n+1)/6)” from step 2 in for “1²+2²+3²+…+k²”
n(n+1)((2n+1)/6)+(k+1)²=(k+1)((k+1)+1)((2(k+1)+1)/6)
5. Simplify using #algebra
n(n+1)((2n+1)/6)+(k+1)²=(k+1)((k+1)+1)((2(k+1)+1)/6) equals
(k+1)((2k²+7k+6)/6)=(k+1)((2k²+7k+6)/6)
If you still need more help, you can check out the #KhanAcademy video about Proof by Induction
