How could the following integral be solved in a good manner?
$$\int \frac{\sin(x)}{x}\;\mathrm{d}x$$
Regards:
How could the following integral be solved in a good manner?
$$\int \frac{\sin(x)}{x}\;\mathrm{d}x$$
Regards:
In this case, $sin(x)/x$ is harder to tackle, thus, we can only approximate. We have to rely on sin(x)'s power series,
$$\frac {\sin(x)}{x} \approx 1 - \frac{x^2}{3!} + \frac{x^4}{5!} - \frac{x^6}{7!}$$
$$\int \frac{\sin(x)}{x} dx \approx \int1 - \frac{x^2}{3!} + \frac{x^4}{5!} - \frac{x^6}{7!} dx$$
$$\int \frac{\sin(x)}{x} dx \approx x - \frac{x^3}{3*3!} + \frac{x^5}{5*5!} - \frac{x^7}{7*7!} + C$$