Can Power Series Expansions be Centered About Any Point?

In summary, the conversation discusses using series to verify a function and finding a general expression using the function's derivatives. However, the proposed method does not work for higher powers of x as it produces series that are not centered around the desired point.
  • #1
STEMucator
Homework Helper
2,076
140
I had a quick question about an expansion. Wolfram and maple have not been very useful in verifying the series.

Could I do these:

Centered about a=1:

##f(x) = e^{-3x^2} = e^{-3}e^{-3(x^2-1)} = \sum_{n=0}^{∞} \frac{e^{-3}(-3)^n}{n!} (x^2-1)^n##

Centered about a=2:

##f(x) = e^{-3x^2} = e^{-12}e^{-6(\frac{x^2}{2}-2)} = \sum_{n=0}^{∞} \frac{e^{-12}(-6)^n}{n!} (\frac{x^2}{2}-2)^n##

Centered about a=3:

##f(x) = e^{-3x^2} = e^{-27}e^{-9(\frac{x^2}{3}-3)} = \sum_{n=0}^{∞} \frac{e^{-27}(-9)^n}{n!} (\frac{x^2}{3}-3)^n##

My overall hunch from this pattern centered about a=k:

##f(x) = e^{-3x^2} = e^{-3k^2}e^{-3k(\frac{x^2}{k}-k)} = \sum_{n=0}^{∞} \frac{e^{-3k^2}(-3k)^n}{n!} (\frac{x^2}{k}-k)^n##

and for any ##\alpha## centered about a=k:

##f(x) = e^{-\alpha x^2} = e^{-\alpha k^2}e^{-\alpha k(\frac{x^2}{k}-k)} = \sum_{n=0}^{∞} \frac{e^{-\alpha k^2}(-\alpha k)^n}{n!} (\frac{x^2}{k}-k)^n##

EDIT: Also one more, if I replace ##x^2## by ##x^n## in the above:

##f(x) = e^{-\alpha x^n} = e^{-\alpha k^n}e^{-\alpha k(\frac{x^n}{k}-k)} = \sum_{n=0}^{∞} \frac{e^{-\alpha k^n}(-\alpha k)^n}{n!} (\frac{x^n}{k}-k)^n##
 
Physics news on Phys.org
  • #2
I'm not sure exactly what you're trying to do, so my comment may be off base. But the series
$$\sum_{n=0}^{∞} \frac{e^{-3}(-3)^n}{n!} (x^2-1)^n$$
is not centered at ##x=1##, at least not in the usual sense of that phrase, because the polynomials ##(x^2 - 1)^n## are not centered at ##x=1##. They are centered at (symmetric around) ##x=0##.

A series which is centered about ##x=1## would be of the form
$$\sum_{n=0}^\infty a_n (x-1)^n$$
 
  • #3
jbunniii said:
I'm not sure exactly what you're trying to do, so my comment may be off base. But the series
$$\sum_{n=0}^{∞} \frac{e^{-3}(-3)^n}{n!} (x^2-1)^n$$
is not centered at ##x=1##, at least not in the usual sense of that phrase, because the polynomials ##(x^2 - 1)^n## are not centered at ##x=1##. They are centered at (symmetric around) ##x=0##.

A series which is centered about ##x=1## would be of the form
$$\sum_{n=0}^\infty a_n (x-1)^n$$

I was trying to find a general expression without having to find ##f^{(n)}(a)##. It seemed to work for (center a=1):

##f(x) = e^{-3x} = e^{-3} e^{-3(x-1)} = \sum_{n=0}^{∞} \frac{e^{-3}(-3)^n}{n!} (x-1)^n##

I see that won't work now though for higher powers of ##x## as I would produce series that are not centered around the desired point.

Is there a way I could adapt this little trick to higher powers?
 

FAQ: Can Power Series Expansions be Centered About Any Point?

What is a power series expansion?

A power series expansion is a mathematical representation of a function as an infinite sum of powers of a variable. It is written in the form of nk=0 akxk, where the coefficients ak and the variable x are real or complex numbers.

Why are power series expansions important in science?

Power series expansions are important in science because they allow us to approximate complicated functions with simpler ones. This can make calculations and analysis easier, and also provide insights into the behavior of a function at different values of the variable.

What is the difference between a Taylor series and a Maclaurin series?

A Taylor series is a power series expansion centered around a specific point, while a Maclaurin series is a special case of a Taylor series where the expansion is centered around x = 0. In other words, a Maclaurin series is a Taylor series with a0 = 0.

How do you determine the convergence of a power series?

The convergence of a power series can be determined using the ratio test or the root test. The ratio test compares the ratio of consecutive terms to a limit, while the root test compares the nth root of a term to a limit. If the limit is less than 1, the series converges; if it is greater than 1, the series diverges; and if it is equal to 1, the test is inconclusive.

Can power series expansions be used to solve differential equations?

Yes, power series expansions can be used to solve differential equations. By substituting the series into the differential equation and equating coefficients of like powers, we can determine the values of the coefficients and therefore find the solution to the differential equation.

Back
Top