Vector Methods To Find An Area

  • Thread starter Thread starter BOAS
  • Start date Start date
  • Tags Tags
    Area Vector
Click For Summary

Homework Help Overview

The problem involves finding the area of a triangle defined by its vertices in three-dimensional space using vector methods. The vertices are given as A(-1,3,0), B(-3,0,7), and C(-1,2,3). Participants discuss various approaches to calculate the area, including the use of cross products and the implications of vector lengths.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore the use of the cross product to find the area of the triangle, questioning the interpretation of area as a vector versus a scalar. There are discussions about the correct application of formulas and the significance of the factor of 1/2 in the area calculation. Some participants express confusion about the relationship between the sides and the height of the triangle.

Discussion Status

The discussion is active, with participants providing feedback and clarifications on each other's reasoning. Some guidance has been offered regarding the correct interpretation of vector lengths and the area calculation. Multiple interpretations of the problem are being explored, and there is a recognition of the complexity involved in the calculations.

Contextual Notes

Participants note that the textbook does not cover the necessary material, leading to reliance on external resources. There is also mention of confusion regarding the definitions and applications of certain mathematical concepts, such as the use of Cramer's rule and the calculation of vector lengths.

BOAS
Messages
546
Reaction score
19
Hello,

after searching around on the internet about this problem, it looks like it is Cramer's rule that I want to use, though it wasn't shown to us under that name.

My textbook doesn't cover the material required for this problem, so i'd really like to run what I have done past you guys :)

Homework Statement



The triangle ABC has vertices A(-1,3,0), B(-3,0,7), C(-1,2,3). Find AB, AC, CB.

Find also the area of the triangle, using a vector method.

Homework Equations





The Attempt at a Solution



I found the vectors easily enough.

AB = -2i - 3j + 7k

AC = -j + 3k

CB = -2i - 2j + 4k

Area of a triangle = 1/2 base x height

A = ( \frac{1}{2}) (AB x AC)

