Proving the Largest Natural Number m for Divisibility of n^3-n

Punkyc7
Messages
415
Reaction score
0
Find the largest natural number m such that n^3 -n is divisible by m for n element N. Prove your assertion.



How exactly do you begin this

im thinking the largest m could possible be is n^3 -n, but I am not sure.

To be divisible we know that

mk=n^3-n for some k
 
Last edited:
Physics news on Phys.org
Well, sure n^3-n divides n^3-n. But I doubt that's what they mean. I think they mean a proper divisor, i.e. m<n^3-n. What number LESS than n^3-n divides n^3-n and can you show it's the largest possible?
 
How can you factor n^3- n?
 
n(n^2-1) is that this question was asking for?

And from there you induction on n^3-n and show that n^2 -1 is the largest number
 
Punkyc7 said:
n(n^2-1) is that this question was asking for?

And from there you induction on n^3-n and show that n^2 -1 is the largest number

Take n=3, what is the largest proper divisor of n3-n then?
 
would it be 12...which is not n^2-1
 
Punkyc7 said:
would it be 12...which is not n^2-1

But which is the half of n3-n. Can you show that the half is always the largest divisor??
 
I going to guess you can. So we assume that (n^3-n)/2 is the largest and we want to show

(n+1^3-n+1)/2 is the largest divisor of n+1^3-n+1
 
Punkyc7 said:
I going to guess you can. So we assume that (n^3-n)/2 is the largest and we want to show

(n+1^3-n+1)/2 is the largest divisor of n+1^3-n+1

Isn't it obvious that \frac{n^3-n}{2} is the largest divisor?? The only thing you need to show is that 2 divides n3-n. That's what you need to show by induction.
 
  • #10
so we show that 2 divides when n is odd and when n is even.

Then we show 2 divides n+1^3-n+1?
 
  • #11
Punkyc7 said:
so we show that 2 divides when n is odd and when n is even.

Then we show 2 divides n+1^3-n+1?

Indeed, you must show that (n+1)^3-(n+1) is even when n^3-n is.
 
  • #12
and do the same thing when its odd.

Now do I have to show that (n+1^3−n+1)/2 is the largest divisor of n+1^3-n+1, or do I just have to show two divides it.
 
  • #13
Hi Punkyc7! :smile:
Punkyc7 said:
Find the largest natural number m such that n^3 -n is divisible by m for n element N.

Doesn't it mean find the highest common factor of every value of n3 - n ? :confused:
 
  • #14
Hi tiny tim,

it should say for all n element N, I am going to edit that.


I can't edit it the edit button is gone so it should say

Find the largest natural number m such that n^3 -n is divisible by m for all n element N. Prove your assertion
 
  • #15
n^{3}-n=n(n^{2}-1)=(n-1)n(n+1)
 
  • #16
ok, so how is knowing the roots helpful?
 
  • #17
Punkyc7 said:
ok, so how is knowing the roots helpful?

Say that we have the product n*(n+1). If n is divisible by two, is the product? If n is NOT divisible by two, is the product? (AKA is n*(n+1)/2 an integer for all even natural numbers n? How about all odd natural numbers n?)
 
  • #18
im going to say yes to the first part

yes for the second part because even numbers can be divided by 2

so it would be an integer for all even natural number

wouldnt it also be true for odd
 
  • #19
Punkyc7 said:
im going to say yes to the first part

yes for the second part because even numbers can be divided by 2

so it would be an integer for all even natural number

wouldnt it also be true for odd

Indeed. So if n(n+1)/2 is an integer for all natural numbers n, isn't (n-1)(n+1)n/2 also an integer for all natural numbers n?
 
  • #20
I want to say yes
 
  • #21
Punkyc7 said:
I want to say yes

All right, let's say you say yes. If so, then (n^3-n)/2 (which is the same as what we made before) is an integer for all natural numbers n, and all we need to do is prove it is the LARGEST possible factor.
 
  • #22
but how do you know its the largest, wasnt that just our guess
 
  • #23
