How Can We Validate Equating Terms in Infinite Summations?

  • Thread starter Thread starter elegysix
  • Start date Start date
  • Tags Tags
    Terms
elegysix
Messages
404
Reaction score
15
Today my physics professor briefly skipped over this during a derivation:

We started with
2 \sum F_{n}(x) = \sum G_{n}(x) , summed from n=0 to \infty

which she then concluded
2F_{n}(x) = G_{n}(x)

where F and G are functions of x, and different functions for different values of n. (she was using a generating function)

What proves this is true?

I think this is just equating terms of the sums for values of n, but how do we know this is valid? I provide the counter example:
\sum x = \sum x^{2} for x=0 to \infty, which is true
however, equating individual terms is false: x\neq x^{2}

Is there some criteria for equating terms?

thanks
austin
 
Physics news on Phys.org
I have absolutely no idea what you mean by
\sum x= \sum x^2
If x is an integer index, from 0 to infinity, neither of those sums exists so it makes no sense to say they are equal.

But you are right that, in general, two sums being equal does not mean individual terms are equal- an easy counter-example: 1+ 2+ 1= 3+ 1+ 0.

However, if you series is a series of "independent functions", then it is true.

For example, it is true that if two power series are equal
\sum_{n=0}^\infty a_nx^n= \sum_{n=0}b_n x^n
then "corresponding terms" are equal: a_n= b_n.
 
Ok I was trying to be lazy but I'll just write out what I've got in my notes.

Sums are from L=0 to \infty and Integral limits are x = -1 to 1.

2 \sum \frac{h^{2L}}{2L+1} = \sum(h^{2L}\int P_{L}^{2}(x)dx)

becomes

\frac{2}{2L+1} = \int P_{L}^{2}(x)dx

Why is equating terms valid here? I don't see a reason to just assume that it is ok, and she didn't provide any reason for it. So how do I know if this is true?






If needed, here's more info. P_{L}(x) are the legendre polynomials. She used a generating function \Phi(x,h)=\frac{1}{\sqrt{1-2xh+h^{2}}}. We began with the relation \int\Phi^{2}(x,h)dx = \int (\sum h^{L}P_{L}(x))^{2}dx ( where sum is from L=0 to \infty and integral limits are x=-1 to 1)
Integrating \Phi^{2}(x,h) and doing a series expansion of natural log gives the LHS of the equation at the beginning of my post.
 
And the Legendre Polynomials are "independent functions" as I said.
 
So operating on a set of lin. indep. functions gives another set of lin. indep. functions? I know the the legendre polynomials are indep., but I don't know that integrating and squaring them means they will still be indep.
 
Back
Top