- #1
wormhole
- 29
- 0
[more on the same] function's period
i have this function(taken from Fourier analysis):
n - 1,2,3...
f(x) = cos( (2*pi*n)/L * x )
the literature says this function has L period (n parameter):
f(x + L) = cos( (2*pi*n)/L * (x + L) ) =
= cos( 2*pi*n/L * x + 2*pi*n) = cos( 2*pi*n/L * x)
so it's true that L f's period for any n...
but L/n is also f's period because:
f(x + L/n) = cos( (2*pi*n)/L * (x + L/n) ) =
= cos( 2*pi*n/L * x + 2*pi) = cos( 2*pi*n/L * x)
so what happens here??
i have this function(taken from Fourier analysis):
n - 1,2,3...
f(x) = cos( (2*pi*n)/L * x )
the literature says this function has L period (n parameter):
f(x + L) = cos( (2*pi*n)/L * (x + L) ) =
= cos( 2*pi*n/L * x + 2*pi*n) = cos( 2*pi*n/L * x)
so it's true that L f's period for any n...
but L/n is also f's period because:
f(x + L/n) = cos( (2*pi*n)/L * (x + L/n) ) =
= cos( 2*pi*n/L * x + 2*pi) = cos( 2*pi*n/L * x)
so what happens here??
Last edited: