If I were going to try to find the area of the given triangle without using Heron's formula, I would use some coordinate geometry instead.
I would consider a circle of radius 3 centered at the origin, and a circle of radius 2 centered at (4,0). The quadrant 1 intersection of these circles would be the third vertex of the triangle, in addition to the centers of the two circles:
And so we know the base of the triangle is 4 units, and we need to find where the circles intersect in quadrant I, specifically the \(y\)-coordinate to get the triangle's altitude:
[MATH]x^2+y^2=3^2[/MATH]
[MATH](x-4)^2+y^2=2^2[/MATH]
Subtracting the latter from the former, we obtain:
[MATH]x^2-(x-4)^2=5[/MATH]
[MATH](x+x-4)(x-x+4)=5[/MATH]
[MATH]8(x-2)=5[/MATH]
[MATH]x-2=\frac{5}{8}[/MATH]
[MATH]x=\frac{21}{8}[/MATH]
[MATH]y=\sqrt{3^2-\left(\frac{21}{8}\right)^2}=\frac{3\sqrt{15}}{8}[/MATH]
And so the area of the triangle is:
[MATH]A=\frac{1}{2}(4)\left(\frac{3\sqrt{15}}{8}\right)=\frac{3\sqrt{15}}{4}[/MATH]
And this result agrees with that given by Heron's formula.