"Use Maclaurin's Series to approximate the integral to 3dp accuracy"
$$\int_0^{1/2} \frac{dx}{\sqrt[4]{x^2+1}} $$
I was wondering if it is possible to solve this question by identifying out the number of terms needed to obtain a 3dp accuracy. I thought of using the Taylor Series Remainder Theorem, but it seems quite difficult with this binomial expression.
Yes it is possible:
The MacLaurin expansion of $$(1+x^2)^{-1/4}=1-\frac{x^2}{4}+\frac{5}{32}x^4+...$$ The numerical value of $$I=\int_{0}^{1/2} \frac{dx}{(1+x^2)^{1/4}}=0.490447$$ and $$\int_{0}^{1/2} (1-\frac{x^2}{4}+\frac{5}{32}x^4) dx= 0.409056.$$