Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Taylor Series Expansion as x→∞?

I know that the Taylor Series formula is:

f(x) = Σ[n=0,∞] fⁿ(x₀) * (x - x₀)ⁿ / n!

However, what if I want to take the Taylor Series as x tends towards infinity? ∴ x₀ = ∞, and this formula becomes nonsensical. Is there a specific formula to perform this operation?

Example:

I have the function:

f(x) = 1/√[1 - 1/(4x²)]

When I ask Wolfram for the Taylor Series, it gives me:

1 + 1/(8x²) + 3/(128x^4) + ...

[Source: http://www.wolframalpha.com/input/?i=taylor+series... ]

How did they get this answer?

1 Answer

Relevance
  • 9 years ago
    Favorite Answer

    Simple. Just put y=1/x^2 and you have

    f(y) = (1 - (y/4)) ^(-1/2) = 1 - (-1/2)(y/4) + (1/2!) (-1/2)( (-1/2) -1) (y/4)^2 + ...

    = 1 + (1/(8x^2)) + (1/(128x^4)) + ...

Still have questions? Get your answers by asking now.