Lesson 2 of 15
Reflection and Mirrors
Reflection and Mirrors
The law of reflection states that when light bounces off a surface, the angle of reflection equals the angle of incidence, both measured from the normal to the surface:
Spherical Mirrors
A spherical mirror has a focal point at half the radius of curvature :
- Concave mirror (converging): . Used in telescopes, headlights, and shaving mirrors.
- Convex mirror (diverging): . Used in security mirrors and car rear-view mirrors.
The Mirror Equation
The relationship between object distance , image distance , and focal length :
Solving for the image distance:
Sign Conventions
| Quantity | Positive | Negative |
|---|---|---|
| Object in front of mirror | (always positive) | |
| Real image (in front) | Virtual image (behind) | |
| Concave mirror | Convex mirror |
Magnification
The lateral magnification relates image size to object size:
- : image is magnified
- : image is diminished
- : image is upright (virtual)
- : image is inverted (real)
Your Task
Implement the mirror equation and magnification formula below.
Python runtime loading...
Loading...
Click "Run" to execute your code.