What is the area between two intersecting parabolas?

  • Context:
  • Thread starter Thread starter tmt1
  • Start date Start date
  • Tags Tags
    Area
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
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?