Taylor expansion - imaginary coefficients?

Froskoy
Messages
26
Reaction score
0

Homework Statement


Find the first two non-zero terms in the Taylor expansion of \frac{x}{\sqrt{x^2-a^2}} where a is a real constant

Homework Equations


<br /> f(x)=f(x_0)+f^{\prime}(x_0)(x-x_0)+\frac{f^{\prime\prime}(x_0)}{2!}(x-x_0)^2+...+\frac{f^{(n)}(x_0)}{n!}(x-x_0)^n<br />

The Attempt at a Solution


If a=0 then f(x)=1 (in the case a=0,x=0, use l'Hopital's rule to find the limit of the ratio as x approaches 0 - is this correct?)

then <br /> f(0)=0<br /> <br /> f^{\prime}(0)=\frac{-ai}{a}<br /> <br /> f^{\prime\prime}(0)=\frac{-i}{2a^{13}}<br />

Is it OK that there are imaginary terms here? I guess f(x) is imaginary if a^2&gt;x^2 anyway?
 
Physics news on Phys.org
If you really need to expand it at x=0, then your function is imaginary, so of course you expect to get imaginary coefficients. Usually though in expressions like this, x is limited to values larger than a.

I'm not sure if your coefficients are correct though. Maybe it's easier to expand g(x)=(x^2-a^2)^{-1/2}
 
Thanks! I hadn't thought of expanding \frac{1}{\sqrt{x^2-a^2}} and then multiplying my x - that's really cool - thanks!
 
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