Question: Calculate the area between the curves y = x and y = x^2 from x = 0 to x = 1.
Options:
Correct Answer: 0.5
Solution:
The area is given by the integral from 0 to 1 of (x - x^2) dx. This evaluates to [x^2/2 - x^3/3] from 0 to 1 = (1/2 - 1/3) = 1/6 = 0.5.