I can't solve this task and would appreciate some help and advice.
Task is:
\(\displaystyle 1\cdot 2^{n} + 2\cdot 2^{n-1} + 3\cdot 2^{n-2} + \dotsb + n\cdot 2 +(n+1)=2^{n+2} -(n+3) \)
I was taught that first I need to check if the first term of a series on the left is equal to the expression on the right for n=1. So I did.
But, it only works if I take first two terms from this series:
\(\displaystyle 1\cdot 2^{1} + 2\cdot 2^{0}=2^{3}-4 \quad 4=4 \)
After the basis of induction I proceeded to the induction hypothesis and I just did this:
\(\displaystyle n=k \\ 1\cdot 2^{k} + 2\cdot 2^{k-1} + 3\cdot 2^{k-2} + \dotsb + k\cdot 2 +(k+1)=2^{k+2} -(n+3) \)
Then I went to the inductive step. I rewrote everything on the left side and after that I should add the following term for n=k+1. So I did:
\(\displaystyle n=k+1 \\ 1\cdot 2^{k} + 2\cdot 2^{k-1} + 3\cdot 2^{k-2} + \dotsb + k\cdot 2 +(k+1) + 2\cdot (k+1) + (k+2)=2^{k+3} -(k+4) \\ 2^{k+2} -(n+3)+ 2\cdot (k+1) + (k+2)=2^{k+3} -(k+4) \)
But, there is something wrong with this because when I chose some integer for k and put it into this last expression the left and the right side aren't equal. Obviously there is some mistake, but I don't know what is it nor I know what I should have done. This task is so much confusing to me. I did all the other tasks by this manner and everything was fine. But what also confuses me here is: Should I put \(\displaystyle n=k+1 \) into just \(\displaystyle (n+1) \) in the inducive step or into \(\displaystyle n\cdot 2 \) and \(\displaystyle (n+1) \)?
For example, if I had:
\(\displaystyle 1+2+ \dotsb + n=\dfrac{n(n+1)}{2} \\ for\, n=1 \quad 1=\dfrac{1\cdot (1+1)}{2} \quad 1=1 \\ for\, n=k \quad 1+2+ \dotsb +k=\dfrac{k(k+1)}{2} \\ for\, n=k+1 \quad 1+2+ \dotsb + k +(k+1)=\dfrac{(k+1)(k+2)}{2} \\ \dfrac{k(k+1)}{2} +(k+1)=\dfrac{(k+1)(k+2)}{2} \\ \dfrac{(k+1)(k+2)}{2}=\dfrac{(k+1)(k+2)}{2} \)
What I did in my task above is the same, I believe it is, but at some point I made a mistake and I don't know what it is and how I should solve that task.
Task is:
\(\displaystyle 1\cdot 2^{n} + 2\cdot 2^{n-1} + 3\cdot 2^{n-2} + \dotsb + n\cdot 2 +(n+1)=2^{n+2} -(n+3) \)
I was taught that first I need to check if the first term of a series on the left is equal to the expression on the right for n=1. So I did.
But, it only works if I take first two terms from this series:
\(\displaystyle 1\cdot 2^{1} + 2\cdot 2^{0}=2^{3}-4 \quad 4=4 \)
After the basis of induction I proceeded to the induction hypothesis and I just did this:
\(\displaystyle n=k \\ 1\cdot 2^{k} + 2\cdot 2^{k-1} + 3\cdot 2^{k-2} + \dotsb + k\cdot 2 +(k+1)=2^{k+2} -(n+3) \)
Then I went to the inductive step. I rewrote everything on the left side and after that I should add the following term for n=k+1. So I did:
\(\displaystyle n=k+1 \\ 1\cdot 2^{k} + 2\cdot 2^{k-1} + 3\cdot 2^{k-2} + \dotsb + k\cdot 2 +(k+1) + 2\cdot (k+1) + (k+2)=2^{k+3} -(k+4) \\ 2^{k+2} -(n+3)+ 2\cdot (k+1) + (k+2)=2^{k+3} -(k+4) \)
But, there is something wrong with this because when I chose some integer for k and put it into this last expression the left and the right side aren't equal. Obviously there is some mistake, but I don't know what is it nor I know what I should have done. This task is so much confusing to me. I did all the other tasks by this manner and everything was fine. But what also confuses me here is: Should I put \(\displaystyle n=k+1 \) into just \(\displaystyle (n+1) \) in the inducive step or into \(\displaystyle n\cdot 2 \) and \(\displaystyle (n+1) \)?
For example, if I had:
\(\displaystyle 1+2+ \dotsb + n=\dfrac{n(n+1)}{2} \\ for\, n=1 \quad 1=\dfrac{1\cdot (1+1)}{2} \quad 1=1 \\ for\, n=k \quad 1+2+ \dotsb +k=\dfrac{k(k+1)}{2} \\ for\, n=k+1 \quad 1+2+ \dotsb + k +(k+1)=\dfrac{(k+1)(k+2)}{2} \\ \dfrac{k(k+1)}{2} +(k+1)=\dfrac{(k+1)(k+2)}{2} \\ \dfrac{(k+1)(k+2)}{2}=\dfrac{(k+1)(k+2)}{2} \)
What I did in my task above is the same, I believe it is, but at some point I made a mistake and I don't know what it is and how I should solve that task.