I wish to calculate the volume of this special cone ! The base is an ellipse ellipse of semi-major a and semi-minor b
Thanks !
There are a couple of ways to attack this sort of problem. Based on the diagram, we will assume $c>0$ and $\mu>0$.
Because the object is described as a “cone,” we will assume that the horizontal cross-sections are all homothetic ellipses, so one approach is to integrate these cross-sections over the height of the cone. The area of the base is $\pi a b$, so the area of each horizontal slice is some multiple of this. The semi-major axis is simply the $x$-coordinate of the slice which ranges from $0$ to $a$, so the required scale factor is $x/a$. We’re scaling uniformly, so this is also the scale factor for the semi-minor axis, hence the area of each slice is $\pi ab\left(\frac xa\right)^2$. We have $x=\frac1\mu\ln{\frac yc}$, so the volume is given by the integral $$V=\int_c^{c\exp(\mu a)}\pi ab\left(\frac1{\mu a}\ln{\frac yc}\right)^2\,dy = {\pi b\over\mu^2a}\int_c^{c\exp(\mu a)}\ln^2{\frac yc}\,dy.$$ This integral can be evaluated by making the substitution $u=y/c$ and then integrating by parts.
Another approach is to integrate over concentric cylindrical slices. We can find the volume of the region below the cone and subtract that from the volume of the enclosing elliptical cylinder, $\pi abc(e^{\mu a}-1)$. The lateral area of each cylindrical slice is $C(x)c(e^{\mu x}-1)$, where $C(x)$ is the circumference of an ellipse with major semi-axis length $x$ that is homothetic to the base of the cone. Unfortunately, there’s no closed-form expression for $C(x)$, but we have a way around that. We can find the volume using circular cross-sections and then stretch the coordinate axes. The lateral area of a cylindrical slice is simply $2\pi xc(e^{\mu x}-1)$. The major axis ($x$-axis in the illustration) needs no adjustment, but the minor axis needs to be scaled by a factor of $b/a$ to get our ellipse. So, we have $$V'=\frac ba\int_0^a 2\pi xc(e^{\mu x}-1)\,dx = {2\pi bc\over a}\int_0^a x(e^{\mu x}-1)\,dx$$ and finally $$V=\pi abc(e^{\mu a}-1)-{2\pi bc\over a}\int_0^a x(e^{\mu x}-1)\,dx.$$
I’ll leave evaluating one or both of these integrals to you.