Community

Looking for a challenging geometry text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Geometry by Richard Rusczyk.
Login Register Memberlist Search AoPS Blogs Contests Galleries Forum Index
The time now is Sun Nov 29, 2009 4:00 pm
All times are UTC - 8
View posts since last visit
View unanswered posts
{x^2 + Ax + B} and {2x^2 + 2x + C} do not intersect
Moderators: High School Olympiad Moderators, amfulger, Arne, darij grinberg, freemind, harazi, Megus, N.T.TUAN, orl, pbornsztein, ZetaX
Post new topic   Reply to topic View previous topicView next topic
10 Posts • Page 1 of 1
Author Message
orl
Birch & Swinnerton Dyer
Birch & Swinnerton Dyer


Offline
Joined: 23 Dec 2003
Posts: 3550
Location: London
GermanyUnited Kingdom

To rate posts you must be logged in
#1
{x^2 + Ax + B} and {2x^2 + 2x + C} do not intersect
IMO Shortlist 1995, N2

Let \mathbb{Z} denote the set of all integers. Prove that for any integers A and B, one can find an integer C for which M_1 = \{x^2 + Ax + B : x \in \mathbb{Z}\} and M_2 = {2x^2 + 2x + C : x \in \mathbb{Z}} do not intersect.
_________________
Math is like love. A simple idea but it can get complicated.

PostPosted: Sun Aug 10, 2008 8:56 am  Back to top 
  ProfilePMYMMSNBlog
t0rajir0u
Birch & Swinnerton Dyer
Birch & Swinnerton Dyer


Offline
Joined: 19 Nov 2005
Posts: 12006
Location: Cambridge, MA
ChinaUnited States

To rate posts you must be logged in
#2
Write

x^2 + Ax + B = 2y^2 + 2y + C \Leftrightarrow
4x^2 + 4Ax + B = (2x + A)^2 + (B - A^2) = 2(2y + 1)^2 - 2 + 4C \Leftrightarrow
(2x + A)^2 - 2(2y + 1)^2 = 2(2C - 1) + A^2 - B.

Lemma: No integer of the form a^2 - 2b^2 is congruent to 3 \bmod 9.

Proof: Suppose that a^2 - 2b^2 \equiv 3 \bmod 9. Clearly a, b are not both divisible by 3. If one of a, b was divisible by 3, then the other would also have to be, so neither is. Then a^2 \equiv 2b^2 \bmod 3 \Leftrightarrow \left( \frac {a}{b} \right)^2 \equiv 2 \bmod 3, but 2 is not a quadratic residue \bmod 3; contradiction.

