Proving the Equation with Complex Numbers

  • Thread starter Thread starter wnvl
  • Start date Start date
  • Tags Tags
    Formula Product
AI Thread Summary
The discussion revolves around proving the equation 2^{n-1}∏_{k=0}^{n-1}sin(x+kπ/n) = sin(nx) using complex numbers. The attempt involves rewriting the sine functions in terms of exponential functions and analyzing the coefficients of the resulting equation. The user struggles to show that the coefficients for terms e^{ikx} equal zero for -n<k<n, which is essential for completing the proof. Suggestions for alternative proof methods, including Taylor expansion, are welcomed. A reference to a solution found on a Dutch math forum is also mentioned.
wnvl
Messages
8
Reaction score
0

Homework Statement



Prove the following equation

2^{n-1}\prod_{k=0}^{n-1}\sin(x+\frac{k\pi}{n}) = \sin(nx)

Homework Equations



The Attempt at a Solution



Below you find my unsuccessfull attempt using complex numbers.

When you convert it to complex numbers the equality can be rewritten as

2^{n-1}\prod_{k=0}^{n-1}\frac{e^{i(x+\frac{k\pi}{n})}-e^{-i(x+\frac{k\pi}{n})}}{2i} = \frac{e^{inx}-e^{-inx}}{2i}
i^{-n+1}\prod_{k=0}^{n-1}e^{i(x+\frac{k\pi}{n})}-e^{-i(x+\frac{k\pi}{n})} = e^{inx}-e^{-inx}
e^{i\frac{(-n+1)\pi}{2}}\prod_{k=0}^{n-1}e^{i(x+\frac{k\pi}{n})}-e^{-i(x+\frac{k\pi}{n})} = e^{inx}-e^{-inx}

The LHS of this equation contains terms in e^{inx}, e^{i(n-1)x}, e^{i(n-2)x}, ..., e^{-inx}.
Calculate the coefficient for each term.

\underline{e^{inx}}

e^{i\frac{(-n+1)\pi}{2}}\frac{(-n+1)\pi}{2}\prod_{k=0}^{n-1}e^{i(x+\frac{k\pi}{n})}=e^{i\frac{(-n+1)\pi}{2}}e^{inx+i\sum_{k=0}^{n-1}\frac{k\pi}{n}}=e^{inx}\underline{e^{-inx}}

e^{i\frac{(-n+1)\pi}{2}}\prod_{k=0}^{n-1}-e^{-i(x+\frac{k\pi}{n})}=(-1)^ne^{i(-n+1)\pi}e^{-inx}=(-1)^{n}e^{-inx} = -e^{-inx}

Now we still have to prove that for -n<k<n the coefficient of {e^{ikx}} equals 0 to conclude the proof. But I don't know how to do this.

All suggestions, ideas are welcome. Proofs not using complex numbers will be appreciated as well.
 
Last edited:
Physics news on Phys.org
Taylor expansion of Sin(x+kpi/n) about the point x=kpi/n ?
 
flatmaster said:
Is k an arbitrary integer?

k is an index of the product. Of course it's not random. It goes from 0 to n-1.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top