Happy New Year: Infinite Sum Question Explanation

  • Context: Graduate 
  • Thread starter Thread starter matematikuvol
  • Start date Start date
  • Tags Tags
    Infinite 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
4 replies · 2K views
matematikuvol
Messages
190
Reaction score
0
Happy new year. All the best.

I have one question. Is it true?
[tex]\sum^{\infty}_{k=0}a_kx^k=\sum^n_{k=0}a_{n-k}x^{n-k}[/tex]
I saw in one book relation
[tex]\sum^{\infty}_{k=0}\frac{(2k)!}{2^{2k}(k!)^2}(2xt-t^2)^k=\sum^{n}_{k=0}\frac{(2(n-k))!}{2^{2(n-k)}((n-k)!)^2}(2xt-t^2)^{n-k}[/tex]
Can you give me some explanation for this step?
 
Physics news on Phys.org
hi matematikuvol! :smile:

the RHS is a function of n (ie, it's different for different n), but the LHS isn't …

so that equation can't possibly be correct :redface:

perhaps they mean
[tex]\sum^{n}_{k=0}a_kx^k=\sum^n_{k=0}a_{n-k}x^{n-k}[/tex]
(which obviously is true)
 
Hi matematikuvol,
Hi tiny-tim
I think what is missing in your equations is the term limit.
That is, the infinite sum would be (might be) the limit of the other sum when n goes to infinity.
But in this case, beware that although what tiny-tim says about it being obviously true (you just reverse the summation order) this is not necessarily true anymore when you take the limit.
For it to hold even when n goes to infinity your sum must be absolutely convergent, otherwise changing terms order in interesting ways could lead you to find the limit to be just about anything (0, ∏, whatever)
 
oli4 said:
Hi matematikuvol,
Hi tiny-tim
I think what is missing in your equations is the term limit.
That is, the infinite sum would be (might be) the limit of the other sum when n goes to infinity.
But in this case, beware that although what tiny-tim says about it being obviously true (you just reverse the summation order) this is not necessarily true anymore when you take the limit.
For it to hold even when n goes to infinity your sum must be absolutely convergent, otherwise changing terms order in interesting ways could lead you to find the limit to be just about anything (0, ∏, whatever)


This particular derangement doesn't affect the sum when passing to the limit because [itex]\forall n \in \mathbb{N} , \sum_{k=0}^n a_k x^k = \sum_{k=0}^n a_{n-k} x^{n-k}[/itex]. Thus [itex]\sum_{k=0}^{\infty} a_k x^k = \sum_{k=0}^{\infty} a_{n-k} x^{n-k}[/itex]
 
JG89 said:
This particular derangement doesn't affect the sum when passing to the limit because [itex]\forall n \in \mathbb{N} , \sum_{k=0}^n a_k x^k = \sum_{k=0}^n a_{n-k} x^{n-k}[/itex]. Thus [itex]\sum_{k=0}^{\infty} a_k x^k = \sum_{k=0}^{\infty} a_{n-k} x^{n-k}[/itex]

Your last remark is incorrect, since you are still looking at an n in each term of the infinite sum.
You would need ∞-k, which is meaningless in this context.