I would like to calculate the area for a triangle such that $a^2+b^2-c^2=1$ (an almost Pythagorean triple).
I know that the triangle is non-right, so I would like to use $\text{Area}=\frac{1}{2}ab\sin C$... but I do not know how to represent $\sin C$ since I don't have any actual values.
I know about Heron's formula where $S=\frac{a+b+c}{2}$ and $\text{Area}=\sqrt{s(s-a)(s-b)(s-c)}$, but I feel like that gets too lengthy with our side lengths?
Edit to add: For $Area = \frac{1}{4}\sqrt{4a^2b^2-1}$ as shown by @zipirovich, can this area ever be an integer if $a,b,c$ are positive integers and $a,b >1$? Or, is this impossible?