The problem I'm having some trouble solving is this: calculate the area between $y=x^4$ and $y=x$. The points are $a = 0$ and $b = 1$, but the definite integral is negative. What am I doing wrong here?
2026-03-31 05:41:14.1774935674
Area between $y=x^4$ and $y=x$
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$\int_{0}^{1}\int_{x^4}^{x}dy$ would give you your answer.
Or in simpler form
$\int_{0}^{1}(x-x^4)dy$
I would have even attached the graph of the two functions but I don't know how to.
NOTE: In $[0,1]$, $x\geq x^4$
Always draw the graphs of the corresponding functions before solving such questions. Helps a lot. :)