-1

I use the substitution x^2=z.With this substitution the integrand becomes cosz/2z^(1/2).Is it possible to integrate w.r.t. z.Please help me.

1 Answers1

1

As said, $$\int \cos(x^2)\ dx=\sqrt{\frac{\pi }{2}} C\left(\sqrt{\frac{2}{\pi }} x\right)+K$$ where appears Fresnel integral. This cannot be expressed in terms of elementary functions.

What you could do is to use series starting from $$\cos(y)=\sum_{n=0}^\infty \frac{(-1)^n y^{2n}}{(2n)!}$$ which makes $$\cos(x^2)=\sum_{n=0}^\infty \frac{(-1)^n x^{4n}}{(2n)!}$$ and, by integration $$\int \cos(x^2)\ dx=\sum_{n=0}^\infty \frac{(-1)^n x^{4n+1}}{(4n+1)(2n)!}+K$$

Edit

Suppose that you need to compute $$I=\int_0^1 \cos(x^2)\ dx$$ Using the above summation for $p$ terms, you would get $$I_{0}=1.000000$$ $$I_{1}=0.900000$$ $$I_{2}=0.904630$$ $$I_{3}=0.904523$$ $$I_{4}=0.904524$$