English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Taylor Series and Calculus

2007-08-01 04:55:35 · 3 answers · asked by persistentd 1 in Science & Mathematics Mathematics

Given a function like 5/sqrt(1-x)

2007-08-01 04:59:42 · update #1

3 answers

Use the general form of the Taylor Series. Evaluate the derivatives at -5 instead of 0.
f(x) ≈

∑ ((f(n)(a))/n!)(x - a)^n
n=0

2007-08-01 05:04:01 · answer #1 · answered by Helmut 7 · 0 0

Generally speaking you have to just recalculate the series at the new point, but for some functions that have nice translation properties you can use short cuts. For example, let's calculate the Taylor series for e^x based at -5. The trick is to write:

e^x = e^((x+5)-5) = e^(-5) e^(x+5)

This last step is what I mean by a "nice translation property". Anyway, now you can just plug (x+5) into the series for e^x to get:

e^x = e^(-5) * sum_(k=0)^infty (x+5)^k/(k!)

In general, this trick works as follows. If you want to expand f(x) about -5, then you write f(x) = f((x+5)-5) and use some sort of special property of f to express f((x+5) - 5) in a nice way.

Edit:

For f(x) = 5/sqrt(1-x) you would write:

f(x) = 5/sqrt(1 - ((x+5)-5)) = 5/sqrt(6-(x+5)) = 5/(sqrt(6)*sqrt(1 -(x+5)/6))

Thus if you know the series for f expanded around 0, you multiply this series by 1/sqrt(6) and plug in (x+5)/6 to get the series expanded around -5.

2007-08-01 12:04:03 · answer #2 · answered by Sean H 5 · 0 0

This is done by translating the initial function, hence rather than expanding f(x), use the taylor series to expand f(x+5), in this case that means rather than using taylor/ maclauring series to expand:

5/sqrt(1-x)
use it to expand:
5/sqrt(1-[x+5]) i.e. expand 5/sqrt(-4-x) with taylor

this expansion will be valid for values between 4 and 6 for f(x), or -1 and 1 for f(x+5)

This works because you translate the initial function so that the required part is centered over "0" and then expand the translated function.

I hope that helped, have fun :)

2007-08-01 19:01:19 · answer #3 · answered by Mr singh 2 · 0 0

fedest.com, questions and answers