Find the area of a triangle with vector sides

Click For Summary

Homework Help Overview

The problem involves finding the area of a triangle defined by three vertices in three-dimensional space, specifically at the coordinates (1,2,3), (4,-3,2), and (8,1,1). The discussion centers around the application of vector mathematics to determine this area.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss various methods to calculate the area, including the use of the cross product of vectors formed by the triangle's vertices. There is also mention of the determinant rule and the need to find the height of the triangle. Some participants question the correctness of their calculations and the implications of using different methods.

Discussion Status

The conversation is ongoing, with multiple approaches being explored. Some participants have provided hints and guidance, while others express confusion about the fundamentals of vector operations and area calculations. There is no clear consensus on the final area value, and participants are actively engaging with each other's reasoning.

Contextual Notes

Participants are grappling with the concepts of position and direction vectors, as well as the implications of using the cross product versus other methods. There is a recognition of the need to clarify these foundational concepts as they relate to the problem at hand.

thomas49th
Messages
645
Reaction score
0

Homework Statement


Find the area of the triangle with vertices at the points with coordinates (1,2,3), (4,-3,2) and (8,1,1)

Homework Equations


The Attempt at a Solution



well area of a triangle is 0.5 x base x height . We can get the length of each side by taking the modulus of each vector, but the problem we have is finding the height. We need to find a the point where a line between 2 vectors cuts the other vector at 90° (the base)

How do we find this line?

Thanks
Thomas
 
Last edited:
Physics news on Phys.org
Hi Thomas! :smile:

Hint: area = absinθ = a x b :wink:
 
you mean it's simply the "cross product" or "vector product". Of course
axb = |a||b|sinx e

(where e is direction +/-)

do the modulus make any difference?

I would simply the determinant rule for finding it

i j k
1 2 3
8 1 1

-i + 23j - 15k

then take the modulus

sqrt(755)

Right?

Thanks
Thomas
 
thomas49th said:
do the modulus make any difference?

I would simply the determinant rule for finding it

i j k
1 2 3
8 1 1

-i + 23j - 15k

then take the modulus

ooh yes, I left out the | | symbols! :redface:

yes, that's the right method, but you've only found the area of the triangle formed by points 1 and 3 and the origin, haven't you? :wink:
 
thomas49th said:

Homework Statement


Find the area of the triangle with vertices at the points with coordinates (1,2,3), (4,-3,2) and (8,1,1)


Homework Equations





The Attempt at a Solution



well area of a triangle is 0.5 x base x height . We can get the length of each side by taking the modulus of each vector, but the problem we have is finding the height. We need to find a the point where a line between 2 vectors cuts the other vector at 90° (the base)

How do we find this line?

Thanks
Thomas


Well, this may not be what your exercise is all about, but you can try "[URL formula[/URL].
 
Last edited by a moderator:
tiny-tim said:
ooh yes, I left out the | | symbols! :redface:

yes, that's the right method, but you've only found the area of the triangle formed by points 1 and 3 and the origin, haven't you? :wink:

Tim, havn't I got to half it to get that area :) Right? How does that help though. :cry:

I can remember from my A levels that there are position vectors, which are relative to the centre, direction vectors and I think they have a parameter in them telling you how far "along" the vector to go. I'm getting myself confused over the basics. :sigh:

Anyway thinking about it again it's the area = 0.5 |AB x AC|

a = (1,2,3), b = (4,-3,2) and c = (8,1,1)

AB = b - a
= 3,-5,-1
AC = c - a
= 4, 4, -1

but what does |AB x AC| mean? |AB| x |AC|?

Am I getting there?

@ Altabeh - I saw this mentioned on the WIKI page for triangles, though useful as it looks I want I'm having conflicting thoughts and confusing myself with the fundamentals which I want to sort out.

Thanks
 
thomas49th said:
Tim, havn't I got to half it to get that area :) Right?

oooh, I'm not doing very well on this :redface: … yes, half! :rolleyes:
I can remember from my A levels that there are position vectors, which are relative to the centre, direction vectors and I think they have a parameter in them telling you how far "along" the vector to go. I'm getting myself confused over the basics. :sigh:

