Assuming we have a cyclic quadrilateral, use Bretschneider's formula:
K = sqrt[(s-a)(s-b)(s-c)(s-d)-abcd*cos2((α+γ)/2)]
K is the area of the quadrilateral. s = (a+b+c+d)/2 and is the semiperimeter of the quadrilateral. In a cyclic quadrilateral, opposite angles are supplementary. Therefore, γ = 78°. Note that the cos term simplifies to 0 since cos(90°) = 0.
The simplified formula is now:
K = sqrt[(s-a)(s-b)(s-c)(s-d)]
After substituting in the given values, you should get approximately 40.95 square yards for the area.
Hope this was helpful.
EDIT: If you can't assume the quadrilateral is cyclic, then see Doug C.'s method below (credits to him for pointing this out):
- Use the law of cosines to find the length of the diagonal used to split the quadrilateral into two triangles. The length of this diagonal is approximately 7.04 yards.
- Then, use Heron's formula to find the area of each triangle. Area of triangle with sides a, b, and diagonal is approximately 9.11 square yards. Area of triangle with sides c, d, and diagonal is approximately 30.09 square yards.
- Add the two areas of the triangles together to get the area of the quadrilateral, which should be approximately 39.2 square yards.
Doug C.
I do not think you can assume cyclic quadrilateral. Using Law of cosines to determine the length of the diagonal that completes the triangle with sides a and b, and then determining the measure of the angle opposite 102, gives just over 44 degrees. Once you know the measure of the angle opposite the 102 you can still use Bret... formula. You can also find the areas of the two triangles created by that diagonal (using Heron's formula) or 1/2 sin ab (sin(102)) for example. See if you agree: desmos.com/calculator/z7dkv4wbw5 FYI, I was in the process of preparing a video response, but the whiteboard died.08/02/24