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

Click For Summary
SUMMARY

The Taylor series for the function f(x) = 1/(x)^(1/2) at a = 9 is derived using derivatives up to the fourth order. The correct series expansion is given by the formula: f(9) + Σ(n=1 to ∞) ((-1)^n * (1)(3)(5)...(2n-1) * (x-9)^n) / ((3^(2n+1)) * (2^n) * (n!)). The discrepancy noted in the discussion arises from the first term of the series, which should be treated as a special case, leading to confusion with the general term. The book's answer does not clearly distinguish this, resulting in a misunderstanding regarding the sign of the first coefficient.

PREREQUISITES
  • Understanding of Taylor series expansion
  • Knowledge of derivatives and their computation
  • Familiarity with factorial notation and double-factorials
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the derivation of Taylor series for various functions
  • Learn about the convergence criteria for Taylor series
  • Explore the concept of double-factorials and their applications
  • Investigate common pitfalls in series expansions and how to avoid them
USEFUL FOR

Students studying calculus, mathematicians interested in series expansions, and educators teaching Taylor series concepts.

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 :)
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
2K