Proving Induction Problem: P(x) is an Integer for all Natural Numbers n

  • Context: Graduate 
  • Thread starter Thread starter Yoss
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary

Discussion Overview

The discussion revolves around proving that the expression P(x) = \(\frac{n^3}{3} + \frac{n^5}{5} + \frac{7n}{15}\) is an integer for all natural numbers n using mathematical induction. Participants explore various approaches, including direct induction and congruences.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests starting with the base case of n=1 and assumes that P(k) is an integer for some k, aiming to show P(k+1) is also an integer.
  • Another participant proposes using congruences, specifically Fermat's Little Theorem, to demonstrate that the expression is divisible by 5 and later by 3.
  • A later reply indicates that the initial approach was incorrect due to an arithmetic error, but after re-evaluation, the participant claims to have found the correct proof using induction.
  • Several participants discuss the use of the binomial theorem to manipulate the expression for k+1 to show divisibility by 15.
  • One participant expresses uncertainty about Fermat's Little Theorem but acknowledges its relevance to the discussion.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to the proof, with multiple methods being proposed and discussed. Some participants express confidence in their solutions, while others remain uncertain or suggest alternative methods.

Contextual Notes

Participants mention specific mathematical techniques such as the binomial theorem and congruences, but there are unresolved steps in the proof and varying levels of understanding of these concepts among participants.

Yoss
Messages
27
Reaction score
0
Use mathematical induction to prove for all natural numbers [tex]n[/tex].

P(x) = [tex]\frac{n^3}{3} + \frac{n^5}{5} + \frac{7n}{15}[/tex] is an integer.

Say [tex]S = \{ n\in N:P(x)\}[/tex]

Then [tex]1\in S.[/tex] (1/3 + 1/5 + 7/15 = 15/15)

So assume for some [tex]k\in N, k\in S[/tex]

So, obviously I have to show [tex](k+1)\in S[/tex].

I'm not sure how to start. In order for it to be an integer, then 15 must divide
[tex]5n^3 + 3n^5 + 7n[/tex].

I've worked through, by substituting (k + 1), tried distributing throughout, but I can't seem to get anywhere to factor out a multiple of 15. Can anyone give a suggestion of how to manipulate this so I can prove it? Thanks
 
Physics news on Phys.org
Also, what I'm trying to do, is after I substitute in (k+1), I'm trying to form the original equation, since that's divisible by 15, and with that part, I'm trying to get the other part to be divisible by 15. You think this is the way to go?
 
Ah nevermind I got it. I messed up the first time. Heh, distributing is tedious.
 
Another way to do it is to look at congruences. Since x^n==x modulo n by Fermat's little theorem, we can easily show that 5n^3 + 3n^5 + 7n==0+3+7 ==0 Modulo 5, which is to say that 5 always divides this expression. And then can do the same thing for Modulo 3.
 
robert Ihnot said:
Another way to do it is to look at congruences. Since x^n==x modulo n by Fermat's little theorem, we can easily show that 5n^3 + 3n^5 + 7n==0+3+7 ==0 Modulo 5, which is to say that 5 always divides this expression. And then can do the same thing for Modulo 3.

Heh, too bad I don't konw Fermat's "little theorem", although I have been meaning to study it. Thanks though.
 
Yoss said:
Ah nevermind I got it. I messed up the first time. Heh, distributing is tedious.
(I thought you were saying that you had found the answer, that is why I thought it O.K. to suggest a second solution.)

Anyway, it can be done strictly by induction. First proving for 1 and assuming that 5k^3+3k^5+7K ==0 Modulo 15, or if you like, divisible by 15. If we use the binominal theorem, for the value of k+1, we have: 5(k^3+3k^2+3k+1) + 3(k^5 + 5k^4+10k^3+10k^2+5k+1) +7(k+1) to show divisible by 15. So we subtract out the original expression for k, which we assume equals 0. Then we get ride of all terms that are a multiple of 15, and all that is left is 5+3+7 = 15.

Fermat's Little Theorem: http://mathworld.wolfram.com/FermatsLittleTheorem.html
 
Last edited:
robert Ihnot said:
(I thought you were saying that you had found the answer, that is why I thought it O.K. to suggest a second solution.)

Anyway, it can be done strictly by induction. First proving for 1 and assuming that 5k^3+3k^5+7K ==0 Modulo 15, or if you like, divisible by 15. If we use the binominal theorem, for the value of k+1, we have: 5(k^3+3k^2+3k+1) + 3(k^5 + 5k^4+10k^3+10k^2+5k+1) +7(k+1) to show divisible by 15. So we subtract out the original expression for k, which we assume equals 0. Then we get ride of all terms that are a multiple of 15, and all that is left is 5+3+7 = 15.

Fermat's Little Theorem: http://mathworld.wolfram.com/FermatsLittleTheorem.html

Nono, I did actually solve the problem. The first time I tried distributing all the polynomials I made an arithmetical error. But I tried it again and found the original equation divisible by 15 and then the remaining equation that came out of that was also divisible by 15.
 
robert Ihnot said:
(I thought you were saying that you had found the answer, that is why I thought it O.K. to suggest a second solution.)

Anyway, it can be done strictly by induction. First proving for 1 and assuming that 5k^3+3k^5+7K ==0 Modulo 15, or if you like, divisible by 15. If we use the binominal theorem, for the value of k+1, we have: 5(k^3+3k^2+3k+1) + 3(k^5 + 5k^4+10k^3+10k^2+5k+1) +7(k+1) to show divisible by 15. So we subtract out the original expression for k, which we assume equals 0. Then we get ride of all terms that are a multiple of 15, and all that is left is 5+3+7 = 15.

Fermat's Little Theorem: http://mathworld.wolfram.com/FermatsLittleTheorem.html


Yea, after reading your post, that's exactly what I did.
 

Similar threads

Replies
48
Views
7K
Replies
8
Views
5K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K