Given that the parabola $y=x^2+1$ has a tangent line at point $P$, find the area, $S$, of the region enclosed by the parabola $y=x^2+1$, the tangent line, and the parabola $y=x^2$.
The part which I do not understand is how to express the part where it asks to find the region enclosed, as I find no way to express that given region in an integral.
Thanks in advance.
You can also find the points of intersection, unlike what I did in my other answer.
Since the tangent line is $2ax-a^2+1$, you can find the intersection(s) between the tangent line and the parabola $x^2$.
Thus, solving for the intersection(s):
$x^2-2ax+a^2-1=0$
$x=a\pm 1$
You can solve your integral like this, but I prefer my other method.
$$\int_{a-1}^{a+1}\left(2ax-a^2+1-x^2\right)dx$$