What is the process for determining Fourier coefficients?

  • Context: Undergrad 
  • Thread starter Thread starter member 428835
  • 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
3 replies · 2K views
member 428835
hey pf!

can someone explain to me what to do if presented with an equation like this: [tex]\sum_{i=1}^{n}A_i=i[/tex]
is this identical to stating [itex]A_i=i[/itex]? either way, can you please explain.

thanks!

josh
 
Mathematics news on Phys.org
joshmccraney said:
hey pf!

can someone explain to me what to do if presented with an equation like this: [tex]\sum_{i=1}^{n}A_i=i[/tex]
is this identical to stating [itex]A_i=i[/itex]? either way, can you please explain.

thanks!

josh
It doesn't make much sense to me. On the left side, i is an index variable that takes on the values 1, 2, 3, ..., n, so I have no idea what it means on the right side.

Where did you see this? If it's from a textbook, can you post a picture?
 
Just taking it at face value, it means
##A_1 + A_2 + \cdots + A_n = i##

The ##i## in the sum is a "bound variable" or "dummy variable". You could replace it by anything else (except ##n##) without changing the meaning. The ##i## on the right hand side means ##i##.

But using ##i## twice in one equation like that is horrible, as Mark44 said. It would have been more literate to write something like
$$\sum_{k=1}^n A_k = i$$