How is this summation approx valid?

  • Context: Graduate 
  • Thread starter Thread starter sauravrt
  • Start date Start date
  • Tags Tags
    Summation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sauravrt
Messages
15
Reaction score
0
I came across this approximation in a book. I am not sure why this approximation is valid..

[tex]\frac{1}{N}\sum_{n=0}^{N-1}n.sin[4\pi f_o n + 2\phi] \approx 0[/tex]

[tex]f_o[/tex] is not near 0 or 1/2

Saurav
 
Last edited:
on Phys.org
Perhaps it's because you are averaging over a sin function, which has average 0?
 
Pretty much. Unless something funny is going on, the positives and the negatives should pretty well cancel out.

If it is -- if you manage to get sin = 1 at each point -- you can get as high as (N - 1)/2. But for randomly-chosen f_0 and phi, I'd expect to get something pretty small. Maybe not O(N^(-1/2)), but certainly o(1).