Quick Question on Taylor Expansions

  • Thread starter Thread starter StephenD420
  • Start date Start date
  • Tags Tags
    Taylor
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
StephenD420
Messages
97
Reaction score
0
Hello all,

I am a senior physics undergraduate student. I have wondered about the Taylor Expansion for a few years now and just have never bothered to ask. But I will now:

I know the Taylor Expansion goes like:

f(a) + [itex]\frac{f'(a)}{1!}[/itex]*(x-a) + [itex]\frac{f''(a)}{2!}[/itex]*(x-a)[itex]^{2}[/itex] + [itex]\frac{f'''(a)}{3!}[/itex]*(x-a)[itex]^{3}[/itex] + ...

which is the same as [itex]\sum[/itex] [itex]\frac{f^{n}(a)}{n!}[/itex]*(x-a)[itex]^{n}[/itex]

but how do you know when you use this to approximate a formula? Any problem that my professors have given they have explicitly said to use a Taylor Expansion, but I know there has to be a rule of thumb when to use the Taylor Expansion to approximate a formula.

Any ideas?
Thanks much.
Stephen
 
Physics news on Phys.org
You are asking about typical practical applications of Taylor series expansions. Here are two examples:

1. Suppose you need to evaluate the definite integral of a function over a fairly narrow range of integration limits, and the integral of the function is not conveniently tabulated. You can still get an accurate estimate of the integral by expanding in a Taylor series with respect to some point between the two limits of integration, and integrating several terms in the resulting Taylor series.

2. Taylor series expansions are used extensively in numerical analysis to provide accurate finite difference formulas for the derivatives of various orders of a function.