The Vector Magic Behind the Law of Reflection
Have you ever wondered how to express the simple law of reflection—"angle of incidence equals angle of reflection"—using the elegant language of vectors? This problem asks us to find the exact mathematical relationship between the incident ray a, the reflected ray b, and the outward drawn normal c.
Let's dive into the geometry and see how beautifully vectors handle this physical phenomenon.
Setting up the Stage
To make our analysis straightforward, let's set up a 2D Cartesian coordinate system. Imagine the mirror lying flat along the x-axis. The outward drawn normal vector c points straight up. Since we are told c is a unit vector, we can simply write it as:
c=j^
Resolving the Vectors
Now, let's look at the incident ray a. It strikes the mirror at an angle of incidence θ with respect to the normal. Because it is traveling towards the mirror, it moves forward along the x-axis but downward along the y-axis. Breaking it into components, we get:
a=sinθi^−cosθj^
Similarly, the reflected ray b bounces off at the exact same angle θ. It continues its forward journey along the x-axis, but its vertical motion is now directed upward, away from the mirror:
b=sinθi^+cosθj^
The Master Equation
Our goal is to find an operation that transforms vector a into vector b. Notice that the horizontal component (sinθi^) remains completely unchanged, while the vertical component (−cosθj^) perfectly flips its sign to become (+cosθj^).
Let's test the relation given in option (c): b=a−2(a⋅c)c.
First, we calculate the dot product of the incident ray and the normal. This operation isolates the vertical component of the incident ray:
a⋅c=(sinθi^−cosθj^)⋅j^=−cosθ
Now, we substitute this back into our master equation:
a−2(a⋅c)c=(sinθi^−cosθj^)−2(−cosθ)j^
The two negative signs cancel out, giving us a positive term:
=sinθi^−cosθj^+2cosθj^
=sinθi^+cosθj^
And there it is! This perfectly matches our expression for the reflected ray b.
Conclusion: This vector equation is the universal, coordinate-free form of the law of reflection. It elegantly states that to find a reflected ray, you take the incident ray and reverse its component that is perpendicular to the mirror, leaving the parallel component untouched.