The region to find the area of is in the figure to the right:
First, we must find the x value of the intersection point of y = x2 and x2 + y2 = 1, and
given that x >= 0, we have the following: x2 + (x2)2 = 1, so (x2)2 + x2 - 1 = 0, so, by the quadratic formula, x2 = ( -b ± √[ b2 - 4*a*c ] ) / (2*1) = ( -1 ± √[ 12 - 4*1*(-1) ] ) / (2*1),
so x2 = ( -1 ± √[1+4] ) / 2 = [ -1 ± √(5) ] / 2, but we must discard the negative value,
so that x is real, so since x2 = [ -1 + √(5) ] / 2, then x = √[√(5) - 1] / √(2), but for
simplicity in our integrals, let's let b = √[√(5) - 1] / √(2), and then plug it in at the
end. Solving for y in the 2nd equation gives us y2 = 1 - x2, so then y = √(1 - x2).
Therefore, now we have that the area of that region is the following:
A = ∫ x2 dx from 0 to b + ∫ √(1 - x2) dx from b to 1
For the 2nd integral below, let x = sin(t), so dx = cos(t) dt; when x = b,
t = arcsin(b); and when x = 1, t = arcsin(1) = pi/2, so now we have:
A = x3 / 3 from 0 to b + ∫ √[ 1 - sin2(t) ] cos(t) dt from arcsin(b) to pi/2
Now, for the 2nd integral below, we can use the trig identity
cos(t) = √[ 1 - sin2(t) ], and get the following:
A = (b3 / 3 - 03 / 3) + ∫ cos2(t) dt from arcsin(b) to pi/2
Now, for the 2nd integral below, we can use the trig identity
cos2(t) = [ 1 + cos(2t) ] / 2, and get the following:
A = b3 / 3 - 0 + ∫ [ 1 + cos(2t) ] / 2 dt from arcsin(b) to pi/2
A = b3 / 3 + [ t + sin(2t)/2 ] / 2 from arcsin(b) to pi/2
Now, for the 2nd integral below, we can use the trig identity
sin(2t) = 2*sin(t)*cos(t) = 2*sin(t)*√[ 1 - sin2(t) ], and get the following:
A = b3 / 3 + { t + 2 * sin(t) * √[ 1 - sin2(t) ] / 2 ] } / 2 from arcsin(b) to pi/2
A = b3 / 3 + { pi/2 + sin(pi/2) * √[ 1 - sin2(pi/2) ] } / 2 -
{ arcsin(b) + sin(arcsin(b)) * √[ 1 - sin2(arcsin(b)) ] } / 2
A = b3/3 + [ pi/2 + 1 * √(1-12) ] / 2 - [ √(b) + b * √(1-b2) ] / 2
A = b3/3 + pi/4 + √(1-1)/2 - arcsin(b)/2 - b*√([2/2] - [√(5)-1]/2) / 2
A = b3/3 + pi/4 + √(0)/2 - arcsin(b)/2 - b*√( [2-√(5)+1] / 2) / 2
A = b3/3 + pi/4 + 0 - arcsin(b)/2 - √([3-√(5)]/2) * b/2
and finally:
A = b3/3 + pi/4 - arcsin(b)/2 - √( [3-√(5)] / 2) * b/2, where b = √[ √(5) - 1 ] / √(2).