I have five sets of inequalities and equations:
$$A_1:=\{(b,c);b^2+9c^2-3c<0\},$$
$$A_2:=\{(b,c);\frac{\sqrt{b^2+9c^2-3c}-b+6c}{c}\leq0, \frac{-\sqrt{b^2+9c^2-3c}-b+6c}{c}\leq0\},$$
$$A_3:=\{(b,c);\frac{\sqrt{b^2+9c^2-3c}-b+6c}{c}\leq0, \frac{-\sqrt{b^2+9c^2-3c}-b+6c}{c}=12\},$$
$$A_4:=\{(b,c);\frac{-\sqrt{b^2+9c^2-3c}-b+6c}{c}\leq0, \frac{\sqrt{b^2+9c^2-3c}-b+6c}{c}=12\},$$
$$A_5:=\{(b,c);\frac{\sqrt{b^2+9c^2-3c}-b+6c}{c}=12, \frac{-\sqrt{b^2+9c^2-3c}-b+6c}{c}=12\}.$$
I would like to plot $\cup_{i=1}^5A_i$ and the triangle $B:=\{(b,c):3c>2b-1, 3c>-2b-1,1>3c\}$ in one single figure to see for example whether $B\subset \cup_{i=1}^5A_i$. How to do this?


RegionPlot? – Verbeia♦ Mar 20 '12 at 21:45