Area of a triangle using vectors

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 · 2K views
Calpalned
Messages
297
Reaction score
6
## 1. Homework Statement
Let P = (1,1,1), Q = (0, 3, 1) and R = (0, 1, 4). Find the area of triangle PQR

Homework Equations


## \frac {|PQ × PR|}{2} ## = area (The crossproduct divided by two)

The Attempt at a Solution


I lost my answer key, so I want to check if my final answer of ## \frac {\sqrt {13}}{2} ## is right. Thanks everyone. If it isn't, I'll put up my work. ##
 
on Phys.org
Hey there Calpalned. I have worked the problem through, and I am not sure that your answer is correct. Are you sure you have evaluated the cross product correctly?
 
PhysyCola said:
Hey there Calpalned. I have worked the problem through, and I am not sure that your answer is correct. Are you sure you have evaluated the cross product correctly?

I took the cross product of ## <-1, 2, 0> ## and ## <-1, 0,3> ## and I got ## (0-0)-(-3-0)+(0--2) ## = ## <0, 3, 2> ## Taking the magnitude, I get the answer in my first post.
 
Calpalned said:
I took the cross product of ## <-1, 2, 0> ## and ## <-1, 0,3> ## and I got ## (0-0)-(-3-0)+(0--2) ## = ## <0, 3, 2> ## Taking the magnitude, I get the answer in my first post.
Not correct.

This should have vector components: ## (0-0)-(-3-0)+(0--2) ## . What you have is a scalar.

The x-component of the result, ##\ <0,\, 3,\, 2>\ ## is incorrect.