[Math] Length of arc of a semi-circle knowing the height and length

circlesgeometry

I have a hole I need to cover with plastic using pvc pipe bent into an arc. I have the width and the height of the arc. Height is from the top of the hole to the top of the arc. The width is measured from each side of the hole. I need the length the arc will be so I know how wide the plastic must be to cover it. Assume for the sake of clarity my hole is 22' W and the Arc height would be 5'.

Seems this would be enough information to calculate the length. I can only find formulas based on radius and angle. Both would be unknown because I have no idea how to get those considering the scale. Mind you the arc height is at my discretion.

Best Answer

Assuming that your hole is indeed circular, it can be done like this.

Circular hole diagram

Of course we'll call the radius $r$. Also, I'm using $w$ as half the measured width. In this diagram, $$ \sin \theta = \frac{w}{r} \quad\quad\quad \cos\theta = \frac{r - h}{r} $$

One way to combine these expressions is by using the identity $$ \sin^2\theta +\cos^2\theta = 1 $$

After some simplification, this produces $$ r = \frac{w^2 + h^2}{2h} $$

We can also find the angle $\theta$ now $$ \sin \theta = \frac{w}{r} \\ \theta = \arcsin\frac{w}{r} \\ \theta = \arcsin\frac{2hw}{w^2+r^2} $$

Combining these together we can find the arclength $l$ $$ l = r(2 \theta) \\ l = 2 \frac{w^2 + h^2}{2h} \arcsin\left(\frac{2hw}{w^2 + h^2}\right) \\ l = \frac{w^2 + h^2}{h} \arcsin\left(\frac{2hw}{w^2 + h^2}\right) $$

For $h = 5$ and $w = 11$, $l = 24.915...$