Geometry – find the path a light ray must take to reach a destination with one bounce off a mirror

geometryreflection

this seems like it should be simple, but i've run out of leads with a similar-triangles approach, and the algebraic approaches seem pretty daunting, so i'm asking for help.

i'm working on a simulation where a ray of light reaches a point by bouncing once off a planar mirror. i know the position of the source, the destination point, and a point & normal of the mirror. (or any other convenient means of describing the mirror) For simplicity i'm happy to assume the mirror is infinite in extent.

as i mentioned, a geometric solution via similar-triangles and so on has not revealed itself to me, but i'm good at missing those.

for the algebraic approach i've set up a system of equations constraining the on-mirror point to 1) lie on the line of the mirror and 2) the angle between the incoming ray and normal and the angle between the outgoing ray and the normal are equal, by asserting that those Dot-products are equal. I haven't carried that math through to its end because it looks pretty monstrous because the thing i'm trying to solve for appears in so many places including inside many radicals.

I'm not saying i can't solve this, but it looks like a lot of work and if there's a better approach i'd love some advice.

Here's my sketch of the situation. Apologies if i mis-use terminology!
Speaking of terminology, is there a word for this point ? The point of reflection ? The point of incidence ?

finding the point of reflection

Best Answer

Construct point $P'$, the reflection of $P$ about the plane of the mirror. The reflection point you seek is then the intersection between line $SP'$ and the plane of the mirror.

Related Question