Unit Vector Perpendicular to a Triangle?

neotriz
Messages
15
Reaction score
0

Homework Statement



Given: P=(1,-2,3), Q=(-4,2,5) and S=(2,1-4)

Find a unit vector that is perpendicular to triangle PQS


Homework Equations



Cross and Dot Product

The Attempt at a Solution




Correct me if I'm doing wrong. I have two solutions that I've thought:

1)What I would do is find the dot product of S and P and using that result, cross product with Q.

or

2)Find two dot products of two opposite triangle sidesand cross product on those.


Just want to make sure I am doing right
 
Physics news on Phys.org
If you take a dot product, you're left with a scalar. The cross product requires vectors to be calculated.

You have the right idea of using the cross product though. One of the fundamental properties of the cross product is that v_1 \times v_2 is perpendicular to both v1 and v2. So you want to find two vectors from your triangle such that, if you get a vector perpendicular to both of them, you get a vector perpendicular to the triangle.
 
I forgot that in dot product it gives you scalar result

How about this then:

I find P to S vector difference , which will result a vector of <-1, -3, -7> and using that vector, I cross product with Q
 
neotriz said:
I forgot that in dot product it gives you scalar result

How about this then:

I find P to S vector difference , which will result a vector of <-1, -3, -7>

This is good. Taking the difference between S and P gives a vector that's pointing along one of the edges of the triangle, so is parallel to the triangle

and using that vector, I cross product with Q

On the other hand, is Q parallel to the triangle?
 
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