Calc 2 - Taylor Expansion Series of x^(1/2)

omg4cards
Messages
3
Reaction score
0

Homework Statement



f(x) = \sqrt{x}, a = 4

Homework Equations



f(x) = \sumf^{n}(a)/n! (x-a)^{n}

The Attempt at a Solution



f(x) = x^{1/2}
f^{'}(x) = \frac{1}{2}x^{1/2}
f^{2}(x) = -\frac{1}{2}*\frac{1}{2}x^{-3/2}
f^{3}(x) = \frac{1}{2}*\frac{1}{2}*\frac{3}{2}x^{-5/2}
f^{4}(x) = -\frac{1}{2}*\frac{1}{2}*\frac{3}{2}*\frac{5}{2}x^{-7/2}

f^{n}(x) = (-1)^{n+1}*\frac{1}{2}^{n}*x^{-[(2n-1)/2]}*?


The problem I am having here is with identifying the pattern. I am able to describe everything except the numbers in the numerator(1, 1*1, 1*1*3, 1*1*3*5...). Any help is greatly appreciated!
 
Physics news on Phys.org
I have no idea why it looks like that...
 
shouldn't the number's in the numerator be (1*-1*-3*-5*...)?
 
I left out the signs to simplify and becaus I already identified the pattern w/ (-1)^(n+1)... so if i kept the signs in, the #'s in the numerator would be (1, -1*1, -3*-1*1, -5*-3*-1*1)
 
how are you trying to explain it then?
 
n! denotes the double factorial of n and is defined recursively for odd numbers,,
eg: 9! = 1 × 3 × 5 × 7 × 9 = 945

does that help?
 
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