Sinc function as a sum of cosines

  • Context: Graduate 
  • Thread starter Thread starter david316
  • Start date Start date
  • Tags Tags
    Function Sum
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
5 replies · 4K views
david316
Messages
77
Reaction score
4
Hello,

If you plot
y=sin(x)/x
and also plot
y = summation of 0.01*cos(n*x/100) over n = 0 to n =100
you essentially get the same graph. Is there any formal proof that relates the sinc function to a sum of cosines.

Thanks
 
Last edited:
  • Like
Likes   Reactions: greswd
Physics news on Phys.org
Thanks for the post! Sorry you aren't generating responses at the moment. Do you have any further information, come to any new conclusions or is it possible to reword the post?
 
david316 said:
Hello,

If you plot
y=sin(x)/x
and also plot
y = summation of 0.01*cos(n*x/100) over n = 0 to n =100
you essentially get the same graph. Is there any formal proof that relates the sinc function to a sum of cosines.

Thanks

do you have a graphical plot demonstrating this?
 
nvm, I have it.

Do you have a complete formula that considers a sum to infinity? yours is just an approximation
 
I know that ## sinc(x)=\prod_{i=1}^{\infty}\cos{\left(\frac{x}{2^{i}}\right)}## but is not a sum, if you want a sum you can write:

##\log{sinc(x)}=\sum_{i=1}^{\infty}\log{\cos{\left(\frac{x}{2^{i}}\right)}}## ...