Compute the area between the curves y=x2 and y=2x.
Mar 2, 2024
Compute the area between the curves y=x2 and y=2x.
Generated Graph
Solution by Steps
step 1
To find the area between the curves y=x2 and y=2x, we need to integrate the difference of the functions from the left intersection point to the right intersection point
step 2
First, we find the intersection points by setting x2=2x. Solving this, we get x=0 and x=2
step 3
The area between the curves is given by the integral ∫02(2x−x2)dx
step 4
Computing the integral, we get ∫02(2x−x2)dx=[x2−3x3]02
step 5
Evaluating the definite integral, we find [22−323]−[02−303]=4−38=312−38=34
Answer
34 or approximately 1.3333
Key Concept
Definite Integral to Find Area Between Curves
Explanation
The area between two curves from a to b is found by integrating the difference of the functions (top function minus bottom function) from a to b.