I'm trying to figure out the volume of a frustrum, but don't have what reference equations typically provide. Being 10 years out of college, I'm not sure if I should know this or if it's genuinely difficult! I want to calculate the height required to hold a volume, $V$, in a slope-walled vessel knowing the bottom radius, $r_1$ and the angle that dictates the wall slope. Here's an illustration:
For the starting points, we have the formula for volume:
$\displaystyle V = \frac{1}{3} \pi(r_1^2 + r_1r_2 + r_2^2)h$
And since I don't know what $r_2$ will be at the height that provides my volume, I used the fact that the difference between $r_2$ and $r_1$ at height $h$ will yield this substitution:
$r_2 = h \tan \theta + r_1$
Plugging things in, I worked through it like this:
$\displaystyle V = \frac{1}{3} \pi\left(r_1^2 + r_1(h \tan \theta + r_1) + (h \tan \theta + r_1)^2\right)h$
$\displaystyle \frac{3V}{\pi} = (r_1^2 + r_1 h \tan \theta + r_1^2 + h^2 \tan^2 \theta + 2 r_1 h \tan \theta + r_1^2)h$
$\displaystyle \frac{3V}{\pi} = (3r_1^2 + 3 r_1 h \tan \theta + h^2 \tan^2 \theta)h$
$\displaystyle \frac{3V}{\pi} = h^3 \tan^2 \theta + 3 h^2 r_1 \tan \theta + 3 h r_1^2$
I have this gnawing feeling that this should be a standard form I recognize. $\tan \theta$ is just a constant, so in essence I have something in the form of:
$x^3 + x^2y + xy^2$
I'm just not sure how I should go about solving it. Thanks for any corrections/insights.
