Find the area enclosed by the graphs of each of the following y=x+1,line x=-2, x=2 and y=x²-1 ?

1 Answer
May 30, 2018

A=int_2^-1x^2 - 1-(x+1)dx = 9/2

Explanation:

The only equations that matter are:

y=x^2 - 1

y=x+1

First determine where these intersect:

x^2 - 1 =x+1

x^2 - x -2=0

(x+1)(x-2)=0

x= 2
x=-1

A=int_2^-1x^2 - 1-(x+1)dx

A=int_2^-1x^2 - 1-x-1dx

A=int_2^-1x^2 -x-2dx