Calculating Euler's Totient Function for Large Numbers: Is There a Better Way?

  • Thread starter Thread starter Dinheiro
  • Start date Start date
  • Tags Tags
    Function
Click For Summary

Homework Help Overview

The discussion revolves around calculating Euler's Totient Function, specifically finding integers \( m \) such that \( \phi(m) = 12 \) and \( \phi(m) = 52 \). Participants explore methods to approach these calculations without the use of computers.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants question whether guessing integers for \( m \) is a viable method and discuss the potential for a more systematic approach. There is mention of using prime factorization and the multiplicative property of the totient function as a means to simplify the problem.

Discussion Status

The conversation is ongoing, with participants providing insights into the factorization of numbers and the application of the totient function formula. Some have noted the ease of factorization for smaller numbers, while others are exploring how to break down larger values of \( m \) based on the properties of \( \phi \).

Contextual Notes

Participants are working under the constraint of not using computational tools and are focusing on theoretical approaches to the problem. There is a recognition of the need to clarify the distinction between \( \phi(m) \) and \( m \) itself.

Dinheiro
Messages
56
Reaction score
0

Homework Statement


How would you calculate, without computers,
\phi(m) = 12?
Would you just try enough m integers one by one until it works?
What if m were bigger like
\phi(m) = 52?
Is there a softer way to solve without guessing the number?

Homework Equations


Number's theory equations

The Attempt at a Solution


\phi(m) = m(1-1/p1)(1-1/p2)...
where p|m
 
Physics news on Phys.org
Dinheiro said:

Homework Statement


How would you calculate, without computers,
\phi(m) = 12?
Would you just try enough m integers one by one until it works?
What if m were bigger like
\phi(m) = 52?
Is there a softer way to solve without guessing the number?

Homework Equations


Number's theory equations

The Attempt at a Solution


\phi(m) = m(1-1/p1)(1-1/p2)...
where p|m

Find the prime factorization. For numbers like these that's easy. Then use the formula you quoted in your attempt at a solution.
 
So, without computers, no softer way?
 
Dinheiro said:
So, without computers, no softer way?

For 12 and 52 you don't need a computer to factorize it. The prime factors of 12 are 2 and 3. So ##\phi(12)## is 12(1-1/2)(1-1/3)=4. I didn't need a computer for that. And it's certainly easier than checking all of the numbers from 1...12 to see if they are relatively prime to 12. What kind of numbers are you thinking about? If it's easy to factor it's easy to find the totient.
 
Last edited:
Thanks, but note that
\phi(m) = 12
not m = 12.
I want to find m.
xD
 
Dinheiro said:
Thanks, but note that
\phi(m) = 12
not m = 12.
I want to find m.
xD

I read the question badly. Sorry. 12 is easy. 13 is prime so ##\phi(13)=12##. All I can suggest is try to use that phi is multiplicative. So if you want 52 then 52=2*26. So one factor should be a number that satisfies ##\phi(m)=2##, plenty of those. Then you want another relatively prime m such that ##\phi(m)=26##. So you can break it down somewhat. I'm sort of getting stuck there.
 
Doh, wait. 53 is prime too. So?
 
Last edited:

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
1K
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 28 ·
Replies
28
Views
3K