Substitution method for power series summation

From Calculus

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 u=λx for λ a constant. Explicitly, consider a power series of the form:

k=k0akλkxk

(Note that the starting point k0 could be 0, 1, or anything).

Then, with the substitution u=λx, this becomes:

k=k0akuk

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 u=xm for m a constant. Explicitly, consider a power series of the form:

k=k0akxmk

(Note that the starting point k0 could be 0, 1, or anything).

Then, with the subtsitution u=xm, this becomes:

k=k0akuk

Scalar multiple of power substitution

This combines the previous two substitution ideas, with a substitution of the form u=λxm for λ,m constants. Explicitly, consider a power series of the form:

k=k0akλkxmk

(Note that the starting point k0 could be 0, 1, or anything).

Then, with the subtsitution u=λxm, this becomes:

k=k0akuk

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 x in order to make the exponent better match the coefficient.

Examples

Simple examples

Power series in x u-substitution Scalar multiple or power or both? New power series in u Sum in term of u Sum in terms of x (need to substitute back)
k=0x3kk! u=x3 power k=0ukk! eu ex3
k=1x5kk u=x5 power k=1ukk ln(1u) ln(1x5)
k=02kxkk! u=2x scalar multiple k=0ukk! eu e2x
k=032kx3kk! u=9x3 combined k=0ukk! eu e9x3
k=0x14k(2k)! u=x7 (we want the exponent on it to match the expression under the factorial) power k=0u2k(2k)! coshu cosh(x7)

Examples that involve some combination of substitution and multiplying/dividing

Power series in x manipulation + u-substitution Scalar multiple or power or both? New power series in u Sum in term of u Sum in terms of x (need to substitute back)
k=0x3k+1k! first pull out a factor of x, then do u=x3 power xk=0ukk! xeu xex3
k=0x14k+2(2k+1)! first multiply/divide by x5 (to make the exponent 7(2k+1), then do u=x7 power 1x5k=0u2k+1(2k+1)! sinhux5 sinh(x7)x5

Example involving a fractional power substitution

Consider the power series summation problem:

k=0xk(2k)!

We want to do a u-substitution that makes the exponent 2k so as to match the denominator. In order to do this, we would need to put u=x1/2. This, however, is problematic since we don't know the sign of x. Thus, we make cases:

Case on sign of x u-substitution Power series in terms of u Sum in terms of u Sum in terms of x
positive u=x, so x=u2 k=0u2k(2k)! coshu coshx
negative u=x, so x=u2 k=0(1)ku2k(2k)! cosu cosx

At x=0, either description fits. Overall, we have a piecewise definition of function for the sum of the series:

Failed to parse (syntax error): {\displaystyle \left\lbrace \begin{array}{rl} \cosh \sqrt{x}, & x \ge 0 \\ \cos \sqrt{-x}, & x < 0 \\\end{array}}