We need the area under y=x2, above the x-axis, from x=0 to x=π.
Whenever we need the area under a curve, we use definite integration — think of it as summing up infinitely thin vertical strips between the curve and the x-axis.
Setting up the integral:
Area=∫0πx2dx
Since both x and y=x2 are non-negative between 0 and π, we are entirely in the first quadrant.
Applying the power rule ∫xndx=n+1xn+1+C :
∫0πx2dx=[3x3]0π
Substituting the upper and lower limits:
=3(π)3−3(0)3
=3π3−0
=3π3
Don't confuse this with area under y=sinx or y=cosx which also commonly use 0 to π as limits. Here the curve is y=x2, a basic polynomial, so we simply apply the power rule — no trigonometry involved.