Sketch the region between $y=x^2+x−2$ and the $x$-axis over the interval $[−4,2]$. Find the area of the region.
I need help on a Calculus problem( Finding the area)
-
3Ok. What have you tried? Where do you get stuck? – 2017-01-21
3 Answers
Well, the area should be
$$\begin{align}Area&=\int_{-4}^2\left|x^2+x-2\right|\ dx\\&=\int_{-4}^{-2}x^2+x-2\ dx-\int_{-2}^1x^2+x-2\ dx+\int_1^2x^2+x-2\ dx\\&=\left.\frac13x^3+\frac12x^2-2x\right]_{-4}^{-2}-\left(\left.\frac13x^3+\frac12x^2-2x\right)\right]_{-2}^2+\left.\frac13x^3+\frac12x^2-2x\right]_1^2\\&=15\end{align}$$
-
0That's wrong. You are treating the area below the $x$-axis as negative; but the question simply asks for the area of the region. – 2017-01-21
-
0@TonyK Yes, I'm sorry, think I fixed it. – 2017-01-21
-
0Your diagram is missing the interval $(1,2]$. So you're not quite there. – 2017-01-21
-
0@TonyK Ok, I think I've fixed it all up 100% XD Ah, I am stupid... – 2017-01-21
-
0This is a good example of spoon feeding an OP who asked a very poor question (remember, we've been talking about "how to answer", and I believe you mentioned something about a good answer answering a good question?) Okay, so you gave the OP a break. And subsequently: Take a look at the OPs newer question. – 2017-02-04
Hint
$$x^2+x-2=(x-1)(x+2)$$
So,
$$\text{Area}=\int_{-4}^{-2}(x-1)(x+2)\,dx-\int_{-2}^{1}(x-1)(x+2)\,dx+\int_{1}^{2}(x-1)(x+2)\,dx=$$
You just calculate the zeroes of the function: $0=x^2+x-2$ gives $x_0=-2;x_1=1$.
Then you split the area up in 3 parts and calculate the sum of their absolute values:
$$Area = |\int_{-4}^{-2} \! x^2+x-2 \, \mathrm{d}x| + |\int_{-2}^1 \! x^2+x-2 \, \mathrm{d}x| + |\int_1^2 \! x^2+x-2 \, \mathrm{d}x|$$
