An irregular quadrilateral has lengths $1, 4, 7$ and $8$ units. What is the maximum area of the quadrilateral possible?
To find the area of an irregular quadrilateral, five values are needed; four sides along with an angle or the size of at least one diagonal. However, I am not able to figure out how to get one angle or the size of one diagonal?
Given any quadrilateral $Q$ with side $a,b,c,d$. Let $s = \frac12(a+b+c+d)$ be the semi-perimeter and $2\theta$ be the sum of two opposite angles of $Q$. The area of $Q$ is given by the Bretschneider's formula
$$\verb/Area/ = \sqrt{(s-a)(s-b)(s-b)(s-c) - abcd\cos^2\theta}$$
It is clear this area is maximized when $\cos\theta = 0$, i.e. when $Q$ is a cyclic quadrilateral. In that case, the formula reduce to Brahmagupta's formula:
$$\verb/Area/ = \sqrt{(s-a)(s-b)(s-b)(s-c)}$$
For the problem at hand, $(a,b,c,d) = (1,4,7,8) \implies s = 10$. The desired maximum area is $$\sqrt{(10-1)(10-4)(10-7)(10-8)} = 18$$