ns5032
- 27
- 0
How can I go about finding the area of a triangle with sides a, b, and c, assuming we do not already know a formula for it (such as Heron's Formula)? Kind of like a proof, I suppose.
I take it you mean set the triangle up so that one vertex is at the origin and another is along the positive x-axis. The difficulty with that is that, since you know only the lengths of the sides, you would have to break it into right triangles to determine the limits of integration. Once you have done that, it is simpler to find the area of the right triangles, mgb_phys' recomendation, than to integrate.PowerIso said:define a line as a side and integrate...