Finding Perpendicular Vector and Area of Triangle Using Cross Product

AI Thread Summary
To find a vector perpendicular to the plane defined by points P(0,1,0), Q(-1,1,2), and R(2,1,-1), first create vectors from these points, such as PQ and PR. The cross product of these two vectors will yield a normal vector N to the plane. For the area of triangle PQR, use the magnitude of the cross product, which represents the area of the parallelogram formed by the two vectors, and divide it by two. This method effectively provides both the perpendicular vector and the area of the triangle. The problem was resolved successfully after clarifying these steps.
meadow
Messages
19
Reaction score
0
I am having trouble setting this problem up.
The problem says: Find a vector N that is perpendicular to the plane determined by the points P(0,1,0), Q(-1,1,2), R(2,1,-1), and find the area of triangle PQR.

I know that the cross product of two vectors is perpendicular to the plane of a and b, so do I just cross the three vectors. I tried PxQ and then (PxQ)xR, but I didn't get the correct answer.

Also, how would you find the area of the triangle? I tried finding the distance of PQ and PR, multipying and dividing by 2, but I still didn't get the correct answer.

Any help?
 
Physics news on Phys.org
meadow said:
I am having trouble setting this problem up.
The problem says: Find a vector N that is perpendicular to the plane determined by the points P(0,1,0), Q(-1,1,2), R(2,1,-1), and find the area of triangle PQR.

I know that the cross product of two vectors is perpendicular to the plane of a and b, so do I just cross the three vectors. I tried PxQ and then (PxQ)xR, but I didn't get the correct answer.

Also, how would you find the area of the triangle? I tried finding the distance of PQ and PR, multipying and dividing by 2, but I still didn't get the correct answer.

Any help?
P,Q, and R are points, not vectors. You could find vectors in this plane by looking at the vectors that begin at one of these points and end at another. \vec{(P-Q)} and \vec{(R-Q)} would do. Then take the cross product. As per the area of the triangle, do you remember that the magnitude of the cross product is the area of the parallelagram spanned by the two vectors? What is half of this parallelagram?
 
thank you

thank you.
i was able to do the rest of the problems:)

thanks again.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top