Find Area Between y=x and y=x^2 | -1/6 Answer

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Area Curves
AI Thread Summary
To find the area between the curves y=x and y=x^2, the correct approach involves integrating the difference between the two functions from their intersection points, which are x=0 and x=1. The area is calculated as A = ∫(x - x^2) dx from 0 to 1. The integration yields A = (1/2) - (1/3), resulting in an area of 1/6. The initial incorrect answer of -1/6 arose from not properly identifying which function is on top in the interval. The final area between the curves is confirmed to be 1/6.
tandoorichicken
Messages
245
Reaction score
0
I need to find the area between y=x and y=x^2
So this is what I did:
A = \int (x^2-x) \,dx
Then I found the limits of integration x=0 and x=1 because that's where the two graphs intersect
A = \int^1_0 (x^2-x) \,dx
I ended up with an answer of -1/6
What did I do wrong?
 
Physics news on Phys.org
intersect points:
x^2 = x

x^2 - x = 0

(x)(x-1) = 0

x = 1, x = 0



The upper limit is the line y = x, the lower limit is y = x^2

A = \int^1_0 x \,dx - \int^1_0 x^2 \,dx

A = \frac{x^2}{2} |^1_0 - \frac{x^3}{3} |^1_0

A = \frac{1^2}{2} - \frac{1^3}{3}

A = \frac{1}{2} - \frac{1}{3}

A = \frac{1}{6}



Your answer seems fine to me.
 
Which one's bigger?
 
oh... I get it
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top