I like Serena said:
I think you've got the wrong distance between 2 adjacent roots.
It's not 2|sin(pi/n)|.
It should be |cis(2pi/n)-1|.
I don't understand how
Here's how I got the generalization:
When z^n = 1, z = cis(2kπ/n), where k = 0,...,n-1
distance formula = √(x^2+y^2)
P1(1, 0)
P2(cos(2pi/n), sin(2pi/n)
d = √[ (cos(2pi/n)-1)^2 + (sin(2pi/n)-0)^2 ]
= √[ cos^2(2pi/n) - 2cos(2pi/n) + 1 + sin^2(2pi/n) ]
= √[-2cos(2pi/n)+2]
= √[-2 ( 1-2sin^2(pi/n) ]+2]v
= √[-2+4sin^2(pi/n)]+2]
= √[4sin^2(pi/n)]
= ± 2[sin(pi/n)] <---- CONJECTURE
Since distance cannot be negative,
d = 2|sin(pi/n)|
When z^n = i, z =cis[(π + 4kπ)/2n], where k = 0,...,n-1
distance formula = √(x2+y2)
P1(cos(pi/2n), sin(pi/2n))
P2(cos(5pi/2n), sin(5pi/2n))
d = √[ (sin(5pi/2n)-sin(pi/2n))^2 + (cos(5pi/2n)-cos(pi/2n))^2 ]
Using trig's sum-to-product formula...
= √[ (2cos(3pi/n)sin(2pi/n))^2 + (-2sin(3pi/n)sin(2pi/n))^2 ]
= √[ 4cos^2(3pi/n)sin^2(2pi/n) + 4sin^2(3pi/n)sin^2(2pi/n) ]
= √[ 4(1-sin^2(3pi/n))(sin^2(2pi/n))+ 4sin^2(3pi/n)sin^2(2pi/n) ]
= 2 √ [ (sin^2(2pi/n)-sin^2(2pi/n)sin^2(3pi/n) + sin^2(2pi/n)sin^2(3pi/n) ]
= 2 √ [sin^2(2pi/n)]
= ± 2sin(2pi/n)
Since distance cannot be negative,
d = 2|sin(2pi/n)|
I like Serena said:
As for the distance when the mod is not 1.
Note that the distances between successive adjacent roots will not be the same.
Oh you're right! As n increases, the circle formed from the polygon becomes smaller as well. So the distance is decreasing faster than when |x+iy| = 1. How do I use this information?
I like Serena said:
What you have is the first 2 roots, but you've got their argument (angle) wrong.
Apparently you forgot to divide the angle by n.
It should be:
Point 1(r^(1/n)cos(ø/n), r^(1/n)sin(ø/n))
Point 2(r^(1/n)cos((ø+2pi)/n), r^(1/n)sin((ø+2pi)/n))
Okay, here's the fix:
d^2 = (r^(1/n)cos((ø+2pi)/n)-r^(1/n)cos(ø/n)^2 + (r^(1/n)sin((ø+2pi)/n-r^(1/n)sin(ø/n))^2
_______________________________________
u + v / 2
(ø+2π + ø)/2n = 2ø+2π)/2n = (ø+π)/n
u - v / 2
(ø+2π - ø)/2n = π/n
_______________________________________
d^2 = (r^(1/n) * 2cos((ø+π)/n)sin(π/n))^2 + (-r^(1/n) * 2sin(ø+π)sin(π))^2
= 4r^(2/n) [ cos^2((ø+π)/n)sin^2(π/n) - sin^2((ø+π)/n)sin^2(π/n) ]
= 4r^(2/n) [ (1-sin^2((ø+π)/n))sin^2(π/n) - sin^2((ø+π)/n)sin^2(π/n) ]
= 4r^(2/n) [ sin^2(π/n) - sin^2((ø+π)/n)sin^2(π/n) - sin^2((ø+π)/n)sin^2(π/n) ]
= 4r^(2/n) [ sin^2(π/n) - 2sin^2((ø+π)/n)sin^2(π/n) ]
= 4r^(2/n) [ sin^2(π/n) (1 - 2sin^2((ø+π)/n) ]
= 4r^(2/n) [ sin^2(π/n) (cos^2((2ø+2π)/n) ]
= 4r^(2/n) [ sin^2(π/n) (cos^2((2ø+2π)/n) ]
d = 2r(1/n)|sin(π/n)cos((2ø+2π)/n)|
Is this right? And how do I prove if its true??
Btw, THANK SO MUCH for all this, I would have gotten this one wrong if you hadn't pointed it out.