Question
Question: Find area enclosed by $y=x^2+x+1,y=2x+3$....
Find area enclosed by y=x2+x+1,y=2x+3.

9/2
Solution
To find the area enclosed by the two curves y=x2+x+1 and y=2x+3, we follow these steps:
-
Find the points of intersection: Set the two equations equal to each other to find the x-coordinates where they intersect: x2+x+1=2x+3 x2+x−2x+1−3=0 x2−x−2=0 Factor the quadratic equation: (x−2)(x+1)=0 The intersection points occur at x=−1 and x=2. These will be our limits of integration.
-
Determine which curve is above the other: To determine which function is greater in the interval [−1,2], pick a test point, for example, x=0. For y=x2+x+1, at x=0, y=02+0+1=1. For y=2x+3, at x=0, y=2(0)+3=3. Since 3>1, the line y=2x+3 is above the parabola y=x2+x+1 in the interval [−1,2].
-
Set up the definite integral: The area A enclosed by the curves is given by the integral of the upper curve minus the lower curve, from the lower x-limit to the upper x-limit: A=∫−12((2x+3)−(x2+x+1))dx A=∫−12(−x2+x+2)dx
-
Evaluate the integral: Integrate term by term: A=[−3x3+2x2+2x]−12 Now, substitute the upper limit and subtract the result of substituting the lower limit: A=(−3(2)3+2(2)2+2(2))−(−3(−1)3+2(−1)2+2(−1)) A=(−38+24+4)−(−3−1+21−2) A=(−38+2+4)−(31+21−2) A=(−38+6)−(62+3−12) A=(3−8+18)−(6−7) A=310+67 To add the fractions, find a common denominator (6): A=620+67 A=627 Simplify the fraction: A=29
The area enclosed by the curves is 29 square units.