Finding Normal Vector to Plane at Intersection Point for HeNe Laser Beam Path

AI Thread Summary
The discussion focuses on finding the normal vector to a prism's surface at the intersection point of a HeNe laser beam, which is crucial for applying Snell's law. The user has the equation of the prism's surface and the intersection point but struggles to derive the specific normal vector needed. Suggestions include using the cross product of two vectors originating from the intersection point to find the normal, though the user seeks a unique vector rather than a family of normals. There is also a mention of the challenges posed by working in cylindrical coordinates and a preference for avoiding conversion to Cartesian coordinates. Ultimately, the conversation emphasizes the importance of understanding the geometry of the surface to accurately trace the laser beam path.
cfphys
Messages
4
Reaction score
0
I'm working on tracing the beam path of a HeNe laser through two prisms, and I'm stuck on trying to find the incident plane in which to use Snell's law.

Basically I have the equation of the angled surface of the prism, and I have the point where the beam intersects that plane. Now I need the normal vector to the surface at that intersection point, and then I can define the incident plane from the two vectors (the normal at that point and the vector that is the incident beam).

The problem I can't figure out is how to get the specific vector perpendicular to the plane at the point of intersection. All the textbooks I've looked at have the "opposite" of what I need, because they assume I have both the normal and the point and want the plane, whereas I have the point and plane but want the normal. And I can't simply use that method to solve for the normal because it has a dot product that I can't undo.

Also, this is in cylindrical coordinates, and if I can avoid the conversion to Cartesian that would relieve at least some of my headache!

Any help or advice would be much appreciated.

Thank you
 
Physics news on Phys.org
If you have the equation of the plane, you should be able to obtain 3 points on the plane and create 2 vectors (non parallel), take the cross product of those and you'll get the normal vector to that plane.
 
Thanks PiTHON

Right, but that gives me the entire family of normal vectors that satisfies the condition of being perpendicular to the surface.

I have one specific point on the plane, and through that point there is a unique vector perpendicular to the plane. That's the vector I'm looking for.
 
Oh, I'm sure I'm ignorant of the relevant math/physics, I just learned the cross product about a week ago and was excited to see its use.

I would think the general normal vector and the incident vector would allow you to get the incident plane since the formulas place their tails at the same origin, right? Then you can use the dot product of the same vectors to finish snells law, use the refracted angle to create a family of vectors in the same plane, and use a position vector to select the vector that's at the point you need relative to whatever origin is defining the point in question.

It kinda makes sense to me, sorry if I'm way off though hehe, just trying to learn a thing or two. I'll stop cluttering your thread since I don't have a direct answer, hopefully someone comes by that does.
 
cfphys said:
Thanks PiTHON

Right, but that gives me the entire family of normal vectors that satisfies the condition of being perpendicular to the surface.

I have one specific point on the plane, and through that point there is a unique vector perpendicular to the plane. That's the vector I'm looking for.

Shouldn't all points on the face have the same surface normal vector?
 
JDługosz said:
Shouldn't all points on the face have the same surface normal vector?

If it is a plane, yes. However, if the surface is not a plane then he would need to choose two vectors that originate at the point of interest. The process does not change though and taking the cross product should work. Of course there are two possible normal directions and he should make the appropriate sign change to get the one of interest.
 
cfphys said:
Basically I have the equation of the angled surface of the prism, and I have the point where the beam intersects that plane. Now I need the normal vector to the surface at that intersection point, and then I can define the incident plane from the two vectors (the normal at that point and the vector that is the incident beam).
If you have the equation of a plane,
Ax + By + Cz = D,​
then the normal to the plane is the vector (A,B,C)

EDIT: just noticed this:
cfphys said:
Also, this is in cylindrical coordinates, and if I can avoid the conversion to Cartesian that would relieve at least some of my headache!
Since it's such a trivial matter once you are in Cartesian coordinates, I think that is the best way to go. And once you've written the subroutine to convert the coordinates, you don't have to worry about it any more.
 
Back
Top