The Geometry of Light
A Vector Perspective
Imagine you are standing on a perfectly smooth, mirror-like surface. A beam of light, represented by the unit vector v^, strikes this surface.
We know the law of reflection: the angle of incidence equals the angle of reflection. In the world of JEE Advanced, we describe the soul of that reflection using the language of vectors, where physics meets the elegance of linear algebra.
The Setup
Defining Our Players
We have three primary actors in this drama: the incident ray v^, the reflected ray w^, and the silent guardian of the surface, the outward normal vector a^.
Because these are all unit vectors, we know that ∣v^∣=∣w^∣=∣a^∣=1. This simplicity is our greatest strength.
When light hits a surface, it respects the symmetry of the normal. If we extend the incident vector v^ backwards, we see that the reflected vector w^ and the reversed incident vector −v^ are perfectly symmetric about the normal a^.
The Vector Bridge
Since w^ and −v^ are symmetric about a^, the difference between the reflected ray and the incident ray, w^−v^, must be a vector that points directly along the normal.
The component of the light parallel to the surface remains unchanged, while the component perpendicular to the surface is reversed. Mathematically, we express this as:
Here, k is a scalar constant that scales the normal vector to account for the 'kick' the light receives upon reflection. Our goal is to find k.
The Power of the Dot Product
To isolate k, we use the dot product, the most powerful tool in our vector toolkit. By taking the dot product of both sides of our equation with the normal a^, we get:
Expanding this, we have a^⋅w^=a^⋅v^+k(a^⋅a^). Since a^ is a unit vector, a^⋅a^=1.
Now, let's look at the angles. The angle between the normal a^ and the reflected ray w^ is θ, so a^⋅w^=cosθ. The angle between the normal a^ and the incident ray v^ is π−θ, so a^⋅v^=cos(π−θ)=−cosθ.
Substituting these values into our equation, we find:
Solving for k, we get k=2cosθ. Since cosθ=−(a^⋅v^), we finally arrive at k=−2(a^⋅v^).
The Grand Conclusion
Now, we substitute k back into our original vector equation. The result is a masterpiece of vector physics:
This equation is more than just a formula; it is a complete description of reflection. It tells us that the reflected ray is the incident ray minus twice its normal component.
It works regardless of whether the surface is tilted, vertical, or horizontal. You have just derived one of the fundamental building blocks of computer graphics and optical physics, uncovering a universal truth of how light interacts with the world.