Euler Totient Formula for Prime Powers | Help Needed for Homework

  • Thread starter Thread starter sutupidmath
  • Start date Start date
  • Tags Tags
    Euler
sutupidmath
Messages
1,629
Reaction score
4

Homework Statement



Well, the question is to find a formula for \phi(p^n) where \phi is the Euler's totient, and p is a positive prime.



Homework Equations



\phi(2^n) well in this case here is what i did, i first took n=1, n=2, n=3, and it looks like

\phi(2^n)=2^{n-1} but i am failing to prove it, because this is just by observation.

Also i tried

\phi(3^n) and by observing what happens when, n=1,2,3 etc, this one also looks like the general formula for any n is going to be

\phi(3^n)=2*3^{n-1} again i wasn't able to prove this one formally either.

I tried in both cases to prove it by induction, but i have a feeling that i need to know more properties about that function in order to know what operations i can perform. We, basically have only learned what euler's function is, and that's it.

The Attempt at a Solution




I really don't know whot to go about it.

Well, i gave it a shot, but nothing
say n=1 then

\phi(p)=p-1 since the group of invertibles is going to have p-1 elements.

Now, let n=2

\phi(p^2)=?
 
Physics news on Phys.org
Do you know that 1- xn= (1- x)(1+ x+ x2=+ ... + xn-2+ xn)? That's all you need. The proper divisors or pn are precisely 1, p, ..., pn-1.
 
HallsofIvy said:
Do you know that 1- xn= (1- x)(1+ x+ x2=+ ... + xn-2+ xn)? That's all you need. The proper divisors or pn are precisely 1, p, ..., pn-1.

It's not even that hard, is it? A number is relatively prime to p^n only if it isn't divisible by p. Count the numbers that AREN'T relatively prime to p^n (i.e. p,2p,3p,4p...p^n-p). Now count ALL the numbers less that p^n. Subtract.
 
Well, thanks guys a lot, i see it now!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top