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.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top