What is the Problem with the Taylor Series for f(x)=1/(x)^(1/2) at a=9?

chemic_23
Messages
44
Reaction score
0

Homework Statement



Find the taylor series of f(x)=1/(x)^(1/2) ; a=9


2. The attempt at a solution

f(x) = (x)^(-1/2)
f'(x) = -(1/2)*x^(-3/2)
f''(x) = (1/2)*(3/2)*x^(-5/2)
f'''(x) = -(1/2)*(3/2)*(5/2)*x^(-7/2)
f''''(x) = (1/2)*(3/2)*(5/2)*(7/2)*x^(-11/2)

f(9) = (1/3)
f'(9) = -(1/(3^3))*(1/2)
f''(9) = (1/(3^5))*(1/(2^2))
f'''(9) = -(1/(3^7))*(1/(2^3))
f''''(9) = (1/(3^9))*(1/(2^4))

pluging to the taylor series,

=f(9) + f'(9)*(x-9) + (f"(9)*(x-9)^2)/2! + (f"'(9)*(x-9)^3)/3! + ...

= (1/3) - (1/(3^3))*(1/2)*(x-9) + ((1/(3^5))*(1/(2^2))*(x-9)^2)/2! - ((1/(3^7))*(1/(2^3))*(x-9)^3)/3! +...+ ((-1)^1* (1)(3)(5)...(2n-1)*(x- 9)^n)/((3^(2n+1))*(2^n)*(n!))

=1/3 + sum(n=1 to infinity) ((-1)^n* (1)(3)(5)...(2n-1)*(x-9)^n)/((3^(2n+1))*(2^n)*(n!))


but the answer at the back of the book is sum(n=0 to infinity) ((-1)^n* (1)(3)(5)...(2n-1)*(x-9)^n)/((3^(2n+1))*(2^n)*(n!))

i'm not convinced because when you plug n=0 to ((-1)^n* (1)(3)(5)...(2n-1)*(x 9)^n)/((3^(2n+1))*(2^n)*(n!)),

the first terms turns out to be -1/3 which is negative that is, 2n-1 => 2(0)-1 = -1 which makes 1/3 to be negative. The expanded term above is 1/3 which is positive. Pls can someone explain this? please thanks
 
Physics news on Phys.org
It looks like you're right - the book should have been a little more careful to distinguish the first coefficient as a special case from the general expression. I would have said the following:

<br /> f(x) = \alpha_0} + \sum_{n=1}^{\infty} \alpha_n \cdot (x-9)^n<br />

where

<br /> \alpha_0 = \frac{1}{3}<br />

and

<br /> \alpha_n = (-1)^n \cdot \left ( \frac{1}{n!} \right ) \cdot \left ( \frac{1}{2} \right )^n \cdot \left ( \frac{1}{3} \right )^{2n+1} (1)(3) \cdots (2n-1) \quad \text{for n = 1, 2, \dots}<br />

Note the restriction on n for the general term.

During the construction, this would have been obvious, but it is still sloppy to drop a general expression that doesn't intuitively work for all implied cases.

And, of course, if they really wanted to confuse you, they could have correctly replaced the repeated multiplications with the "double-factorial" term
<br /> (|2 \cdot n -1| )!<br />

but I'll leave it at that.
 
thank you very much :)
 
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