Find the ratio of area to volume of a partial cylinder

areacirclesintegrationvolume

Consider a cylindrical container of negligible thickness with radius $r$ and height $h$, placed sideways containing some liquid (with volume $V$) inside as shown below.

enter image description here

Define a function $f(r,h,V) = A/V.$

where $A$ = Area of the container that is in contact with the liquid given $V > 0$ and $V \leq πhr^2.$

Is there a way to express this function only in terms of $r,R,h$ and $V$?

I know how to calculate the ratio of $Ah/V$ when the liquid is half the volume of the cylinder but not when it is not. I believe it involves using integral but I don't know how to set it up.

The objective is to have a formula where I can plug in numerical values of $(r,h,V) $ such that I get the ratio of $Ah/V.$

Any help would be greatly appreciated. Thank you.

Best Answer

To solve your problem, I think it's useful to break your problem into easier, smaller problems.
How? Your problem could be summed up as trying to determine the area of the shaded areas of these two figures (Why?):

Area of the top and bottom of the cylinder that is in contact with the water

enter image description here

Let's tackle them separately.

  • Shaded area of the circle
    I claim that $V = Sh$, where $S$ is the area of the shaded region on the circle. Can you see why?
    If so, how can we deduce the value of $S$?

  • Shaded area of the rectangle
    The area of the rectangle is $A = ab$, where $a$ is the height and $b$ is the width. We do have the height, which is $h$. The width is an arc of the circumference.
    Think about how you would determine the length of the arc of circumference if you only had the point $p=(x, y)$, which is shown in the first figure (this point is unknown, but we'll get into it later on).
    Hint → Try to express the points of the circumference in terms of an angle.

Spoiler

As it is a point of the circumference, it can be expressed as $(x, y) = r(\cos(\alpha), \sin(\alpha))$, where $\alpha$ is an angle in radians in the interval $[0, 2\pi)$. As we are considering only when $x >0$, we can assume that $\alpha\in(-\pi/2, \pi/2)$, when $\alpha$ is either $-\pi/2$ or $\pi/2$, we would be talking about the extreme cases when the cylinder is either empty or full.

With this, can you determine the length of the arc?

Spoiler

The length of the arc from $(x, y)$ to $(-x, y)$ is $r(2\pi - ((\pi-\alpha) -\alpha)) = r(\pi + 2\alpha)$

Now, how can you determine the point $(x, y)$?
Hint → Try to divide the shaded area $S$ into infinitesimal horizontal slices.

Spoiler

The length of the horizontal slices is equal to the distance from $(a, b)$ to $(-a, b)$, where $b$ is the horizontal slice at $y$ coordinate equal to $b$ and $a>0$. Thus, this slice's length is equal to $2a$. However, we previously said that the $x$ coordinate can be expressed as $r\cos(\alpha)$ where $\alpha \in (-\pi/2, \pi/2)$, so the length can also be expressed as $2r\cos(\alpha)$.

Knowing this, can you describe an integral that equals this area?
Hint → Try to define an integral in the interval $[\pi-\alpha, 3/2\pi]$, the one that starts in the left side until the bottom.

Spoiler

$S = r\int_{\pi-\alpha}^{3/2\pi} (-\cos(t)dt) = r(-\sin(3/2\pi) + \sin(\pi-\alpha)) = r(1 + \sin(\pi-\alpha))$. Do mind the sign of the cosine, as in the left side of the circumference, the $x$ coordinate is non positive.

With this, determine the value of $\alpha$, and thus, get the length of the arc of circumference, which is the missing piece to determine the value of the shaded area of the rectangle.

As $V=Sh$ and $S=r(1+sin(\pi-\alpha))$, then $\frac{V}{h}=r(1+sin(\pi-\alpha))$. Then $\alpha$ is equal to: $\pi-arcsin(\frac{V}{hr}-1)$. Thus, the solution is $$f(r, h, V)=2S+A=2\frac{V}{h}+hr\left(\pi-arcsin\left(\frac{V}{hr}-1\right)-(-\pi/2)\right)\\=2\frac{V}{h}+hr\left(3\frac{\pi}{2}-arcsin\left(\frac{V}{hr}-1\right)\right)$$

P.S.: I might have some typos or not clearly written phrases, don't hesitate to highlight them for further correction!