Since C allows us to increase or decrease the value of the RHS by 4 and 4 is invertible \bmod 9, it follows that for any A, B we can find C so that 2(2C - 1) + A^2 - B \equiv 3 \bmod 9.
_________________
Annoying Precision (http://qchu.wordpress.com/)

PostPosted: Sun Aug 10, 2008 9:32 pm  Back to top 
  ProfilePMWWWBlog
ali666
Riemann Hypothesis
Riemann Hypothesis

Offline
Joined: 01 Jun 2006
Posts: 294
Location: Iran

To rate posts you must be logged in
#3
another solution:
note that 2x^2 + 2x is divisible by 4 for all x.
let: N_1= the set M_1 mod 4.
therefore:
N_1 = \{B,A + B + 1,2A + B,3A + B + 1\} \mod 4
if A is odd,then all elements of N_1 have the same parity,therefore N_1 is not complete residue system mod 4.
and if A is even then obviously B\equiv2A + B \mod 4 therefore N_1 is not complete residue system mod 4.
since N_1 is not complete residue system mod 4 and 4|2x^2 + 2x obviously there exist C such that M_1 and M_2 do not intersect.

PostPosted: Mon Aug 11, 2008 8:54 am  Back to top 
  ProfilePM
The QuattoMaster 6000
Navier-Stokes Equations
Navier-Stokes Equations


Offline
Joined: 14 Jan 2007
Posts: 1187
Location: California
IndiaUnited States

To rate posts you must be logged in
#4
Re: {x^2 + Ax + B} and {2x^2 + 2x + C} do not intersect
IMO Shortlist 1995, N2

orl wrote:
Let \mathbb{Z} denote the set of all integers. Prove that for any integers A and B, one can find an integer C for which M_1 = \{x^2 + Ax + B : x \in \mathbb{Z}\} and M_2 = {2x^2 + 2x + C : x \in \mathbb{Z}} do not intersect.

I think this works:
Solution

Assume that x^2+Ax+B=2x^2+2x+C has at least one solution for all C. Then, x^2-(A-2)X+(C-B)=0. This is true if and only if its discriminant, (A-2)^2-4(C-B), is a perfect square (notice that the quadratic is monic.) Yet, if we let C\equiv (\frac{(A-2)^2-3}{4}+B)\bmod 7 (which is possible since 4 is invertible \bmod 7), then we have that 4C-4B\equiv (A-2)^2-3\bmod 7, so (A-C)^2-4(C-B)\equiv 3\bmod 7. Yet, 3 is not a quadratic residue \bmod 7. Thus, we have a contradiction, so there exists a desired C.


PostPosted: Thu Sep 25, 2008 4:52 pm  Back to top 
  ProfilePMBlog
ali666
Riemann Hypothesis
Riemann Hypothesis

Offline
Joined: 01 Jun 2006
Posts: 294
Location: Iran

To rate posts you must be logged in
#5
Re: {x^2 + Ax + B} and {2x^2 + 2x + C} do not intersect
IMO Shortlist 1995, N2

The QuattoMaster 6000 wrote:
orl wrote:
Let \mathbb{Z} denote the set of all integers. Prove that for any integers A and B, one can find an integer C for which M_1 = \{x^2 + Ax + B : x \in \mathbb{Z}\} and M_2 = {2x^2 + 2x + C : x \in \mathbb{Z}} do not intersect.

I think this works:
[hide=Solution]
Assume that x^2 + Ax + B = 2x^2 + 2x + C has at least one solution for all C

I think you must consider x^2+Ax+B=2y^2+2y+C

PostPosted: Fri Nov 21, 2008 7:58 am  Back to top 
  ProfilePM
dgreenb801
Navier-Stokes Equations
Navier-Stokes Equations

Offline
Joined: 08 Sep 2007
Posts: 1223
Location: Florida
United States

To rate posts you must be logged in
#6
Why is every solution keeping b? Can't we just assume b is 0 since we could adjust c to make up for it?

PostPosted: Tue Mar 03, 2009 7:52 pm  Back to top 
  ProfilePM
boxedexe
Navier-Stokes Equations
Navier-Stokes Equations

Offline
Joined: 12 Apr 2005
Posts: 2011

To rate posts you must be logged in
#7
The problem states that for any A,B..., i.e., given fixed A,B...

PostPosted: Tue Mar 03, 2009 9:16 pm  Back to top 
  ProfilePMBlog
dgreenb801
Navier-Stokes Equations
Navier-Stokes Equations

Offline
Joined: 08 Sep 2007
Posts: 1223
Location: Florida
United States

To rate posts you must be logged in
#8
Right, but even if b is fixed we could choose an appropriate c to make up for it. For example, if when b=0 we would choose c=3, then when b=4 we would choose c=7, right?

PostPosted: Wed Mar 04, 2009 5:14 am  Back to top 
  ProfilePM
ZetaX
Birch & Swinnerton Dyer
Birch & Swinnerton Dyer


Offline
Joined: 21 Dec 2004
Posts: 6137
Location: München
Germany

To rate posts you must be logged in
#9
ANd why should this specific C work¿
_________________
The one and only place to get next year's IMO problems already now!

PostPosted: Wed Mar 04, 2009 11:04 am  Back to top 
  ProfilePMWWW
t0rajir0u
Birch & Swinnerton Dyer
Birch & Swinnerton Dyer


Offline
Joined: 19 Nov 2005
Posts: 12006
Location: Cambridge, MA
ChinaUnited States

To rate posts you must be logged in
#10
dgreenb801 is saying that \{ x^2 + Ax + B \} and \{ 2x^2 + 2x + C \} intersect if and only if \{ x^2 + Ax \} and \{ 2x^2 + 2x + (C - B) \} intersect, which is true but does not significantly shorten the solution (as far as I can see).
_________________
Annoying Precision (http://qchu.wordpress.com/)

PostPosted: Wed Mar 04, 2009 11:16 am  Back to top 
  ProfilePMWWWBlog
Display posts from previous:   Sort by:   
10 Posts • Page 1 of 1
Post new topic   Reply to topic View previous topicView next topic
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
You cannot post calendar events in this forum


© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us