How should I integrate this?

156 Views Asked by At

Could someone help integrate the following integral please: $$ \int\biggr(1+u+\frac{u^2}{2}+\frac{u^3}{6}+\frac{u^4}{24}+\frac{u^5}{120}\biggr)^{-1/2} \mathrm{d}x $$ Where, $$ u = \left(\frac{x-35.8}{0.554}\right)^2 $$ I've tried using the following formula but it doesn't seem to yield the right answer: $$\int_{38}^{\infty} (ax+b)^c \mathrm{d}x = \frac{1}{a} \frac{(ax+b)^{c+1}}{c+1}$$ If you can't get the answer but at least make some progress, it would be greatly appreciated if you could reply anyways.

1

There are 1 best solutions below

2
On

If you are familiarized with Taylor series, is easy to see that $$ e^{u(x)} = \sum_{k=0}^\infty \frac{u(x)^k}{k!}. $$ In your case, you must plug in your $u(x)$. Try to compute some terms and see that you will end up with the same summation as your integrand (avoiding the square root).

If you want to compute the integral using the complete expansion and not a truncated one (which it seems to be quite difficult or rather impossible to compute analitically), you will end up with $$ \int \frac{\mathrm{d}x}{\sqrt{e^{u(x)}}} \qquad \text{ with } \qquad u(x) = \left(\frac{x-35.8}{0.554}\right)^2, $$ so $e^{u(x)}$ looks like a gaussian function. Its indefinite integral can not be expressed in terms of elementary functions, but "we can deal with it" using the error function. The indefinite integral returns $$ \boxed{\int \frac{\mathrm{d}x}{\sqrt{e^{u(x)}}} = 0.554\sqrt{\frac{\pi}{2}}\mathrm{erf}(1.276 (x-35.8)) + C.}\tag{1}\label{eq:indefinite} $$

If you want to compute it with bounds setting a lower bound $x_0$, then $$ \boxed{\int_{x_0}^\infty \frac{\mathrm{d}x}{\sqrt{e^{u(x)}}} = 0.554\sqrt{\frac{\pi}{2}}\left[1-\mathrm{erf}(1.276(x_0-35.8))\right].} $$

Just for completness, this is how it looks \eqref{eq:indefinite} setting $C=0$.

Error function