Points on the outer edge of a circle

AI Thread Summary
The discussion centers on the mathematical concept of connecting points on the circumference of a circle and calculating the product of the lengths of the resulting line segments. When n equally spaced points are marked on a unit circle, the product of the lengths of the lines connecting one point to all others equals n. The participants explore the mathematical formulation using complex numbers, specifically the roots of unity, and how to derive the product using polynomial expressions. They also discuss the implications for circles of different radii, concluding that the product can be scaled by the radius. This exploration highlights the relationship between geometry and complex analysis, particularly through Euler's formula.
1MileCrash
Messages
1,338
Reaction score
41
My friend was telling me about something he read about involving points on a circle that seemed kind of cool.

It went something like this:

Have a circle of radius 1, and mark n equally spaced points on the outer perimeter.

Choose one of the points, and connect all other points to it with a straight line running through the circle.

The product of the lengths of each line is n.

Sound familiar to anyone? I'd like to know more. That seems kind of neat.
 
Mathematics news on Phys.org
An easy way to write that is:

<br /> \left| \prod_{k=1}^{n}\left(e^{\frac{2\pi i k}{n}}-1\right) \right|<br />

Trying it out for a few values, it does indeed seem to work. It's not immediately obvious to me why from looking at a few of these expanded.
 
pmsrw3 said:
An easy way to write that is:

<br /> \left| \prod_{k=1}^{n}\left(e^{\frac{2\pi i k}{n}}-1\right) \right|<br />

Trying it out for a few values, it does indeed seem to work. It's not immediately obvious to me why from looking at a few of these expanded.

Well, always, you'll need the product

<br /> \left| \prod_{k=1}^{n-1}\left(e^{\frac{2\pi i k}{n}}-1\right) \right|<br />

You can't take the root 1, can you? This would cause the product to be 0.

Either way, the trick is to look at the polynomial

<br /> \prod_{k=1}^{n}\left(z-e^{\frac{2\pi i k}{n}}\right)<br />

This polynomial has n roots, and the roots are exactly the roots of unity. So, we have

<br /> z^n-1\prod_{k=1}^n=\left(e^{z-\frac{2\pi i k}{n}}\right)<br />

We want to eliminate the root 1 in the product, so we get

<br /> \frac{z^n-1}{z-1}=\prod_{k=1}^{n-1}\left(e^{z-\frac{2\pi i k}{n}}\right)<br />

This formula holds true in any number except z=1. But we must know the formula is z=1. So, what we must calculate is the limit

<br /> \lim_{z\rightarrow 1}{\frac{z^n-1}{z-1}}<br />

which can easily be done by l'Hopitals theorem, and which yields n.
 
Ah, very nice. Thank you. I had not seen that before.

micromass said:
Well, always, you'll need the product

<br /> \left| \prod_{k=1}^{n-1}\left(e^{\frac{2\pi i k}{n}}-1\right) \right|<br />

You can't take the root 1, can you? This would cause the product to be 0.
You're right -- my error. I got it right in Mathematica when I was trying things out but typed it wrong here.
 
Last edited:
I am trying to work an example with 8 points. I am being as accurate as possible, finding each length with trig, but my end product comes out to around 7.44.
 
Can anyone show me the lengths of your segments for 8 points and what the product is?
 
1MileCrash said:
Can anyone show me the lengths of your segments for 8 points and what the product is?

You mean like the actual numbers??

If not, then I can easily say that the length of the segments for 8 points are |1-e^{2\pi i k/8}| for 0<k<8. So the length is

|(1-e^{2\pi i/8})(1-e^{4\pi i/8})(1-e^{6\pi i/8})(1-e^{8\pi i/8})(1-e^{10\pi i/8})(1-e^{12\pi i/8})(1-e^{14\pi i/8})|

Plugging those in in wolframalpha gets me the following lengths:

0.765
1.414
1.847
2
1.847
1.414
0.765

and the product is

7.983

So this seems to be correct modulo rounding errors.
 
Can you explain that to me? Why i?
 
1MileCrash said:
Can you explain that to me? Why i?

Well, you want 8 points on the unit circle that are equidistant. The plane is of course the same as the complex numbers. So the 8 points on the unit circle are exactly (after a rotation):

1, e^{2\pi i/8}, e^{4\pi i/8}, e^{8\pi i/8}, e^{10 \pi i/8}, e^{12 \pi i/8}, e^{14\pi i/8}

Do you follow this??
 
  • #10
1MileCrash said:
Can anyone show me the lengths of your segments for 8 points and what the product is?
<br /> \begin{array}{l}<br /> \sqrt{2-\sqrt{2}} \\<br /> \sqrt{2} \\<br /> \sqrt{2+\sqrt{2}} \\<br /> 2 \\<br /> \sqrt{2+\sqrt{2}} \\<br /> \sqrt{2} \\<br /> \sqrt{2-\sqrt{2}}<br /> \end{array}<br />

<br /> \begin{eqnarray*}<br /> \sqrt{2+\sqrt{2}} \times \sqrt{2-\sqrt{2}} &amp; = &amp; \sqrt{4-2} = \sqrt{2} \\<br /> \sqrt{2} \times \sqrt{2} \times \sqrt{2} \times \sqrt{2} &amp; = &amp; 4 \\<br /> 2 \times 4 &amp; = &amp; 8 \\<br /> \end{eqnarray*}<br />
 
Last edited:
  • #11
micromass said:
The plane is of course the same as the complex numbers.

I'm not sure I'm familiar with any of that, but I'd like to know more. A circle is the plane of complex numbers?
 
  • #12
