0

I am trying to figure out how to represent the integral [from 0 to 1] of cos(x^2) using a sum of a series. I know term by term integration/differentiation, i tried substitution but it didnt work.Any ideas for how to approach the problem?

dvd280
  • 676

1 Answers1

1

Hint: $$\cos(x) = \sum_{n=0}^\infty \frac{(-1)^kx^{2k}}{(2k)!}$$

Replace all of the $x$ with $x^2$, and then integrate term by term.

NNN
  • 1,852