The coordinates $A(-1,0,2), B(2,-1,3)$ and $C(4,0,1)$ are the corners in the triangle $ABC$.
- a) Find the length of the sides in the triangle.
- b) Find the area of the triangle.
Now I'm able to solve the first one, and I also did manage to find the area using the Law of Cosines, but this leaves me with a decimal answer $(A \approx 4.74)$, when my book says I should be able to get the exact answer $3\sqrt{10}/2$.
Any ideas on how I achieve this?
Pick two of the sides of the triangle, for example:
$$\vec{AB} = \vec{OB}-\vec{OA} = (3,-1,1), \quad \vec{AC} = \vec{OC}-\vec{OA} = (5,0,-1).$$
Then compute the area as follows:
The blue formula comes from here.
Hope this helps.
Cheers!