Solveeit Logo

Question

Question: In the given diagram, what does the shaded area represent?...

In the given diagram, what does the shaded area represent?

A

010(32xx2)dx\int_{0}^{10}(3-2x-x^2)dx

B

010(3+2xx2)dx\int_{0}^{10}(3+2x-x^2)dx

C

03(32xx2)dx\int_{0}^{3}(3-2x-x^2)dx

D

03(3+2xx2)dx\int_{0}^{3}(3+2x-x^2)dx

Answer

03(3+2xx2)dx\int_{0}^{3}(3+2x-x^2)dx

Explanation

Solution

The shaded area is the region between the curves y=2x+4y = 2x + 4 and y=x2+1y = x^2 + 1.

  1. Find intersection points: x2+1=2x+4    x22x3=0    (x3)(x+1)=0x^2 + 1 = 2x + 4 \implies x^2 - 2x - 3 = 0 \implies (x-3)(x+1)=0. Intersection points are x=3x=3 and x=1x=-1.
  2. From the diagram, the shaded region extends from x=0x=0 to x=3x=3. So, the limits of integration are 00 to 33.
  3. In the interval [0,3][0, 3], test a point (e.g., x=1x=1): yline(1)=2(1)+4=6y_{line}(1) = 2(1)+4=6, yparabola(1)=12+1=2y_{parabola}(1) = 1^2+1=2. Since 6>26 > 2, the line y=2x+4y = 2x+4 is above the parabola y=x2+1y = x^2+1.
  4. The area is given by ab(yupperylower)dx\int_{a}^{b} (y_{upper} - y_{lower}) dx. Area =03((2x+4)(x2+1))dx= \int_{0}^{3} ((2x + 4) - (x^2 + 1)) dx Area =03(2x+4x21)dx= \int_{0}^{3} (2x + 4 - x^2 - 1) dx Area =03(3+2xx2)dx= \int_{0}^{3} (3 + 2x - x^2) dx