Area of a triangle by vectors - getting different answers

thomas49th
Messages
645
Reaction score
0

Homework Statement


A = (7,6,8)
B = (2,3,-1)
C = (2, -7, 9)

Find the area of the triangle these 3 points make

I'm getting slightly different results for different combinations I use

if I take

CA = a - c = (5 , 13 , -1)
CB = b - c = (0, 10, -10)

Taking another combination
AB = b - a = (-5, -3, -9)
AC = c - a = (-5, -13, 1)

Taking the modulus of the cross product and halving yields similar, but different answers. I've check and redone my work

Why?

Thanks
Thomas
 
Last edited:
Physics news on Phys.org
You computed AB wrong, it should be (-5,-3,-9) (added changed 3 to -3 in second coordinate). Then you get the same area.
 
sorry that was a typo, not actually what I did :blushing: (i've edited it now)

When I did it the first combination I get 5 sqrt(246)
But when I did the second combination I got 5sqrt(233)

Do you concur?

Thanks
Thomas
 
No.

I get the cross product as: (-120,50,50) with both your combinations which gives us an area of 5sqrt(194)
 
The correct answer is [-120, 50, 50] for your cross products.

You are screwing up when you are doing your calculations (I'm assuming you are using a CAS to input the numbers and not doing it all on paper which is why you missed it.)

If you type in for CB = <0, +10, +10> and do the cross product of CA x CB you will end up with [140, -50, 50] which results in your 5\sqrt{246}.

However if you type in CB correctly = <0, +10, -10> you'll come up with the correct answer.

Do it all on paper, ignore the calculator or CAS and you'll see where you went wrong. Once done properly you'll see that AB x AC = CA x CB
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top