Substitution method for power series summation: Difference between revisions
Line 106: | Line 106: | ||
If the power series after the <math>u</math>-substitution <math>u = \lambda x^m</math> has a radius of convergence <math>R</math> for <math>u</math>, the original power series has a radius of convergence <math>(R/|\lambda|)^{1/m}</math>. | If the power series after the <math>u</math>-substitution <math>u = \lambda x^m</math> has a radius of convergence <math>R</math> for <math>u</math>, the original power series has a radius of convergence <math>(R/|\lambda|)^{1/m}</math>. | ||
For inclusion of endpoints, we need to be more careful. | For inclusion of endpoints, we need to be more careful. Essentially, we need to figure out how the substitution <math>u = \lambda x^m</math> behaves on <math>x = \pm (R/|\lambda|)^{1/m}</math>. |
Revision as of 22:06, 6 July 2012
Description of the method
The substitution method for power series summation is a method that can be used to convert one power series summation problem into another one. It is typically done with the goal of making the summation easier to obtain an explicit closed-form expression for.
Scalar multiple substitution
This is a substitution of the form for a constant. Explicitly, consider a power series of the form:
(Note that the starting point could be 0, 1, or anything).
Then, with the substitution , this becomes:
We can use scalar multiple substitutions in order to get rid of purely exponential parts of the coefficients.
Power substitution
This is a substitution of the form for a constant. Explicitly, consider a power series of the form:
(Note that the starting point could be 0, 1, or anything).
Then, with the subtsitution , this becomes:
Scalar multiple of power substitution
This combines the previous two substitution ideas, with a substitution of the form for constants. Explicitly, consider a power series of the form:
(Note that the starting point could be 0, 1, or anything).
Then, with the subtsitution , this becomes:
Application
Goal of the substitution
The substitution method is typically used for two purposes:
- Get rid of unnecessary multiplicative exponential terms in the coefficients (the scalar multiple part takes care of this)
- Try to scale the exponent so that it better matches the coefficients (the power part takes care of this): The general rule is that, at the end of the substitution, the exponent should match, as closely as possible, any term that is in a denominator or whose factorial is in the denominator.
Combination with multiplication
Substitution can be combined with another common technique for power series manipulation: multiply and divide by in order to make the exponent better match the coefficient.
Examples
Simple examples
Power series in | -substitution | Scalar multiple or power or both? | New power series in | Sum in term of | Sum in terms of (need to substitute back) |
---|---|---|---|---|---|
power | |||||
power | (note that the interval of convergence is | ||||
scalar multiple | |||||
combined | |||||
(we want the exponent on it to match the expression under the factorial) | power |
Examples that involve some combination of substitution and multiplying/dividing
Power series in | manipulation + -substitution | Scalar multiple or power or both? | New power series in | Sum in term of | Sum in terms of (need to substitute back) |
---|---|---|---|---|---|
first pull out a factor of , then do | power | ||||
first multiply/divide by (to make the exponent ), then do | power | (Note: The expression is not valid at though its limit equals the power series sum at 0; both the limit and the power series sum at 0 are equal to 0) |
Example involving a fractional power substitution
Consider the power series summation problem:
We want to do a -substitution that makes the exponent so as to match the denominator. In order to do this, we would need to put . This, however, is problematic since we don't know the sign of . Thus, we make cases:
Case on sign of | -substitution | Power series in terms of | Sum in terms of | Sum in terms of |
---|---|---|---|---|
positive | , so | |||
negative | , so |
At , either description fits. Overall, we have a piecewise definition of function for the sum of the series:
Interaction with interval of convergence
If the power series after the -substitution has a radius of convergence for , the original power series has a radius of convergence .
For inclusion of endpoints, we need to be more careful. Essentially, we need to figure out how the substitution behaves on .