I made a MacLaurin series which was $\displaystyle1+\frac{x}{e}-\frac{x^2}{2e^2}+\frac{x^3}{3e^3}\dots$
I had to use the first three terms of this series to approximate $\displaystyle\int_0^1 \ln(e+x^2)\,dx$.
So I just went with my gut instinct and plugged $x^2$ for $x$ in $\displaystyle\int_0^1 \left (1+\frac{x^2}{e} - \frac{x^4}{2e^2} \right)\,dx$
I got $\displaystyle1+\frac{3}{e}-\frac{1}{10e^2}$.
I checked in the answer manual and it was right. However, why is it valid to substitute $x^2$ for $x$? Is it because $x^2$ and $x$ are close on the interval $(0,1)$?