I don't know how to make matrices in latex, but I use what looks to me like cramer's rule (we were just told how to do it, as we haven't covered determinants yet) and come to an answer that;

A = -i + 3j + K

I hope it's clear to you, but if not, if you can show me how to display matrices i'll gladly show the working.

Thanks!
 
Physics news on Phys.org
Area is supposed to be a number no? You seem to get that area is a vector.
 
  • Like
Likes   Reactions: 1 person
micromass said:
Area is supposed to be a number no? You seem to get that area is a vector.

Hm, yes.

Area = |AB x AC| <--- Which I didn't actually say, so thanks for pulling that up.

So I should give my answer as '3'?
 
BOAS said:
Hm, yes.

Area = |AB x AC|

That's the area of the parallellogram formed by AB and AC, no? You want the triangle, so the factor 1/2 is necessary.
 
  • Like
Likes   Reactions: 1 person
micromass said:
That's the area of the parallellogram formed by AB and AC, no? You want the triangle, so the factor 1/2 is necessary.

Ack, yes.

The factor of a half was included in my calculations, but I forgot to show it in my reply to your comment.

A = 1/2 |AB x AC|

= 1/2( -2 + 6 + 2)
= 3
 
BOAS said:
Ack, yes.

The factor of a half was included in my calculations, but I forgot to show it in my reply to your comment.

A = 1/2 |AB x AC|

= 1/2( -2 + 6 + 2)
= 3

That's a weird way of calculating the length. Isn't the length of a vector given by

|(x,y,z)| = \sqrt{x^2 + y^2 + z^2}
 
micromass said:
That's a weird way of calculating the length. Isn't the length of a vector given by

|(x,y,z)| = \sqrt{x^2 + y^2 + z^2}

Yes...

Is the method I tried to use wrong? (excusing the mistakes we have already discussed)

When using the method described above, my answers don't agree.
 
BOAS said:
Yes...

Is the method I tried to use wrong? (excusing the mistakes we have already discussed)

When using the method described above, my answers don't agree.

You want to calculate the length of the vector ##(-1,3,1)##. You seem to do this by calculating

-1 + 3 + 1

I don't see where that comes from. Isn't the length rather equal to

\sqrt{(-1)^2 + 3^2 + 1^2}
 
micromass said:
You want to calculate the length of the vector ##(-1,3,1)##. You seem to do this by calculating

-1 + 3 + 1

I don't see where that comes from. Isn't the length rather equal to

\sqrt{(-1)^2 + 3^2 + 1^2}

I agree with you.

Area of a triangle = 1/2 base x height

|AB| = \sqrt{(-2)^{2} + (-3)^{2} + (7)^{2}} = \sqrt{62}

|AC| = \sqrt{(0)^{2} + (-1)^{2} + (3)^{2}} = \sqrt{10}

∴ A = 1/2(\sqrt{10} \sqrt{62}) = \sqrt{155} ≈ 12.45

Can this problem be solved using the cross product, or am I barking up the wrong tree?

Thank you for the help by the way.
 
  • #10
BOAS said:
I agree with you.

Area of a triangle = 1/2 base x height

|AB| = \sqrt{(-2)^{2} + (-3)^{2} + (7)^{2}} = \sqrt{62}

|AC| = \sqrt{(0)^{2} + (-1)^{2} + (3)^{2}} = \sqrt{10}

∴ A = 1/2(\sqrt{10} \sqrt{62}) = \sqrt{155} ≈ 12.45

Can this problem be solved using the cross product, or am I barking up the wrong tree?

Thank you for the help by the way.

Right now you're going wrong. You can't do this because you don't know that AC is actually the height. You just know it's a side from the triangle.

You were actually doing very well before. We established that the area of the triangle is given by

\frac{1}{2}|\mathbf{AC}\times\mathbf{AB}| = \frac{1}{2}|(-1,3,1)|

The only thing I disagreed with is how you practically calculated the length.
 
  • #11
micromass said:
Right now you're going wrong. You can't do this because you don't know that AC is actually the height. You just know it's a side from the triangle.

You were actually doing very well before. We established that the area of the triangle is given by

\frac{1}{2}|\mathbf{AC}\times\mathbf{AB}| = \frac{1}{2}|(-1,3,1)|

The only thing I disagreed with is how you practically calculated the length.

Ok, I've got myself in a bit of a muddle here.

Any side can be my base, so i'll say AB is. AC is therefore, the diagonal to the 'top'.

The height is |AC|sinθ, where θ is the angle between AB and AC.

AB.AC = 24

AB.AC = |AB||AC| cosθ

|AB||AC| cosθ = 24

θ = arccos (\frac{24}{\sqrt{10}\sqrt{62}})

= 15.45°

Height, |AC|sinθ = \sqrt{10} sin(15.45)
≈ 0.84

Now I should be able to say that the area = 1/2 base x height

= 1/2 * \sqrt{62} * 0.84
= 3.32
 
  • #12
You're really making it difficult for yourself. You almost had the right answer in post 5, the only thing was that you calculated the distance wrongly.
 
  • #13
micromass said:
You're really making it difficult for yourself. You almost had the right answer in post 5, the only thing was that you calculated the distance wrongly.

A parallelogram can be divided into 2 congruent triangles, so the area of the triangle should be half the area of the parallelogram as worked out by doing the cross product.

Area = \frac{1}{2} |AB|x|AC| = \frac{1}{2} |-2, -3, 7|x|0, -1, 3|

= \frac{1}{2} (-2, -6, 2)

= \frac{1}{2} \sqrt{(-2)^{2} + (-6)^{2} + (2)^{2}}

= \sqrt{11}

That was a lot simpler, but i'll take some solace from the fact that it agrees with my longwinded route. (fingers crossed that this is correct!)
 
  • #14
Yep, you've got it! Congratulations!
 
  • Like
Likes   Reactions: 1 person
  • #15
micromass said:
Yep, you've got it! Congratulations!

Thanks so much for your patience.

The format here, where you allow the question askers to arrive at the solution themselves is very beneficial and definitely more conducive to understanding than simply providing a solution.
 

Similar threads

Replies
11
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
6
Views
8K
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K