Well, consider this. (n^3-n)/2 is obviously a factor of n^3-n. So therefore, n^3-n = (n^3-n)/2 * b for some OTHER factor b. And this factor is rather obvious, isn't it? (Not to mention, when factoring a number n, the largest a factor can be (other than the obvious n) is n/2. I think you'll have to PROVE that, though)
 
  • #24
wouldnt b=2 is that what you mean by obvious?

wait how would prove the next highest factor in n/2

im so confused
 
  • #25
(just got up :zzz: …)

i still think you're misunderstanding the question :redface:

2 is the highest common factor of all values of n2 + n

so what is the highest common factor of all values of n3 - n ?
 
  • #26
I don't know
n+1?

how would you even go about finding this out... do we check for odd and even



because we get
2k((2k)^2-1)
8k^3+12k^2+6k+1


does that mean that the highest factor is one because they don't share anything?
 
Last edited:
  • #27
Punkyc7 said:
im not sure how we knew 2 is the highest common factor of all values of n^2 + n

what's the highest common factor of 112 + 11 and 132 + 13 ? :wink:
 
  • #28
so you just right down all the factors and see which ones they both share

i have it in a few minutes
 
  • #29
they both share 2
 
  • #30
ok, now 113 - 11 and 143 - 14 ? :wink:
 
  • #31
You can easily show that n^{3}-n is even for all natural numbers n, ehast is the highest divisor of an even number?
 
  • #32
hunt_mat said:
… ehast is the highest divisor of an even number?

i know west is west, but ehast is ehast ? :confused:
 
  • #33
It should have said, what is the highest divisor of an even number
 
  • #34
so 2 is the highest divisor of n^3-n?
 
  • #35
Punkyc7 said:
so 2 is the highest divisor of n^3-n?

Is 2 the highest divisor of 24?
 
  • #36
let n>4 be an even number, then it can be written n=2k, what is the highest divisor of n?
 
  • #37
no 12 was

hunt_mass would it be k?
 
  • #38
It would be. You are almost at your proof.
 
  • #39
so its (n^3-n)/2=k


now do you do induction on k or n?
im thinking n
 
  • #40
basically, once you show it's even (you have not yet done this) then that would be your answer.
 
  • #41
do i have to show n^3-n is even or (n+1)^3-(n+1) is even or both?
 
  • #42
show that it is even for arbitrary n, so I would write n=2k+1 for example...
 
  • #43
but which one do i show is even the induction one or the original one?
 
  • #44
They are both the same. Work with n^{3}-n for now.
 
  • #45
so (2k)^3-2k= 2k((2k)^2-1) which is even


(2k+1)^3-(2k+1)=(2k+1)((2k+1)^2-1)

(2k+1) is always odd

((2k+1)^2-1)=4k^2+4k+1-1=2k(2k+2) which is even

since an even times an odd is even
this implies n^3-n is always even
 
  • #46
I've been studying the problem statement and I agree with tiny-tim (:smile:TM).

The only way the problem makes some "sense" to me, is if you try to find the greatest number m which divides n3-n for all n.
 
  • #47
As this has been shown to be an even number, the highest value must be half that amount.
 
  • #48
wait... so is it half of the amount or 2 right...
 
Last edited:
  • #49
depending on which is the bigger value.
 
  • #50
Sorry to dig up an old thread, but I just saw this interesting problem in Bartle & Sherbert's textbook and did a Google search to see if anyone got the same answer as me.

I'm not sure if the problem was ever stated clearly, but it is: find the largest natural number m such that m divides n^3 - n FOR ALL natural numbers n. Notice that n is not a free variable; it is bounded to a universal quantifier. Therefore, it does not make sense to have an answer that depends on n, which is undefined outside of that quantified statement. In other words, our answer should be an EXPLICIT natural number.

Now, suppose we have our answer m. So no matter what n we choose, m divides n^3 - n. For example, let's choose n = 2. Then n^3 - n = 2^3 - 2 = 6. Thus, m divides 6. But the only positive divisors of 6 are 1, 2, 3, and 6.

Note that 1 divides every number, so m obviously exists, and also m >= 1. What is left is to figure out which (if any) of the numbers 2, 3, or 6 has the property that it is a divisor of n^3 - n FOR ALL natural numbers n (using induction). Finally, our answer m is the largest of the numbers that have that property.
 
Back
Top