Find the area of the circle $x^2+y^2=16$ which is exterior to the parabola $y^2=6x$ using definite integral.
My attempt-
I have solved two to find intersection point $(2,\sqrt{12})$.
But when its come to exterior area. I have no clue. Please help me.



Area bounded by two regions,
= $\int_0^2 \sqrt{6x} \,dx + \int_2^4 \sqrt{16-x^2}\,dx$
Then multiply this area with 2 as it is symmetric.
Area of circle = $πr^2$
= $π(4)^2$
= 16π
Required exterior area = Area of circle - Area bounded by two regions.