New Reply

[number theory] find number in certain domain with two prime factorizations

 
Share Thread Thread Tools
Feb5-11, 08:45 PM   #1
 

[number theory] find number in certain domain with two prime factorizations


1. The problem statement, all variables and given/known data
My domain i numbers of form 4k+1. n divides m is this domain if n=mk for some k in the domain. A number is prime in this domain if its only divisors are 1 and itself. My problem is to find a number in the domain with multiple prime factorizations.

2. Relevant equations
None.

3. The attempt at a solution
If have started by identifying ja series of primes in the domain: 5,9,13,17,21,29, and all other numbers that are prime in our domain and are in this domain (I'll call it M-space). So far I have simply been trying to multiply together randomly and hope to get the same number. I have been unsuccessful. Is there any systematic approach that I could try?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Feb5-11, 10:28 PM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
9*49=(3*3)*(7*7)=(3*7)*(3*7)=(21)*(21). How did I do that?
Feb5-11, 10:53 PM   #3
 
Quote by Dick View Post
9*49=(3*3)*(7*7)=(3*7)*(3*7)=(21)*(21). How did I do that?
(4n-1)(4m-1)=16mn+4n+4m+1=4(4mn+n+m)+1=4k+1
Therefore, any two numbers that take the form 4k-1 will be in the domain when multiplied together, so you only need to find factors that are of this form and rearrange them (as long as they can be factored in the normal domain). For example,

(21*209)=(3*7)(11*19)=(3*11)(7*19)=33*133=4389

Is my logic right? Does this work in the general sense? Thank you for your help. Number theory is driving me out of my mind.
Feb6-11, 08:22 AM   #4

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

[number theory] find number in certain domain with two prime factorizations


Quote by RossH View Post
(4n-1)(4m-1)=16mn+4n+4m+1=4(4mn+n+m)+1=4k+1
Therefore, any two numbers that take the form 4k-1 will be in the domain when multiplied together, so you only need to find factors that are of this form and rearrange them (as long as they can be factored in the normal domain). For example,

(21*209)=(3*7)(11*19)=(3*11)(7*19)=33*133=4389

Is my logic right? Does this work in the general sense? Thank you for your help. Number theory is driving me out of my mind.
Sure. That's exactly it. Number theory was tough for me too. Seemed like just a huge bag of tricks. Sometimes fun though.
New Reply
Thread Tools


Similar Threads for: [number theory] find number in certain domain with two prime factorizations
Thread Forum Replies
Number Theory: Calculating mod large number Calculus & Beyond Homework 9
Find Solutions- Number Theory Linear & Abstract Algebra 10
A formula of prime numbers for interval (q; (q+1)^2), where q is prime number. Linear & Abstract Algebra 0
Division theory..and Prime Number theory.. Linear & Abstract Algebra 3