How to find the intersection of complex roots, Im(z) and Re(z)?

AI Thread Summary
To find the sixth complex roots of √3 + i, the solutions are expressed in polar form as z = 2^(1/6)(cos(π/36 + kπ/3) + i sin(π/36 + kπ/3) for k = 0 to 5. The sets A, B, and C represent the roots, those with a positive imaginary part, and those with a positive real part, respectively. The intersection A ∩ B ∩ C includes roots that satisfy both conditions of having positive sine and cosine values. The valid roots in the intersection are z = 2^(1/6)(cos(π/36) + i sin(π/36)) and z = 2^(1/6)(cos(13π/36) + i sin(13π/36)).
Cottontails
Messages
33
Reaction score
0

Homework Statement


(a) Find the 6th complex roots of √3 + i.
(b) Let A={z|z^6 =√3+i} and B={z|Im(z)>0} and C={z|Re(z)>0}. Find A ∩ B ∩ C.

Homework Equations


z^6=2(cos(π/6)+isin(π/6))
r^6=2, r=2^1/6
6θ=π/6+2kπ, θ=π/36+kπ/3

The Attempt at a Solution


I've done part (a):
When k=0, z = 2^1/6(cos(π/36)+isin(π/36)),
When k=1, z = 2^1/6(cos(13π/36)+isin(13π/36)),
When k=2, z = 2^1/6(cos(25π/36)+isin(25π/36)),
When k=3, z = 2^1/6(cos(37π/36)+isin(37π/36)),
When k=4, z = 2^1/6(cos(49π/36)+isin(49π/36)),
When k=5, z = 2^1/6(cos(61π/36)+isin(61π/36)).
As for part (b) though, I am unsure for what the answer is. I understand that A={z|z^6 =√3+i} relates to part (a) however, I don't understand how you would find the intersection of A, B and C.
Please help? Thanks.
 
Physics news on Phys.org
Ha, they're throwing a little set theory your way. Set A is every answer in a), however set B is the set of all elements that have a positive imaginary part (the ones with sin>0) and C is the set of all elements that have a positive real part (cos>0) now A ∩ B ∩ C is the intersection of all these sets and is thus the set of those in part a) (basically every element in your universe), has sin>0 AND has cos>0. Find out which ones belong to it and you've got your answer.
 
So, is it simply then just doing sinπ/36=0.0871557425... cosπ/36=0.9961946981... to find the answers to see whether they belong to the set or not?
I did that, and got that When k=0, z = 2^1/6(cos(π/36)+isin(π/36)),
When k=1, z = 2^1/6(cos(13π/36)+isin(13π/36) belong to the set of all three.
So, is the intersection then z = 2^1/6(cos(π/36)+isin(π/36)) and z = 2^1/6(cos(13π/36)+isin(13π/36)?
Moreover, could you then write the answer as A ∩ B ∩ C = z=2^1/6(cos(π/36)+isin(π/36)), z=2^1/6(cos(13π/36)+isin(13π/36)?
 
Yes that should be the answer, since both of those equations meet the criterion of the set.
 
Okay, great. Thank you very much for you help!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top