Prove Math Induction: 1*3^1 + 2*3^2 + 3*3^3 +...+ n*3^n = 1/4(2n-1)3^n+1 + 3/4

  • Thread starter Thread starter james.farrow
  • Start date Start date
  • Tags Tags
    Induction
AI Thread Summary
The discussion focuses on proving the formula for the sum of the series 1*3^1 + 2*3^2 + ... + n*3^n using mathematical induction. It begins by verifying the base case p(1) and confirming its truth. The next step involves assuming p(k) is true and then attempting to prove p(k + 1). Participants suggest simplifying expressions and factoring out common terms to facilitate the proof, ultimately leading to a correct formulation of the induction step. The thread concludes with a successful simplification that confirms the original proposition.
james.farrow
Messages
44
Reaction score
0
Use mathematical induction to prove

1*3^1 + 2*3^2 + 3*3^3 + ... + n*3^n = 1/4(2n -1)3^n+1 +3/4

Let p(n) be variable proposition 1/4(2n -1)3^n+1 + 3/4

Is p(1) true?

1/4(2*1 - 1)3^1+1 + 3/4 = 3 & 1*3^1 = 3 so p(1) is true.

Now assume p(k) is true, that is 1/4(2k - 1)3^k+1 + 3/4 is true.

Now prove p(k + 1) is true.

If p(k + 1) is true we should have 1/4(2(k+1) - 1)3^(k+1) +1 + 3/4
which is

1/4(2k + 1)3^k+2 +3/4

Now to proof.

We have to prove that p(k) + p(k+1) = 1/4(2k + 1)3^k+2 + 3/4

1/4(2k + 1)3^k+1 + 3/4 + (K+1)3^(k+1)

Multiplying by 4

(2k + 1)3^k+1 + 3 + 4(k+1)3^(k+1)

This is where I get bogged down? Can anyone help please!
 
Physics news on Phys.org
james.farrow said:
...
1/4(2k + 1)3^k+1 + 3/4 + (K+1)3^(k+1)
...
Should that be 2k - 1?

Anyway, after fixing that, try taking out a common factor of 3^(k+1). See if you can go from there.
 
Yeah you're right! lol

After some head scratching and crossings out I think I've cracked it!

Anyway after fixing my error it simplifies to

18k*3^k + 9*3^k +3

(2k + 1)9*3^k + 3

But 9 = 3^2 so we have

(2k + 1)3^2*3^k + 3
(2k + 1)3^k+2 +3

Now multiply by 1/4 and there is the answer!

1/4(2k + 1)3^k+2 +3/4


I think!

Many thanks for your help.

James
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top