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?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top