Solve Un Subseteq U2n | Roots of Unity Proof

jr16
Messages
14
Reaction score
0
Hey everyone! I would really appreciate some help with this problem. I have been racking my brain for hours now, and nothing seems to work/convince me.

Homework Statement


Show that Un \subseteq U2n for every positive integer, n.


Homework Equations


[1] Un = {z ε ℂ, zn = 1}
[2] Un = {cos(\frac{2m\pi}{n}) + i sin(\frac{2m\pi}{n})}


The Attempt at a Solution


First I started out by comparing the two sets using the first equation:
(i)zn = 1

(ii)z2n = 1
(zn)2 = 1
zn = \sqrt{1}
zn = \pm1
But I was not sure if that was enough to show one is a subset of the other

So, then I tried using the second formula
(i) \Thetan = \frac{2m\pi}{n}

(ii) \Theta2n = \frac{m\pi}{n}

I hoped I could somehow deduce that given the above theta values, one must be a subset of the other

But unfortunately, I am not sure if I am going about this proof in the right manner. I would really love any guidance you could give me. Thank you in advance!
 
Physics news on Phys.org
Is pretty much as straightforward as you've described. Pick z in Un = {z : zn = 1}. Then you want to show z is in U2n.
 
You are going at it backwards. You want to start with z^n= 1 and show that z^{2n}= 1.
 
So, I let z be an element of the set Un, where zn = 1.
Then, by squaring both sides I get:
(zn)2 = 12
z2n = 1

Therefore, z must also be an element of the set U2n.

Is this correct?
 
Yep.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top