What is the area of triangle ABC in 3-D?

  • Thread starter Thread starter ivybond
  • Start date Start date
  • Tags Tags
    Area Triangle
AI Thread Summary
To find the area of triangle ABC with vertices A(1, 3, 0), B(0, 2, 5), and C(-1, 0, 2), several methods can be employed, including Heron's formula and vector cross products. The area can also be calculated using the height from point C to line AB, leading to an area of 6.5. Observations about the triangle's symmetry in relation to the yz-plane suggest potential shortcuts in calculations. Some participants noted discrepancies in area calculations, emphasizing the importance of using consistent methods, such as the cross product for accuracy. Overall, using vectors is highlighted as the most efficient approach, although it may not have been covered in all relevant classes.
ivybond
Messages
37
Reaction score
0
Question:
Find the area of triangle ABC that has the coordinates A(1, 3, 0), B(0, 2, 5), and C(-1, 0, 2).
-------------------
One way to do that is to find the lengths of ABC sides and use Heron's formula. Not pretty nymbers!

You can find the distance h between C and AB.
Area A(ABC) = 1/2 AB h.

I noticed that ABC "split in half" by yz-plane.
Midpoint M(0,3/2,1) of AC is in yz-plane. ABC's median BM is in yz-plane.
This fact for some reason fascinated me, and, I guess, made me find area of AMB first and then double it to get area of ABC.
BM = sqrt(65)/2.
BM equation
(0)x + (8)y + (-1)z + (-11) = 0,
distance between A and BM is
H=|(0)(1)+(8)(3)+(-10)(0)+(-11)| /sqrt (0^2+8^2+(-1)^2))
H=13/sqrt(65)

A(ABC) = BM*H = (sqrt(65)/2)*(13/sqrt(65)) = 13 / 2 = 6.5

The answer seems to be too good to require such a long solution.

I also think that the fact that vertices A, B, and C are respectively in xy-plane, yz-plane, and xz-plane, should provide a shortcut.

Any suggestions?
 
Physics news on Phys.org
I'll take a guess
Can you just use Pothagorean to find the length of the sides?

length_{AB} = \sqrt{( |A_x-B_x|)^2 + (|A_y-B_y|)^2 +(|A_z-B_z|)^2}

Do the same for AC and BC, then use Heron's formula.
 
Use the cross-product. Calculate (say) \vec {AB} \times \vec{AC}.
 
I'm getting a different number for the area, but I'm not sure where your mistake is.

Have you learned about the cross product in your class? Given two vectors, such as the vectors AB and AC, if you take their cross product the magnitude of the resulting vector is the area of the parallelogram with sides AB, AC (the other two sides are parallel to AB, AC of course). The area of the triangle ABC is then half the area of the parallelogram.
 
I am sorry I failed to mention that this question was given in the Algebra 2 class to somebody I know.
Using vectors is the fastest way to go (I did not check my answer though :redface: ), but I don't think they covered it in the class.

Thanks anyway!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top