Wikipedia:Reference desk/Archives/Mathematics/2008 October 14#Expression for IDFT

{{#ifeq:{{PAGENAME}}|Special:Undelete| |{{#if:|

}} {{#ifeq:{{NAMESPACE}}|Wikipedia|{{#switch:{{NAMESPACE}}|= |
}}|{{error:not substituted|Archive header}}
}}}} {{#if:|
}}
width = "100%"
colspan="3" align="center" | Mathematics desk
width="20%" align="left" | < October 13

! width="25%" align="center"|<< Sep | October | Nov >>

! width="20%" align="right" |{{#ifexist:Wikipedia:Reference desk/Archives/Mathematics/2008 October 15|October 15|Current desk}} >

align=center width=95% style="background: #FFFFFF; border: 1px solid #003EBA;" cellpadding="8" cellspacing="0"
style="background: #5D7CBA; text-align: center; font-family:Arial; color:#FFFFFF;" | Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is {{#ifexist:Wikipedia:Reference desk/Archives/Mathematics/2008 October 24|an archive page|a transcluded archive page}}. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.

__TOC__

= October 14 =

Expression for IDFT

The Discrete Fourier transform article provides the following expression for the IDFT:

:x_n = \frac{1}{N} \sum_{k=0}^{N-1} X_k e^{\frac{2\pi i}{N} k n} \quad \quad n = 0,\dots,N-1.

How would this expression look like if Euler's formula was not used, i.e., if we described it as a sum of a sine and a cosine?

85.243.50.175 (talk) 17:34, 14 October 2008 (UTC)

::Like x_n = \frac{1}{N} \sum_{k=0}^{N-1} X_k \left (\cos \frac{2\pi kn}{N}+ i \sin \frac{2\pi kn}{N} \right )\quad \quad n = 0,\dots,N-1. Algebraist 19:07, 14 October 2008 (UTC)

Thanks! I'm just asking because I've seen different forms, for example:

X(n) = \sum_{k=0}^{N-1} x(k) \sin \frac{2\pi kn}{N} - j \sum_{k=0}^{N-1} x(k) \cos \frac{2\pi kn}{N}.

The absence of the 1/N constant is fine, but the remaining is different, isn't it? I'm not an expert in this kind of analysis, is there any explanation for this? —Preceding unsigned comment added by 85.243.50.175 (talk) 20:10, 14 October 2008 (UTC)

: Trivial algebra. Remember that 1/i = −i. Then

::

\begin{align}

X_k \left (\cos \frac{2\pi kn}{N}+ i \sin \frac{2\pi kn}{N} \right )

& = (X_k i)\sin \frac{2\pi kn}{N} + \left({X_k \over i} \right)\left( i\cos \frac{2\pi kn}{N} \right) \\

& = (X_k i)\sin \frac{2\pi kn}{N} - \left({X_k i} \right)\left( i\cos \frac{2\pi kn}{N} \right).

\end{align}

: So your x(k) is the same as "Algebraist"'s Xki. Michael Hardy (talk) 23:13, 14 October 2008 (UTC)

I need help isolating a variable

Hello,

I'm having some troubles figuring out how to isolate variable v in the following equation:

d = vt + (1/2)at^2

Isolate v.

If possible, please give a brief explanation to the steps that you followed into arriving to the answer.

Thanks! —Preceding unsigned comment added by 70.49.195.52 (talk) 23:26, 14 October 2008 (UTC)

:Erm... there's only one term containing v in that equation, so this is a simple rearrangement and division. -mattbuck (Talk) 23:48, 14 October 2008 (UTC)

:Indeed, just do the same elementary operations to both sides until you have just a v left on the right hand side. --Tango (talk) 13:13, 15 October 2008 (UTC)