Area of a triangle (cross product lesson)

AI Thread Summary
The area of a triangle can be calculated using the formula Area = 1/2 |a||b| sinθ, where |a| and |b| are the magnitudes of two sides of the triangle and θ is the angle between them. To find sinθ, the cosine of the angle can be determined using the dot product, followed by applying the identity sin²θ + cos²θ = 1. The discussion emphasizes that the magnitude of the cross product of two vectors equals the area of the parallelogram formed by those vectors, and thus half of this magnitude gives the area of the triangle. The lecturer's approach serves as a preface to understanding the cross product formula in relation to triangle area calculation. This method provides a geometric interpretation of vector operations in multivariable calculus.
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 = \frac{1}{2}(base)(height) = \frac{1}{2}|a||b|sinθ

The lecturer says to first find cosine of the angle using dot product. Next, solve for sine using [sin^{2}θ + cos^{2}θ = 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 (\frac{1}{2}|a||b|sinθ) 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 Lebombo
Nathanael said:
The magnitude of the cross product (\frac{1}{2}|a||b|sinθ) 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 Lebombo
Thank you! Appreciate you guys
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top