Calculate the area enclosed between the lines \( y = 2x + 3 \) and \( y = x^2 \).
Real Tutor Solution
Answer
Solution
Reviewed and approved by the UpStudy tutoring team
Beyond the Answer
To find the area enclosed between the lines \( y = 2x + 3 \) and \( y = x^2 \), we first need to determine the points of intersection where these two equations are equal. Setting them equal to each other: \[ 2x + 3 = x^2 \] Rearranging this equation gives us: \[ x^2 - 2x - 3 = 0 \] Now, we can factor this quadratic equation: \[ (x - 3)(x + 1) = 0 \] Thus, the solutions are: \[ x = 3 \quad \text{and} \quad x = -1 \] Now that we have the points of intersection, we can find the area between the curves from \( x = -1 \) to \( x = 3 \). The area \( A \) can be found using the integral: \[ A = \int_{-1}^{3} (2x + 3 - x^2) \, dx \] Calculating the integral, we first integrate the function: \[ \int (2x + 3 - x^2) \, dx = x^2 + 3x - \frac{x^3}{3} + C \] Now we evaluate this from \( -1 \) to \( 3 \): \[ A = \left[ x^2 + 3x - \frac{x^3}{3} \right]_{-1}^{3} \] Calculating at \( x = 3 \): \[ A(3) = 3^2 + 3 \cdot 3 - \frac{3^3}{3} = 9 + 9 - 9 = 9 \] Calculating at \( x = -1 \): \[ A(-1) = (-1)^2 + 3 \cdot (-1) - \frac{(-1)^3}{3} = 1 - 3 + \frac{1}{3} = -2 + \frac{1}{3} = -\frac{6}{3} + \frac{1}{3} = -\frac{5}{3} \] Now, substituting these values into the area formula: \[ A = A(3) - A(-1) = 9 - \left(-\frac{5}{3}\right) = 9 + \frac{5}{3} \] Converting \( 9 \) into thirds gives \( \frac{27}{3} \): \[ A = \frac{27}{3} + \frac{5}{3} = \frac{32}{3} \] Thus, the area enclosed between the curves \( y = 2x + 3 \) and \( y = x^2 \) is \[ \boxed{\frac{32}{3}}. \]