Use Taylor series to approximate a number.

Sabricd
Messages
27
Reaction score
0
Hello,
I need help with this problem. I need to find the first three terms of the Taylor series for the function f(x)= (1 + x)^(1/3) to get an estimate for 1.06^(1/3).

Hence I did:
f(x)= (1 + x)^(1/3)
f'(x)= (1/3)(1 + x)^(-2/3)
f''(x)= (-2/9)(1 + x)^(-5/3)
f(a) + f'(x)/1! * (x - a) + f"(a)/2! * (x - a)^2

Now, I'm kind of stuck...Could I please have a hint on how to finish the problem.
Thank you,
-Sabrina
 
Physics news on Phys.org
Your Taylor's series should have x terms in it. (You're really getting the Maclaurin series for your function, since you are expanding about x = 0.)

You still need to evaluate the function and its two derivatives at x = 0 in order to approximate f(.06).

f(x) \approx f(0) + \frac{f'(0)}{1!}x + \frac{f''(0)}{2!}x^2
 
Thank you so much Mark! :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top