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 :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top