Yes, that's right …

the formula for a general point on the line AB is a + k(b - a), for any number k.

(though of course you don't need that in this case)
Anyway thinking about it again it's the area = 0.5 |AB x AC|

a = (1,2,3), b = (4,-3,2) and c = (8,1,1)

AB = b - a
= 3,-5,-1
AC = c - a
= 4, 4, -1

That's right :smile: (except the last one is BC :wink:, but it doesn't matter anyway).
but what does |AB x AC| mean? |AB| x |AC|?

No, it means the modulus of the vector AB x AC (or AB x BC or AC x BC).

So just do (3,-5,-1) x (4, 4, -1), and take half the modulus. :wink:
 
tiny-tim said:
No, it means the modulus of the vector AB x AC (or AB x BC or AC x BC).

So just do (3,-5,-1) x (4, 4, -1), and take half the modulus. :wink:

And at the end of your calculation, check your result to see if it matches the one I've prepared through Herron's formula here:

[tex](1/2)*sqrt(2\sqrt(14)+2\sqrt(66)+2\sqrt(29)) \approx 2.936908289[/tex].

AB
 
tiny-tim said:
No, it means the modulus of the vector AB x AC (or AB x BC or AC x BC).

So just do (3,-5,-1) x (4, 4, -1), and take half the modulus. :wink:

So (3,-5,-1) x (4, 4, -1),

= (12, -20, 1)

= sqrt(144 + 400 + 1)

= sqrt(545)

= 5sqrt(109)

That's not what Altabeh got. Guessing I am the one who is wrong :eek:
 
  • #10
thomas49th said:
So (3,-5,-1) x (4, 4, -1),

= (12, -20, 1)

Nooo :redface:, you need the cross product (you did it in your post #3, except you used OA x OB instead of AB x BC)
 
  • #11
i j k
3 - 5 -1
4 4 -1

(5 -- 4)i - (-3 - -4)j + (12 - - 20)k

9i -j + 32k

sqrt(81 + 1 +1024) = sqrt(1106) ~= 33.3

i take it I'm wrong, as Altabeh's answer is right? :rolleyes:

Thanks
 
  • #12
and take half of that

= 0.5sqrt(1106)

= 16.6
 
  • #13
The cross product method is the most straightforward, but you could also use the dot product to find the angle between two sides and use it to calculate the height of the triangle.

[tex]\cos\theta = \frac{(3, -5, -1)\cdot(4, 4, -1)}{|(3, -5, -1)| |(4, 4, -1)|} = \frac{3\times4+(-5)\times4+(-1)\times(-1)}{\sqrt{3^2+(-5)^2+(-1)^2}\sqrt{4^2+4^2+(-1)^2}}=\frac{-7}{\sqrt{33}\sqrt{35}}[/tex]

So

[tex]\sin\theta = \sqrt{1-\cos^2\theta}=\sqrt{1-\frac{(-7)^2}{33\times35}}=\frac{\sqrt{1106}}{\sqrt{33}\sqrt{35}}[/tex]

You can arbitrarily choose one side to be the base of the triangle. The height will then be the length of the other side multiplied by the sine of the angle between them, so you get

[tex]A=\frac{1}{2}bh = \frac{1}{2}\sqrt{33}\sqrt{35}\sin\theta = 0.5\sqrt{1106} = 16.6[/tex]
 
  • #14
Looks like it's 16.6. :smile:
 
  • #15
thomas49th said:
So (3,-5,-1) x (4, 4, -1),

= (12, -20, 1)

= sqrt(144 + 400 + 1)

= sqrt(545)

= 5sqrt(109)

That's not what Altabeh got. Guessing I am the one who is wrong :eek:

No! I was wrong! The correct calculation is:

[tex]sqrt(s*(s-\sqrt{33})*(s-\sqrt{35})*(s-\sqrt{54}) \approx 16.62828916[/tex],

where [tex]s=(\sqrt{54}+\sqrt{35}+\sqrt{33})/2[/tex].

AB
 
Last edited:
  • #16
Thomas, you'd better use either my method or vela's! :biggrin:
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
8K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 13 ·
Replies
13
Views
3K