mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2012-09-16, 12:21   #34
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

647410 Posts
Default

Quote:
Originally Posted by gollin View Post
You could always come see me to ask about an approach to the problem-- GG
Welcome to the Pleasuredome.

I'm sure Paul will correct me, but a good model of diatomic molecules involves a potential that goes as a/x12 - b/x6.

The first term would best be explained by Fermi or Pauli.
The second is Van der Waals.

Tell your star pupil that he will be thrilled with Lagrange

David
davieddy is offline   Reply With Quote
Old 2012-09-18, 06:06   #35
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3×29×83 Posts
Default

(I'll continue to post my hw questions here until someone says otherwise.)

Let a,b,m,n be positive integers, let p be prime. Then pa exactly divides n (pa||n) if pa|n and pa+1 -|- n.
Let pa||m and pb||n.

What power of p exactly divides m+n?

The answer is clearly min(a,b), except that the book says that a=b => no general answer.
I fail to see why: If pa||m and pa||n, then pa|m+n (we have a linear combination lemma called Proposition 1.2). Also, pa+1 -|- m => pa+1 -|- m+n WLOG. So what gives?
Dubslow is offline   Reply With Quote
Old 2012-09-18, 06:18   #36
axn
 
axn's Avatar
 
Jun 2003

22·3·421 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Also, pa+1 -|- m => pa+1 -|- m+n WLOG.
False. Consider m=5, n=20.

EDIT:- This is very relevant for aliquot sequences!

Last fiddled with by axn on 2012-09-18 at 06:19
axn is online now   Reply With Quote
Old 2012-09-18, 06:27   #37
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

722110 Posts
Default

Quote:
Originally Posted by axn View Post
False. Consider m=5, n=20.

EDIT:- This is very relevant for aliquot sequences!
Okay, but then is that true for a!=b?
Dubslow is offline   Reply With Quote
Old 2012-09-18, 06:36   #38
axn
 
axn's Avatar
 
Jun 2003

505210 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Okay, but then is that true for a!=b?
Is what true?

Quote:
Originally Posted by Dubslow View Post
The answer is clearly min(a,b), except that the book says that a=b => no general answer.
The text book is correct. I've shown counterexample to your assertion. The only thing we can say when a=b is that the power of p is at least a.
axn is online now   Reply With Quote
Old 2012-09-18, 06:54   #39
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3×29×83 Posts
Default

Quote:
Originally Posted by axn View Post
Is what true?
Quote:
Originally Posted by Dubslow View Post
Also, pa+1 -|- m => pa+1 -|- m+n WLOG.
Since this fails for a==b, is it still true for a != b (since the standard rule applies)? What about a==b makes it fail? (It's one thing to see a counter-example, it's another to understand why.)
Actually, that statement doesn't make any reference to b, so then my proof for a != b is wrong...

Last fiddled with by Dubslow on 2012-09-18 at 06:55 Reason: Number theory is not math which comes naturally to me... physics FTW!
Dubslow is offline   Reply With Quote
Old 2012-09-18, 07:25   #40
axn
 
axn's Avatar
 
Jun 2003

116748 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Let a,b,m,n be positive integers, let p be prime.
One observation. The problem (and result/proof) remains valid if we extend it to a,b>=0 and m,n any integer.

Another observation. If p=2, a=b, then the power of p that divides m+n is at least (a+1) (instead of 'a' in the general case).
axn is online now   Reply With Quote
Old 2012-09-18, 18:59   #41
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

175410 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Since this fails for a==b, is it still true for a != b (since the standard rule applies)? What about a==b makes it fail? (It's one thing to see a counter-example, it's another to understand why.)
Actually, that statement doesn't make any reference to b, so then my proof for a != b is wrong...
Yes, it is still true when a != b.

Remember that if x | y and x -|- z, then x -|- (y+z). Whereas if x -|- y and x -|- z then we don't really know whether x | (y+z).

In your case, WLOG let a > b (i.e. min(a,b) = b). Then pb+1 | m and pb+1 -|- n. So pb+1 -|- (m + n). But of course pb | (m+n). So pb || (m+n).

But if a = b, then we just have pb+1 -|- m and pb+1 -|- n, so we don't know whether pb+1 | (m+n).
jyb is offline   Reply With Quote
Old 2012-09-18, 19:03   #42
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

160658 Posts
Default

Quote:
Originally Posted by jyb View Post
Remember that if x | y and x -|- z, then x -|- (y+z). Whereas if x -|- y and x -|- z then we don't really know whether x | (y+z).
I guess I just need to convince myself of this. (I'm sure it's not that hard. It's just that we haven't explicitly covered these rules of non-divisibility, only the rule of divisibility.)
Dubslow is offline   Reply With Quote
Old 2012-09-18, 20:18   #43
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

2·877 Posts
Default

Quote:
Originally Posted by Dubslow View Post
I guess I just need to convince myself of this. (I'm sure it's not that hard. It's just that we haven't explicitly covered these rules of non-divisibility, only the rule of divisibility.)
Ah, well then good! Try proving this, just using the definition of divisibility (and a little algebra, of course):

Code:
If x | y and x -|- z, then x -|- (y+z).
Hints available if needed.

And find examples that go both ways for this one:

Code:
If x -|- y and x -|- z, then sometimes x | (y+z) and sometimes x -|- (y+z).
jyb is offline   Reply With Quote
Old 2012-09-18, 22:41   #44
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default Playing fast and loose with dimensions

Quote:
Originally Posted by gollin View Post
You could always come see me to ask about an approach to the problem-- GG
When they are totally familiar with keeping equations dimensionally correct, theoretical physicists are happy to let hbar = c = e = 1.

But in your problem, the distance scale has to be chosen in a problem-specific way to render (1/y2 - 1/y) sensible.
Furthermore you call it "potential" which presumably means potential energy per unit mass, but then inform us that the mass is m.

David
davieddy is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Residue classes CRGreathouse Math 4 2009-03-12 16:00
Primes in residual classes Unregistered Information & Answers 6 2008-09-11 12:57

All times are UTC. The time now is 04:37.


Sat Jul 17 04:37:29 UTC 2021 up 50 days, 2:24, 1 user, load averages: 2.12, 2.17, 2.22

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.