Finding an Orthogonal Vector and Calculating Triangle Area from Given Points

TG3
Messages
66
Reaction score
0
Homework Statement

Find a nonzero vector orthogonal to the plane through points P (0, -2, 0) Q (4, 1, -2) and R (5,3,1) and find the area of the triangle formed by PQR.

The attempt at a solution
To be honest, I am not entirely sure how to do this problem. I've looked through my textbook and notes, but there is no example that is of the same form of this problem. However, I suspect the cross product is important:

PQ has a vector of <4,3,-2>
RP has a vector of <5,5,1>

Trying to find the cross product I get:
(3--6) - (4-10) + (20 - 15)
Equals 20.

Is that right, and what do I do from here?
 
Physics news on Phys.org
You're on the right track. Those 2 vectors you have are parallel to your plane. If you compute the cross product between them, you will get a new vector perpendicular to the 2 vectors and hence perpendicular to the plane. Do you know how to compute the cross product? What you get should be a vector. The next bit relies on the geometric definition of the cross product.

Go over on computing the cross product as it's all you'll need.
http://en.wikipedia.org/wiki/Cross_product
 
Wow, epic fail. Thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top