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

In summary, the proof for the given statement involves using the principle of mathematical induction and expanding the equations to show that they are equal. The key is recognizing that n^{k+1}-1^{k+1} can be reduced to sums of k-th powers, plus sums of k-1-th powers, plus sums of k-2-th powers, and so on. This allows for the use of linear algebra to solve for the coefficients of the polynomial.
  • #1
matadorqk
96
0

Homework Statement


Prove:
[tex]1^{4}+2^{4}+3^{4}+...+n^{4}=\frac{(n)(n+1)(2n+1)(3n^{2}+3n-1)}{30}[/tex]

Homework Equations


Umm, I am not using any.

The Attempt at a Solution


So my first step:
1) Check for n=1
[tex]1^{4}=\frac{1(1+1)(2(1)+1)(3(1)^{2}+3(1)-1)}{30}=\frac{(2)(3)(5)}{30}=1[/tex]

2)Now if n=k
[tex]P_{k}=1^{4}+2^{4}+3^{4}+...+k^{4}=\frac{(k)(k+1)(2k+1)(3k^{2}+3k-1)}{30}[/tex] is assumed true.
So, when n=k+1
So I would be expecting to get: [tex]P_{k+1}:1^{4}+2^{4}+3^{4}+...+k^{4}+(k+1)^{4}=\frac{(k+1)(k+2)(2k+3)(3(k+1)^{2}+3k+3-1)}{30}[/tex]

Since we assumed Pk to be true, and [tex]P_{k}+(k+1)^{4}=P_{k+1}[/tex]
Lets prove it. The Left Hand Side (LHS) is the same, but the RHS is giving me trouble.

I am supposed to obtain
[tex]\frac{(k+1)(k+2)(2k+3)(3k^{2}+9k+6)}{30}[/tex]

By doing something to: [tex]\frac{(k)(k+1)(2k+1)(3k^{2}+3k-1)}{30}+(k+1)^{4}[/tex]

So my first try, i'll take out (k+1) as a common factor.

So: [tex](k+1)(\frac{(k)(2k+1)(3k^{2}+3k-1)}{30}+(k+1)^{3})[/tex]

Any hints on what to do now :S?
 
Last edited:
Physics news on Phys.org
  • #2
Factor [tex]\frac{1}{30}[/tex] out of every term first, i.e., multply the [tex](k+1)^4[/tex] term by thirty and put it atop the fraction as well, then expand and factorise, using the remainder theorem, of course, since you know what factors to expect.
 
  • #3
Just expand P(k+1)-P(k). If you get (k+1)^4 then you win.
 
  • #4
Wow, I suspected there was a formula for the sum of fourth powers of integers, but I'd never seen it before.

Having gone through the induction proofs for the formulas up to third powers, I think I can say you're on the right track. You want to avoid multplying multinomials as long as you can manage. Unfortunately, I think you're at the point where you just have to bite the bullet and work out

[tex]\frac{(k)(2k+1)(3k^{2}+3k-1)}{30}+(k+1)^{4}[/tex]

to show that it is

[tex]\frac{(k+2)(2k+3)(3k^{2}+9k+6)}{30}[/tex] .

There was something comparable to do for the squares and cubes of integers, and it just gets worse with successively higher powers...
 
Last edited:
  • #5
dynamicsolo said:
Wow, I suspected there was a formula for the sum of fourth powers of integers, but I'd never seen it before.

Having gone through the induction proofs for the formulas up to third powers, I think I can say you're on the right track. You want to avoid multplying multinomials as long as you can manage. Unfortunately, I think you're at the point where you just have to bite the bullet and work out

[tex]\frac{(k)(2k+1)(3k^{2}+3k-1)}{30}+(k+1)^{4}[/tex]

to show that it is

[tex]\frac{(k+2)(2k+3)(3k^{2}+9k+6)}{30}[/tex] .

