Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now 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
- Alfredo KrausLv 79 years agoFavourite 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)) + ...