sqrt(x) = x
x = x^2
0 = x^2 - x
0 = x(x-1)
x=0 or x=1
so the limits of integrations are x=[0,1]
the master function is g(x) = [sqrt(x) - -2]-[x- -2]
= [sqrt(x) + 2] - [x + 2]
= sqrt(x) + 2 - x - 2
= sqrt(x) - x
g(x)^2 = (sqrt(x) - x) ^2 = x - 2*x*sqrt(x) +x^2
= x - 2*x^(3/2) + x^2
pi * integral ( x - 2*x^(3/2) + x^2) = pi * [(1/2)x^2 - (4/5)x^(5/2) + (1/3)x^3 ]
limit x=0 makes it totally vanish.....
for x =1, pi * ( 1/2 - 4/5 + 1/3) = pi * (15 - 24 + 10)/30 = pi/30