There was something comparable to do for the squares and cubes of integers, and it just gets worse with successively higher powers...
Yeah, the problem after this is the same but with the sum of fifth powers. I also did the sum of 2nd and 3rd powers already, those weren't very hard. The sum of fifth powers is:
[tex]1^{5}+2^{5}+3^{5}+...+n^{5}=\frac{n^{2}(n+1)^{2}(2n^{2}+2n-1)}{12}[/tex]

We have to proof that too, but for now, I am following Dick's advise, if I get stuck, I'll go with Bel's.
 
  • #6
Ok Dick

Ok Dick, I have followed your advise, in search of (k+1)^4.. so:
My problem is now:
[tex]\frac{(k+1)(k+2)(2k+3)(3k^{2}+9k+6)}{30} - \frac{(k)(k+1)(2k+1)(3k^{2}+3k-1)}{30}[/tex]
I have to get this to be equal to [tex](k+1)^{4}[/tex]

So I first factor out 1/30 and k+1 which seem to be common in both equations so:

[tex](\frac{k+1}{30})((k+2)(2k+3)(3k^{2}+9k+6)-(k)(2k+1)(3k^{2}+3k-1))[/tex]

I'm expanded but got a polynomial degree 3 which factored into imaginary, so I am going to expand again just incase I did any mistakes.

So when I expand I get
[tex](6k^{4}+39k^{3}+93k^{2}+96k+36) - (6k^{4}+9k^{3}+k^{2}-k)[/tex]

Which essentially comes down to:
[tex]30k^{3}+92k^{2}+97k+36[/tex]

(We still have the (k+1)/30 on the outside)

wow.. I think a lightbulb just turned on, one second.
 
Last edited:
  • #7
You're making a mistake. I get that 3(k+1)^2+3(k+1)-1=3k^2+9k+5. You got something else. I actually did do this and it does work. I'm not guessing.
 
  • #8
Dick said:
You're making a mistake. I get that 3(k+1)^2+3(k+1)-1=3k^2+9k+5. You got something else. I actually did do this and it does work. I'm not guessing.

[tex] 3(k+1)^{2}+3(k+1)-1=3k^{2}+9k+5[/tex]

(Looks better)

Hmm, let me try again, am I right up until taking out the 1/30 and (k+1) or did you expand the (k+1) aswell?

Wow.. where did you get the equal sign from?

I thought in Mathematical induction (according to my teacher)
If were solving from [tex]P_{k+1}-P_{k}=(k+1)^{4}[/tex] you can't change the [tex](k+1)^{4}[/tex] because that's what we want to get, or in her words, what were "inducing", if we change the other one, we'd be "deducing" the right side (or something like that hehe)
 
Last edited:
  • #9
dynamicsolo said:
Wow, I suspected there was a formula for the sum of fourth powers of integers, but I'd never seen it before.
The proof for this, and higher powers, is another inductive argument. The key is

[tex]
n^{k+1} - 1^{k+1}
= \left( n^{k+1} - (n-1)^{k+1} \right)
+ \left( (n - 1)^{k+1} - (n-2)^{k+1} \right)
+ \cdots + \left( 2^{k+1} - 1^{k+1} \right)
[/tex]

which can be reduced to sums of k-th powers, plus sums of k-1-th powers, plus sums of k-2-th powers, plus ...
 
  • #10
I expanded the whole thing (1/30)'s and all, and I got x^4+4x^3+6x^2+4x+1. Which equals (x+1)^4.
 
  • #11
Dick said:
I expanded the whole thing (1/30)'s and all, and I got x^4+4x^3+6x^2+4x+1. Which equals (x+1)^4.

[tex]x^{4}+4x^{3}+6x^{2}+4x+1[/tex]

Hmm, let me try and expand the whole thing.

one sec.
 
  • #12
Hurkyl said:
The proof for this, and higher powers, is another inductive argument. The key is

[tex]
n^{k+1} - 1^{k+1}
= \left( n^{k+1} - (n-1)^{k+1} \right)
+ \left( (n - 1)^{k+1} - (n-2)^{k+1} \right)
+ \cdots + \left( 2^{k+1} - 1^{k+1} \right)
[/tex]

