MHB What is the area between two intersecting parabolas?

  • Thread starter Thread starter tmt1
  • Start date Start date
  • Tags Tags
    Area
tmt1
Messages
230
Reaction score
0
Find the area of the region enclosed by the parabolas $$y = x^2 $$and $$y = 2x - x^2.$$

So they intersect at 0 and 1.

The derivative of $$y = 2x - x^2.$$ is $$\d{y}{x} = 2 - 2x$$

When I plug in 1 I get 0, and when I plug in 0, I get 2, so I subtract 2 from 0 and the area is -2. But the area should be positive, what am I doing wrong?
 
Physics news on Phys.org
The width of each area element is $dx$ and the height is the top function minus the bottom function, thus:

$$A=\int_0^1 \left(2x-x^2\right)-\left(x^2\right)\,dx=2\int_0^1 x-x^2\,dx$$

What do you get?
 
Back
Top