1MileCrash said:
I'm not sure I'm familiar with any of that, but I'd like to know more. A circle is the plane of complex numbers?
No, the plane is the same as the complex numbers. That is any complex number x+yi (i=square root of -1) can be represented as a point (x,y) in the plane. This is called the Argand plane, or just the complex plane. Tha circle with radius 1 whose center is at 0 is called the unit circle. Every point on the unit circle can be written x+yi, with x2+y2=1. But it can also be written ei theta, where theta is the angle between the x-axis and a line from 0 to the point. That's what we're doing here. This trick allows us to turn your geometric question into an algebraic question, which is much easier to solve.
 
  • #13
When I put these values into wolfram, I get something times i, what are you guys doing to get rid of it?

for e^(2i pi / 8) I get what looks like half of the square root of 2 plus half of the square root of 2 i.

Sorry guys, this math is a bit beyond my level but I really am enthralled by it. Are you guys just getting rid of the i's when multiplying everything?
 
  • #14
1MileCrash said:
When I put these values into wolfram, I get something times i, what are you guys doing to get rid of it?

for e^(2i pi / 8) I get what looks like half of the square root of 2 plus half of the square root of 2 i.

Sorry guys, this math is a bit beyond my level but I really am enthralled by it. Are you guys just getting rid of the i's when multiplying everything?

When you understand how this works, you can look at an expression like e^{2\pi i * (\frac{1}{8})}and see instantly that it's exactly what you got from Wolfram.

That's because e^{2\pi i * (\frac{1}{8})} corresponds to the point in the plane that's 1/8 of the way around the unit circle, starting from the point (1,0) and going counterclockwise.

Going 1/8 around the circle is an angle of pi/4 radians, or 45 degrees. A line through the origin making an angle of pi/4 radians with the positive x-axis intersects the unit circle at the point (\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}), because you have an isosceles right triangle with hypotenuse 1, so by Pythagoras, each leg must be \frac{\sqrt{2}}{2}.

And by identifying the usual 2-dimensional plane with the complex numbers, we identify the point (\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}) with the complex number \frac{\sqrt{2}}{2} + i * \frac{\sqrt{2}}{2}.

In general, e^{2\pi i * t} is the point in the plane you get when you go t radians around the unit circle. This is quite an amazing fact, actually, and was a great discovery in the history of mathematics. It took around 100 years, from 1700 to 1800, for mathematicians to get a handle on this surprising relationship between the complex exponential function and the angles around the unit circle. As usual one person, Euler, gets his name attached to the discovery; but the result was actually the work of a lot of people over a long period of time.

Here's an article that explains all this and gives a bit of the history.

http://en.wikipedia.org/wiki/Euler's_formula

Now if you believe all that, then you can get eight points equidistant around the unit circle by letting t = 1/8, t = 2/8, t = 3/8, ..., t = 7/8, t = 8/8 = 1. That's where micromass and pmsrw3 are getting e^{\frac{2\pi ik}{n}} from. You're just letting n = 8 and letting k = 1 through 8.
 
Last edited:
  • #15
1MileCrash said:
When I put these values into wolfram, I get something times i, what are you guys doing to get rid of it?
We're taking the absolute value. A complex number x+yi is like a vector -- it has a length and a direction. The length is called the absolute value -- a term you've probably heard before, meaning, for real numbers, the number with a positive sign. For complex numbers \text{absolute value of }x+y i = \left|x+yi\right| = \sqrt{x^2+y^2}. (Notice that if y = 0, then x+yi = x is real and this gives the familiar absolute value. So, the way we set up your problem is:

(1) Have a circle of radius 1, and mark n equally spaced points on the outer perimeter.

The circle is the unit circle, and the n points are e^{\frac{2\pi i k}{n}}, with k running from 0 to n-1.

(2) Choose one of the points.

It's convenient to choose k = 0. That point is just e0=1.

(3) Connect all other points to it with a straight line running through the circle.

To get the line from point k to point 0, we just subtract: e^{\frac{2\pi i k}{n}}-1. (It doesn't matter in which direction you do the subtraction, since all we care about is the absolute value.)

(4) Calculate the product of the lengths of each line

Just multiply those n-1 lengths.

<br /> \prod_{k=1}^{n-1}\left| e^{\frac{2\pi i k}{n}}-1 \right|<br />

Since the absolute value of a product is the product of the absolute values, we can also write that as

<br /> \left| \prod_{k=1}^{n-1} \left( e^{\frac{2\pi i k}{n}}-1 \right) \right|<br />
 
  • #16
Alright, I think I'm starting to understand.

If we can name any point on the circle in the form of e^(i * angle), and our points are equidistant, and the difference with 1 is the length of the line segment, then our smallest (for example) line segment is e^(i2pi / n) - 1. Since n also represents each "fraction of a turn" on the circle between points, and those points are expressed e^iangle.


Now, here's the big question. What about for a non-unit circle? We can no longer express points as e^iangle, but perhaps with a measurement or trig we can find values that are linked some way to those e^iangle points on the unit circle and still find some relation to the product?
 
  • #17
For a circle of radius r, equally spaced points are r e^{\frac{2\pi i k}{n}}. The product of the lengths of the n-1 line segments joining one of those points to each of the others would be n r^{n-1}. That is, it's just r^{n-1} times the value for the unit circle, since each line is now longer by a factor r.
 
  • #18
not to dig this up again, but why does subtracting 1 give length?
 
  • #19
1MileCrash said:
Now, here's the big question. What about for a non-unit circle?

Isn't that just a scale factor? IOW if it works for the unit circle, it'll work for any circle. Am I oversimplifying?
 
Back
Top