Series expansion upto linear order

487 Views Asked by At

I want to do a series expansion of the function given below around $a=0$ and keep the terms only upto $O(a)$. The function is

$$ f(a)=\frac{a \pi^2\sin^2\theta}{a^2-\pi^2\cos^2\theta} $$ Using $f(0)+f'(0)a$, I would get the expansion as $f(a)=-\tan^2\theta ~a$. I suspect whether this expansion would be correct near $\theta$ equal to $\pi/2$. Any help, how should I proceed in that case. Should I take $\lim~\theta\rightarrow \pi/2$ first and then do the expansion or should I do something else?

2

There are 2 best solutions below

5
On

We know that near $X=0$,

$$\frac{1}{1-X}=1+X+X^2+...$$ $$=1+O(X)$$

thus

$$f(a)=-\frac{a\pi^2\sin^2(\theta)}{\pi^2\cos^2(\theta)}\frac{1}{1-\frac{a^2}{\pi^2\cos^2(\theta)}}$$ $$=-a\tan^2(\theta)\Bigl(1+O(a^2)\Bigr)$$ $$=-a\tan^2(\theta)+O(a)$$

2
On

There being two variables $a$ and $\theta$, you have to be careful with what $O(a)$ means, and you should probably write $f(a,\theta)$ rather than just $f(a)$. It is true that $f(a,\theta) \sim -\frac{a}{\pi} \tan^2(\theta)$ if $\theta$ is fixed and $\cos(\theta) \ne 0$. But if $\cos(\theta) = 0$, $f(a,\theta) = \pi/a$. Various other possibilities exist if $\cos(\theta) \to 0$ as $a \to 0$. For example, if $\theta = \pi/2 + c a$ for constant $c \ne 1/\pi$, $$ f(a,\pi/2 + c a) \sim \frac{\pi}{1 - \pi^2 c^2} a^{-1}$$ while if $\theta = \pi/2 + a/\pi$ $$ f(a, \pi/2 + a/\pi) \sim \frac{3 \pi^3}{a^3} $$