Is it possible to calculate the Sagitta, knowing the Segment Area and Radius? Alternatively, is there a way to calculate the Chord Length, knowing the Segment Area and Radius?
2026-05-15 16:29:08.1778862548
On
Find Sagitta from Segment Area and Radius
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
If $R$ is the radius of the circle, than the area of a circular sector subtended by a central angle $\theta$ is: $A_S=R^2 \dfrac{\theta}{2}$, and the area of the triangle defined by the two radii and the chord is :$A_T=\dfrac{1}{2}R^2 \sin \theta$ , so the area of the segment is $A=A_S-A_T=\dfrac{R^2}{2}\left( \theta-\sin \theta\right)$. From this you can find $\theta$ (but, generally, only with an approximate solution), than you can find the sagitta $h$ from: $h=R\left( 1-\cos\dfrac{\theta}{2}\right)$
Ler $R$ be the radius, $A$ the area of the segment, $s$ the sagitta and $\alpha=\arcsin\dfrac{R-s}{R}$ half the angle subtended by the segment. Then $$ A=2\int_{R-s}^R\sqrt{R^2-x^2}\,dx=2\,R^2\int_\alpha^{\pi/2}\cos^2t\,dt=\frac{R^2}2\bigl(\pi+\sin(2\,\alpha)-2\,\alpha\bigr). $$ This is a transcendental equation in $\alpha$, to be solved by numerical methods. Once you know $\alpha$ you can compute $s$.