I need to calculate the height of a glass(frustum) where the volume is half of total volume. Obviously, at h/2, volume will not be v/2. So my question is, at what height from the bottom of the glass is volume equal to half of full volume.
Where am I struck is the fact that 'R (bigger radius)' increases as the height.
Thanks,
You can calculate the volume of any portion of your glass using integration.
Let $A(t)$ be the area of the section at height $t$. Let $y_0$ be the height of the orange juice in the glass.
You need to solve the following equation in $y$:
$$2\int_0^y A(t) dt = \int_0^{y_0} A(t) dt \,.$$
For the glass, the crosssection is a disk, so all you need is figure what is the radius as function in $t$ and integrate....