Area of a triangle (cross product lesson)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
Lebombo
Messages
144
Reaction score
0

Homework Statement



Youtube: Lec 2 | MIT 18.02 Multivariable Calculus, Fall 2007 (Video time frame: between 11:00 minutes and 12:30 minutes)

Find the area of a triangle.

Area = [itex]\frac{1}{2}(base)(height)[/itex] = [itex]\frac{1}{2}|a||b|sinθ[/itex]

The lecturer says to first find cosine of the angle using dot product. Next, solve for sine using [sin[itex]^{2}θ + cos^{2}θ[/itex] = 1]. And then substitute into area formula.

However, he doesn't actually work this out, so I don't know what formula its supposed to produce or how to actually arrive there. This is a section on cross products so this might be a preface to the cross product formula and I'm interest to know where he was actually going with this. Any info would be very appreciated. Thanks.
 
Physics news on Phys.org
The magnitude of the cross product ([itex]\frac{1}{2}|a||b|sinθ[/itex]) is equal to the area of the parrallelagram made by the two vectors.

This means the area of a triangle is equal to half of the magnitude of the cross product of two of the sides (with the third side being the diagonal of the parrallelgram which connects the ends of the first two sides)
 
  • Like
Likes   Reactions: Lebombo
Nathanael said:
The magnitude of the cross product ([itex]\frac{1}{2}|a||b|sinθ[/itex]) is equal to the area of the parrallelagram made by the two vectors.
The magnitude of the cross product of vectors A and B is equal to the area of the parallelogram made by the two vectors. Half of this magnitude is the area of the triangle formed by the two vectors.

http://en.wikipedia.org/wiki/Cross_product

Check the 'Properties' section in the article above for an illustration.
 
  • Like
Likes   Reactions: Lebombo
Thank you! Appreciate you guys