which can be reduced to sums of k-th powers, plus sums of k-1-th powers, plus sums of k-2-th powers, plus ...

Thanks! I've never actually seen these formulas derived (other than the familiar sums of integers result). Must be loads of fun to untangle...
 
  • #13
dynamicsolo said:
Must be loads of fun to untangle...
Once you know there is a formula, you can use linear algebra to figure it out. You can prove that the closed form for the sum of k-th powers is a polynomial of degree k+1. So, you just need to directly compute k+2 values, and you have a linear system of equations for the k+2 coefficients of your polynomial.
 
  • #14
Dick said:
I expanded the whole thing (1/30)'s and all, and I got x^4+4x^3+6x^2+4x+1. Which equals (x+1)^4.

Are you expanding:
[tex]\frac{(k+1)(k+2)(2k+3)(3k^{2}+9k+6)}{30} - \frac{(k)(k+1)(2k+1)(3k^{2}+3k-1)}{30}[/tex]

Because I've tried multiple times, getting the same wrong answer...Dam, stupid mistake
I did a dumb error, its actually:
[tex]\frac{(k+1)(k+2)(2k+3)(3k^{2}+9k+5)}{30} - \frac{(k)(k+1)(2k+1)(3k^{2}+3k-1)}{30}[/tex]

ARGHHH ****... sorry.. let me do this again
 
Last edited:
  • #15
I thought we agreed it should be 3k^2+9k+5? How did the 6 get back in there? You are just making mistakes, which is doesn't mean you have any conceptual problems. I think you are ok on concepts. Do you know what I do confronted with an expansion like that? I use a machine. Because I can't necessarily add 3+3-1 and get 5 reliably either. And I don't think it's important that you can.
 
Last edited:
  • #16
Dick said:
I thought we agreed it should be 3k^2+9k+5? How did the 6 get back in there? You are just making mistakes, which is doesn't mean you have any conceptual problems. I think you are ok on concepts. Do you know what I do confronted with an expansion like that? I use a machine. Because I can't necessarily add 3+3-1 and get 5 reliably either. And I don't think it's important that you can.

Thanks, I finally solved it correctly :). Stay tuned, I am going to try the sum to degree 5 in a couple minutes, ill post if i get stuck, which hopefully I wont.. but meh, who knows.
 

1. What is mathematical induction?

Mathematical induction is a proof technique used to show that a statement is true for all natural numbers (usually starting from 0 or 1). It involves two steps: the base case, where the statement is shown to be true for the first natural number, and the inductive step, where it is shown that if the statement is true for a particular natural number, then it is also true for the next natural number.

2. How does mathematical induction work?

Mathematical induction works by assuming that the statement is true for a particular natural number, and then using this assumption to prove that it is also true for the next natural number. This process is repeated until the statement has been proven for all natural numbers.

3. What is the statement being proven in this case?

The statement being proven is the formula 1^4+2^4+3^4+...+n^4=frac(n)(n+1)(2n+1)(3n^2+3n-1)/30, which is a mathematical equation that relates the sum of the fourth powers of the first n natural numbers to a polynomial expression involving n.

4. Why is mathematical induction used to prove this formula?

Mathematical induction is used because it is a powerful and reliable proof technique for statements that involve natural numbers. It allows us to generalize a statement to all natural numbers without having to individually prove it for each number.

5. Can mathematical induction be used to prove other types of statements?

Yes, mathematical induction can be used to prove other types of statements, such as inequalities, divisibility, and properties of sequences and series. It is a versatile proof technique that can be applied to a wide range of mathematical problems.

Similar threads

Replies
13
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
780
Replies
12
Views
868
  • Precalculus Mathematics Homework Help
Replies
5
Views
865
  • Calculus and Beyond Homework Help
Replies
8
Views
941
Replies
14
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
901
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
Back
Top