I have a three-dimensional solid defined with respect to an orthonormal frame $Oxyz$ by
$$3 z^2 < ax + by < z$$
I would like to find its volume using Cavalieri's principle where the horizontal cross sections are normal to $z$ axis.
The integration tool I would like to use is one dimensional integration rather than double integrals.
Is there a numerical answer to this problem 3?
What is the differential volume that gets multiplied by $dx$ or $dz$?
There could be a number of ways to do this.
Any help is greatly appreciated.
Assuming Monge form of surface and using Green's theorem find area enclosed from closed curve boundary. Then integrate functionally with respect to z.
EDIT1:
Monge form is like
$$ z= f(x,y) $$
e.g., like
$$ z= (x/a)^2 + (y/b)^2 $$
Rather than repeat it, referring to anonymous's answer here among others in a particular example to compute cross-section $A$ of an ellipse using line integral. A suitable $single $ parameter is needed to link $(x,y)$.
$$ A =\frac{1}{2} \int\limits_{\partial{D}} xdy - ydx = ... $$
and then the usual
$$ V = \int A\cdot dz $$
Suggested this as you wanted a separate evalution for each level cross-section.
An added advantage is the possibility of using any curvilinear coordintes, not just Cartesian, here we are using variables $(x,y)$ in place of more general curvilinear parameters $(u,v). $