I have a curve $y=x^2$ defined for the region: $0\le x\le2$.
What's the best way to work out the values $b$ and $c$ so that the three areas defined by the shaded regions are equal? I believe this is the regions defined between:
- $y=x^2$ and $y=c$;
- $y=x^2$, $y=b$ and $x=\sqrt c$;
- $y=x^2$, $y=4$ and $x=\sqrt b$.

This where I'm at so far at calculating the area's:
- $\int_0^c \mathrm{\sqrt y},\mathrm{d}y$ --> (area bounded by the curve)
- $\int_c^b \mathrm{\sqrt y},\mathrm{d}y$ - $\sqrt c(b-c)$ --> (area bounded by the curve less area bounded by adj rectangle)
- $\int_b^4 \mathrm{\sqrt y},\mathrm{d}y$ - $\sqrt b(4-b)$ --> (area bounded by the curve less area bounded by adj rectangle)
and if $\int \mathrm{\sqrt y},\mathrm{d}y$ = $\frac{{y^3/_2 }}{3/2}$ making the three areas equal to each other get:
$\displaystyle\frac{{c^{3/2} }}{3/2} = \frac{{b^{3/2} }}{3/2} - \frac{{c^{3/2} }}{3/2}- bc^{1/2} + c^{3/2} = \frac{{4^{3/2} }}{3/2} - \frac{{b^{3/2} }}{3/2} - 4^{1/2} + b^{3/2}$
But then i'm stuck solving the resultant equation.. Can anybody confirm if this is the right way to approach it? if so what's the best way to solve for b and c?