Given the function $${F(x)=\int_0^x\sin(5t^2)dt}$$
I must find the MacLaurin polynomial of degree $7$ for $F(x)$. Given as a function of $x$.
Since we already have the first derivative given by the integral, I continued to integrate until I reached a $7$th degree within the function and plugged in. This seems to be clearly wrong and very time consuming. How would I proceed to find the MacLaurin polynomial.
After, I'm asked to find the the value of the integral given below using the polynomial found above. $${\int_0^{0.68}\sin(5x^2)dx}$$
$$\sin(5t^2)\approx 5t^2-\frac{(5t^2)^3}{3!}+\frac{(5t^2)^5}{5!}-\frac{(5t^2)^7}{7!}+\cdots$$
so that
$$\int_0^x\sin(5t^2)dt\approx\frac{5x^3}3-\frac{5^3x^7}{7\cdot3!}+\frac{5^5x^{11}}{11\cdot5!}-\frac{5^7x^{15}}{15\cdot7!}+\cdots$$