Question: Calculate the area under the curve y = x^2 + 2x from x = 0 to x = 2.
Options:
Correct Answer: 6
Solution:
The area under the curve is given by β«(from 0 to 2) (x^2 + 2x) dx = [x^3/3 + x^2] from 0 to 2 = (8/3 + 4) = 20/3.