Proof Error: Missing Link at n^4 Term

  • Thread starter Thread starter Link
  • Start date Start date
Link
Messages
132
Reaction score
1
What is wrong with this proof? There seems to be a missing link at the n^4 term, even though values of n up to 134 are true!

http://www.geocities.com/jake_lloyd007/ind.jpg
 
Physics news on Phys.org
without seeing it all souldn't the answers to each line read as follows:

n+6n+11n+6n

n+10n+35n+50n+24n

n+11n+41n+61n+30n (if you add the two lines above together)
 
1. You haven't told us what you are trying to prove!

2. What you posted makes no sense! In the last line, there appears to be no n on the left side, yet the right side depends on n.
 
I am trying to preform a proof by induction that for any positive number n,

1 x 2 x 3 x 4 + 2 x 3 x 4 x 5 + ...+ n (n+1)(n+2)(n+3)(n+4)

= n^4 + 6n^3 + 11n^2 + 6n

So in the image just consider the k as n.

It's a polynomial with a pretty long expansion, but I have checked and rechecked and if there is an error, I can't find one. Yet it can't be proven?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top