Maybe it is a stupid question but I can't seem to wrap my head around it. If I have a cone where the first circular face has a radius R1 and the second circular face has radius R2 and the height between those surfaces is H, how can I calculate the corresponding radius of the cone to every height between h = 0 and h = H?
Thanks in advance!
If $R_2$ is the small radius and $R_1$ is the big radius, you can find any radius in between by this formula: $$r=R_2+\frac{hH}{R_1-R_2}$$ This is possible because the cone angle is the same and its tangent is $\frac{H}{R_1-R_2}$