Find the area of the region bounded by the curves y = x^2 - 1 and y = cos(x).

I've tried doing this and I got -1.54 which doesn't make sense because area should always be positive right? And I put it in an online calculator to check and it gave me 3.11. I think I may have messed up my negatives somewhere.

Here's my work and can you tell me where I went wrong
The integral from [-1.177,1.177] of cos(x)-x^2-1
This gives sin(x)-(x^3/3)-x with limits of [-1.177,1.177]
Sin(1.177)-1.177^3/3-1.177-((sin(-1.177)-(-1.177^3)/3-(-1.177))
.923...-.544...-1.177+.923...-.544...-1.177

look at the graph

http://www.wolframalpha.com/input/?i=y+%3D+x%5E2+-+1+and+y+%3D+cos(x)

and notice the symmetry. So we need the intersection
cosx = x^2 - 1
which you found correctly as ± 1.177 correct to 3 decimals

area = 2[integral] (cosx - (x^2 -1)) dx from 0 to 1.177,
= 2 (sinx - x^3/3 + x | from 0 to 1.177)

I think I found your mistake, you had -x instead of +x

To find the area of the region bounded by the curves y = x^2 - 1 and y = cos(x), we can use the concept of definite integration.

First, let's find the x-values at which the two curves intersect. We can set the two equations equal to each other and solve for x:

x^2 - 1 = cos(x)

Rearranging the equation, we have:

x^2 - cos(x) - 1 = 0

Unfortunately, this equation does not have an algebraic solution. Therefore, we need to approximate the values of x at which the curves intersect.

Based on your limits, it seems like you used x = -1.177 and x = 1.177 as the limits of integration. These values likely correspond to the approximate x-values at which the curves intersect.

Now, let's calculate the area using definite integration:

∫[a,b] (cos(x) - x^2 - 1) dx

Here, a = -1.177 and b = 1.177.

To perform the integration, we can break down the integral into two separate integrals:

∫[-1.177,1.177] cos(x) dx - ∫[-1.177,1.177] (x^2 + 1) dx

The first integral is the antiderivative of cos(x), which is sin(x):

= sin(x) ∣[-1.177,1.177] - ∫[-1.177,1.177] (x^2 + 1) dx

Evaluating the limits, we have:

= sin(1.177) - sin(-1.177) - ∫[-1.177,1.177] (x^2 + 1) dx

Now, let's integrate the second term:

= sin(1.177) - sin(-1.177) - [x^3/3 + x] ∣[-1.177,1.177]

Evaluating the limits, we have:

= sin(1.177) - sin(-1.177) - [(1.177)^3/3 + 1.177] - [(-1.177)^3/3 - 1.177]

Now we can substitute the values into the equation:

= 0.923... - (-0.923...) - [(1.177)^3/3 + 1.177] - [(-1.177)^3/3 - 1.177]

= 0.923... + 0.923... - [(1.177)^3/3 + 1.177] + [(-1.177)^3/3 - 1.177]

After evaluating this expression, you should get a positive value for the area, indicating that you made an error in your calculations.

Please recheck your calculations and ensure that you have entered the integrals correctly. Also, keep in mind that the area cannot be negative, so if you obtained a negative value, that is a strong indicator of an error in your calculations.