Lesson 3 of 15
Thin Lens Equation
Thin Lens Equation
A thin lens is one whose thickness is negligible compared to the other distances involved. Lenses work by refracting light at two curved surfaces.
Types of Lenses
- Converging (convex) lens: thicker at the center; . Focuses parallel rays to a real focal point.
- Diverging (concave) lens: thinner at the center; . Spreads rays as if from a virtual focal point.
The Thin Lens Equation
The same form as the mirror equation:
Solving for image distance:
Sign Convention
| Quantity | Positive | Negative |
|---|---|---|
| Converging lens | Diverging lens | |
| Object on incoming side | (rare) | |
| Real image (opposite side) | Virtual image (same side as object) |
Magnification
Lens Power
Optometrists measure lens strength in diopters (D), which is simply the reciprocal of the focal length in meters:
A +2 D lens has ; a −4 D lens has .
Ray Diagrams
Three principal rays for a converging lens:
- A ray parallel to the axis refracts through the far focal point.
- A ray through the optical center passes straight through.
- A ray through the near focal point emerges parallel to the axis.
Your Task
Implement the three functions below.
Python runtime loading...
Loading...
Click "Run" to execute your code.