What is the volume and area determined by three points?

soopo
Messages
222
Reaction score
0

Homework Statement


Let P = (2, 2, 0), Q = (0, 4, 1) and R = (-1, 2, 3) in the space \Re^{3}.<br />
a) Determine the area of the rectangle determined by vectors \overrightarrow{PQ} and \overrightarrow{PR}.
b) Determine the volume of the tetrahedral determined by vectors \overrightarrow{PQ} and \overrightarrow{PR}, and the origin O, OPQR.

The Attempt at a Solution


a)
<br /> |\overrightarrow{PQ}| = \sqrt {4 + 4 +1} = 3<br />

<br /> |\overrightarrow{PR}| = \sqrt {9 + 0 + 9} = 3 \sqrt {2}<br />

<br /> Area = |\overrightarrow{PQ}| * |\overrightarrow{PR}|<br /> = 9 \sqrt {2}<br />

b)
<br /> Volume = Area * |\overrightarrow{RO}|<br /> |\overrightarrow{RO}| = \sqrt {1 + 4 + 9} <br /> = \sqrt {14}<br />

The volume is
<br /> Volume = 9 \sqrt{2} * \sqrt {14}<br /> = 18 \sqrt {7}<br />

Please, comment any mistakes.
 
Last edited:
Physics news on Phys.org
PR and PQ are not orthogonal, they don't determine a rectangle. Ditto for the second problem. You should be using the cross product and the dot product to solve these problems. Do you know any relations between them and the area and volume?
 
If you mean "parallelogram" and "rectangular prism", then the area of the parallelogram determined by the two vectors \vec{u} and \vec{v} is given by \vec{u}\times\vec{v}= |u||v|sin(\theta) while the rectangular prism determined by the three vectors \vec{u}, \vec{v}, and \vec{w} has volume \vec{u}\cdot(\vec{v}\times\vec{w}).
 
Dick said:
PR and PQ are not orthogonal, they don't determine a rectangle. Ditto for the second problem. You should be using the cross product and the dot product to solve these problems. Do you know any relations between them and the area and volume?

You are right. We need to use Sarrus.
The b -part changes to:

b)
<br /> Volume = Area * |\overrightarrow{PQ} x \overrightarrow{PR}|<br />

<br /> \overrightarrow{PQ} x \overrightarrow{PR} = (6, 3, 6) // by Sarrus<br />

<br /> |\overrightarrow{PQ} x \overrightarrow{PR}| = 9<br />

The volume is
<br /> Volume = 9 \sqrt{2} * 9<br /> = 81 \sqrt {2}<br />

Please, suggest any improvements.
 
HallsofIvy said:
If you mean "parallelogram" and "rectangular prism", then the area of the parallelogram determined by the two vectors \vec{u} and \vec{v} is given by \vec{u}\times\vec{v}= |u||v|sin(\theta) while the rectangular prism determined by the three vectors \vec{u}, \vec{v}, and \vec{w} has volume \vec{u}\cdot(\vec{v}\times\vec{w}).

I mean parallelogram.
Thank you for the correction!
 
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