I can find the area of a triangle with known vertices but the problem here is that the question is general: I have to use double integral to prove that the area of the triangle is:
$$A_{\text{triangle}}=\frac {\text{base}\times\text{height}}{2}$$
I assume that the width is $b$ and the height is $h$ so I have to integrate from $0$ to $b$ and from $0$ to $h$ but this would lead me to the area of a rectangle, that is, $bh$.
Any help is appreciated.