Find the area enclosed by two curves.
$y=x^2$ and $y=-x^2+x+1$
My answer:
$\frac{-1}{2} \le x \le 1$
$x^2 \le y \le -x^2+x+1$
$\int_{}^{} \int_{}^{}dxdy = \int_{- \frac{1}{2} }^{1} ( \int_{x^2}^{-x^2+x+1}dy)dx$
$P= \int_{ \frac{-1}{2} }^{1}\left( (-x^2+x+1)-(x^2)\right)= \frac{9}{8}$
Is that correct, because the answer in my excercice book is $\frac{ \sqrt{5} }{6}$